

/* faq start */
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.t-center {
    text-align: center;
}
h3.faqhead {
    font-size: clamp(24px, 3vw, 40px);
    color: #000;
    font-weight: 600;
}
.mb-40 {
    margin-bottom: 40px;
}

.faq .accordion {
    width: 100%;
    max-width: 990px;
    margin: 0px auto;
    border: none;
}
.faq .accordion button:hover{
    cursor: pointer;
    color: #21D0B2;
}
.faq .accordion button:focus {
    cursor: pointer;
    color: #21D0B2 !important;
}
.faq .accordion button[aria-expanded='true'] {
    color: #21D0B2;
}
.faq .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 24px 0px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    border: none;
    background: none;
    outline: none;
    padding-right: 30px;
    line-height: 1.4;
}
.faq .accordion .accordion-content p {
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0px 24px 0px;
    line-height: 1.4;
    color: #000;
}
.faq .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 18px;
    height: 10px;
    background: url(https://assets.clarityx.ai/clarityx/videos/mgis_videos/images/arrow-down.png) no-repeat;
    background-size: 18px;
    transition: all 0.4s linear;
}
.faq .accordion button[aria-expanded='true'] .icon::before {
    /* width: 0; */
    transform: rotate(180deg);
}
.faq .accordion .accordion-item {
  border-top: unset;
    border-bottom: 1px solid #d6d6d6;
  }
  .faq .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
  }
  .faq .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 0.5s linear;
    will-change: opacity, max-height;
  }
  .faq .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s linear, max-height 0.5s linear;
    will-change: opacity, max-height;
  }

  .accordion button {
    background-color: #eee;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2rem;
    transition: background-color 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }




  
  .accordion button[aria-expanded="true"] {
    background-color:transparent;
  }
  
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color:transparent;
    padding: 0 1rem;
  }
  
  .accordion-content p {
    margin: 1rem 0;
  }
  
  .accordion button[aria-expanded="true"] + .accordion-content {
    max-height: 200px; /* Adjust height as needed */
  }
  td.tabprohead.bg-dark.popboxmain {
    position: relative;
}
span.mostpop {
    position: absolute;
    top: -19px;
    right: 50%;
    transform: translate(50%, 0px);
    background: #F18F4A;
    color: #fff;
    padding: 9px 20px;
    font-size: 14px;
    border-radius: 20px;
}

/* faq end */
