@media(max-width: 1399px) {

}

@media(max-width: 1199px) {

    /*faq*/
    .header-faq {
        padding-top: 80px;
    }

    .second-opinion {
        margin-bottom: 1rem;
    }

}

@media (max-width: 991px) {

    /*search faq*/
    .accordion-searchFaq .accordion-button {
        font-size: 0.75rem !important;
    }

    .rate-artikel p.text {
        width: 60%;
    }

    .modal .modal-body .rate-eng,
    .modal .modal-body .rate-conv {
        display: inline;
    }

    .modal .profil-influencer .img-info {
        vertical-align: 0;
    }

    .modal .modal-body .rate-conv .rate {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .ps-8p {
        padding-left: 8px;
    }

    .hlg-700 {
        height: auto;
    }

    .sm-hidden {
        display: none;
    }

    .sm-visible {
        display: block;
    }

    /* header */
    .header .img-header,
    .header-brand .img-header,
    .header-influencer .img-header,
    .header-faq .img-header,
    .second-opinion {
        display: none;
    }

    /*faq*/
    .header-faq .input-group {
        width: 100%;
    }

    .list-faq {
        margin-top: 0;
    }

    .rate-artikel p.text {
        width: 50%;
    }
}

@media (max-width: 575px) {

    .modal .profil-influencer .text-info,
    .modal .modal-body .rate-conv {
        padding-left: 16px;
    }

    .navbar-nav .nav-link:hover::after {
        border-bottom: none;
        color: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 341px) {}