.faq-content .toggler {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-weight: 400;
    font-family: 'Poppins';
    background-color: initial !important;
    transition: .4s;
}

@media (min-width: 768px) {
    .faq-content .toggler {
        font-weight: 400;
    }
}
@media (max-width: 767px) {
    .faq-content .toggler {
        font-size: 16px !important;
        line-height: 1.5;
    }
}

.faq-content .toggle_icon {
    border: none !important;
    opacity: 1 !important;
}

.faq-content .toggle_icon span {
    border-color: #000;
}

.activeTitle,
.faq-content .toggler:hover {
    color: var(--secondary) !important;
}

.faq-content .toggler:hover .toggle_icon span {
    border-color: var(--secondary) !important;
}

.faq-content .toggle_content {
    background-color: initial;
    font-size: 16px;
    line-height: 1.8;
}

.faq-content .toggler {
    position: relative;
    padding-left: 50px !important;
}

.faq-content .toggler:before {
    font-family: 'flaticon_mycollection';
    position: absolute;
    left: 0;
    font-size: 30px;
    color: var(--secondary);
}

.faq-content .av_toggle_section:nth-child(1) .toggler:before {
    content: '\f101';
}

.faq-content .av_toggle_section:nth-child(2) .toggler:before {
    content: '\f108';
}

.faq-content .av_toggle_section:nth-child(3) .toggler:before {
    content: '\f103';
}

.faq-content .av_toggle_section:nth-child(4) .toggler:before {
    content: '\f104';
}

.faq-content .av_toggle_section:nth-child(5) .toggler:before {
    content: '\f105';
}

.faq-content .av_toggle_section:nth-child(6) .toggler:before {
    content: '\f106';
}

.faq-content .av_toggle_section:nth-child(7) .toggler:before {
    content: '\f107';
}

.faq-content .av_toggle_section:nth-child(8) .toggler:before {
    content: '\f102';
}

.faq-content .av_toggle_section:nth-child(9) .toggler:before {
    content: '\f109';
}

.faq-content .av_toggle_section:nth-child(10) .toggler:before {
    content: '\f10a';
}

.faq-content .av_toggle_section:nth-child(11) .toggler:before {
    content: '\f10b';
}

.faq-content .av_toggle_section:nth-child(12) .toggler:before {
    content: '\f10c';
}

.faq-content .av_toggle_section:nth-child(13) .toggler:before {
    content: '\f10d';
}

.faq-content .av_toggle_section:nth-child(14) .toggler:before {
    content: '\f10e';
}