/* .faqbanner-sec { */
  /* background: linear-gradient(
      90deg,
      rgba(0, 59, 192, 0.3) 0%,
      rgba(0, 59, 192, 0.3) 100%
    ),
    url("../images/faqbanner.png"); */
/*   background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.faqbanner-sec .faqhead-page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faqbanner-sec .faqhead-page .faq-head h1 {
  margin: 0 0 28px 0;
}
.faqbanner-sec .faqhead-page .faq-head p {
  color: #fff;
} */
.faqbanner-sec{
  height: 100vh;
  position: relative;
  margin: 0 0 100px 0;
}
.ban_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.faqbanner-sec .abhead-page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faqbanner-sec .img_lay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 59, 192, 0.3);
  position: inherit;
}
.faqbanner-sec.abhead-page .read-head {
  margin: 0 0 28px 0;
}
.faqbanner-sec .abhead-page p {
  color: #fff;
}
.faqbanner-sec .faqhead-page .faq-head .btn-margin {
  margin: 28px 0 0 0;
  padding: 13px 0 13px 0;
}
.faq-section .collapse-card {
  background-color: #faf9f9;
  border: 0;
  margin: 0 0 15px 0;
}
.faq-section .collapse-card .card-header {
  background-color: transparent;
  border: 0;
  padding: 20px 25px 20px 25px;
}
.faq-section .collapse-card .collapsecard-body {
  padding: 10px 60px 20px 25px;
}
.faq-section .collapse-card .card-header .btn-que {
  text-align: left;
  color: #454545;
  font-weight: 700;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.faq-section .collapse-card .card-header .btn-que::after {
  content: url("../images/dropdown-blackdown.svg");
  margin: 0 0 0 15px;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.faq-section .collapse-card .card-header .btn-que.collapsed::after {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.faq-section .collapse-card .card-header .btn-que:hover,
.faq-section .collapse-card .card-header .btn-que:focus {
  color: #454545;
  text-decoration: none;
  box-shadow: none;
}
.faq-section .ask-me {
  display: flex;
}
.faq-section .ask-me .bg-ask {
  background-color: #d8fbfe;
  padding: 10px 10px 10px 10px;
  font-weight: 700;
  cursor: pointer;
}
.faq-section .ask-me .qmodal-btn:focus {
  box-shadow: none;
}
.faq-section .ask-me .qmodal-btn {
  animation: heartbeat 3s infinite;
  padding: 0 8px 0 0;
}
.faq-section .view-all {
  align-self: center;
}
.faq-section .view-all .view-text {
  font-size: 20px;
}

@keyframes heartbeat {
  0% {
    transform: scale(0.85);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.85);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(0.85);
  }
}

.question-modal .close-question-modal {
  opacity: 1;
  padding: 15px 30px 0 0 !important;
}
.question-modal .questionmodal-body {
  padding: 10px 50px 30px 50px;
}
.question-modal .questionmodal-body h2 {
  margin: 0 0 15px 0;
}
.question-modal .questionmodal-body p {
  color: #003bc0;
}
.question-modal .questionmodal-body .q-label {
  color: #003bc0;
  font-weight: 700;
}
.question-modal .questionmodal-body .form-bg {
  border: 1px solid #003bc0;
  border-radius: 4px;
  color: #454545;
  font-weight: 700;
}
.question-modal .questionmodal-body .form-bg:focus {
  box-shadow: none;
}
