.container-faq {
  display: flex;
}
.container-faq .sidebar {
  width: 200px;
  padding-top: 65px;
  padding-right: 19px;
  border-right: 1px solid rgba(136, 166, 227, 0.2);
}
@media screen and (max-width: 767px) {
  .container-faq .sidebar {
    display: none;
  }
}
.container-faq .sidebar .nav {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.container-faq .sidebar .nav a {
  font-weight: 600;
  font-size: 15px;
  line-height: 238.4%;
  color: #4E628E;
}
.container-faq .sidebar .nav a:hover {
  color: #2D44E1;
}
.container-faq .page-content {
  width: calc(100% - 200px);
  padding: 66px 53px;
}
@media screen and (max-width: 767px) {
  .container-faq .page-content {
    width: 100%;
    padding: 40px 0px;
  }
}
.container-faq .page-content .lh_breadcrumb {
  padding: 0px;
  margin-bottom: 27px;
}
.container-faq h1 {
  font-weight: 700;
  font-size: 25px;
  line-height: 146.9%;
  color: #4E628E;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 43px;
}
.container-faq h2.ia-faq,
.container-faq .shortcode h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 146.9%;
  color: #2D44E1;
  margin: 0px 0px 10px;
}
.container-faq .ia-faq-group {
  margin-bottom: 69px;
}
.container-faq .ia-item {
  border-bottom: 1px solid rgba(136, 166, 227, 0.2);
}
.container-faq .ia-item.opened h3 {
  color: #88A6E3;
}
.container-faq .ia-item.opened h3:after {
  color: #88A6E3;
  transform: rotate(0);
}
.container-faq .ia-item.opened .description {
  max-height: 500px;
}
.container-faq .ia-item h3 {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #4E628E;
  margin: 0px;
  padding: 12px 20px 12px 0px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.container-faq .ia-item h3:after {
  content: "\e80b";
  font-family: "lh-icons";
  font-weight: 500;
  color: #4E628E;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: calc(50% - 6px);
  transform: rotate(-90deg);
  transition: all 0.2s linear;
}
.container-faq .ia-item .description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease 0ms;
  margin: 0px;
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  color: #4E628E;
}
.container-faq .ia-item .description p {
  margin: 10px 0px 26px;
}
