/* Header Section Style */

.header-actions a button {
    background-color: transparent;
    padding: 8px 13px 8px 10.5px;
    border: 1px solid #E3E3E8;
    border-radius: 100%;
}

.header-actions a button:hover {
    border-color: var(--blue);
    background-color: #FFF;
}

.header-actions a button:hover i {
    color: var(--blue);
}

.header-actions a button i {
    color: var(--black);
}

.search-bar .menu-search-bar {
    margin-left: 30px;
}

.search-bar-input input {
    background-color: #F5F8FB;
    padding: 12px 20px 12px 40px;
    color: #6C6C7F;
    border-radius: 8px;
    font-size: 13px;
}

.search-bar-icon {
    left: 11px;
    top: 11px;
}

.search-bar-icon i {
    color: var(--blue);
    font-weight: 100 !important;
}

.header-logo a img {
    width: 200px;
}

/* End Header Section Style */

/* Main Section Style */

/* FAQ Heading */

.faq-heading {
    background-image: url('../../images/article-images/banner_image1.png');
    background-color: rgba(0, 0, 0, 0.534);
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 125px 0px;
}

.faq-heading-content h2 {
    color: rgba(255, 255, 255, 0.787);
}

.page-path ul li {
    color: rgba(255, 255, 255, 0.815);
    font-size: 13px;
}

.page-path ul i {
    margin: 0px 10px;
    color: rgba(255, 255, 255, 0.815);
    font-size: 12.5px;
}

.page-path ul li a {
    color: inherit;
    font-size: 12.5px;
}

/* End Contact Heading */

.faq-main-content-boxes {
    padding: 30px 40px 10px 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0px 15px 30px rgb(29 23 77 / 5%);
}

.accordion-controller {
    font-weight: 500;
    font-size: 18px;
    background: #efefef;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px dotted var(--blue);
    cursor: pointer;
}

.accordion-content {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 22%);
    background: #f6f6f6;
    /* border-top-right-radius: 5px;
    border-top-left-radius: 5px; */
    /* border-top: 1px solid var(--red); */
    overflow: hidden;
    height: 0;
    transition: var(--transition);
}

.accordion {
    margin: 5px 0px;
}

.accordion-content p {
    padding: 5px 15px;
}

.accordion-category {
    margin-top: 15px;
    margin-bottom: 10px;
}

.accordion-category:first-child {
    margin-top: 0px;
}

.accordion-category h3 {
    color: var(--red);
    right: 35px;
}

.accordion-category h3::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: var(--green);
    right: -35px;
    top: 12px;
}

.accordion-title span {
    font-size: 16px;
}

.accordion-status-indicator i {
    color: var(--blue);
    font-size: 16px;
    transition: var(--transition);
}

.ultimate-purpose q {
    font-size: 20px;
    font-weight: 700px;
}

.ultimate-purpose q span {
    color: var(--blue);
}

/* End Main Section Style */

/* Media Queries */

@media screen and (max-width: 576px) {
    .faq-main-content-boxes {
        padding: 20px 15px 10px 15px;
    }

    .accordion-category h3 {
        font-size: 18px !important;
    }

    .accordion-title span {
        font-size: 15px;
    }

    .accordion-content p {
        font-size: 15px !important;
    }
}

/* Media Queries */