#main-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

main {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

html, body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  font-weight: 400;
  line-height: 24px;
  color: #171717;
  text-align: left;
  height: 100%;
  transition: 0.5s;
  scroll-behavior: smooth;
}

.site-container-1340 {
  padding-right: 12px;
  padding-left: 12px;
  margin: auto;
  position: relative;
  max-width: 1340px;
  width: 100%;
}

.site-container-992 {
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  position: relative;
  max-width: 992px;
  width: 100%;
}

.container-fluid {
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}

.row > * {
  padding: 0 25px;
}
@media (min-width: 992px) {
  .row > * {
    padding: 0 12px;
  }
}

.ul-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  font-family: "Montserrat", sans-serif !important;
}

ol li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  font-family: "Montserrat", sans-serif !important;
}

.check-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.check-list li {
  position: relative;
  margin-bottom: 16px;
  margin-left: 30px;
  line-height: 19px;
}
.check-list li::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free"; /* Specify the font family */
  font-weight: 900; /* Ensure it's using the solid variant */
  content: "\f00c"; /* Unicode for user icon */
  font-size: 1rem;
  color: #29b494;
  margin-right: 5px;
  position: absolute;
  left: -30px;
}

@media (min-width: 992px) {
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-r-24 {
    padding-right: 24px !important;
  }
}

@media (min-width: 992px) {
  .p-l-24 {
    padding-left: 24px !important;
  }
}

.z-15 {
  z-index: 15;
  position: relative;
}

.light-bg {
  background-color: #f4fafc !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.faq-bg {
  background-color: #e7f6f3 !important;
}

.pl-2 {
  padding-left: 0.75rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.t-c-l {
  text-align: center !important;
}
@media (min-width: 992px) {
  .t-c-l {
    text-align: left !important;
  }
}

.w-80 {
  width: 80% !important;
}

.text-left {
  text-align: left;
}

.white-text {
  color: #ffffff !important;
}

.mid-text {
  color: #595959 !important;
}

span.SubHead,
.primary-text {
  color: #000033 !important;
}

.midBlack-text {
  color: #595959 !important;
}

.primary-link {
  color: #29b494 !important;
  text-decoration: underline;
  transition: 0.5s !important;
  font-weight: 700;
}
.primary-link:hover, .primary-link:active {
  color: #000033 !important;
}

.primary-link-alt {
  color: #29b494 !important;
  text-decoration: none;
  transition: 0.5s !important;
  font-weight: 700;
}
.primary-link-alt:hover, .primary-link-alt:active {
  color: #000033 !important;
}

.mid-link {
  color: #595959 !important;
  text-decoration: none;
  transition: 0.5s !important;
  font-weight: 700;
}
.mid-link:hover, .mid-link:active {
  color: #000033 !important;
}

.secondary-link {
  color: #000033 !important;
  text-decoration: underline;
  transition: 0.5s !important;
  font-weight: 700;
}
.secondary-link:hover, .secondary-link:active {
  color: #595959 !important;
}

.secondary-link-alt {
  color: #000033 !important;
  transition: 0.5s !important;
  font-weight: 700;
  text-decoration: none;
}
.secondary-link-alt:hover, .secondary-link-alt:active {
  color: #595959 !important;
}

.secondary-link-terms {
  color: #595959 !important;
  font-weight: 700;
  text-decoration: none;
}
.secondary-link-terms:hover, .secondary-link-terms:active {
  color: #000033 !important;
  border-bottom: 2px solid #29b494;
  padding-bottom: 4px;
}
.secondary-link-terms.active {
  color: #000033 !important;
  border-bottom: 2px solid #29b494;
  padding-bottom: 4px;
}

.white-link {
  color: #ffffff !important;
  text-decoration: none;
  transition: 0.5s !important;
  font-weight: 400;
  text-transform: uppercase;
}
.white-link:hover, .white-link:active {
  color: #29b494 !important;
}

.bold {
  font-weight: 700 !important;
}

.modal-dialog {
  width: 100%;
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 850px;
    height: 300px;
  }
}

.text-unset {
  text-transform: unset !important;
}