.faq-wrap {
  margin: 50px 0px;
}

.faq-hr {
  display: none;
}

.faq-box {
  position: relative;
}
.faq-box .tab {
  width: 30%;
  position: relative;
}
.faq-box .tab .tab-title {
  padding: 24px;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E9ECEF;
}
.faq-box .tab .tab-title .arrow-faq {
  position: absolute;
  z-index: 5;
  top: 33px;
  right: 30px;
  transition: all 0.4s;
}
.faq-box .tab .tab-title .arrow-faq-direction {
  transform: rotate(-90deg);
  transition: all 0.4s;
}
.faq-box .tabs-box:first-child .tab-title {
  border-radius: 24px 24px 0px 0px;
}
.faq-box .tabs-box:last-child .tab-title {
  border-radius: 0px 0px 24px 24px;
}
.faq-box .tab-content {
  position: absolute;
  top: 0;
  right: -24px;
  width: 70%;
  min-height: 100%;
  height: 100%;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.04);
  border-radius: 24px;
  padding: 16px 24px 24px;
  display: none;
}
.faq-box .tab-active {
  display: block;
}
.faq-box .tab-title.active {
  background: linear-gradient(0deg, rgba(0, 159, 223, 0.04), rgba(0, 159, 223, 0.04)), #FFFFFF;
}

.faq-border {
  width: 90%;
  margin: 0 auto;
}

.faq-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  margin-bottom: 8px;
  color: #212121;
}

.faq-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #424242;
}

.faqbreadcrumb-wrap .breadcrumb-list {
  padding: 10px 0px 22px 28px;
}

.faqbanner-wrap img {
  width: 100%;
}

.faqbanner-wrap .banner-heading {
  height: auto;
  max-width: 430px;
}

/* Styling for desktop - vertical tabs */
@media (max-width: 768px) {
  .faq-box .tab .tab-title .arrow-faq-direction {
    transform: rotate(180deg);
    transition: all 0.4s;
  }

  .faq-box .tab-content {
    position: relative;
    top: -28px;
    right: 0;
    z-index: 0;
    width: 100%;
    min-height: 100%;
    overflow-y: auto;
    border-radius: 16px;
  }

  /*   this is optional */
  .faq-box .tabs-container {
    min-height: 400px;
  }

  .faq-box .tab {
    width: 100%;
  }

  .faq-box .tabs-box {
    height: auto;
    margin-bottom: 16px;
  }

  .arrow-faq-direction {
    transform: rotate(180deg);
    transition: all 0.4s;
  }

  .faq-hr {
    margin: 0 auto;
    background-color: #3b9dff;
    width: 80%;
    display: block;
  }

  .faq-box .tab-title {
    border-radius: 16px;
  }

  .faq-box .tabs-box:first-child .tab-title {
    border-radius: 16px;
  }

  .faq-box .tabs-box:last-child .tab-title {
    border-radius: 16px;
  }

  .faq-heading {
    margin-top: 40px;
  }

  .faq-box .tab-title.active {
    background: #FFFFFF;
  }

  .faqbanner-wrap img {
    width: 100%;
    min-height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .faqbanner-wrap .banner-wrap .banner-heading h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
  }

  .faqbanner-wrap .banner-wrap .banner-heading {
    min-width: auto;
    max-width: min-content;
  }
}
