.faq_panel .subtitle.body-bg_section {
  background: #fff;
}


.faq_panel .subtitle.body-bg_section p {
  font-size: 18px;
  margin: 0;
  line-height: 1.1em;
  position: relative;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.faq_panel .subtitle.body-bg_section p {
  font-size: 18px;
  margin: 0;
  line-height: 1.1em;
}
.faq_panel .faq_banner{
  background-color: #45aaff;
  height: 109px;

}

.faq_panel {
  height: 110px;
  margin-top: 110px;
}


.faq_panel .faq_hgroup  {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: inherit;
}

.faq_panel .faq_banner_title .container:before {
  position: absolute;
  background: #FFF;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  left: 0;
  width: 50%;
  height: 63px;
  transform: translateX(-40%);
  content: " ";
  display: table;
}

.faq_panel .faq_banner_title h1 {
  background-color: #FFF;
  padding: 19px 30px 0px 0;
  display: inline-block;
  position: relative;
  color: #323232;
  min-width: 200px;
  z-index: 2;
  font-weight: 900;
  margin: 0;
}

.faq_panel .faq_banner_title h1:after {
  content: '';
  width: 72px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -72px;
  background: linear-gradient(to right top, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

@media(max-width:991px){
  .faq_panel {
    margin-top: 90px;


  }
}

@media(max-width:767px){
  .faq_panel {
    margin-top: 73px;
  }
}





















