@font-face {
  font-family: "Quarto";
  src: url("../fonts/quarto/Quarto-Bold.eot");
  src: url("../fonts/quarto/Quarto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/quarto/Quarto-Bold.woff2") format("woff2"),
    url("../fonts/quarto/Quarto-Bold.woff") format("woff"),
    url("../fonts/quarto/Quarto-Bold.ttf") format("truetype"),
    url("../fonts/quarto/Quarto-Bold.svg#Quarto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roman";
  src: url("../fonts/romanExp0.woff2") format("woff2"),
    url("../fonts/romanExp.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "OldSchool Grotesk";
  src: url("../fonts/OldschoolGrotesk_W-Book.woff2") format("woff2"),
    url("../fonts/OldschoolGrotesk_W-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OldSchool Grotesk";
  src: url("../fonts/OldschoolGrotesk_W-Medium.woff2") format("woff2"),
    url("../fonts/OldschoolGrotesk_W-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

:root {
  --bs-blue: #1e5985;
  --bs-dark-blue: #283257;
  --bs-mid-blue: #68768d;
  --bs-green: #006a6d;
  --bs-dark-green: #104f55;
  --bs-lihgt-green: #e1f0ee;
  --bs-lihgt-gray: #f8f8f9;
  --bs-white: #ffffff;
  --bs-sky: #f1f9f8;
  --bs-dark-teal: #314d5c;
  --bs-font-oldgrotesk: "OldSchool Grotesk", sans-serif;
  --bs-font-roman: "Roman", serif;
  --bs-font-roboto: "Roboto", sans-serif;
  --bs-font-Quarto: "Quarto", sans-serif;
}

body.new-page {
  margin: 0;
  font-family: var(--bs-font-oldgrotesk);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--bs-dark-teal);
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

:root {
  --bs-blue: #1e5985;
  --bs-dark-blue: #283257;
  --bs-mid-blue: #68768d;
  --bs-green: #006a6d;
  --bs-dark-green: #104f55;
  --bs-lihgt-green: #e1f0ee;
  --bs-lihgt-gray: #f8f8f9;
  --bs-white: #ffffff;
  --bs-sky: #f1f9f8;
  --bs-dark-teal: #314d5c;
  --bs-font-oldgrotesk: "OldSchool Grotesk", sans-serif;
  --bs-font-roman: "Roman", serif;
  --bs-font-roboto: "Roboto", sans-serif;
  --bs-font-Quarto: "Quarto", sans-serif;
}

a {
  color: var(--bs-dark-blue);
  transition: all 0.3s ease-out;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-dark-blue);
  letter-spacing: normal;
}

.h1,
h1 {
  font-size: 54px;
  line-height: 69px;
  font-weight: bold;
  font-family: var(--bs-font-roman);
}

.h2,
h2 {
  font-size: 48px;
  line-height: 62px;
  font-weight: bold;
  font-family: var(--bs-font-roman);
}

.h3,
h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  font-family: var(--bs-font-roman);
}

.h4,
h4 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  font-family: var(--bs-font-oldgrotesk);
}

.h5,
h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.h6,
h6 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.mb-0 {
  margin: 0 !important;
}

.pb-0 {
  padding: 0 !important;
}

p {
  font-family: var(--bs-font-oldgrotesk);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

section {
  width: 100%;
}

.container-new {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.btn-primary {
  padding: 12px 20px;
  min-width: 177px;
  background: var(--bs-dark-green);
  border-radius: 10px;
  color: var(--bs-white);
  text-decoration: none;
  font-weight: 700;
  border: 0;
  display: inline-block;
  text-align: center;
  outline: none;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #103e42;
  color: var(--bs-white);
}

.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.div-img {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

ul.breadcrumb {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 20px;
  display: flex;
  align-items: center;
}

ul.breadcrumb li {
  list-style: none;
  margin-right: 20px;
}

ul.breadcrumb li a,
ul.breadcrumb li span {
  color: #68768d;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: block;
  text-decoration: none;
  position: relative;
}

ul.breadcrumb li.active span {
  color: #283257;
}

ul.breadcrumb li a::after {
  content: "";
  background: url(../images/icon-arrow-blue.svg) no-repeat center center;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 2px;
}

ul.breadcrumb li a:hover {
  opacity: 0.6;
}

ul.breadcrumb li span {
  font-weight: 600;
}

/** Header **/
.top-head {
  background: #000000;
  position: relative;
  padding: 12.5px 0;
}

.top-head p {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

.top-head .sitemap {
  background: #ffffff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  width: 100px;
  padding: 4px 6px 3px 6px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 76px;
  top: 9.5px;
  margin: auto;
  z-index: 1;
}

.top-head .sitemap:hover {
  opacity: 0.9;
}

.navbar-right .btn-primary {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
}

.navbar-default {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  padding: 0;
}

.navbar-default .container-new {
  padding-top: 17px;
  padding-bottom: 17px;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .mega-menu-toggle {
  display: none;
}

.navbar .navbar-right {
  margin: 0;
  width: auto;
  display: inline-block;
}

.page-spacer.lg {
  height: 74px;
}

/* review-board page start */
.inner-banner {
  padding: 0;
  position: relative;
}

.inner-banner .mobile-banner {
  display: none;
}

.inner-banner .div-img {
  background-position: bottom right;
}

.inner-banner .container-new {
  min-height: 297px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.inner-banner ul.breadcrumb {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 20px;
  display: flex;
  align-items: center;
}

.inner-banner ul.breadcrumb.desktop-m {
  display: none;
}

.inner-banner ul.breadcrumb li a,
.inner-banner ul.breadcrumb li span {
  color: #e3e8ef;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: block;
  text-decoration: none;
  position: relative;
}

.inner-banner ul.breadcrumb li a::after {
  content: "";
  background: url(../images/icon-arrow.svg) no-repeat center center;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 2px;
}

.inner-banner ul.breadcrumb li a:hover {
  opacity: 0.6;
}

.inner-banner ul.breadcrumb li span {
  font-weight: 600;
}

.inner-banner .h1 {
  color: var(--bs-white);
  margin: 0;
}

.meet-experts {
  padding-top: 70px;
  padding-bottom: 120px;
}

.meet-experts-inner {
  max-width: 700px;
  width: 100%;
  margin: 0px auto;
}

.experts-list {
  padding-bottom: 70px;
}

.experts-list .pl {
  padding-left: 45px;
}

.experts-list .pb-5 {
  padding-bottom: 50px;
}

.experts-list h2 {
  margin-bottom: 20px;
}

.experts-item {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.experts-item .experts-img {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  overflow: hidden;
}

.experts-item .experts-img img {
  object-fit: cover;
  max-width: 190px;
  max-height: 190px;
  width: 100%;
  display: block;
  height: 100%;
}

.experts-item .experts-detail {
  width: calc(100% - 190px);
  padding-left: 43px;
}

.experts-item .experts-detail h3 {
  margin-bottom: 10px;
  color: #283257;
  font-weight: 500;
  font-family: var(--bs-font-oldgrotesk);
}

.experts-item .experts-detail h3 a {
  display: block;
  margin: 0;
}

.experts-item .experts-detail h3 a:hover {
  color: var(--bs-dark-blue);
}

.experts-item .experts-detail span {
  display: block;
  opacity: 0.5;
  margin-bottom: 20px;
  font-weight: 500;
}

.experts-list .three-column {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}

.experts-list .three-column .experts-item {
  width: calc(33.33% - 20px);
  display: block;
  margin: 0 10px 40px 10px;
}

.experts-list .three-column .experts-img {
  width: 220px;
  height: 220px;
}

.experts-list .three-column .experts-img img {
  max-width: 220px;
  max-height: 220px;
}

.experts-list .three-column .experts-item .experts-detail {
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.experts-list .three-column .experts-detail h3 a {
  font-size: 18px;
  line-height: 21px;
}

.experts-list .three-column .experts-item .experts-detail span {
  display: block;
  opacity: 0.5;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}

.experts-list-column {
  padding-bottom: 60px;
}

.review-inner {
  max-width: 630px;
  width: 100%;
  margin: 0px auto;
}

.meet-writers {
  margin-bottom: 100px;
}

.meet-writers h2 {
  margin-bottom: 20px;
}

.awards-list {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.awards-list h2 {
  margin-bottom: 20px;
}

.awards-list .awards-item {
  width: calc(33.33%);
  text-align: center;
  margin-bottom: 20px;
  max-width: 168px;
  font-weight: 600;
}

.awards-list .awards-item .awards-img {
  height: 35px;
  width: 35px;
  margin: 0 auto 10px;
}

.awards-list .awards-item .awards-img img {
  max-height: 35px;
  max-width: 35px;
  display: block;
  width: auto;
}

.awards-list p {
  margin-bottom: 20px;
}

.awards-list p:last-child {
  margin-bottom: 0;
}

.editorial-list h2 {
  margin-bottom: 20px;
}

.editorial-list .btn-primary {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 16px;
}

.editorial-item {
  background: var(--bs-white);
  box-shadow: 0px 4px 14px -4px rgba(52, 43, 80, 0.15);
  border-radius: 15px;
  padding: 30px;
  width: calc(50% - 22px);
  margin: 0 11px 27px;
  position: relative;
  transition: all 0.4s ease;
}

.editorial-item:hover {
  box-shadow: 0px 4px 14px -4px rgba(52, 43, 80, 0.35);
}

.editorial-item .experts-img {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}

.editorial-item .experts-img img {
  max-height: 35px;
}

.editorial-item .experts-detail h4 {
  margin-bottom: 10px;
}

.editorial-item .experts-detail h4 a {
  display: block;
  text-decoration: none;
}

.editorial-list-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -10px 22px -10px;
}

/* review-board page end */

/* Author Page Start */
.author-details {
  padding: 20px 0 65px 0;
}

.author-details ul.breadcrumb {
  position: static;
  width: 100%;
  margin-bottom: 45px;
}

.author-details ul.breadcrumb.desktop-m {
  display: none;
}

.author-details .container-new {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.author-details blockquote {
  margin: 40px 0;
  background: #e1f0ee;
  border-radius: 8px;
  border: 0;
  padding: 44px 30px 27px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.author-details blockquote p {
  margin-bottom: 19px;
  line-height: 22px;
}

.author-left {
  width: 335px;
}

.author-card {
  background: #f8f8f9;
  box-shadow: 0px 4px 14px -4px rgba(52, 43, 80, 0.15);
  border-radius: 15px;
  padding: 33px;
  text-align: center;
  margin-bottom: 16px;
}

.author-img {
  width: 149px;
  height: 149px;
  margin: 0px auto 23px;
}

.author-img img {
  max-width: 149px;
  max-height: 149px;
  width: auto;
  border-radius: 100px;
  object-fit: cover;
}

.author-card h1 {
  margin-bottom: 27px;
  font-weight: 700;
}

.author-card .h5 {
  line-height: 19px;
  display: block;
  margin-bottom: 20px;
}

.author-card .social-wrap {
  padding-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-card .social-wrap a {
  display: block;
  margin: 0 7px;
}

.author-card .social-wrap a:hover {
  opacity: 0.5;
}

.author-card.white-card {
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(52, 43, 80, 0.15);
  text-align: left;
  padding-top: 40px;
  margin-bottom: 0;
}

.author-card.white-card h2 {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 23px;
}

.author-card.white-card .editorial-list-inner {
  margin: 0;
  display: block;
}

.author-card.white-card .editorial-list-inner .editorial-item {
  width: 100%;
  box-shadow: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
}

.author-card.white-card .editorial-list-inner .editorial-item .experts-detail {
  width: calc(100% - 35px);
  padding-left: 15px;
  line-height: 19px;
}

.author-card.white-card
  .editorial-list-inner
  .editorial-item
  .experts-detail
  h5 {
  line-height: 19px;
  margin-bottom: 10px;
}

.author-card.white-card
  .editorial-list-inner
  .editorial-item
  .experts-detail
  p {
  line-height: 19px;
}

.author-card.white-card
  .editorial-list-inner
  .editorial-item
  .experts-detail
  h5
  a {
  text-decoration: none;
}

.author-card.white-card .btn-primary {
  display: block;
  font-size: 15px;
  line-height: 32px;
  border-radius: 10px;
}

.author-column {
  width: 700px;
  margin-left: 100px;
  line-height: 19px;
  padding-top: 15px;
}

.author-column p {
  margin-bottom: 40px;
  line-height: 22px;
}

.author-column p:last-child {
  margin: 0;
}

.author-column h4 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  font-weight: 700;
}

.author-details blockquote h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #283257;
}

.cmn-card-wrap {
  padding: 0 0 45px 0;
}

.cmn-card-wrap h3 {
  margin-bottom: 17px;
}

.card-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0;
  margin-left: 0;
  padding-bottom: 20px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
body.author-template .card-items {
  opacity: 1;
  visibility: visible;
}

.card-items.slick-initialized {
  opacity: 1;
  visibility: visible;
}

body.author-template .card-items .card-item {
  width: calc(100% / 3 - 24px);
  margin-bottom: 24px;
}

@media only screen and (max-width: 1180px) {
  body.author-template .author-column {
    width: calc(100% - 435px);
  }
}

@media only screen and (max-width: 768px) {
  body.author-template .card-items .card-item {
    width: calc(100% / 2 - 24px);
  }
  body.author-template .author-column {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  body.author-template .card-items .card-item {
    width: calc(100% - 24px);
  }
}
.card-item {
  width: 292px;
  margin: 0 12px;
  position: relative;
}

.card-item .card-img {
  height: 150px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}

.card-item .card-img img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.4s ease;
  border-radius: 10px;
}

.card-item:hover .card-img img {
  transform: translate3d(0px, 0px, 0px) scale3d(1.2, 1.2, 1.2) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.card-details {
  font-size: 12px;
  line-height: 14px;
}

.card-details strong {
  display: block;
  color: #104f55;
  margin-bottom: 5px;
}

.card-details span {
  display: block;
  color: #68768d;
  position: relative;
}

.card-details span:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #727272;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.card-details h4 {
  margin: 10px 0 0 0;
  font-weight: 700;
}

.card-details h4 a {
  display: block;
  text-decoration: none;
  color: #283257;
}

.card-details h4 a:hover {
  text-decoration: underline;
}

.card-items .slick-arrow {
  background: url(../images/icon-arrow-blue.svg) no-repeat center center;
  font-size: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background-size: 10px;
  position: absolute;
  top: 60px;
  right: -30px;
  left: auto;
  border: 0;
  box-shadow: none;
  outline: 0;
}

.card-items .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: -30px;
  right: auto;
}

.card-items .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.cmn-card-wrap .tabs {
  width: 100%;
}

.cmn-card-wrap .tabs ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.cmn-card-wrap .tabs ul li {
  margin-right: 13px;
}

.cmn-card-wrap .tabs ul li a {
  border: 1px solid #e3e8ef;
  border-radius: 5px;
  display: inline-block;
  padding: 11px 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #283257;
}

body.author-template .cmn-card-wrap .tabs ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cmn-card-wrap .tabs ul li.active a,
.cmn-card-wrap .tabs ul li a:hover {
  background: #283257;
  color: #ffffff;
  border: 1px solid #283257;
}

.meet-expert .meet-expert-inner {
  background: #ffffff;
  box-shadow: 0px 4px 14px rgb(52 43 80 / 15%);
  border-radius: 15px;
  padding: 40px 40px 12px 40px;
}

.meet-expert h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 14px;
}

.meet-expert .title {
  max-width: 762px;
  width: 100%;
}

.meet-expert .title {
  max-width: 762px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 19px;
}

.meet-expert .btn-primary {
  min-width: 140px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 16px;
}

.meet-expert ul {
  padding: 0;
  margin: 30px -15px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.meet-expert ul li {
  border: 1px solid #e3e8ef;
  box-shadow: 0px 0px 4px rgb(189 202 223 / 12%);
  border-radius: 15px;
  width: calc(33.33% - 30px);
  margin: 0 15px 22px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  transition: all 0.2s ease;
}

.meet-expert ul li .expert-img img {
  max-width: 58px;
  max-height: 58px;
  width: auto;
  display: block;
  object-fit: cover;
  border-radius: 100px;
}

.meet-expert ul li:hover {
  background: #f8f8f9;
  border-color: #f8f8f9;
  box-shadow: 0px 4px 6px -4px rgba(52, 43, 80, 0.15);
}

.meet-expert ul li .expert-text {
  width: calc(100% - 79px);
}

.meet-expert ul li .expert-text h4 {
  margin-bottom: 5px;
}

.meet-expert ul li .expert-text span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #68768d;
}

.meet-expert ul li .expert-text h4 a {
  display: block;
  font-weight: 500;
}

.meet-expert {
  padding: 0 0 60px 0;
}

.cta-banner {
  background: #e1f0ee;
}

.cta-banner .container-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 950px;
  min-height: 535px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-text {
  padding-left: 75px;
  width: 100%;
  max-width: 490px;
}

.cta-text h2 {
  color: #104f55;
  margin-bottom: 23px;
}

.cta-text .btn-primary {
  font-size: 15px;
  line-height: 16px;
  min-width: 195px;
}

.cta-img {
  position: absolute;
  bottom: -32px;
  top: auto;
  z-index: 1;
  right: 0;
}

.mobile-tab-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}

.mobile-tab-wrap .mobile-filter {
  padding: 8px 25px;
  width: calc(100% - 67px);
  height: 38px;
  border: 1px solid #e3e8ef;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #283257;
  margin: 0;
}

.mobile-tab-wrap .filter-button {
  background: #283257;
  border-radius: 5px;
  display: flex;
  width: 57px;
  height: 38px;
  align-items: center;
  justify-content: center;
}

.mobile-tab-wrap {
  display: none;
}

/* Author Page End */
/* Editorial Page Start */
.vision {
  padding-top: 30px;
  padding-bottom: 24px;
}

.vision-inner {
  width: 100%;
  max-width: 700px;
  background: #e1f0ee;
  border-radius: 15px;
  margin: 0px auto;
  padding: 27px 40px;
  color: #314d5c;
}

.vision-inner h3 {
  color: #283257;
  margin-bottom: 10px;
}

.vision-inner p:not(:last-child) {
  margin-bottom: 20px;
}

.editorial-process .editorial-list {
  max-width: 630px;
  width: 100%;
  margin: 0px auto;
}

.editorial-process .editorial-list p:not(:last-child) {
  margin-bottom: 35px;
}

.editorial-process {
  padding: 24px 0;
}

.editorial-process .editorial-list-inner {
  margin-top: 0;
}

.editorial-process .editorial-list-inner .editorial-item {
  margin-bottom: 21px;
}

.editorial-expert.meet-expert .meet-expert-inner {
  max-width: 630px;
  width: 100%;
  margin: 0px auto;
  box-shadow: none;
  padding: 0;
}

.editorial-expert.meet-expert .meet-expert-inner h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #283257;
}

.editorial-expert.meet-expert .meet-expert-inner .title {
  margin-bottom: 20px;
}

.editorial-expert.meet-expert ul li {
  width: calc(50% - 16px);
  margin-left: 8px;
  margin-right: 8px;
}

.editorial-expert.meet-expert ul {
  margin-left: -8px;
  margin-right: -8px;
}

.editorial-expert.meet-expert .meet-expert-inner .btn-primary {
  min-width: 168px;
}

/* Editorial Page End */

/* Home Page Start */
.hp-banner.inner-banner ul.breadcrumb li a {
  color: #e3e8ef;
}
.hp-banner.inner-banner ul.breadcrumb li span {
  color: #ffffff;
}

/*.hp-banner.inner-banner ul.breadcrumb li a::after {
    background: url(../images/icon-arrow-blue.svg) no-repeat center center;
}*/

.hp-banner h1 {
  margin-bottom: 20px;
  line-height: 60px;
  color: #ffffff;
}

.hp-banner.inner-banner .container-new {
  flex-flow: column;
  min-height: 270px;
  padding-top: 30px;
}

.hp-banner {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background: #104f55;
}

.hp-banner .hp-inner {
  max-width: 730px;
  margin: 0px auto;
  text-align: center;
}
.hp-banner .hp-inner p {
  color: #e3e8ef;
  line-height: 19px;
}
.hp-slider {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  background: #104f55;
  overflow: hidden;
}

.hp-slider .mobile-banner {
  display: none;
}

.hp-slider .container-new {
  position: relative;
  z-index: 1;
}

.hp-slider h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
}

.hp-slider .card-items .card-item {
  width: 300px;
  margin: 0 6.5px;
}

.hp-slider .card-item .card-img {
  height: 194px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px 28px;
  position: relative;
}
.hp-slider .card-item .card-img::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.hp-slider .slick-arrow {
  background: #ffffff url(../images/icon-arrow-green.svg) no-repeat 12px 9px;
  font-size: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background-size: 7.2px;
  position: absolute;
  top: 137px;
  right: -53px;
  left: auto;
  border: 0;
  box-shadow: none;
  outline: 0;
  box-shadow: 0px 2.4px 8.4px -2.4px rgb(52 43 80 / 15%);
  border-radius: 60px;
  cursor: pointer;
}

.hp-slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: -53px;
  right: auto;
}

/* .hp-slider .slick-disabled {
    opacity: 0.5;
    pointer-events: none;
} */

.hp-slider .card-item .card-img h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  margin: 0;
  z-index: 2;
}

.hp-slider .card-item .card-img h2 a {
  color: #ffffff;
  display: block;
  font-weight: bold;
  font-family: var(--bs-font-roman);
}

.hp-slider .card-item .card-img img {
  z-index: -1;
}

.hp-slider .card-items .slick-dots {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  bottom: -10px;
  z-index: 1;
}

.hp-slider .card-items .slick-dots li {
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 0;
  list-style: none;
}

.hp-slider .card-items .slick-dots li button {
  font-size: 0;
  width: 5px;
  height: 5px;
  background: #ffffff;
  opacity: 0.1;
  display: block;
  border-radius: 100px;
  padding: 0;
  border: 0;
}

.hp-slider .card-items .slick-dots li.slick-active button,
.hp-slider .card-items .slick-dots li:hover button {
  opacity: 1;
}

.hp-list {
  padding: 92px 0 0;
}

.hp-search {
  position: relative;
  width: 100%;
  max-width: 670px;
  margin-bottom: 33px;
}

.hp-search form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hp-search form img {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hp-search form input {
  border: 1px solid #e3e8ef;
  border-radius: 5px;
  padding: 18.5px 30px 18.5px 45px;
  font-size: 14px;
  line-height: 17px;
  color: #68768d;
  width: calc(100% - 120px);
  transition: all 0.3s ease-out;
}

.hp-search form input:focus {
  border-color: var(--bs-dark-blue);
  box-shadow: none;
  outline: 0;
}

.hp-search form button,
.hp-search form .btn-primary {
  min-width: 107px;
  height: 56px;
  background: #104f55;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  cursor: pointer;
  margin-left: 13px;
}

.hp-search form button.btn-reset,
.hp-search form a.btn-reset {
  background: #e1f0ee;
  color: var(--bs-dark-blue);
  min-width: 85px;
  margin-left: 10px;
  line-height: 32px;
}

.hp-search .btn-primary.btn-reset:hover,
.hp-search .btn-primary.btn-reset:hover {
  background: #f8f8f9;
}

.hp-search form input::-webkit-input-placeholder {
  color: #68768d;
}

.hp-search form input::-moz-placeholder {
  color: #68768d;
}

.hp-search form input:-ms-input-placeholder {
  color: #68768d;
}

.hp-search form input:-moz-placeholder {
  color: #68768d;
}

.hp-search form a.btn-reset {
  background: transparent;
  min-width: 19px;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  position: absolute;
  right: 130px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hp-search form input ~ .btn-reset {
  display: none;
}
.hp-search form input:valid ~ .btn-reset {
  display: block;
}
.hp-search-character {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 43px;
}

.character-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.character-wrap h2 {
  font-size: 32px;
  line-height: 41px;
  color: #283257;
  width: 100%;
  margin-bottom: 16px;
}

.hp-search-character a {
  width: 60px;
  height: 40px;
  background: #68768d;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px 13px 0;
}

.character-wrap .character-box {
  width: calc(33.33% - 18px);
  background: #f8f8f9;
  border-radius: 5px;
  padding: 25px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 0 9px 20px;
  position: relative;
}

.character-wrap .character-box h4 .icon {
  display: none;
}

.character-wrap .character-box p {
  color: #68768d;
  padding-bottom: 17px;
  line-height: 19px;
}

.character-wrap .character-box h4 {
  margin-bottom: 15px;
}

.character-wrap .character-box a {
  display: block;
  line-height: 0;
  text-align: right;
}

.character-wrap .character-box-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
  min-width: 100%;
}

.hp-search-character a:hover,
.hp-search-character a.active {
  background: var(--bs-dark-blue);
}

.hp-bottom .container-new {
  display: flex;
  justify-content: space-between;
}

.hp-bottom .meet-expert {
  width: calc(66.66% - 10px);
  padding-bottom: 0;
}

.hp-bottom .author-card {
  width: calc(33.33% - 10px);
  padding: 40px 30px 30px;
}

.hp-bottom .meet-expert .meet-expert-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.hp-bottom .meet-expert ul li {
  width: calc(50% - 30px);
}

.hp-bottom .author-card.white-card h2 {
  margin-bottom: 35px;
}

.hp-bottom .author-card.white-card .editorial-list-inner .editorial-item {
  margin-bottom: 42px;
}

.hp-bottom {
  padding-bottom: 50px;
}

/* Home Page End */

/* Conditions category Start */
.condition-banner {
  background: #1e5985;
  overflow: hidden;
}
.condition-articles:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.condition-articles {
  background-position: top left;
}
.condition-banner.inner-banner .container-new {
  height: 330px;
  flex-flow: column;
  z-index: 3;
  justify-content: flex-end;
  padding-bottom: 32px;
}
.condition-banner.inner-banner.condition-articles .container-new {
  justify-content: center;
  padding-bottom: 0;
}
.condition-banner.inner-banner.condition-articles .container-new .h1 {
  margin: 25px 0 0;
  padding: 0;
}
.condition-banner.inner-banner .div-img {
  background-size: 100%;
  background-position: bottom left;
  max-width: 1278px;
  width: 100%;
}

.condition-banner.inner-banner .div-img.mobile-only {
  display: none;
}

.condition-banner.inner-banner .div-img.shape-2 {
  width: 265px;
  height: 333px;
  position: absolute;
  right: -72px;
  left: auto;
  background-size: contain;
  background-position: bottom left;
  z-index: 2;
}

.banner-slider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.condition-banner.inner-banner .container-new .h1,
.condition-banner.inner-banner .container-new h1 {
  margin-bottom: 50px;
  min-height: 188px;
  margin-bottom: 0px;
  align-items: center;
  display: flex;
  text-align: center;
  padding: 0px 50px;
}

.banner-slider .banner-slide {
  min-width: 100px;
  margin: 0 12px;
  position: relative;
  padding-bottom: 12px;
}

.banner-slider .banner-slide .icon {
  width: 46px;
  height: 44px;
  background: url(../images/icon-bg.svg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  margin-bottom: 9px;
}

.banner-slider .banner-slide a {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
}

.banner-slider .banner-slide:after {
  content: "";
  background: transparent;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.banner-slider .banner-slide.active:after,
.banner-slider .banner-slide:hover:after {
  background: #ffffff;
}

.auther-wrap {
  padding: 40px 0 75px;
}

.auther-wrap .auther {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.auther-wrap .auther p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.auther-wrap .written-by {
  border-right: 1px solid #e3e8ef;
  display: flex;
  align-items: center;
}

.auther-wrap .medically-by {
  border-right: 1px solid #e3e8ef;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.auther-wrap .medically-by .medically-text .medically {
  color: #68768d;
  text-decoration: underline;
  padding-right: 5px;
}

.auther-date {
  display: flex;
  align-items: center;
}

.auther-wrap .written-by .written-img img,
.auther-wrap .medically-by .medically-img img {
  border-radius: 100px;
}

.auther-wrap .written-by .written-text {
  width: calc(100% - 36px);
  padding: 0 25px 0 15px;
}

.auther-wrap .medically-by .medically-text {
  width: calc(100% - 36px);
  padding: 0 25px 0 15px;
}

.auther-wrap .written-by .written-text .written,
.auther-wrap .written-by .medically-text .medically {
  color: #68768d;
  display: inline-block;
  padding-right: 5px;
}

.auther-wrap .written-by .written-text a,
.auther-wrap .medically-by .medically-text a {
  text-decoration: underline;
  display: inline-block;
  font-weight: 600;
  color: #104f55;
}

.auther-wrap .written-by .written-text p,
.auther-wrap .medically-by .medically-text p {
  margin-top: 5px;
}

.auther-date {
  display: flex;
  align-items: center;
  padding-left: 31px;
  max-width: 130px;
}

.auther-wrap .auther {
  width: 705px;
  margin: 0px auto 40px;
}

.overview-slider {
  width: 705px;
  background: #f1f9f8;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  margin: 0px auto;
}

.overview-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.overview-slider h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #283257;
  margin-bottom: 15px;
}

.overview-slide .read-more {
  max-height: 145px;
  overflow: hidden;
  margin-bottom: 20px;
}
.overview-slide .post-content {
  width: unset;
  padding: unset;
  float: unset;
  max-width: unset;
}
.overview-slide .read-more h3 {
  font-size: 20px;
  line-height: 30px;
}
.overview-slide .read-more.learn-more {
  height: auto;
  max-height: unset;
}
.overview-slide .read-more ul {
  list-style: none;
  padding-left: 20px;
  list-style-type: none;
}
.overview-slide .read-more ul li {
  position: relative;
}
.overview-slide .read-more ul li:after {
  content: "";
  background: #104f55;
  display: inline-block;
  width: 5px;
  margin: 0;
  padding: 0;
  height: 5px;
  position: absolute;
  left: -19px;
  border-radius: 100px;
  top: 9px;
}
.overview-slide .read-more.open {
  height: auto;
  max-height: none;
}
.overview-slide .show_hide {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #104f55;
}
.overview-slide p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.overview-slide p:last-child {
  margin-bottom: 0;
}

.overview-slider .slick-arrow {
  border: 0;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  padding: 0;
  outline: 0;
  color: #314d5c;
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 0;
  cursor: pointer;
  z-index: 3;
}

.overview-slider .slick-arrow.slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
}

.overview-slider .slick-arrow:hover {
  opacity: 0.7;
}

.overview-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.overview-slider .slick-arrow.slick-prev:before {
  content: "";
  background: url(../images/slider-arrow-left.svg) no-repeat center center;
  width: 13px;
  display: inline-block;
  background-size: contain;
  height: 16px;
  vertical-align: middle;
  margin: -3px 13px 0 0;
}

.overview-slider .slick-next:after {
  content: "";
  background: url(../images/slider-arrow-right.svg) no-repeat center center;
  width: 13px;
  display: inline-block;
  background-size: contain;
  height: 16px;
  vertical-align: middle;
  margin: -3px 0 0 13px;
}

.overview-slider .slick-dots li {
  list-style: none;
  line-height: 0;
}

.overview-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #e3e8ef;
  border: 0;
  font-size: 0;
  border-radius: 100px;
  padding: 0;
  margin: 0px 10px;
  cursor: pointer;
}

.overview-slider .slick-dots li.slick-active button {
  background: #104f55;
}

.overview-slider .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}

.types-conditions {
  background: #006a6d;
  padding: 0 82px 82px;
  position: relative;
  margin-top: 120px;
}

.types-conditions .div-img {
  position: absolute;
  top: -113px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.types-conditions .slider-nav .slider-nav-item {
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  padding: 2px 16px;
  margin: 0px 5px;
  cursor: pointer;
}

.types-conditions .slider-nav .slider-nav-item h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  margin: 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  white-space: nowrap;
  letter-spacing: normal;
}

.types-conditions .slider-nav .slider-nav-item.is-active {
  background: #ffffff;
}

.types-conditions .slider-nav .slider-nav-item.is-active h3 {
  color: #283257;
}

.types-conditions .types-conditions-inner {
  width: 100%;
  max-width: 705px;
  margin: 0px auto;
}

.types-conditions .types-conditions-inner .slider-nav .slick-arrow {
  border: 0;
  font-size: 0;
  background: url(../images/icon-arrow-white.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  z-index: 1;
}

.types-conditions .types-conditions-inner .slider-nav .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: -22px;
  right: auto;
}

.types-conditions .types-conditions-inner .slider-nav {
  margin-bottom: 23px;
}

.types-conditions .types-conditions-inner .slider-single {
  background: #f8f8f9;
  border-radius: 10px;
  padding: 40px 30px 30px;
}
.types-conditions .types-conditions-inner .slider-single ul {
  list-style: none;
  padding-left: 20px;
  list-style-type: none;
  margin-bottom: 20px;
}
.types-conditions .types-conditions-inner .slider-single ul li {
  position: relative;
}
.types-conditions .types-conditions-inner .slider-single ul li:after {
  content: "";
  background: #104f55;
  display: inline-block;
  width: 5px;
  margin: 0;
  padding: 0;
  height: 5px;
  position: absolute;
  left: -19px;
  border-radius: 100px;
  top: 9px;
}
.types-conditions .types-conditions-inner .slider-single p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 35px;
}

.types-conditions .types-conditions-inner .slider-single .btn-primary {
  border-radius: 10px;
  min-width: 118px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.types-conditions .types-conditions-inner .text h2 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
}

.types-conditions .types-conditions-inner .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.types-conditions .types-conditions-inner .text {
  padding-bottom: 35px;
}

.overview-slide .toggle-btn {
  font-size: 16px;
  line-height: 22px;
  color: #104f55;
  min-height: 22px;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 28px;
  font-weight: 700;
}

.overview-slide .toggle-btn:after {
  content: "";
  background: url(../images/icon-down-green.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  z-index: 1;
  top: 2px;
}
.overview-slide .toggle-btn:before {
  content: "Read more";
}
.overview-slide .open ~ .toggle-btn:before {
  content: "Read less";
}
.overview-slide .open ~ .toggle-btn:after {
  transform: rotate(180deg);
}

.about-cta {
  padding: 85px 0;
}

.about-cta .inner {
  width: 840px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 260px;
}

.about-cta .inner img {
  max-width: 265px;
  display: block;
  margin-right: 80px;
}

.about-cta .inner .inner-text h2 {
  margin-bottom: 10px;
  color: #283257;
}

.about-cta .inner .btn-primary {
  border-radius: 10px;
  min-width: 200px;
}

.treat-section {
  width: 100%;
  padding-bottom: 40px;
}

.treat-section h3 {
  text-align: center;
  margin-bottom: 30px;
}

.treat-items {
  display: flex;
  margin: 0 -8px;
  justify-content: center;
}

.treat-item {
  background: #e1f0ee;
  border-radius: 10px;
  padding: 32px 24px 24px;
  margin: 0px 8px;
  width: calc(25% - 16px);
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
}

.treat-item .btn-primary {
  letter-spacing: 0.1px;
  font-size: 17px;
  line-height: 26px;
}

.treat-item:nth-child(1n) {
  background: #e1f0ee;
}

.treat-item:nth-child(2n) {
  background: #f1dddd;
}

.treat-item:nth-child(3n) {
  background: #e1e5f0;
}

.treat-item:nth-child(4n) {
  background: #ced5f2;
}

.treat-item h4 {
  color: #314d5c;
  margin-bottom: 15px;
  font-weight: 700;
}

.treat-item p {
  margin-bottom: 30px;
}

.condition-post {
  padding: 40px 0 58px;
}

.condition-post .container-new {
  display: flex;
  flex-wrap: wrap;
}

.condition-post-single {
  width: 51%;
  padding-right: 36px;
}

.condition-post h2 {
  margin-bottom: 17px;
  width: 100%;
  font-size: 28px;
  line-height: 36px;
}

.condition-post-single-img {
  position: relative;
  height: 307px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
}

.condition-post-single-img img {
  display: block;
  border-radius: 10px;
}

.condition-post .inner-nav {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #68768d;
  margin-bottom: 20px;
}

.condition-post .inner-nav span {
  display: block;
  position: relative;
}

.condition-post .inner-nav span:after {
  content: "";
  width: 2px;
  height: 2px;
  background: #727272;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.condition-post .inner-nav strong {
  font-size: 12px;
  line-height: 14px;
  color: #104f55;
  margin-bottom: 5px;
  display: block;
}

.condition-post-single h4 {
  margin-bottom: 10px;
  font-weight: 700;
}

.condition-post-single h4 a {
  display: block;
}

.condition-post-list {
  width: 49%;
  border-left: 1px solid #e3e8ef;
  padding-left: 30px;
}

.condition-post-list .condition-post-item {
  border-bottom: 1px solid #e3e8ef;
  padding: 13px 0;
}

.condition-post-list .condition-post-item {
  border-bottom: 1px solid #e3e8ef;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.condition-post-list .condition-post-item:last-child {
  border-bottom: 0;
}

.condition-post-img {
  position: relative;
  width: 270px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
}

.condition-post-img img,
.condition-post-single-img img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.4s ease;
}
.condition-post-single:hover .condition-post-single-img img,
.condition-post-item:hover .condition-post-img img {
  transform: translate3d(0px, 0px, 0px) scale3d(1.2, 1.2, 1.2) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.condition-post-list .text {
  width: calc(100% - 270px);
  padding-right: 55px;
}

.condition-post-list .condition-post-item .inner-nav {
  margin-bottom: 10px;
}

.condition-post-list .text h4 {
  margin: 0;
  font-size: 20px;
  line-height: 23px;
  color: #283257;
  font-weight: 700;
}

.condition-vs {
  background: #263159;
  position: relative;
  margin-top: 50px;
  padding-bottom: 35px;
}

.condition-vs .card-items {
  opacity: 1;
  visibility: visible;
  margin-left: -17px;
  margin-right: -17px;
  width: auto;
}

.condition-vs .shape {
  position: absolute;
  top: -65px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.condition-vs h2 {
  color: #ffffff;
  margin-bottom: 45px;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
}

.condition-vs .card-item {
  width: calc(33.33% - 34px);
  margin: 0 17px;
}

.condition-vs .card-item .card-img {
  height: 202px;
}

.condition-vs .card-details strong {
  color: #ced5f2;
}

.condition-vs .card-details span {
  color: #e3e8ef;
}

.condition-vs .card-details h4 a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.accordion-item .content {
  display: none;
  padding-right: 50px;
}
.accordion-item .content h3 {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 20px;
}

.faq {
  padding: 85px 0;
}

.faq-wrap {
  width: 700px;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgb(52 43 80 / 15%);
  border-radius: 15px;
  margin: 0px auto;
  padding: 45px 40px;
}

.faq-wrap h2 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 36px;
}

.accordion-item {
  border-bottom: 1px solid #e3e8ef;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.accordion-item .content .post-content {
  width: unset;
  padding: unset;
  float: unset;
  max-width: unset;
}

.accordion-item .content p {
  margin-bottom: 20px;
}

.accordion-item > a {
  color: #283257;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  width: 100%;
  display: block;
  padding: 15px 50px 15px 0;
  position: relative;
}

.accordion-item > a::after {
  content: "";
  background: url(../images/icon-arrow-down.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 16px;
  position: absolute;
  right: 13px;
  top: 16px;
  z-index: 1;
  transition: all 0.3s ease;
}

.accordion-item > a.active::after {
  transform: rotate(180deg);
}
.accordion-item .content ul {
  list-style: none;
  padding-left: 20px;
  list-style-type: none;
  margin-bottom: 20px;
}
.accordion-item .content ul li {
  position: relative;
  margin-bottom: 10px;
}
.accordion-item .content ol li {
  margin-bottom: 10px;
}
.accordion-item .content ul li:after {
  content: "";
  background: #104f55;
  display: inline-block;
  width: 5px;
  margin: 0;
  padding: 0;
  height: 5px;
  position: absolute;
  left: -19px;
  border-radius: 100px;
  top: 9px;
}
.accordion-item .content ol {
  padding-left: 20px;
}
.more-about {
  padding: 25px 0;
}

.more-about h2 {
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 36px;
}

.more-about .card-items {
  opacity: 1;
  visibility: visible;
}

.more-about .card-items {
  margin: 0 -13px;
  padding-bottom: 0;
  width: auto;
}

.more-about .card-items .card-item {
  margin: 0 13px;
  width: calc(25% - 26px);
  margin-bottom: 50px;
}

.more-about .card-items .card-item .card-img {
  height: 150px;
}

.more-about .card-items .card-item:nth-child(1),
.more-about .card-items .card-item:nth-child(2),
.more-about .card-items .card-item:nth-child(3) {
  width: calc(33.33% - 26px);
}

.more-about .card-items .card-item:nth-child(1) .card-img,
.more-about .card-items .card-item:nth-child(2) .card-img,
.more-about .card-items .card-item:nth-child(3) .card-img {
  height: 202px;
}

.more-about .btn-primary {
  margin: 0px auto;
  display: block;
  width: 278px;
}

.condition-bottom {
  margin-bottom: 70px;
}

.condition-cta.cta-banner {
  max-width: 1030px;
  border-radius: 20px;
  margin: 50px auto 50px;
}

.condition-cta.cta-banner .container-new {
  padding: 0 60px 0 110px;
  min-height: 356px;
  max-width: 100%;
  overflow: hidden;
}

.condition-cta.cta-banner .container-new .cta-text {
  padding-left: 0;
}

.condition-cta.cta-banner .container-new .cta-text h2 {
  margin-bottom: 32px;
}

.condition-cta.cta-banner .container-new .cta-text .btn-primary {
  min-width: 278px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.condition-cta.cta-banner .container-new .cta-img {
  position: absolute;
  right: 60px;
  top: -85px;
  bottom: auto;
}

.condition-cta.cta-banner .container-new .cta-img img {
  max-width: 411px;
  width: 100%;
}

.condition-bottom .author-card.white-card {
  max-width: 1040px;
  margin: 0px auto;
  padding: 30px 68px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.condition-bottom .author-card.white-card .editorial-list-inner {
  display: flex;
  flex-flow: unset;
  align-items: center;
}

.condition-bottom
  .author-card.white-card
  .editorial-list-inner
  .editorial-item
  .experts-img {
  margin: 0;
}

.condition-bottom
  .author-card.white-card
  .editorial-list-inner
  .editorial-item {
  align-items: center;
  margin: 0;
}

.author-card.white-card
  .editorial-list-inner
  .editorial-item
  .experts-detail
  h5 {
  line-height: 19px;
  margin-bottom: 10px;
  color: #283257;
  font-weight: 700;
}

.condition-bottom .author-card.white-card .btn-primary {
  display: inline-block;
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #104f55;
  padding: 0;
  border-bottom: 1px solid #104f55;
  min-width: 1px;
  border-radius: 0;
}

.condition-bottom .author-card.white-card .editorial-list-inner {
  display: flex;
  flex-flow: unset;
  align-items: center;
  width: 85%;
}

.condition-bottom .author-card.white-card .btn-primary:hover,
.condition-bottom .author-card.white-card .btn-primary:focus,
.condition-bottom .author-card.white-card .btn-primary:active {
  border-color: transparent;
}

.condition-bottom
  .author-card.white-card
  .editorial-list-inner
  .editorial-item
  .experts-detail
  h5 {
  margin: 0;
  font-weight: 700;
}

/* Conditions category end */

/* Conditions category child start */
.left-bar .table-contents {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 14px -4px rgb(52 43 80 / 15%);
  padding: 33px 22px 33px 24px;
  margin-bottom: 30px;
}

.left-bar .table-contents h5 {
  line-height: 19px;
  font-weight: 700;
  margin-bottom: -10px;
  padding-left: 21px;
}

.table-contents ul.nav {
  list-style: none;
  padding-left: 21px;
  position: relative;
  overflow: hidden;
  padding-top: 27px;
}

.table-contents ul.nav li {
  margin-bottom: 20px;
  position: relative;
}

.table-contents ul.nav li a {
  font-size: 16px;
  line-height: 19px;
  color: rgb(41 51 87 / 50%);
  display: block;
}

.table-contents ul.nav li.active a,
.table-contents ul.nav li:hover a {
  color: #283257;
}

.table-contents ul.nav:before {
  content: "";
  background: #68768d;
  width: 1px;
  height: calc(100% - 30px);
  display: inline-block;
  position: absolute;
  left: 3px;
  opacity: 0.5;
  top: 0;
  bottom: 0;
}

.table-contents ul.nav li.active a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #104f55;
  display: inline-block;
  border-radius: 100px;
  position: absolute;
  left: -21px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.table-contents ul.nav li.active:before {
  content: "";
  background: #104f55;
  width: 1px;
  height: 400px;
  display: inline-block;
  position: absolute;
  left: -18px;
  top: auto;
  bottom: 50%;
  z-index: 3;
}

.condition-child-wrap {
  padding-top: 38px;
}

.conditions-content-wrap {
  width: calc(100% - 500px);
  display: inline-block;
  vertical-align: top;
  padding: 0 60px 10px 60px;
}
.conditions-content-wrap .auther-wrap-title {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.conditions-content-wrap .auther-wrap-title h6 {
  padding: 12px 25px;
  min-width: 110px;
  background: #e3e8ef;
  border-radius: 5px;
  font-size: 12px;
  line-height: 14px;
  color: #283257;
  font-weight: 500;
  margin: 0 45px 0 0;
  position: relative;
}
.conditions-content-wrap .auther-wrap-title h6:after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #68768d;
  border-radius: 100px;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.conditions-content-wrap .auther-wrap-title span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #283257;
}
.condition-child-inner-wrap .left-bar,
.condition-child-inner-wrap .right-bar {
  width: 245px;
  position: sticky;
  top: 118px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}

.condition-child-inner-wrap .right-bar .cta-banner {
  padding: 25px;
  text-align: center;
  border-radius: 15px;
}

.condition-child-inner-wrap .right-bar .cta-banner .cta-text {
  padding: 0;
  max-width: 100%;
}

.condition-child-inner-wrap .right-bar .cta-banner .cta-text h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #104f55;
  margin-bottom: 7px;
}

.condition-child-inner-wrap .right-bar .cta-banner .cta-text .btn-primary {
  border-radius: 5px;
}

.condition-child-inner-wrap .left-bar .author-card.white-card {
  padding: 22px;
}

.condition-child-inner-wrap .left-bar .author-card.white-card h2 {
  font-size: 18px;
  line-height: 23px;
}

.condition-child-inner-wrap
  .left-bar
  .author-card.white-card
  .editorial-list-inner
  .editorial-item {
  margin-bottom: 18px;
  align-items: center;
}

.condition-child-inner-wrap
  .left-bar
  .author-card.white-card
  .editorial-list-inner
  .editorial-item
  .experts-img {
  margin: 0;
}

.condition-child-inner-wrap
  .left-bar
  .author-card.white-card
  .editorial-list-inner
  .editorial-item
  .experts-detail
  h5 {
  margin: 0;
}

.condition-child-inner-wrap
  .left-bar
  .author-card.white-card
  .editorial-list-inner
  .editorial-item:last-child {
  margin-bottom: 0;
}

.condition-child-inner-wrap .left-bar .author-card.white-card {
  padding: 28px 22px 22px;
}

.condition-child-inner-wrap .auther-wrap .written-by .written-text .written {
  display: block;
  padding: 0 0 4px 0;
}

.condition-child-inner-wrap
  .auther-wrap
  .medically-by
  .medically-text
  .medically {
  color: #68768d;
  text-decoration: underline;
  padding: 0 0 4px 0;
  display: block;
}

.condition-child-inner-wrap .auther-wrap .medically-by {
  padding-left: 35px;
}

.condition-child-inner-wrap .auther-wrap .auther {
  width: 100%;
  margin: 0px auto 20px;
}

.condition-child-inner-wrap .auther-date {
  padding-left: 35px;
}

.condition-child-inner-wrap .action-btn {
  width: 100%;
  display: flex;
  align-items: center;
}

.condition-child-inner-wrap .action-btn a {
  display: inline-flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #283257;
  padding: 10px 20px;
  border-radius: 8px;
  margin-right: 10px;
  align-items: center;
}

.condition-child-inner-wrap .action-btn a img {
  vertical-align: middle;
  margin-right: 10px;
}

.condition-child-inner-wrap .action-btn a span {
  display: inline-block;
}

.condition-child-inner-wrap .action-btn a:hover {
  background: #e1f0ee;
}

.conditions-content-wrap .auther-wrap {
  padding: 0px;
}

.conditions-content-wrap .gray-box {
  background: rgb(225 229 240 / 80%);
  border-radius: 8px;
  padding: 32px 39px;
}

.conditions-content-wrap .gray-box h2 {
  font-size: 28px;
  line-height: 36px;
  color: #283257;
  margin-bottom: 20px;
}

.conditions-content-wrap .section {
  padding: 22px 0;
}
.conditions-content-wrap .section .container-new {
  padding: 0;
}
.conditions-content-wrap .what-triggers ul {
  padding-left: 20px;
}
.conditions-content-wrap .section .h3 {
  margin-bottom: 17px;
}
.conditions-content-wrap .section h2 {
  font-size: 28px;
  line-height: normal;
  margin-bottom: 20px;
}
.conditions-content-wrap .section h3 {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 20px;
  font-family: var(--bs-font-oldgrotesk);
}
.conditions-content-wrap .section h4 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  font-family: var(--bs-font-oldgrotesk);
}

.conditions-content-wrap .section hr {
  background: transparent;
  padding: 7px 0;
  margin: 0;
}

.conditions-content-wrap blockquote {
  padding: 33px 40px 16px 40px;
  margin: 45px 0 23px 0;
  border-radius: 15px;
  background: #f1dddd;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  color: #104f55;
}
.conditions-content-wrap blockquote h3 {
  margin: 0 0 23px 0;
  font-size: 24px;
  font-style: normal;
  line-height: 22px;
}
.conditions-content-wrap blockquote h3 img {
  max-width: 20px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
}
/* .conditions-content-wrap blockquote::before {
    content: "";
    width: 48px;
    height: 46px;
    display: block;
    background-image: url(../images/blockquote-icon.svg), url(../images/blockquote-icon-bg.svg);
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    margin-bottom: 12px;
    margin-left: -10px;
} */

.conditions-content-wrap blockquote h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #104f55;
  margin-bottom: 18px;
  font-style: italic;
}

.conditions-content-wrap blockquote .auther-wrap {
  padding: 0;
}

.conditions-content-wrap blockquote .auther-wrap .auther {
  margin: 0;
  margin-top: 18px;
}

.conditions-content-wrap blockquote .auther-wrap .auther .medically-by {
  padding: 0;
  width: 100%;
  border: 0;
}

.conditions-content-wrap blockquote .auther-wrap .auther .medically-by img {
  max-width: 54px;
  max-height: 54px;
  width: auto;
  display: block;
}

.conditions-content-wrap
  blockquote
  .auther-wrap
  .auther
  .medically-by
  .medically-text {
  width: calc(100% - 54px);
  padding: 0 0 0 21px;
}

.conditions-content-wrap
  blockquote
  .auther-wrap
  .auther
  .medically-by
  .medically-text
  .medically {
  text-decoration: none;
  padding-bottom: 10px;
  font-weight: 500;
  font-style: normal;
}

.conditions-content-wrap
  blockquote
  .auther-wrap
  .auther
  .medically-by
  .medically-text
  a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #283257;
  font-style: normal;
}

.common-causes-banner {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: 30px 0;
  padding: 0 20px;
}

.conditions-content-wrap .section .common-causes-banner h3 {
  margin: 0;
  font-size: 27px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-align: center;
}

.conditions-content-wrap .section .common-causes-banner h3 span {
  color: #71e9c0;
}

.conditions-content-wrap .section .faq-wrap {
  width: 100%;
  margin-top: 10px;
}

.conditions-content-wrap .section .faq-wrap h3 {
  margin-bottom: 12px;
}

.conditions-content-wrap .section.references-block {
  padding-top: 40px;
}

.conditions-content-wrap .section.references-block h3 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  position: relative;
  cursor: pointer;
}

.conditions-content-wrap .section.references-block h3::after {
  content: "";
  background: url(../images/icon-arrow-down.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 16px;
  position: absolute;
  right: 2px;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}

.conditions-content-wrap .section.references-block h3.open::after {
  transform: rotate(0);
}

.references-block ul {
  list-style: none;
  padding-top: 30px;
}

.references-block ul li {
  margin-bottom: 20px;
}

.references-block ul li h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #283257;
  margin-bottom: 5px;
}

.references-block ul li p {
  font-size: 12px;
  line-height: 14px;
  color: #68768d;
}
/**/
.references-block-full .references-block {
  padding: 25px 0 0;
  max-width: 1030px;
  margin: 0px auto;
}
.references-block-full .references-block h3 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  position: relative;
  cursor: pointer;
}

.references-block-full .references-block h3::after {
  content: "";
  background: url(../images/icon-arrow-down.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 16px;
  position: absolute;
  right: 2px;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
  bottom: 0;
  margin: auto;
  transform: rotate(0);
}

.references-block-full .references-block h3.open::after {
  transform: rotate(180deg);
}

.references-block-full .references-block ul {
  list-style: none;
  padding-top: 30px;
}

.references-block-full .references-block ul li {
  margin-bottom: 20px;
}

.references-block-full .references-block ul li h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #283257;
  margin-bottom: 5px;
}

.references-block-full .references-block ul li p {
  font-size: 12px;
  line-height: 14px;
  color: #68768d;
}

.auther-wrap.auther-wrap-full .auther {
  background: #f8f8f9;
  border-radius: 15px;
  width: 100%;
  padding: 35px 40px 35px 27px;
  margin-bottom: 28px;
}

.auther-wrap.auther-wrap-full {
  padding: 15px 0 0;
}

.auther-wrap.auther-wrap-full .auther .written-by {
  border: 0;
  width: 100%;
  align-items: start;
}

.auther-wrap.auther-wrap-full .auther .written-by img {
  max-width: 58px;
  max-height: 58px;
  width: auto;
  display: block;
}

.auther-wrap.auther-wrap-full .auther .written-by .written-text a {
  font-size: 20px;
  line-height: 23px;
  color: #283257;
  font-weight: 500;
}

.auther-wrap.auther-wrap-full .auther .written-by .written-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  color: #314d5c;
}

