@font-face {
  font-family: "Estedad";
  src: url("/font/estedad/Estedad-Medium.woff2") format("woff2"),
       url("/font/estedad/Estedad-Medium.woff") format("woff"),
       url("/font/estedad/Estedad-Medium.ttf") format("ttf");
}

.font-estedad {
    font-family: 'Estedad' !important;
}

.faq-section>a {
    display: block;
    position: relative;
}

.faq-section>a:after {
    content: "\f078";
    /* fa-chevron-down */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
}

.faq-section>a[aria-expanded="true"]:after {
    content: "\f077";
    /* fa-chevron-up */
}

.rtlStyle {
    text-align: right;
    direction: rtl;
}

.rtlStyle .faq-section>a:after {
    left: 0;
}

.ltrStyle {
    text-align: left;
    direction: ltr;
}

.ltrStyle .faq-section>a:after {
    right: 0;
}

a:hover {
    text-decoration: none;
}