
.faq-header-section h1,
.faq-header-section p,
.faq-section h3,
.faq-section h2,
.faq-section p,
.faq-question-btn {
  padding: 0;
  margin: 0;
}

.faq-section h3 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.faq-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.faq-section button,
.faq-header-section button {
  font-family: unset;
}

.faq-heading {
  text-align: center;
}

.faq-heading h1 {
  color: #1e3b6f;
  font-size: 60px;
  font-weight: 500;
  line-height: 74px;
  text-transform: capitalize;
  border: none;
  margin-bottom: 20px;
}

.faq-heading p {
  color: #181712;
  font-size: 18px;
  line-height: 30px;
}

.faq-navigation li {
  margin-right: 15px;
}

.faq-navigation li:last-child {
  margin-right: 0;
}

.faq-nav-btn {
  display: block;
  width: 100%;
  padding: 15px 60px;
  border-radius: 40px;
  border: 2px solid #42b3d5;
  background: none;
  box-sizing: border-box;
  color: #181712 !important;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  -webkit-appearance: none;
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
}

.faq-nav-btn:hover,
.faq-nav-btn:active,
.btn-active {
  background-color: #42b3d5;
}

.scroll-top-btn {
  border: none;
  background: none;
  color: #1e3b6f;
  text-align: right;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  padding: 0;
  margin-bottom: 50px;
  margin-left: auto;
  cursor: pointer;
}

.faq-header-section ul,
.faq-header-section li {
  list-style: none;
}

.faq-nav-slider-wrapper {
  position: absolute;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: white;
  height: 120px;
  z-index: 2;
  max-width: 1366px;
  left: 0;
  right: 0;
}

.faq-nav-slider-wrapper .slider-btn {
  position: absolute;
  display: flex;
  align-items: center;
  height: 60px;
  border: none;
  background-color: white;
  cursor: pointer;
  transition: opacity ease-in-out 0.2s;
  opacity: 1;
  padding: 0 2px;
}

.faq-nav-slider-wrapper img {
  width: 25px;
  height: 28px !important;
}

.faq-nav-slider-wrapper .prev-btn-arrow {
  opacity: 0;
  transform: rotate(180deg);
  left: 0px;
}

.faq-nav-slider-wrapper .next-btn-arrow {
  right: 0px;
}

.faq-nav-slider-wrapper .prev-btn-arrow,
.faq-nav-slider-wrapper .next-btn-arrow {
  z-index: 2;
}

.faq-sticky-nav {
  position: fixed;
}

.faq-navigation {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.faq-navigation::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.faq-section-heading h2 {
  color: #1e3b6f;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin: 30px 0;
  text-transform: capitalize;
}

.accordian-wrapper {
  border-bottom: 1px solid #bab9b8;
  margin-bottom: 20px;
  padding-bottom: 13px;
}

.last-section-panel {
  border-bottom: none;
}

.accordian-question-panel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.faq-question-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  color: #181712;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  text-align: left;
}

.accordian-answer-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out,
    padding-bottom 0.3s ease-in-out;
}

.faq-answer {
  font-size: 16px;
  line-height: 28px;
}

.answer-site-link {
  text-decoration: underline !important;
  color: #1e3b6f !important;
}

.answer-line-break {
  height: 12px;
}

.accordian-arrow {
  position: relative;
  width: 22px;
  height: 10px;
  transition: transform 0.3s ease-in-out;
  margin-left: 20px;
}

.accordian-arrow::before {
  content: "";
  position: absolute;
  left: 40%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #4b628c;
  border-width: 0 2px 2px 0;
}

.accordian-arrow.rotated {
  transform: rotate(-180deg);
}

.underline-content {
  text-decoration: underline;
}

@media screen and (max-width: 1366px) {
  .faq-nav-slider-wrapper {
    max-width: 1282px;
  }
}

@media screen and (max-width: 1280px) {
  .faq-nav-slider-wrapper {
    max-width: 1026px;
  }
}

@media screen and (max-width: 1024px) {
  .mainContent,
  .faq-nav-slider-wrapper {
    padding: 0 10px;
  }

  .faq-nav-slider-wrapper .prev-btn-arrow {
    left: 7px;
  }

  .faq-nav-slider-wrapper .next-btn-arrow {
    right: 7px;
  }
}

@media screen and (max-width: 900px) {
  .faq-heading h1 {
    font-size: 50px;
    line-height: 64px;
  }

  .faq-sticky-nav {
    top: 50px;
  }
}

@media screen and (max-width: 639px) {
  .faq-nav-slider-wrapper img {
    width: 17px;
  }

  .faq-question-btn {
    font-size: 16px;
    line-height: 26px;
  }

  .accordian-arrow::before {
    width: 10px;
    height: 10px;
  }

  .faq-heading h1 {
    font-size: 34px;
    line-height: 46px;
  }
}
