#banner-home {
    height: 100vh;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.text-transform-unset {
    text-transform: unset !important;
}

.menu-item.active:not(.menu-item-has-children) a {
    font-weight: bold !important;
    color: #104c46 !important;
}

.text-normal {
    color: #878c97 !important;
}

.faq p {
    margin-bottom: 6px;
}

.faq h2,
.faq h3 {
    margin-top: 30px;
}

p {
    text-align: justify;
}

.h1-home {
    line-height: 35px;
    font-size: 24px;
}

.h1-home .sup, .sup {
    line-height: 56px;
    font-weight: 600;
}

.sup{
    color: white;
    font-size: 40px;
}

.text-underline {
    text-decoration: underline;
}

.bg-light {
    background-color: var(--grey-color) !important;
}

.text-normal {
    text-transform: none !important;
}

.pq-breadcrumb-container {
    overflow-x: scroll;
    scrollbar-width: none;
}

.pq-breadcrumb-container .breadcrumb {
    padding: 10px 0px;
    list-style: none;
    flex-wrap: nowrap;
    width: max-content;
    margin-bottom: 0px;
    margin: auto;
}

#swal2-title {
    line-height: 22px !important;
}

@media(max-width:687px) {
    .pq-copyright-footer {
        padding-bottom: 94px !important;
    }
    header#pq-header .pq-top-header.top-style-1 .pq-header-social ul li+li {
        padding-left: 12px;
    }
}

@media(max-width:1227px) {
    header#pq-header.pq-header-style-2 .pq-bottom-header {
        padding: 0 0px;
    }
    header .pq-btn-container .pq-button {
        padding: 5px 15px;
    }
    header#pq-header.pq-header-style-2 .pq-top-header {
        padding: 0 0px;
    }
}
