
.faq-content {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    transition: max-height 0.4s;
    padding-left: 20px;
    padding-right: 20px;
}

.faq-content.active {
    max-height: 1500px;
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    transition: max-height 0.4s;
}

.faq-content p {
    margin-bottom: 40px;
    font-weight: 500!important;
}

.faq-title {
    cursor:pointer;
    font-size: 14px;
    padding:10px 24px;
    background-color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.pt-3{
    color: black;
}

.faq-title p {
    margin-bottom: 0px;
    padding-top: 5px;
}

.faq-title a { 
    font-size: 16px;
    line-height: 1.2;
}

.faq-title h3 {
    font-weight: bold;
}

.faq-title span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.faq-title .carrot-right {
    transform: rotate(90deg);
}

.faq-title.active .carrot-right {
    transform: rotate(90deg);
    transform: rotate(-90deg);
}

.faqs.style2 .faq-title {
    background-color: #383838;
    border-radius: 5px;
}

.faqs.style2 .faq-title h3 {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
}

.faqs.style2 .faq-title svg path {
    fill: #ffffff;
}

.faqs.style2  .faq-content {
    color: #ffffff;
    font-size: 13px;
}

.faqs.style3 .faq-title {
    background-color: #F2F2F2;
    border: 1px solid #000000;
    border-radius: 5px;
}

.faqs.style3 .faq-title h3 {
    color: #000000 !important;
    font-weight: 600;
    font-size: 14px;
}

.faqs.style3 .faq-title svg path {
    fill: #000000;
}

.faqs.style3 .faq-content {
    color: #000000;
    font-size: 13px;
}