@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.faq-secA {
  padding: 50px 0;
}
.faq-secA .summery-detail-content {
  max-width: 70%;
  margin: auto;
}
.faq-secA .col {
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  position: relative;
  transition: 0.5s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}
.faq-secA .col .title {
  position: relative;
  transition: 0.3s ease-in-out;
}
.faq-secA .col .title h6 {
  padding: 18px 50px 18px 22px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin: 0;
  transition: 0.3s ease-in-out;
  font-family: Lato;
}
@media only screen and (max-width: 540px) {
  .faq-secA .col .title h6 {
    font-size: 16px;
  }
}
.faq-secA .col .title .ico {
  position: absolute;
  right: 4%;
  top: 50%;
}
@media only screen and (max-width: 540px) {
  .faq-secA .col .title .ico {
    right: 12.5%;
  }
}
.faq-secA .col .title .ico::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 15px;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s ease-in-out;
}
.faq-secA .col .title .ico::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 15px;
  background: rgba(0, 0, 0, 0.4);
  transform: rotate(90deg);
  transition: 0.5s ease-in-out;
}
.faq-secA .col article {
  display: none;
}
.faq-secA .col article .content-desc {
  padding: 10px 30px 0px 30px;
}
@media only screen and (max-width: 540px) {
  .faq-secA .col article .content-desc {
    padding: 20px;
  }
}
.faq-secA .col article .content-desc h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: black;
  margin-bottom: 20px;
  font-family: Lato;
}
.faq-secA .col article .content-desc ul {
  margin-bottom: 20px;
  margin-left: 10px;
}
.faq-secA .col article .content-desc ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: var(--text);
  font-family: Lato;
}
@media only screen and (max-width: 540px) {
  .faq-secA .col article .content-desc ul li {
    font-size: 14px;
  }
}
.faq-secA .col article .content-desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
  transform: translateY(-50%);
}
.faq-secA .col article .content-desc p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  max-width: 80%;
  margin-bottom: 40px;
}
.faq-secA .active {
  background: linear-gradient(1deg, #FFF5F3 0%, #FFFFFF 0%, #FFF5F3 100%);
  border: 1px solid #E8D1C9;
}
.faq-secA .active .title {
  transition: 0.5s ease-in-out;
}
.faq-secA .active .title h6 {
  color: var(--black);
  font-weight: 500;
  font-size: 18px;
}
.faq-secA .active .title .ico {
  right: 4.1%;
}
@media only screen and (max-width: 991px) {
  .faq-secA .active .title .ico {
    right: 6%;
  }
}
@media only screen and (max-width: 540px) {
  .faq-secA .active .title .ico {
    right: 15%;
  }
}
.faq-secA .active .title .ico::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background: black;
}
.faq-secA .active .title .ico::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background: black;
  transform: rotate(0deg);
}/*# sourceMappingURL=faq.css.map */