.auther-wrap.auther-wrap-full .auther .written-by .written-text {
  width: calc(100% - 54px);
  padding: 0 0 0 19px;
}

.auther-wrap.auther-wrap-full .action-btn a {
  background: #e1f0ee;
  margin-right: 24px;
}

.social-wrap {
  display: flex;
  align-items: center;
}

.social-wrap .social {
  display: flex;
  align-items: center;
  background: #e1f0ee;
  border-radius: 8px;
  padding: 5px 20px;
  width: 230px;
}

.social-wrap .social a {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  color: #283257;
  margin-right: 12px;
}

.social a span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 8px;
  font-weight: 500;
}

.social-wrap .social img {
  max-width: 30px;
  max-height: 30px;
}

.auther-wrap.auther-wrap-full .action-btn a:hover {
  opacity: 0.7;
}

.social-wrap .social a:hover {
  opacity: 0.7;
}

.articles-causes {
  padding-top: 40px;
  padding-bottom: 20px;
}

.articles-causes h3 {
  font-size: 28px;
  line-height: 36px;
  color: #283257;
  margin: 0;
}

.articles-causes-title {
  margin-bottom: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.articles-causes-title .btn-primary {
  width: 250px;
}

.about-depression {
  background: #263159;
  position: relative;
  margin-top: 30px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.about-depression .shape {
  position: absolute;
  top: -30px;
  width: 100%;
  background-size: 100%;
  z-index: -1;
}

.about-depression h3 {
  color: #ffffff;
  margin-bottom: 27px;
}

.about-depression ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-left: -13px;
  margin-right: -13px;
  width: auto;
}

.about-depression ul li {
  width: calc(25% - 26px);
  background: #ffffff;
  border-radius: 5px;
  margin: 0 13px 20px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  min-height: 72px;
  position: relative;
}

.about-depression ul li .icon {
  width: 37px;
  height: 35px;
  background: url(../images/icon-bg-sm.svg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-depression ul li .icon img {
  max-width: 19px;
  display: block;
}

.about-depression ul li h5 {
  width: calc(100% - 37px);
  margin: 0;
  padding-left: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #283257;
}

/* Conditions category child end */
@media screen and (max-width: 1180px) {
  .container-new {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .condition-child-inner-wrap .right-bar {
    display: none;
  }

  .conditions-content-wrap {
    width: calc(100% - 250px);
  }
}

@media screen and (max-width: 1024px) {
  .container-new {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner-banner ul.breadcrumb {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 20px;
    display: flex;
    align-items: center;
  }

  .inner-banner ul.breadcrumb li a,
  .inner-banner ul.breadcrumb li span {
    color: #e3e8ef;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: block;
    text-decoration: none;
    position: relative;
  }

  .inner-banner ul.breadcrumb li a::after {
    content: "";
    background: url(../images/icon-arrow.svg) no-repeat center center;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 2px;
  }

  .inner-banner ul.breadcrumb li a:hover {
    opacity: 0.6;
  }

  .inner-banner ul.breadcrumb li span {
    font-weight: 600;
  }

  .meet-experts {
    padding-bottom: 70px;
  }

  .inner-banner ul.breadcrumb {
    left: 15px;
  }

  .inner-banner .h1 {
    font-size: 32px;
    line-height: 41px;
  }

  .author-column {
    margin-left: 30px;
    width: calc(100% - 365px);
  }

  .cmn-card-wrap .tabs ul {
    flex-wrap: wrap;
    margin-bottom: 17px;
  }

  .cmn-card-wrap .tabs ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cmn-card-wrap .tabs ul li {
    margin-bottom: 13px;
  }

  .card-item {
    width: 280px;
  }

  .meet-expert ul li {
    width: calc(50% - 30px);
  }

  .author-details blockquote p {
    margin-bottom: 27px;
  }

  .hp-banner h1 {
    font-size: 32px;
    line-height: 41px;
  }

  .hp-slider h3 {
    font-size: 20px;
    line-height: 23px;
  }

  .hp-slider .card-items .slick-dots {
    bottom: -10px;
  }

  .hp-slider .slick-arrow {
    right: -20px;
  }

  .hp-slider .slick-arrow.slick-prev {
    left: -20px;
  }

  .hp-bottom .container-new {
    flex-wrap: wrap;
  }

  .hp-bottom .meet-expert {
    width: 100%;
    padding-bottom: 40px;
  }

  .hp-bottom .author-card {
    width: 100%;
  }

  .hp-slider h3 {
    margin-bottom: 20px;
    text-align: center;
  }

  .hp-banner.inner-banner ul.breadcrumb li a {
    font-weight: 400;
  }

  .hp-banner.inner-banner ul.breadcrumb li a::after {
    right: -15px;
    top: 2px;
    left: auto;
  }

  .types-conditions .div-img {
    top: -80px;
  }

  .condition-post-img {
    width: 150px;
    height: 80px;
  }

  .condition-post-list .text {
    width: calc(100% - 150px);
    padding-right: 25px;
  }

  .condition-post-list .text h4 {
    font-size: 16px;
    line-height: 21px;
  }

  .condition-post-single-img {
    height: 217px;
  }

  .condition-vs .shape {
    top: -45px;
  }

  .condition-vs .card-item .card-img,
  .more-about .card-items .card-item .card-img,
  .more-about .card-items .card-item:nth-child(1) .card-img,
  .more-about .card-items .card-item:nth-child(2) .card-img,
  .more-about .card-items .card-item:nth-child(3) .card-img {
    height: 140px;
  }

  .more-about .card-items .card-item {
    width: calc(33.33% - 26px);
  }

  .condition-cta.cta-banner {
    max-width: 930px;
  }

  .condition-cta.cta-banner .container-new .cta-img img {
    max-width: 331px;
  }

  .condition-cta.cta-banner .container-new .cta-img {
    right: 30px;
    top: -45px;
  }

  .conditions-content-wrap {
    padding: 0 0 0 30px;
  }

  .articles-causes .card-item {
    width: 290px;
  }
}

@media screen and (max-width: 992px) {
  .top-head .sitemap {
    left: 18px;
  }

  .inner-banner ul.breadcrumb.desktop-b {
    display: none;
  }

  .inner-banner ul.breadcrumb.desktop-m {
    display: block;
  }

  .inner-banner ul.breadcrumb li {
    margin: 0 0 0 20px;
  }

  .inner-banner ul.breadcrumb li a {
    font-weight: 600;
    color: var(--bs-white);
  }

  .inner-banner ul.breadcrumb li a::after {
    background: url(../images/icon-arrow-r.svg) no-repeat center center;
    left: -15px;
    right: auto;
  }

  .meet-experts {
    padding-top: 35px;
  }

  .author-details blockquote h4 {
    margin-bottom: 0;
  }

  .card-items .slick-arrow {
    width: 20px;
    height: 20px;
    right: -20px;
  }

  .card-items .slick-arrow.slick-prev {
    left: -20px;
  }

  .cmn-card-wrap {
    padding-bottom: 30px;
    overflow: hidden;
  }

  .card-details h4 {
    font-size: 20px;
    line-height: 23px;
  }

  .meet-expert .meet-expert-inner {
    padding: 25px 25px 3px 25px;
  }

  .meet-expert ul li .expert-text h4 {
    font-size: 16px;
    line-height: 19px;
  }

  .meet-expert ul li .expert-text span {
    font-size: 14px;
  }

  .meet-expert {
    padding: 0 0 40px 0;
  }

  .author-details ul.breadcrumb {
    margin-bottom: 30px;
  }

  .author-details ul.breadcrumb.desktop-b {
    display: none;
  }

  .author-details ul.breadcrumb.desktop-m {
    display: block;
  }

  .author-details ul.breadcrumb li a {
    font-weight: 600;
    color: #171717;
  }

  .author-details ul.breadcrumb li a::after {
    background: url(../images/icon-arrow-black-r.svg) no-repeat center center;
    left: -15px;
    right: auto;
    width: 10px;
    height: 10px;
    background-size: 5px;
  }

  .author-details ul.breadcrumb li {
    margin: 0 0 0 15px;
  }

  .hp-slider .slick-arrow.slick-prev {
    left: 20px;
  }

  .hp-slider .slick-arrow {
    right: 20px;
    z-index: 1;
    bottom: -20px;
    top: auto;
    width: 25px;
    height: 25px;
    background-position: 10px 7px;
  }

  .hp-slider {
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .hp-list {
    padding: 21px 0 0;
  }

  .hp-search {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .hp-search-character {
    margin-bottom: 58px;
  }

  .hp-search-character a {
    margin-bottom: 10px;
  }

  .character-wrap .character-box {
    width: calc(50% - 18px);
  }

  .condition-banner.inner-banner .container-new {
    height: 300px;
    text-align: center;
  }

  .condition-banner button.slick-arrow {
    border: 0;
    font-size: 0;
    width: 45px;
    height: 85px;
    padding: 0;
    position: absolute;
    right: -20px;
    left: auto;
    z-index: 2;
    background: linear-gradient(
      269.97deg,
      #296c8e 34.09%,
      rgba(41, 108, 142, 0) 90.88%
    );
  }

  .condition-banner button.slick-arrow:after {
    content: "";
    background: url(../images/icon-arrow-white.svg) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0px auto;
  }

  .condition-banner button.slick-arrow.slick-prev {
    left: -20px;
    right: auto;
    transform: rotate(180deg);
  }

  .condition-banner button.slick-arrow.slick-disabled {
    opacity: 0;
  }

  .types-conditions .div-img {
    top: -50px;
  }

  .condition-vs .shape {
    top: -35px;
  }

  .treat-section .slick-arrow {
    border: 0;
    background: transparent;
    font-weight: 400;
    font-size: 0;
    padding: 0;
    outline: 0;
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 0;
    cursor: pointer;
    z-index: 3;
    width: 30px;
    height: 30px;
  }

  .treat-section .slick-arrow:before {
    content: "";
    background: url(../images/slider-arrow-left.svg) no-repeat center center;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    width: 16px;
    height: 16px;
  }

  .treat-section .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: rotate(180deg);
  }

  .treat-section .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
  }

  .treat-section .slick-dots li {
    list-style: none;
    line-height: 0;
    font-size: 0;
  }

  .treat-section .slick-dots li button {
    width: 5px;
    height: 5px;
    background: #000000;
    border: 0;
    font-size: 0;
    border-radius: 100px;
    padding: 0;
    margin: 0px 6px;
    cursor: pointer;
    opacity: 0.1;
  }

  .treat-section .slick-dots li.slick-active button {
    opacity: 1;
  }

  .condition-post-single-img {
    height: 175px;
  }

  .condition-post-single {
    padding-right: 20px;
  }

  .condition-post-list {
    padding-left: 20px;
  }

  .condition-post-img {
    width: 130px;
    height: 66px;
  }

  .condition-cta.cta-banner .container-new {
    padding: 0 50px;
  }

  .condition-bottom .author-card.white-card {
    padding: 30px;
  }

  .condition-bottom .author-card.white-card .editorial-list-inner {
    width: 100%;
  }

  .condition-bottom .author-card.white-card .btn-primary {
    margin: 20px auto 0;
  }

  .condition-post-list .text {
    width: calc(100% - 130px);
    padding-right: 20px;
  }

  .condition-cta.cta-banner {
    max-width: calc(100% - 40px);
  }

  .condition-cta.cta-banner .container-new .cta-text h2 {
    font-size: 39px;
    line-height: 48px;
  }

  .condition-cta.cta-banner .container-new .cta-text {
    width: 60%;
  }

  .condition-cta.cta-banner .container-new .cta-img img {
    max-width: 290px;
  }

  .condition-cta.cta-banner .container-new .cta-img {
    top: -22px;
  }

  .conditions-content-wrap {
    padding: 0;
    width: 100%;
  }

  .condition-child-inner-wrap .auther-wrap .auther {
    flex-wrap: wrap;
  }

  .auther-wrap .written-by {
    border-right: 0;
    width: 100%;
    margin-bottom: 13px;
  }

  .condition-child-inner-wrap .auther-wrap .medically-by {
    padding: 0 0 20px 0;
    width: 100%;
    border: 0;
  }

  .condition-child-inner-wrap .auther-date {
    padding-left: 51px;
    max-width: 260px;
  }

  .condition-child-inner-wrap .auther-wrap .written-by .written-text .written,
  .condition-child-inner-wrap
    .auther-wrap
    .medically-by
    .medically-text
    .medically {
    display: inline-block;
    padding-right: 5px;
  }

  .condition-child-inner-wrap .left-bar {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }

  .left-bar .table-contents {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0px;
  }

  .left-bar .table-contents h5 {
    line-height: 19px;
    font-weight: 700;
    margin: 0;
    padding: 16px 38px 16px 28px;
    background: #f9f9f9;
    border-radius: 5px;
    position: relative;
  }

  .left-bar .table-contents h5::after {
    content: "";
    background: url(../images/icon-arrow-down.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 16px;
    position: absolute;
    right: 18px;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease;
    bottom: 0;
    margin: auto;
  }

  .left-bar .table-contents h5.open::after {
    transform: rotate(180deg);
  }

  .table-contents ul.nav {
    padding: 20px 28px 0 28px;
  }

  .table-contents ul.nav:before {
    content: normal;
  }

  .table-contents ul.nav {
    background: #f9f9f9;
    border-top: 1px solid #eeeeee;
    display: none;
  }

  .table-contents ul.nav li.active:before,
  .table-contents ul.nav li.active a:before {
    content: normal;
  }

  .table-contents ul.nav li a {
    color: rgb(41 51 87);
  }

  .top-auther .action-btn {
    display: none;
  }

  .articles-causes .card-item .card-img {
    height: 175px;
  }

  .about-depression ul li {
    width: calc(33.33% - 26px);
  }
  .about-cta .inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-banner .container-new {
    min-height: 415px;
  }
  .about-cta .inner img {
    margin-right: 50px;
  }

  .cta-text {
    padding-left: 0;
  }

  .cta-img img {
    max-width: 330px;
  }

  .articles-causes .card-items .slick-arrow {
    top: 73px;
  }

  .auther-wrap.auther-wrap-full {
    padding-bottom: 33px;
  }

  .conditions-content-wrap .author-card.white-card h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: left;
  }

  .conditions-content-wrap
    .author-card.white-card
    .editorial-list-inner
    .editorial-item {
    margin-bottom: 17px;
    align-items: center;
  }

  .conditions-content-wrap
    .author-card.white-card
    .editorial-item
    .experts-img {
    margin-bottom: 0;
  }

  .conditions-content-wrap
    .author-card.white-card
    .editorial-list-inner
    .editorial-item
    .experts-detail
    h5 {
    margin-bottom: 0;
  }

  .conditions-content-wrap .author-card.white-card .editorial-item:last-child {
    margin-bottom: 0;
  }

  .articles-causes {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .navbar.navbar-fixed-top {
    position: fixed;
  }

  .page-wraper {
    overflow: hidden;
  }

  .author-left {
    width: 100%;
  }

  .author-column {
    margin-left: 0;
    width: 100%;
    padding-top: 50px;
  }

  .author-column h4 {
    margin-bottom: 15px;
  }

  .experts-list .pl {
    padding-left: 0;
  }

  .awards-list .awards-item {
    max-width: 100%;
    padding: 0 8px;
  }

  .review-inner {
    max-width: 100%;
  }

  .cta-banner .container-new {
    min-height: 450px;
  }

  .cta-text {
    padding-left: 0;
    max-width: 50%;
  }

  .cta-text h2 {
    margin-bottom: 23px;
    font-size: 36px;
    line-height: 45px;
  }

  .cta-img {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 45%;
  }

  .auther-wrap .auther {
    width: 100%;
  }

  .overview-slider {
    width: 100%;
  }

  .about-cta .inner {
    width: 100%;
  }

  .about-cta .inner .inner-text h2 {
    font-size: 39px;
    line-height: 50px;
  }

  .treat-section .slick-track {
    display: flex !important;
  }

  .treat-item {
    height: inherit;
  }

  .condition-vs .card-item .card-img,
  .more-about .card-items .card-item .card-img,
  .more-about .card-items .card-item:nth-child(1) .card-img,
  .more-about .card-items .card-item:nth-child(2) .card-img,
  .more-about .card-items .card-item:nth-child(3) .card-img {
    height: 100px;
  }

  .card-details h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .meet-expert ul li {
    padding: 14px 24px;
  }
  .faq-wrap {
    width: 100%;
  }

  .more-about h2 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .more-about .card-items .card-item .card-img,
  .more-about .card-items .card-item:nth-child(1) .card-img,
  .more-about .card-items .card-item:nth-child(2) .card-img,
  .more-about .card-items .card-item:nth-child(3) .card-img {
    height: 158px;
  }

  .more-about .slick-arrow {
    border: 0;
    background: transparent;
    font-weight: 400;
    font-size: 0;
    padding: 0;
    outline: 0;
    position: absolute;
    top: auto;
    bottom: -25px;
    left: 0;
    cursor: pointer;
    z-index: 3;
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  .more-about .slick-arrow:before {
    content: "";
    background: url(../images/slider-arrow-left.svg) no-repeat center center;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    width: 16px;
    height: 16px;
  }

  .more-about .card-items .slick-arrow.slick-prev {
    left: 0;
    transform: none;
  }

  .more-about .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: rotate(180deg);
  }

  .more-about .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
  }

  .more-about .slick-dots li {
    list-style: none;
    line-height: 0;
    font-size: 0;
  }

  .more-about .slick-dots li button {
    width: 5px;
    height: 5px;
    background: #000000;
    border: 0;
    font-size: 0;
    border-radius: 100px;
    padding: 0;
    margin: 0px 6px;
    cursor: pointer;
    opacity: 0.1;
  }

  .more-about .slick-dots li.slick-active button {
    opacity: 1;
  }

  .condition-vs .shape {
    top: -30px;
  }

  .more-about .card-items .card-item {
    margin-bottom: 40px;
  }

  .more-about .btn-primary {
    margin-top: 37px;
  }

  .types-conditions {
    margin-top: 80px;
    padding-bottom: 40px;
  }

  .about-cta {
    padding: 50px 0 75px;
  }

  .more-about {
    padding-top: 0;
  }

  .articles-causes .card-item .card-img {
    height: 165px;
  }

  .articles-causes-title {
    flex-wrap: wrap;
  }

  .articles-causes h3 {
    margin: 0 0 20px 0;
    width: 100%;
  }

  .about-depression ul li {
    width: calc(50% - 26px);
  }
  .condition-post .inner-nav strong {
    display: block;
    margin-bottom: 10px;
  }
  .condition-post .inner-nav span {
    padding-left: 0;
  }
  .condition-post .inner-nav span:after {
    content: normal;
  }
}

@media screen and (max-width: 552px) {
  .h3,
  h3 {
    font-size: 24px;
    line-height: 31px;
  }

  .navbar-right .btn-primary {
    min-width: 138px;
    font-size: 14px;
    line-height: 16px;
  }

  /* review-board page start */
  .inner-banner .desktop-banner {
    display: none;
  }

  .inner-banner .mobile-banner {
    display: block;
  }

  .inner-banner .container-new {
    min-height: 195px;
    text-align: center;
  }

  .inner-banner .h1 {
    max-width: 303px;
    padding-top: 30px;
  }

  .experts-list h2 {
    margin-bottom: 15px;
  }

  .experts-list .pb-5 {
    padding-left: 0;
    padding-bottom: 45px;
  }

  .experts-list {
    text-align: center;
  }

  .experts-item {
    display: block;
    margin-bottom: 60px;
  }

  .experts-item .experts-img {
    width: 280px;
    height: 280px;
    margin: 0px auto;
  }
  .experts-item .experts-img img {
    max-width: 280px;
    max-height: 280px;
  }
  .awards-list .awards-item p {
    font-weight: 600;
  }

  .experts-item .experts-detail {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .experts-item .experts-detail span {
    margin-bottom: 10px;
  }

  .experts-list .three-column {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .experts-list .three-column .experts-item {
    width: 100%;
    display: block;
    margin: 0 0 40px 0;
  }

  .experts-list .three-column .experts-img {
    width: 280px;
    height: 280px;
    margin: 0px auto;
  }

  .experts-list .three-column .experts-img img {
    max-width: 100%;
    max-height: 100%;
  }

  .experts-list .three-column .experts-item .experts-detail {
    font-size: 16px;
  }

  .meet-writers {
    margin-bottom: 40px;
  }

  .awards-list .awards-item {
    width: 50%;
  }

  .awards-list {
    margin-bottom: 30px;
  }

  .editorial-item .experts-detail h4 {
    font-weight: 700;
  }

  .editorial-list-inner {
    display: block;
    margin: 32px 0 0 0;
  }

  .editorial-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .review-inner .btn-primary {
    width: 100%;
    margin-top: 20px;
  }

  .meet-experts {
    padding-bottom: 50px;
  }

  .author-card h1 {
    margin-bottom: 22px;
  }

  .author-details {
    padding-bottom: 50px;
  }

  .author-column p {
    line-height: 22px;
  }

  .cmn-card-wrap h3 {
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .card-item .card-img {
    height: 187px;
  }

  .card-details {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 40px;
  }

  .card-details h4 {
    margin: 15px 0 0 0;
  }

  .card-items .slick-arrow {
    right: -5px;
    bottom: 0;
    top: auto;
    z-index: 2;
    background-size: 10px;
  }

  .card-items .slick-arrow.slick-prev {
    left: -5px;
  }

  .card-items {
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card-item {
    margin: 0 8px;
    width: 360px;
  }

  .card-items .slick-list {
    overflow: visible;
    width: 500px;
  }

  .cmn-card-wrap .card-items .slick-dots {
    margin: 0;
    width: 100%;
    justify-content: center;
    padding: 0 20px;
    position: absolute;
    bottom: 6.5px;
    z-index: 1;
  }

  .cmn-card-wrap .card-items .slick-dots li {
    margin-bottom: 0;
    margin-right: 11px;
    line-height: 0;
  }

  .cmn-card-wrap .card-items .slick-dots li button {
    font-size: 0;
    width: 5px;
    height: 5px;
    background: #000000;
    opacity: 0.1;
    display: inline-block;
    border-radius: 100px;
    padding: 0;
    border: 0;
  }

  .cmn-card-wrap .card-items .slick-dots li.slick-active button {
    background: #283257;
    opacity: 1;
  }

  .meet-expert .meet-expert-inner {
    padding: 35px 24px 14px 24px;
    margin-bottom: 40px;
  }

  .meet-expert .title {
    margin-bottom: 17px;
    text-align: center;
  }

  .meet-expert h3 {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 26px;
  }

  .meet-expert .btn-primary {
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .meet-expert ul {
    margin: 20px 0 0;
  }

  .meet-expert ul li {
    width: 100%;
    margin: 0 0 13px 0;
  }

  .author-column {
    padding-top: 34px;
  }

  .author-card.white-card {
    padding: 40px 25px 25px;
    margin-top: 40px;
  }

  .author-card.white-card h2 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .author-card.white-card .editorial-list-inner .editorial-item {
    margin-bottom: 40px;
  }

  .cta-banner .container-new {
    min-height: 560px;
    flex-wrap: wrap;
    padding: 45px 24px 24px;
    overflow: hidden;
    background: #e1f0ee;
    border-radius: 20px;
  }

  .cta-banner {
    background: unset;
    width: calc(100% - 40px);
    margin: 0px auto;
    border-radius: 20px;
    padding-bottom: 60px;
  }

  .cta-text {
    max-width: 100%;
    text-align: center;
  }

  .cta-img {
    position: static;
    width: 100%;
  }

  .cta-text .btn-primary {
    min-width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .cta-text h2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 43px;
  }

  .cta-img {
    position: static;
    width: 100%;
    margin-bottom: -142px;
    margin-top: -50px;
  }

  .cmn-card-wrap .tabs {
    position: relative;
  }

  .cmn-card-wrap .tabs ul#tabs-nav {
    flex-wrap: wrap;
    border: 1px solid #e3e8ef;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 21;
    background: #ffffff;
    box-shadow: 0px 4px 14px rgb(52 43 80 / 15%);
  }

  .cmn-card-wrap .tabs ul#tabs-nav li {
    margin: 0;
    width: 100%;
    border-radius: 0;
  }

  .cmn-card-wrap .tabs ul#tabs-nav li a {
    width: 100%;
    border-radius: 0;
    border-width: 0 0 1px 0 !important;
    text-align: center;
    display: block;
    min-height: 36px;
  }

  .cmn-card-wrap .tabs ul#tabs-nav li:last-child a {
    border: 0;
  }

  .cmn-card-wrap {
    padding-bottom: 35px;
  }

  .mobile-tab-wrap {
    display: flex;
  }

  .author-card.white-card .btn-primary {
    line-height: 16px;
  }

  .vision-inner {
    padding: 28px;
  }

  .vision-inner h3 {
    margin-bottom: 1px;
    font-size: 20px;
    line-height: 26px;
  }

  .vision-inner p:not(:last-child) {
    margin-bottom: 34px;
  }

  .editorial-list h2 {
    margin-bottom: 15px;
  }

  .editorial-process .editorial-list p:not(:last-child) {
    margin-bottom: 50px;
  }

  .editorial-process .editorial-list-inner {
    margin-top: 70px;
  }

  .editorial-expert.meet-expert .meet-expert-inner h3 {
    margin-bottom: 7px;
  }

  .editorial-expert.meet-expert .meet-expert-inner .title {
    text-align: left;
    margin-bottom: 27px;
  }

  .editorial-expert.meet-expert ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .editorial-expert.meet-expert ul {
    margin-left: 0;
    margin-right: 0;
  }

  .editorial-expert.meet-expert .meet-expert-inner .btn-primary {
    min-width: 100%;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 14px;
    margin-top: 14px;
  }

  .editorial-expert.meet-expert {
    padding-bottom: 60px;
  }

  .hp-banner.inner-banner .container-new {
    min-height: 300px;
    padding-top: 50px;
  }

  .hp-banner h1 {
    font-size: 32px;
    line-height: 41px;
    max-width: 330px;
    margin-bottom: 10px;
  }

  .hp-banner .hp-inner p {
    line-height: 19px;
  }

  .hp-banner.inner-banner ul.breadcrumb li {
    margin: 0 20px 0 0;
  }

  .hp-slider .desktop-banner {
    display: none;
  }

  .hp-slider .mobile-banner {
    display: block;
  }

  .hp-slider .card-item .card-img {
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .hp-slider .card-items .card-item {
    width: 180px;
    margin: 0 5px;
  }

  .hp-slider .card-item .card-img h2 {
    font-size: 16px;
    line-height: 21px;
  }

  .hp-slider {
    padding-bottom: 53px;
  }

  .hp-slider .card-items .slick-dots {
    bottom: -25px;
  }

  .hp-slider .slick-arrow {
    bottom: -35px;
  }

  .character-wrap {
    padding-bottom: 30px;
  }

  .character-wrap h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 17px;
  }

  .character-wrap .character-box p {
    display: none;
  }

  .character-wrap .character-box {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .character-wrap .character-box h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .character-wrap .character-box {
    width: 100%;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 54px;
  }

  .hp-list {
    padding-bottom: 40px;
  }

  .hp-bottom .meet-expert ul li {
    width: 100%;
  }

  .hp-bottom .meet-expert {
    padding-bottom: 32px;
  }

  .author-card.white-card {
    margin-top: 0;
  }

  .hp-bottom {
    padding-bottom: 38px;
  }

  .character-wrap .character-box h4 .icon {
    display: inline-flex;
    line-height: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #68768d;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 8px;
    top: -1px;
    cursor: pointer;
  }

  .character-wrap .character-box h4 .icon img {
    display: block;
    margin-top: -1px;
  }

  .character-wrap .character-box > a {
    display: flex;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  body .ui-tooltip {
    border-width: 2px;
    background: #ffffff;
    box-shadow: 1px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 3px;
    padding: 20px 18px 18px 18px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8b8b8b;
    width: 224px;
    border: 0;
  }

  body .ui-tooltip::before {
    content: "";
    background: url(../images/icon-close.svg) no-repeat center center;
    width: 10.27px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 8px;
  }

  .hp-bottom .meet-expert .meet-expert-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hp-bottom .author-card.white-card .editorial-list-inner .editorial-item {
    margin-bottom: 35px;
  }

  .hp-bottom .author-card .btn-primary {
    line-height: 32px;
  }

  .top-head {
    padding-right: 28px;
  }

  .top-head p {
    text-align: right;
  }

  .hp-search form input {
    font-size: 12px;
    line-height: 15px;
  }
  .hp-search form a.btn-reset {
    right: 136px;
  }
  .hp-search form input {
    width: calc(100% - 130px);
    margin-right: 20px;
  }

  .hp-search form {
    flex-wrap: wrap;
    justify-content: start;
  }

  .hp-search form button,
  .hp-search form .btn-primary {
    margin-left: 0;
    height: 54px;
  }

  .hp-search form img {
    left: 20px;
    top: 20px;
    bottom: auto;
  }

  .banner-slider .banner-slide .icon {
    width: 30.76px;
    height: 30px;
    margin-bottom: 7px;
  }

  .banner-slider .banner-slide .icon img {
    width: 17px;
  }

  .condition-banner.inner-banner .container-new {
    padding-bottom: 20px;
  }

  .condition-banner button.slick-arrow.slick-disabled {
    opacity: 0;
  }

  .condition-banner.inner-banner .container-new .h1,
  .condition-banner.inner-banner .container-new h1 {
    line-height: 37px;
    padding: 0px;
  }

  .auther-wrap .auther {
    width: 100%;
    display: block;
  }

  .auther-wrap .written-by {
    border-right: 0;
    margin-bottom: 13px;
  }

  .auther-wrap .medically-by {
    border-right: 0;
    padding: 0;
    margin-bottom: 20px;
  }

  .auther-date {
    padding-left: 51px;
    max-width: 290px;
  }

  .auther-wrap .auther {
    margin-bottom: 30px;
  }

  .auther-wrap {
    padding: 20px 0 55px;
  }

  .overview-slider {
    padding: 30px 30px 25px 30px;
  }

  .overview-slider h2 {
    font-size: 24px;
    line-height: 31px;
  }

  .overview-slider .slick-arrow {
    font-size: 0;
  }

  .overview-slider .slick-next:after {
    margin: -1px 0 0 10px;
  }

  .overview-slider .slick-arrow.slick-prev:before {
    margin: -1px 10px 0 0;
  }

  .overview-slider .slick-arrow {
    bottom: -35px;
  }

  .overview-slider .slick-dots li button {
    width: 5px;
    height: 5px;
    margin: 0px 5px;
  }

  .overview-slider .slick-dots {
    bottom: -30px;
  }

  .types-conditions {
    padding: 30px 0 45px;
    margin-top: 30px;
  }

  .types-conditions .div-img {
    top: -20px;
  }

  .types-conditions .types-conditions-inner .text h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 31px;
  }

  .types-conditions .slider-nav .slider-nav-item {
    padding: 2px 10px;
    border-color: hwb(215deg 89% 6% / 30%);
  }

  .types-conditions .types-conditions-inner .slider-nav .slick-arrow {
    right: -25px;
    background: linear-gradient(
      270deg,
      #006a6d 56.23%,
      rgba(0, 106, 109, 0) 86.36%
    );
    width: 50px;
    height: 40px;
  }

  .types-conditions .types-conditions-inner .slider-nav .slick-arrow::after {
    content: "";
    background: url(../images/icon-arrow-white.svg) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0px auto;
  }

  .types-conditions
    .types-conditions-inner
    .slider-nav
    .slick-arrow.slick-prev {
    left: -25px;
  }

  .types-conditions .types-conditions-inner .slider-single {
    padding: 30px 25px 18px;
  }

  .types-conditions .types-conditions-inner .slider-single p {
    margin-bottom: 32px;
  }

  .types-conditions .types-conditions-inner .slider-single .btn-primary {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .about-cta {
    padding: 50px 0 75px;
  }

  .about-cta .inner img {
    max-width: 123px;
    display: block;
    margin: 60px 0 0 0;
    order: 2;
  }

  .about-cta .inner .inner-text h2 {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 20px;
  }

  .about-cta .inner .btn-primary {
    min-width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .about-cta .inner-text {
    width: 292px;
    order: 1;
  }

  .treat-section h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .treat-items {
    margin: 0;
  }

  .treat-item {
    width: 300px;
    padding: 29px 25px 20px;
  }

  .treat-item h4 {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 19px;
    color: #104f55;
  }

  .treat-item p {
    margin-bottom: 20px;
  }

  .treat-item .btn-primary {
    display: block;
  }

  .treat-section {
    padding-bottom: 65px;
  }

  .condition-post h2 {
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 31px;
  }

  .condition-post-single {
    padding: 0 0 36px 0;
    width: 100%;
    border-bottom: 1px solid #e3e8ef;
  }

  .condition-post-single-img {
    height: 200px;
    margin-bottom: 16px;
  }

  .condition-post .inner-nav {
    margin-bottom: 15px;
  }

  .condition-post-list {
    padding: 0;
    width: 100%;
    border: 0;
  }

  .condition-post-list .condition-post-item {
    padding: 25px 0;
  }

  .condition-post-img {
    width: 150px;
    height: 100px;
  }

  .condition-post-list .text {
    width: calc(100% - 150px);
    padding-right: 28px;
  }

  .condition-post-list .text h4 {
    line-height: 19px;
  }

  .condition-post-list .condition-post-item:last-child {
    border-bottom: 1px solid #e3e8ef;
  }

  .condition-vs {
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 0;
  }

  .condition-vs .shape {
    top: -18px;
  }

  .condition-post {
    padding-bottom: 68px;
  }

  .condition-vs h2 {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 31px;
  }

  .condition-vs .card-items {
    margin-left: -20px;
    margin-right: -20px;
  }

  .condition-vs .card-item {
    width: 100%;
    margin: 0 20px;
  }

  .condition-vs .card-item .card-img {
    height: 202px;
    margin-bottom: 13px;
  }

  .condition-vs .card-details strong {
    color: #ffffff;
  }

  .condition-vs .card-details h4 {
    margin: 6px 0 0 0;
    font-size: 20px;
    line-height: 23px;
  }

  .condition-vs .card-details {
    padding-bottom: 45px;
  }

  .faq {
    padding: 50px 0;
  }

  .faq-wrap {
    padding: 40px 24px 20px;
  }

  .faq-wrap h2 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
  }

  .accordion-item {
    padding: 0 20px;
    position: relative;
  }

  .accordion-item a {
    padding: 18px 20px 18px 0;
    font-size: 16px;
    line-height: 19px;
    position: static;
  }

  .accordion-item a::after {
    right: 10px;
    top: 25px;
    bottom: auto;
  }

  .faq-wrap h2 {
    padding-left: 20px;
  }

  .accordion-item .content {
    padding-right: 0;
  }

  .accordion-container .accordion-item:last-child {
    border-bottom: 0;
  }

  .more-about {
    padding-top: 30px;
  }

  .more-about .card-items .slick-list {
    overflow: hidden;
  }

  .more-about .card-items .card-item .card-img,
  .more-about .card-items .card-item:nth-child(1) .card-img,
  .more-about .card-items .card-item:nth-child(2) .card-img,
  .more-about .card-items .card-item:nth-child(3) .card-img {
    height: 188px;
  }
  .more-about .card-items {
    margin: 0;
  }
  .more-about .card-items .card-item {
    margin-bottom: 10px;
    width: 300px;
  }
  .more-about .card-items .card-item:nth-child(1),
  .more-about .card-items .card-item:nth-child(2),
  .more-about .card-items .card-item:nth-child(3) {
    width: 300px;
  }

  .more-about .slick-dots {
    bottom: 13px;
  }

  .more-about .slick-dots li button {
    margin: 0px 5px;
  }

  .more-about .btn-primary {
    margin-top: 13px;
    width: 100%;
    font-size: 15px;
  }

  .condition-cta.cta-banner {
    margin-top: 10px;
  }

  .condition-cta.cta-banner .container-new {
    padding: 45px 25px;
    min-height: 560px;
    align-items: start;
  }

  .condition-cta.cta-banner .container-new .cta-text h2 {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 20px;
  }

  .condition-cta.cta-banner .container-new .cta-img {
    top: auto;
    bottom: -105px;
    left: 0;
    right: 0;
    margin: 0;
  }

  .condition-cta.cta-banner .container-new .cta-img img {
    max-width: calc(100% - 24px);
  }

  .condition-cta.cta-banner .container-new .cta-text .btn-primary {
    display: block;
  }

  .condition-cta.cta-banner {
    padding-bottom: 27px;
    margin-bottom: 0;
  }

  .condition-bottom .author-card.white-card {
    padding: 25px;
  }

  .condition-bottom .author-card.white-card .editorial-list-inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  .condition-bottom
    .author-card.white-card
    .editorial-list-inner
    .editorial-item {
    margin: 0 0 15px 0;
  }

  .condition-bottom .author-card.white-card .btn-primary {
    margin: 0;
  }

  .condition-cta.cta-banner .container-new .cta-text {
    width: 100%;
  }

  .condition-bottom {
    margin-bottom: 30px;
  }

  .overview-slide p {
    margin-bottom: 15px;
  }

  .overview-slide .toggle-btn {
    font-size: 12px;
    padding-right: 22px;
  }

  .overview-slide .toggle-btn:after {
    top: 1px;
    background-size: 9px;
  }

  .more-about .card-items .card-item .card-details {
    padding-bottom: 15px;
  }

  .overview-slide .read-more {
    margin-bottom: 12px;
  }
  .overview-slide p {
    line-height: 21px;
  }
  .overview-slide .read-more.learn-more {
    height: auto;
  }

  .condition-banner.inner-banner .div-img.desktop-only {
    display: none;
  }

  .condition-banner.inner-banner .div-img.mobile-only {
    display: block;
  }

  .condition-child-wrap {
    padding-top: 20px;
  }

  .condition-child-inner-wrap .auther-wrap.top-auther .medically-by {
    padding: 0;
    width: 100%;
    border: 0;
  }

  .conditions-content-wrap .gray-box {
    padding: 30px;
  }

  .conditions-content-wrap .gray-box h2 {
    margin-bottom: 15px;
  }

  .conditions-content-wrap .section h3,
  .conditions-content-wrap .section .h3 {
    margin-bottom: 15px;
  }

  .conditions-content-wrap .section hr {
    padding: 5px 0;
  }

  .conditions-content-wrap .section h4 {
    margin-bottom: 15px;
    font-weight: 500;
  }

  .conditions-content-wrap blockquote {
    margin: 5px 0;
    padding: 30px 25px;
  }

  .conditions-content-wrap
    blockquote
    .auther-wrap
    .auther
    .medically-by
    .medically-text
    .medically {
    display: block;
  }

  .conditions-content-wrap .section .common-causes-banner h3 {
    font-size: 16px;
    line-height: 19px;
  }

  .common-causes-banner img {
    background: #2c375b;
    background-image: none !important;
  }

  .common-causes-banner {
    height: 66px;
  }

  .conditions-content-wrap .section.references-block h3 {
    font-size: 16px;
    line-height: 19px;
  }

  .references-block ul {
    padding-top: 24px;
  }

  .references-block ul li h5 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .references-block ul li p {
    font-size: 11px;
    line-height: 13px;
  }

  .auther-wrap.auther-wrap-full {
    padding-top: 8px;
  }

  .auther-wrap.auther-wrap-full .auther {
    padding: 20px 23px;
    margin-bottom: 20px;
  }

  .auther-wrap.auther-wrap-full .auther .written-by .written-text {
    width: calc(100% - 58px);
    padding: 0 0 0 16px;
  }

  .auther-wrap.auther-wrap-full .auther .written-by .written-text a {
    font-size: 16px;
    line-height: 19px;
  }

  .auther-wrap.auther-wrap-full .auther .written-by .written-text p {
    font-size: 14px;
    margin-top: 8px;
  }

  .auther-wrap.auther-wrap-full .auther .written-by {
    margin-bottom: 0;
  }

  .social-wrap {
    flex-wrap: wrap;
  }

  .social-wrap .social {
    margin-top: 20px;
  }

  .auther-wrap.auther-wrap-full .action-btn a {
    margin-right: 13px;
  }

  .condition-child-inner-wrap .action-btn a:last-child {
    margin-right: 0;
  }

  .articles-causes .card-item {
    width: 360px;
  }

  .articles-causes .card-item .card-img {
    height: 187px;
  }

  .articles-causes .card-items .slick-arrow {
    top: auto;
  }

  .articles-causes .card-items .slick-dots {
    margin: 0;
    width: 100%;
    justify-content: center;
    padding: 0 20px;
    position: absolute;
    bottom: 6.5px;
    display: flex;
    align-items: center;
    list-style: none;
    z-index: 1;
  }

  .articles-causes .card-items .slick-dots li {
    margin-bottom: 0;
    margin-right: 11px;
    line-height: 0;
  }

  .articles-causes .card-items .slick-dots li button {
    font-size: 0;
    width: 5px;
    height: 5px;
    background: #000000;
    opacity: 0.1;
    display: inline-block;
    border-radius: 100px;
    padding: 0;
    border: 0;
  }

  .articles-causes .card-items .slick-dots li.slick-active button {
    background: #283257;
    opacity: 1;
  }

  .articles-causes a.btn-primary {
    display: block;
    border-radius: 8px;
    margin-top: 18px;
    font-size: 15px;
    line-height: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .articles-causes {
    padding-bottom: 50px;
  }

  .about-depression .shape {
    top: -15px;
  }

  .about-depression {
    margin-top: 15px;
    padding-top: 25px;
    padding-bottom: 35px;
    text-align: center;
    margin-bottom: 40px;
  }

  .about-depression h3 {
    margin-bottom: 21px;
    font-size: 20px;
    line-height: 26px;
  }

  .about-depression ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding: 11px 20px;
    min-height: 10px;
  }

  .about-depression ul li h5 {
    font-size: 16px;
    line-height: 19px;
    padding-left: 18px;
  }

  .articles-causes h3 {
    margin: 0;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .articles-causes-title {
    margin-bottom: 12px;
  }

  .banner-slider {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .condition-banner button.slick-arrow {
    right: -10px;
  }

  .condition-banner button.slick-arrow.slick-prev {
    left: -10px;
  }
  .hp-bottom .author-card.white-card h2 {
    margin-bottom: 30px;
  }
  .condition-post .inner-nav strong {
    display: block;
    margin-bottom: 5px;
  }
  .condition-post .inner-nav span {
    padding-left: 0;
    display: block;
  }
  .condition-banner.inner-banner.condition-articles .container-new h2.h1 {
    padding-top: 0;
  }
  .references-block-full .references-block {
    padding: 15px 0 30px;
  }
}

@media screen and (max-width: 375px) {
  .card-item {
    margin: 0 8px;
    width: 320px;
  }

  .top-head {
    padding-right: 15px;
  }

  .top-head .sitemap {
    width: 90px;
  }
  .navbar .custom-logo a > img {
    height: 25px;
  }

  .top-head p {
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .condition-cta.cta-banner .container-new .cta-img {
    bottom: -95px;
  }

  .condition-cta.cta-banner .container-new {
    min-height: 510px;
  }

  .hp-search-character a {
    width: 54px;
  }

  .auther-wrap.auther-wrap-full .action-btn a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .articles-causes .card-item {
    width: 320px;
  }

  .articles-causes .card-item .card-img {
    height: 165px;
  }

  .cta-banner .container-new {
    min-height: 520px;
  }

  .cta-img img {
    max-width: 296px;
  }
}

@media screen and (max-width: 360.98px) {
  .condition-cta.cta-banner .container-new {
    min-height: 490px;
  }
  .hp-search-character a {
    width: 50px;
  }
  .meet-expert ul li {
    padding: 14px;
  }

  .more-about .card-items .card-item .card-img,
  .more-about .card-items .card-item:nth-child(1) .card-img,
  .more-about .card-items .card-item:nth-child(2) .card-img,
  .more-about .card-items .card-item:nth-child(3) .card-img {
    height: 160px;
  }

  .accordion-item {
    padding: 0 10px;
  }

  .condition-vs .card-item .card-img {
    height: 166px;
  }

  .condition-post-img {
    width: 130px;
    height: 80px;
  }

  .condition-post-list .text {
    width: calc(100% - 130px);
    padding-right: 20px;
  }

  .condition-post-single-img {
    height: 166px;
  }

  .treat-item {
    width: 280px;
  }

  .about-cta .inner img {
    max-width: 103px;
  }

  .about-cta .inner .inner-text h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .banner-slider .banner-slide {
    margin: 0 8px;
  }

  .auther-wrap.auther-wrap-full .action-btn a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .condition-child-inner-wrap .action-btn a img {
    max-width: 12px;
  }

  .articles-causes .card-item {
    width: 305px;
  }

  .articles-causes .card-item .card-img {
    height: 158px;
  }

  .cta-img img {
    max-width: 282px;
  }

  .cta-img {
    margin-bottom: -112px;
    margin-top: -20px;
  }
  .more-about .card-items .card-item:nth-child(1),
  .more-about .card-items .card-item:nth-child(2),
  .more-about .card-items .card-item:nth-child(3),
  .more-about .card-items .card-item {
    width: 270px;
  }
  .more-about .card-items .card-item .card-img,
  .more-about .card-items .card-item:nth-child(1) .card-img,
  .more-about .card-items .card-item:nth-child(2) .card-img,
  .more-about .card-items .card-item:nth-child(3) .card-img {
    height: 168px;
  }
}
