@keyframes shapemoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.faqsbnr {
  padding: 70px 0;
  background-color: #0D342E;
}
.faqban2{
  position: absolute;
  right: 30px;
  bottom: -70px;
}
.faqban1{
  position: absolute;
  bottom: 0px;
  left: 100px;
}
@media (max-width: 1199.98px) {
  .faqban1{
    max-width: 40px;
    bottom: auto;
    top: -40px;
    left: 10px;
  }
  .faqban2{
    right: 0;
    bottom: -70px;
    max-width: 100px;
  }
  
}
@media (max-width: 991.98px) {
  .faqsbnr {
    padding: 60px 0 35px;
  }
  .faqban2{
    display: none;
  }
  
}
.faqsbnr .bnrtextnsearch {
  max-width: 742px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.faqsbnr .bnrtextnsearch .bnrtext {
  padding-bottom: 30px;
}
.faqsbnr .bnrtextnsearch .bnrtext h1 {
  color: #fff;
  font-size: 35px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .faqsbnr .bnrtextnsearch .bnrtext h1 {
    text-align: center;
    font-size: 28px;
    padding: 0 30px;
  }
}
.faqsbnr .bnrtextnsearch .bnrsearch .form-group {
  position: relative;
  margin-bottom: 0;
}
.faqsbnr .bnrtextnsearch .bnrsearch .form-group .form-control {
  height: 43px;
  padding: 0 18px;
  padding-right: 55px;
  line-height: 41px;
  border: 1px solid #D8D8D8;
  background-color: #fff;
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.faqsbnr .bnrtextnsearch .bnrsearch .form-group .form-control::placeholder {
  line-height: 41px;
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  color: #0D1834;
  font-size: 13px;
}
.faqsbnr .bnrtextnsearch .bnrsearch .form-group button {
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  width: 13px;
  cursor: pointer;
}
.faqsbnr .bnrtextnsearch .bnrsearch .form-group button svg {
  width: 13px;
}
.faqsbnr .bnrimg {
  padding: 0 80px;
  margin: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .faqsbnr .bnrimg {
    position: absolute;
    left: 0;
    top: -30px;
  }
}
@media (max-width: 991.98px) {
  .faqsbnr .bnrimg img {
    display: none;
  }
}
.faqsbnr .bnrimg .anim.updown {
  animation: shapemoveUpDown 2s infinite alternate;
}
.faqsbnr .bnrimg .shapes {
  position: absolute;
  display: block;
}
.faqsbnr .bnrimg .shapes.halfcircle {
  width: 38px;
  height: 19px;
  background-color: #BA2B2B;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top: 0;
  left: 0;
  top: 25%;
  opacity: 0.41;
}
@media (max-width: 991.98px) {
  .faqsbnr .bnrimg .shapes.halfcircle {
    opacity: 1;
    transform: rotate(90deg);
    top: -100px;
    left: 0;
  }
}
.faqsbnr .bnrimg .shapes.triangleone {
  width: 0;
  height: 0;
  border-top: 33px solid #C7EBCC;
  border-right: 33px solid transparent;
  right: 0;
  bottom: 24%;
  opacity: 0.38;
}
@media (max-width: 991.98px) {
  .faqsbnr .bnrimg .shapes.triangleone {
    display: none;
  }
}
.faqsbnr .bnrimg .shapes.triangletwo {
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-right: 24px solid #158825;
  left: 60px;
  bottom: 25.5%;
}
@media (max-width: 991.98px) {
  .faqsbnr .bnrimg .shapes.triangletwo {
    transform: rotate(90deg);
    top: -50px;
    left: 25px;
    border-top: 15px solid transparent;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transform: rotate(-90deg);
  }
}

.faqwithfilters {
  padding: 70px 0 100px;
  position: relative;
  /* Filter Section */
  /* FAQ Section */
}
@media (max-width: 1599.98px) {
  .faqwithfilters {
    padding: 60px 0 80px;
  }
}
@media (max-width: 1199.98px) {
  .faqwithfilters {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .faqwithfilters {
    padding: 35px 0;
  }
}
.faqwithfilters .filterwrap.desktop {
  display: block;
  position: sticky;
  top: 120px;
  left: 0;
  padding-top: 0px;
  max-height: calc(100vh - 120px);
  height: 100%;
  overflow-y: auto;
  /* scrollbar-width: none; */
}

@media (max-width: 991.98px) {
  .faqwithfilters .filterwrap.desktop {
    display: none;
  }
}
.faqwithfilters .filterwrap.mobile {
  display: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .faqwithfilters .filterwrap.mobile {
    display: block;
  }
}
.faqwithfilters .filterwrap.mobile .filterhead {
  border: 1px solid #E5E5E5;
  margin-bottom: 27px;
  padding: 12px 60px 12px 15px;
  max-width: 100%;
  color: #000000;
  position: relative;
  margin-bottom: 0;
}
.faqwithfilters .filterwrap.mobile .filterhead:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  right: 20px;
  top: calc(50% - 8px);
  transform: rotate(45deg);
}
.faqwithfilters .filterwrap.mobile .categoryfilter {
  position: absolute;
  width: 100%;
  max-height: 200px;
  background: #fff;
  z-index: 1;
  overflow-y: auto;
  border: 1px solid #E6E6E6;
}
.faqwithfilters .filterwrap.mobile .categoryfilter .filteritem {
  padding: 12px 15px;
}
.faqwithfilters .filterwrap.mobile .categoryfilter .filteritem + .filteritem {
  margin-top: 0;
}
.faqwithfilters .filterwrap.mobile .categoryfilter .filteritem.active {
  background: #E1EFF5;
  color: #0D1834;
  text-decoration: none;
  font-weight: 400;
}
.faqwithfilters .filterwrap.mobile.open .categoryfilter {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.faqwithfilters .filterwrap .filterhead {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  color: #0D1834;
  font-weight: 500;
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid #158825;
  margin-bottom: 27px;
  max-width: 286px;
}
.faqwithfilters .filterwrap .categoryfilter {
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .faqwithfilters .filterwrap .categoryfilter {
    opacity: 0;
    visibility: hidden;
    top: 40px;
    transition: 0.4s ease-in-out;
  }
}
.faqwithfilters .filterwrap .categoryfilter .filteritem {
  font-size: 15px;
  cursor: pointer;
  font-family: "Oxygen", sans-serif;
  color: #0D1834;
}
.faqwithfilters .filterwrap .categoryfilter .filteritem + .filteritem {
  margin-top: 22px;
}
.faqwithfilters .filterwrap .categoryfilter .filteritem:hover{
  color: #158825;
}
.faqwithfilters .filterwrap .categoryfilter .filteritem.active {
  color: #158825;
  text-decoration: underline;
  font-weight: 600;
  pointer-events: none;
}
.faqwithfilters .filterwrap .categoryfilter .moreitem {
  padding-top: 22px;
}
.faqwithfilters .filterwrap .plus-green-link {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #158825;
}
.faqwithfilters .filterwrap .plus-green-link:hover {
  color: #0e5c19;
}
.faqwithfilters .faqsecwrap {
  max-width: 100%;
  position: relative;
}
.faqwithfilters .faqsecwrap .tabcontent .tabsectitle {
  font-size: 21px;
  font-weight: 700;
  color: #158825;
  font-family: "Oxygen", sans-serif;
}
@media (max-width: 991.98px) {
  .faqwithfilters .faqsecwrap .tabcontent .tabsectitle {
    font-size: 16px;
  }
}
.faqwithfilters .faqsecwrap .card {
  border: none;
  margin-left: 25px;
  border-bottom: 1px solid #E5E5E5;
  border-radius: 0;
}
@media (min-width: 992px) {
  .faqwithfilters .faqsecwrap .card {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .faqwithfilters .faqsecwrap .card {
    margin-left: 35px;
  }
}
.faqwithfilters .faqsecwrap .card .card-header {
  background: transparent;
  padding: 0;
  border: none;
}
.faqwithfilters .faqsecwrap .card .card-header button {
  font-size: 17px;
  font-weight: 700;
  font-family: "Oxygen", sans-serif;
  padding: 20px 0;
  margin: 0;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  text-align: left;
  color: #0D1834;
}
@media (min-width: 992px) {
  .faqwithfilters .faqsecwrap .card .card-header button {
    padding: 25px 0;
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .faqwithfilters .faqsecwrap .card .card-header button {
    padding: 35px 0;
    font-size: 18px;
    transition: 0.3s all ease-in-out;
  }
}
.faqwithfilters .faqsecwrap .card .card-header button .fa {
  width: 12px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: 27px;
}
@media (min-width: 992px) {
  .faqwithfilters .faqsecwrap .card .card-header button .fa {
    left: -25px;
    top: 32px;
  }
}
@media (min-width: 1200px) {
  .faqwithfilters .faqsecwrap .card .card-header button .fa {
    top: 42px;
    width: 15px;
    height: 15px;
    left: -35px;
  }
}
.faqwithfilters .faqsecwrap .card .card-header button:hover {
 color: #158825;
}
.faqwithfilters .faqsecwrap .card .card-header button .fa:before {
  position: absolute;
  content: "";
  background: #00A217;
  left: 6px;
  top: calc(50% - 6px);
  width: 2px;
  height: 12px;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .faqwithfilters .faqsecwrap .card .card-header button .fa:before {
    left: 7px;
    height: 14px;
    top: calc(50% - 7px);
  }
}
.faqwithfilters .faqsecwrap .card .card-header button .fa:after {
  position: absolute;
  content: "";
  background: #00A217;
  left: 1px;
  top: calc(50% - 1px);
  width: 11px;
  height: 2px;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .faqwithfilters .faqsecwrap .card .card-header button .fa:after {
    width: 14px;
  }
}
.faqwithfilters .faqsecwrap .card .card-header button .fa.fa-minus {
  color: #00a217;
}
.faqwithfilters .faqsecwrap .card .card-header button .fa.fa-minus:before {
  transform: rotate(-90deg);
}
.faqwithfilters .faqsecwrap .card .card-header button .fa.fa-minus:after {
  background: #00a217;
}
.faqwithfilters .faqsecwrap .card .card-body {
  padding: 0 0 20px;
  color: #0D1834;
  font-family: "Oxygen", sans-serif;
}
@media (min-width: 992px) {
  .faqwithfilters .faqsecwrap .card .card-body {
    padding: 0 0 25px;
  }
}
@media (min-width: 1200px) {
  .faqwithfilters .faqsecwrap .card .card-body {
    padding: 0 0 30px;
  }
}
.faqwithfilters .faqsecwrap .card .card-body p {
  font-size: 15px;
}
@media (min-width: 1200px) {
  .faqwithfilters .faqsecwrap .card .card-body p {
    font-size: 16px;
  }
}
.faqwithfilters .faqsecwrap .card .card-body p + header {
  padding-top: 15px;
}
.faqwithfilters .faqsecwrap .card .card-body header {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 7px;
}
@media (min-width: 992px) {
  .faqwithfilters .faqsecwrap .card .card-body header {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .faqwithfilters .faqsecwrap .card .card-body header {
    font-size: 18px;
  }
}
.faqwithfilters .faqsecwrap .accordion {
  padding-bottom: 38px;
  min-height: 200px;
}
@media (max-width: 1199px) {
  .faqwithfilters .faqsecwrap .accordion {
    padding-bottom: 25px;
  }
}
.faqwithfilters .faqsecwrap .plus-green-link {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #158825;
  margin-left: 25px;
}
.faqwithfilters .faqsecwrap .plus-green-link:hover {
  color: #0e5c19;
}
@media (min-width: 992px) {
  .faqwithfilters .faqsecwrap .plus-green-link {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .faqwithfilters .faqsecwrap .plus-green-link {
    margin-left: 35px;
  }
}
.faqwithfilters .btns {
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 1199.98px) {
  .faqwithfilters .btns {
    padding-top: 20px;
  }
}


.faqwithfilters .filterwrap.mobile.open .categoryfilter {
  /* top: 80px; */
  top: 50px;
}

.post-type-archive-faq ul.ui-autocomplete li{
  padding: 15px 20px;
}

@media (max-width: 991.98px) {
  .faqwithfilters .faqsecwrap {
    margin-top: 30px !important;
  }
}

