* {
  font-family: Poppins, sans-serif;
}

.accordion:before {
  position: absolute;
  content: '+';
  font-weight: 800;
  font-size: 50px;
  right: 0px;
  float: left;
  color: #ed7f1d;
  margin-top: -54px;
}

.accordion {
  height: 100%;
  background-color: white;
  padding: 10px;
  width: 100%;
  border: 1px solid black;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

* {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, textarea {
  line-height: inherit;
}

button {
  background-color: #13377d;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.divider-new, .text-fluid, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

* {
  box-sizing: border-box;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

#faqAccordion .accordion-button {
  position: relative;
  display: inline;
  width: 100%;
  padding: 15px 50px 15px 15px;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  background-color: #ff0000;
  border: 0;
  border-radius: 5px;
  overflow-anchor: none;
  transition: all .3s ease-in-out;
}

#faqAccordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#faqAccordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#faqAccordion .accordion-button:hover {
  background-color: #c80000;
}

#faqAccordion .accordion-body p {
  font-size: 18px;
}

@media (min-width: 992px) {
  #faqAccordion .accordion-body p {
    font-size: 20px;
  }
}

#faqAccordion .accordion-item {
  border-radius: .25rem;
  border-width: 0;
  margin-bottom: 10px;
  background-color: transparent;
}

#faqAccordion .accordion-button::after {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 39px;
  height: 30px;
  content: "";
  background-image: url("arrow.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  transition: transform .2s ease-in-out;
}

#faqAccordion .accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
}

