.faq-scroll-padding {
  scroll-padding-top: 126px;
}

.faq-links {
  background-color: #6b3c29;
}
.faq-links ol {
  padding: 10px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .faq-links ol {
    font-size: 14px;
  }
}
.faq-links ol li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .faq-links ol li a {
    font-size: 14px;
  }
}
.faq-links ol .active {
  display: flex;
  opacity: 1;
  color: #ffffff;
  align-items: center;
}
.faq-links ol .breadcrumb-item + .breadcrumb-item::before {
  content: " ";
  background-image: url(/images/right-white-arrow.svg?15c450b3f08b582a076c2acf51449fff);
  padding: 5px 7px;
  background-repeat: no-repeat;
  margin: 6px 0;
}

.general_question_answer li {
  list-style-type: disc;
  margin-left: 1em;
}

.general-section {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .general-section hr {
    margin: 50px 0;
  }
}
.general-section .input-box {
  border: 0.5px solid #858585;
  border-radius: 200px;
  position: relative;
  height: 44px;
  max-width: 318px;
  width: 100%;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .general-section .input-box {
    height: 47px;
  }
}
.general-section .input-box .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .general-section .input-box .btn {
    padding: 11px 11px;
    right: 5px;
  }
}
.general-section .input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 64px 0 25px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .general-section .input-box input {
    padding: 0 112px 0 19px;
    font-size: 16px;
  }
}
.general-section .input-box img {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .general-section .input-box img {
    margin-left: 0px;
  }
}
.general-section .col-md-4 {
  border-right: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .general-section .col-md-4 {
    border: none;
  }
}
@media screen and (min-width: 767px) {
  .general-section .col-md-8 {
    padding-left: 0px;
  }
}
.general-section h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.general-section .nav-pills .nav-link.active {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  letter-spacing: 0.1px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .general-section .nav-pills .nav-link.active {
    display: none;
  }
}
.general-section .other-p h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 50px;
}
.general-section .navbar {
  background: #fff !important;
  box-shadow: none;
}
.general-section .navbar .navbar-brand.collapsed {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .general-section .navbar .navbar-brand.collapsed {
    font-size: 16px;
    text-decoration-line: underline;
    color: #212121;
  }
  .general-section .navbar .navbar-brand {
    display: flex;
    padding-left: 16px !important;
    align-items: center;
  }
  .general-section .navbar .navbar-brand::before {
    content: " ";
    padding: 9px 14px 9px 14px;
    background-repeat: no-repeat;
    background-image: url(/images/file-icon.svg?030a3730020d5453ad7d5b92c39f04b0);
  }
}
.general-section .navbar ul {
  padding-left: 24px;
}
@media screen and (max-width: 1439px) {
  .general-section .navbar ul {
    padding-left: 0px;
  }
}
.general-section .navbar li {
  list-style-type: disc;
  color: #858585;
}
.general-section .navbar li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #858585;
  padding-left: 0px;
}
.general-section .navbar li a:hover {
  color: #000000;
}
.general-section .tab-content {
  padding-left: 65px;
}
@media screen and (max-width: 1439px) {
  .general-section .tab-content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .general-section .tab-content {
    padding-left: unset;
  }
}
.general-section .tab-content h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.4px;
  color: #203635;
}
@media screen and (max-width: 767px) {
  .general-section .tab-content h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px;
    margin-bottom: 25px;
  }
}
.general-section .tab-content hr {
  margin-top: 65px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .general-section .tab-content hr {
    display: none;
  }
}
.general-section .tab-content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px;
  color: #212121;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .general-section .tab-content h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #000000;
    margin-top: 12px;
    padding: 0px 0 6px;
    border-bottom: 1px solid #e4e4e4;
  }
}
.general-section .tab-content p {
  color: #515151;
}
@media screen and (max-width: 767px) {
  .general-section .tab-content p {
    padding-left: 10px;
  }
}
.general-section .tab-content p a {
  color: #6b3c29;
  font-weight: 700;
}
.general-section .tab-content p span {
  font-weight: 700;
}
.general-section .tab-content .eligible {
  font-weight: 700;
  color: #515151;
  margin: 12px 0;
}
.general-section .tab-content .list-faq li {
  list-style-type: disc !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #515151;
}
.general-section .tab-content .list-faq li a {
  color: #6b3c29;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .general-section .tab-content .list-faq li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
  }
}
.general-section .tab-content .eligible-list li {
  list-style-type: decimal;
}
.general-section .tab-content .list-faq {
  padding-left: 33px;
}
.general-section .navbar {
  padding: 0px;
}
.general-section .navbar .navbar-brand {
  padding: 0px;
}
.general-section .navbar .accordion-button {
  padding: 0px;
  font-weight: 700;
  background: white;
  box-shadow: none;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  cursor: pointer;
}
.general-section .navbar .accordion-button::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .general-section .navbar .accordion-button {
    font-size: 16px;
    text-decoration-line: underline;
    font-weight: normal;
    color: #212121;
  }
}
.general-section .accordion-item {
  border: none;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .general-section .accordion-item {
    padding-bottom: 0;
  }
}
.general-section .accordion-body {
  padding: 0px;
}
.general-section .custom-select label {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}
.general-section .custom-select select {
  background: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  width: 100%;
  height: 46px;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .general-section .row {
    flex-direction: column-reverse;
  }
  .general-section .nav-pills ul {
    display: none;
  }
  .general-section .nav-pills .nav-link {
    padding: 0px;
  }
}
@media screen and (min-width: 767px) {
  .general-section .tab-pane .accordion-item {
    pointer-events: none;
  }
  .general-section .tab-pane .accordion-item a {
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  .general-section .tab-pane .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #6b3c29;
  }
  .general-section .tab-pane .accordion-button::after {
    display: none;
  }
}
.general-section .tab-pane .accordion-button {
  background-color: #fff;
  box-shadow: none;
  padding: 0px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .general-section .tab-pane .accordion-button {
    padding-bottom: 6px;
    padding-left: 19px;
  }
}
.general-section .tab-pane .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
.general-section .tab-pane .accordion-button::after {
  transform: rotate(270deg);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23858585'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
@media screen and (max-width: 767px) {
  .general-section .tab-pane .accordion-button::after {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .general-section .tab-pane .accordion-button::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .general-section .tab-pane .accordion-button::before {
    content: "";
    padding: 5px 5px;
    background-image: url(/images/solid-arrow.svg?c969751ca645fb48432354e253cbd3d3) !important;
    background-repeat: no-repeat;
    margin-top: 6px;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    left: 0px;
  }
}
.general-section .tab-pane .accordion-button.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .general-section .tab-pane .accordion-button.accordion-button:not(.collapsed)::before {
    transform: rotate(90deg);
  }
}
.general-section .tab-pane .accordion-button:focus {
  color: #6b3c29;
}
@media screen and (min-width: 767px) {
  .general-section .col-md-8 .accordion-flush .accordion-collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.select2-selection__arrow b {
  display: none;
}

.select2 {
  width: 100% !important;
}

span.select2-search.select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-results__option--disabled {
  display: none;
}

.select2-search--dropdown {
  display: none;
}

span.select2-results {
  background-color: #e3e5e3;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: white;
  color: #000;
}

.select2-results__option {
  padding: 10px;
}

.select2-results__option:hover {
  background-color: #fff;
}

.select2-container .select2-selection--single {
  height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #858585;
  line-height: 43px;
  padding-left: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(/images/down-arrow.svg?e13e577eba28e7e0cb9c90d34cc528b4);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
}

.need-section {
  background: #f4f1ed;
  padding: 65px 0;
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .need-section {
    padding-bottom: 40px !important;
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .need-section br {
    display: none;
  }
}
.need-section .pricing {
  display: none;
}
.need-section.show-pricing .pricing {
  display: block;
}
.need-section.show-pricing .help-center {
  display: none;
}
.need-section .card {
  margin: 0;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
}
.need-section .card:hover {
  background-color: #fbf8f4;
}
.need-section .card:hover h4 {
  color: #6b3c29;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .need-section .card {
    height: auto;
    padding-top: 30px;
  }
  .need-section .card img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .need-section h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
  }
}
.need-section h2 {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .need-section h2 {
    margin-bottom: 50px;
  }
  .need-section .col-md-4 {
    margin-bottom: 25px;
  }
  .need-section .btn-dark {
    width: 100%;
    margin: 25px 0 24px;
    height: 34px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .need-section .btn-dark {
    display: none;
  }
}

.need-section + .footer-section {
  margin-top: 0px;
}

.help-center-section {
  background: #f4f1ed;
  padding: 65px 0;
}

.help-center-section h5 {
  color: #6b3c29;
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.help-center-section h1 {
  color: #000;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 60px;
}

.help-center-section .d-flex {
  background: #fff;
  border-radius: 200px;
  box-shadow: 0 2px 50px hsla(34, 20%, 84%, 0.5);
  height: 50px;
  margin: 40px auto 0;
  max-width: 503px;
  position: relative;
  width: 100%;
}

.help-center-section .d-flex img {
  margin-left: 35px;
}

.help-center-section .d-flex input {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 400;
  height: 100%;
  outline: none;
  padding: 0 155px 0 16px;
  width: 100%;
}
