@font-face {
  font-family: "Inter-Regular";
  src: url("../../fonts/inter-fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Light";
  src: url("../../fonts/inter-fonts/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-ExtraLight";
  src: url("../../fonts/inter-fonts/Inter-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../../fonts/inter-fonts/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../../fonts/inter-fonts/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../../fonts/inter-fonts/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../../fonts/inter-fonts/Inter-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Black";
  src: url("../../fonts/inter-fonts/Inter-Black.ttf") format("truetype");
}
:root {
  --primary-regular-font: "Inter-Regular", sans-serif;
  --primary-light-font: "Inter-Light", sans-serif;
  --primary-extra-light-font: "Inter-ExtraLight", sans-serif;
  --primary-medium-font: "Inter-Medium", sans-serif;
  --primary-semi-bold-font: "Inter-SemiBold", sans-serif;
  --primary-bold-font: "Inter-Bold", sans-serif;
  --primary-extra-bold-font: "Inter-ExtraBold", sans-serif;
  --primary-black-font: "Inter-Black", sans-serif;
}

:root {
  --primary-color: #f9d227;
  --primary-color-2: #062c3d;
  --social-links: #3b5998;
  --shadow1: rgba(221, 221, 221, 0.8666666666666667);
  --black: #000000;
  --white: #ffffff;
  --light-grey: #f3f3f3;
  --grey: #eaeaea;
  --grey2: #e5e5e5;
  --grey4: #636363;
  --grey5: #7e7e7e;
  --grey8: #dfdfdf;
  --light-blue: #92dce0;
}

.faqSection {
  background-image: url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/faq/faq-banner.jpg");
  background-position: right center !important;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 991px) {
  .faqSection {
    min-height: unset;
  }
}
.faqContentArea .contentArea {
  padding-top: 58px;
  padding-bottom: 58px;
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card {
  padding: 21px 0px;
  border: none;
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card:not(:last-of-type) {
  border-bottom: 1px solid #eee !important;
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-header {
  background: var(--white) !important;
  padding: 0px 0px;
  border: none;
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-header button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  text-align: left;
  gap: 19px;
  background-color: var(--white);
  border: none;
  width: 100%;
  color: var(--black);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--primary-medium-font);
  padding: 0;
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-header button:not(.collapsed) {
  color: var(--primary-color);
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-header button:focus-visible {
  outline: none;
}
@media screen and (max-width: 767px) {
  .faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-header button {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-header figure {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-header figure {
    height: 35px;
    width: 35px;
  }
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-header .textSpan {
  flex: 1;
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-body .commonInnerPagePara,
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-body .contentList .contentListItem {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-body .commonInnerPagePara,
  .faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-body .contentList .contentListItem {
    font-size: 15px;
    line-height: 26px;
    padding-left: 35px;
  }
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-body .commonInnerPagePara {
  color: var(--black);
  padding-left: 48px;
  text-align: justify;
  padding-right: 20px;
  font-family: var(--primary-regular-font);
  margin-bottom: 1em;
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-body .contentList {
  padding-left: 50px;
  margin-bottom: 1em;
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-body .contentList .contentListItem {
  color: var(--black);
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
  padding-right: 20px;
  text-align: justify;
  font-family: var(--primary-regular-font);
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-body .contentList.generalList .contentListItem::marker {
  font-size: 0;
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-body .contentList.generalList .contentListItem::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  background: var(--grey5);
  border-radius: 100%;
  height: 8px;
  width: 8px;
  margin-left: 0px;
  margin-top: 10px;
}
.faqContentArea .contentArea .description-box .faq-wrapper #accordion .card .card-body .contentList.orderedList {
  padding-left: 65px !important;
}

.formContentArea .contentArea .section-title .title {
  text-align: center;
  margin-bottom: 59px;
  font-size: 38px;
  line-height: 42px;
  text-transform: uppercase;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .formContentArea .contentArea .section-title .title {
    font-size: 32px;
    line-height: 37px;
  }
}
.formContentArea .contentArea .form-container .skyBridgeForm {
  max-width: unset;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text {
  margin-left: auto !important;
  margin-right: auto !important;
}
.formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text::before, .formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text::after {
  width: 12%;
  transform: translate(0%, 0%);
}
@media screen and (max-width: 767px) {
  .formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text::before, .formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text::after {
    width: 35%;
  }
}
.formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text:before {
  left: 52%;
}
@media screen and (max-width: 767px) {
  .formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text:before {
    left: 58%;
  }
}
.formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text:after {
  right: 52%;
}
@media screen and (max-width: 767px) {
  .formContentArea .contentArea .form-container .skyBridgeForm .divider .divider-text:after {
    right: 58%;
  }
}
.formContentArea .contentArea .form-container .skyBridgeForm .form-footer .contact {
  margin-bottom: 10px;
}
@media screen and (max-width: 300px) {
  .formContentArea .contentArea .form-container .skyBridgeForm .form-footer .contact {
    flex-direction: column;
    gap: 5px;
  }
}
.formContentArea .contentArea .form-container .skyBridgeForm .form-footer .contact .text {
  color: var(--white);
}
.formContentArea .contentArea .form-container .skyBridgeForm .form-footer .contact .number {
  font-weight: normal;
  font-family: var(--primary-regular-font);
}/*# sourceMappingURL=faq.css.map */