#faq {
  margin-top: 59px;
}
#faq .item .content.col-12 {
  padding: 0;
}
#faq ul.items {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#faq li.item {
  border: 2px solid #5b85d9;
  margin-bottom: 30px;
  border-radius: 14px;
  position: relative;
}
#faq li.item:last-child {
  margin-bottom: 0;
}
#faq .toggle-header {
  padding: 20px;
  cursor: pointer;
}
#faq .field-heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #5b85d9;
  display: flex;
  align-items: center;
  position: relative;
}
#faq .item .toggle-header::after {
  background-image: url(/-/media/5D9828771A734D799CE1E999BD31943C.ashx);
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 13px;
  right: 20px;
  top: 32px;
  content: "";
}
#faq .item.active .toggle-header::after {
  transform: rotate(180deg);
}
#faq .toggle-content {
  background-color: #ebf1fa;
  padding: 20px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top: 2px dotted #c4c9cf;
}
#faq .field-content {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #393c40;
  display: flex;
}
#faq .q-icon {
  background-color: #5b85d9;
  width: 33px;
  height: 33px;
  padding: 0 16px 4px;
  font-size: 24px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  margin-right: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#faq .a-icon {
  background-color: #f89807;
  width: 33px;
  height: 33px;
  padding: 0px 16px;
  font-size: 24px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
}
#faq .references {
  padding: 59px 0 80px 0;
}

#faq .rightTxt-leftImg {
  text-indent: -42px;
  padding-left: 42px;
}
#faq .rightTxt-leftImg span {
  text-indent: 0;
}
.advice .banner-text h1:after {
  position: absolute;
  content: "";
  border-bottom: 15px solid #fff04f;
  top: 50px;
  right: 24%;
  width: 44.5%;
  border-radius: 10px;
  z-index: -1;
}

.advice .twolink .onelink-right li a {
  display: none;
}
.advice .w-903 {
  max-width: 903px;
}
.advice .dskview.w-94 {
  max-width: 94%;
}
@media (max-width: 767px) {
  #faq .float-right {
    max-width: 119px;
    position: relative;
    top: 15px;
  }
  #faq .rightTxt-leftImg {
    text-indent: -35px;
    padding-left: 35px;
  }
  .advice .banner-text h1:before {
    content: "";
    position: absolute;
    top: 37px;
    right: 98px;
    width: 58px;
    height: 7px;
    z-index: -1;
    border-radius: 10px;
    border-bottom: 7px solid #fff04f;
  }
  .advice .banner-text h1:after {
    border-bottom: 7px solid #fff04f;
    top: 75px;
    right: 1%;
    width: 98%;
  }
  .advice .references p {
    gap: 0;
  }
  .faq #common-banner .text-over-img {
    top: 105px;
  }
  .faq .banner-text h1 {
    max-width: 74%;
  }
  .faq .banner-text h1::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 4px;
    width: 94%;
    height: 7px;
    z-index: -1;
    border-radius: 10px;
    border-bottom: 7px solid #fff04f;
  }
  .faq .banner-text h1:after {
    border-bottom: 7px solid #fff04f;
    top: 63px;
    right: 35%;
    width: 28%;
  }
  #faq {
    margin-top: 21px;
  }
  #faq .toggle-header {
    padding: 20px 45px 20px 15px;
  }
  #faq .toggle-content {
    padding: 20px 15px;
  }
  #faq .field-heading {
    font-size: 20px;
    line-height: 30px;
    align-items: self-start;
  }
  #faq .field-content {
    font-size: 16px;
    line-height: 28px;
  }
  #faq .q-icon {
    background-color: #5b85d9;
    width: 27px;
    height: 27px;
    padding: 0px 12px;
    font-size: 20px;
    line-height: 20px;
  }
  #faq .a-icon {
    width: 27px;
    height: 27px;
    padding: 2px 8px;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
  }

  #faq .item::after {
    width: 16px;
    height: 12px;
    right: 13px;
    background-size: 16px;
    top: 42px;
    content: "";
  }
  #faq .item.active::after {
    transform: rotate(180deg);
    width: 16px;
    height: 12px;
    right: 13px;
    background-size: 16px;
    top: 42px;
  }

  #faq .references {
    padding: 55px 0 55px 0;
  }
  #faq .references p {
    gap: 0px;
  }
}
