/* faq-section */
.faq-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #f0f9ff 100%);
}

.faq-section #faqAccordion {
  border: 1px solid #bfdbfe;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 2px #eef2ff;
}
.faq-section h2 {
    font-size: 46px;
    font-weight: 600;
    color: #002964;
    margin: 15px 0;
    line-height: 1.3;
}

.faq-section .bottom-border {
  width: 20%;
  border-bottom: 2px solid #123a82;
  margin-bottom: 20px;
}

.faq-section p {
    color: #646F88;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 50px;
}

/* faq question css */
.faq-question {
  border: 1px solid #fff;
}

.faq-click-question {
  background: #ffffff;
  color: #123a82;
  font-size: 16px;
  font-weight: 600;
}

/* Open State */
.faq-click-question:not(.collapsed) {
  background: #fff;
  color: #123a82;
}
/* Remove Bootstrap Focus */
.faq-click-question:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Faq Answer css */
.faq-click-answer {
  font-size: 16px;
  color: #646f88;
  line-height: 1.5;
}
