.faq-banner .banner img {
  width: 100%;
}
.faq-banner .banner {
  position: relative;
}
.faq-banner .banner .text {
  font-size: 1.92vw;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 12%;
}
.faq-padbottom {
  padding-bottom: 7%;
}
.faq {
  padding: 1% 0 0 0;
}
.dashline {
  display: block;
  margin: 0 0 5% 0;
}
.dashline .title {
  text-align: center;
  height: 1px;
  background-color: #5d5d5d;
  position: relative;
  margin: 0 14vw;
}
.dashline .title span {
  font-size: 36px;
  font-weight: 400;
  background-color: rgb(255, 255, 255);
  position: relative;
  top: -1.5rem;
  padding: 0 5%;
}

.faq .collapsible {
  background-color: #f2f2f2;
  color:black ;
  cursor: pointer;
  font-size: 30px;
  padding: 1.5% 12% 0.5% 3%;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: 400;
  background-image: url("../img/icon-plus-darkgray.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 2rem;
  background-position-x: 97%;
  background-position-y: 45%;
}
.faq .collapsible .heading {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 1%;
  border-bottom: 5px #f2f2f2 solid;
}
.faq .collapsible.active .heading {
  font-size: 30px;
  font-weight: 400;
  color: #0d578b;
  width: fit-content;
  border-bottom: 5px white solid;
  padding-bottom: 1%;
}
.faq .collapsible.active {
  background-color: #f2f2f2;
  color: #0d578b;
  font-size: 30px;
  cursor: pointer;
  padding: 1.5% 12% 0.5% 3%;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  background-image: url("../img/icon-minus-green.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 2rem;
  background-position-x: 97%;
  background-position-y: 45%;
}

.faqcontent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f2f2f2;
}

.faq .faqcontent .text {
  font-size: 26px;
  font-weight: 200;
  padding: 1% 15% 3% 3%;
  color: #0d578b;
}
.faq .faqcontent .text span {
  font-size: 26px;
  font-weight: 400;
  color: #0d578b;
}
.ourquality-banner img {
  width: 100%;
}
.ourquality-banner {
  position: relative;
}
.ourquality-banner .text {
  font-size: 1.92vw;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 3%;
}

@media (max-width: 991px) {
  .faq-banner .banner .text {
    font-size: 26px;
  }
  .dashline {
    margin: 0 0 1.75rem 0;
  }
  .dashline .title {
    margin: 0 30px;
  }
  .dashline .title span {
    font-size: 18px;
    top: -0.75rem;
    padding: 0 1rem;
  }
  .faq {
    padding: 4rem 0 2rem 0;
  }
  .faq-padbottom {
    padding-bottom: 3rem;
  }
  .faq .collapsible,
  .faq .collapsible.active {
    padding: 0.5rem 4rem 0.25rem 1rem;
    background-size: 17px;
  }
  .faq .faqcontent .text {
    padding: 0.5rem 4rem 1rem 1rem;
  }
  .faq .collapsible .heading {
    font-size: 16px;
    border-bottom: 2px #f2f2f2 solid;
  }
  .faq .collapsible.active .heading {
    font-size: 16px;
    border-bottom: 2px white solid;
    background-size: 12%;
  }

  .faq .faqcontent .text,
  .faq .faqcontent .text span {
    font-size: 14px;
  }
}
