p {
  font-weight: bold;
  padding-bottom: 15px;
}

span {
  color: #fec303;
  float: right;
}

.collapsible-link[aria-expanded="true"]::after {
  display: none;
}

.underlined {
  position: relative;
  margin-top: 25px;
}

.underlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  bottom: -6px;
  height: 1px;
  background-color: #fec303;
}

.card-header {
  padding: 0;
}
.card-header .collapsed .fa-minus:before {
  content: "\f067";
}

.card-body {
  text-transform: none;
  margin-left: -15px;
}

.faq-banner-box {
  background: url(/static/images/home/Skull-Valley_189-1.png) no-repeat;
  background-size: 100%;
  height: 55vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.breadcrumb {
  background-color: transparent;
  text-transform: uppercase;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
  font-weight: bold;
}

.faq-banner-box .txt-box {
  color: #fff;
  padding-left: 115px;
}

.faq-banner-box .txt-box h1 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.breadcrumb {
  font-size: 16px;
}

#accordion {
  width: 80%;
  margin: auto;
  margin-top: 55px;
  margin-bottom: 100px;
}

a.btn-close {
  color: #fec303;
  text-decoration: underline;
  margin-right: 10%;
  display: block;
  text-align: end;
}

a.btn-close:hover,
a.btn-close:active {
  color: #fec303;
}

td::first-letter {
  text-transform: uppercase;
}

table th {
  text-transform: capitalize;
}

.spaced td {
  position: relative;
  padding-left: 15px;
}

.spaced td::before {
  content: "\2022";
  color: white;
  position: absolute;
  left: 0;
}

@media (max-width: 991px) {
  .faq-banner-box {
      background-size: cover;
      height: 50vh;
  }
  .faq-banner-box .txt-box {
      padding: 0 0 0 30px;
  }
  .faq-banner-box .txt-box h1 {
      font-size: 35px;
  }
  .faq-banner-box .banner-text {
      font-size: 16px;
      width: 100%;
  }
  .media-section.container.mx-auto {
      margin-top: 40px;
      padding: 0 40px !important;
  }
  .download-data .col-md-4 {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 40px;
  }
  .col-md-6.product-image-head {
      max-width: 100%;
      flex: 100%;
      order: 2;
  }
  .product-image:before {
      display: none;
  }
  .product-image-form {
      padding-left: 18px;
      margin-bottom: 50px;
  }
  .product-image-form .text-download,
  .product-image-form .after-download {
      width: 100%;
  }
  .product-text {
      width: 100%;
  }
  .product-image-form .input-text {
      width: 100% !important;
  }
}

@media (max-width: 767px) {
  .faq-banner-box {
      background-size: cover;
      height: 70vh;
  }
  .faq-banner-box .txt-box {
      padding: 0 40px 0 30px;
  }
  .faq-banner-box .txt-box h1 {
      font-size: 35px;
  }
  .faq-banner-box .banner-text {
      font-size: 16px;
      width: 100%;
  }
  .media-section.container.mx-auto {
      margin-top: 40px;
      padding: 0 40px !important;
  }
  .OtherMedia {
      padding-left: 0;
      margin-top: 20px;
  }
  .col-md-4.Manuals {
      padding-right: 0;
      padding-left: 0;
      padding-top: 20px;
  }
  .product-image .product-image-required {
      height: 622px;
      object-fit: cover;
  }
}