body {
    padding: 0;
    margin: 0;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-family: 'Helvetica', sans-serif !important;
    color: #6e6b7b !important;
    background-color: #f4f4f4 !important;
    font-size: 0.9rem;
}

.banner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: var(--app-primary-color);
    color: #3B1550;
    height: 40vh;
    padding: 5rem 0;
    /* background-image: url('../images/ravzora-icon.ico'); */
    background-size: 42px 44px;
    background-repeat: space space;
}

.banner-title {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.banner-title img {
    height: 1rem;
}

.banner-title .label {
    font-size: 0.75rem;
    padding-left: 0.5rem;
}


.banner-content {
    width: 50%;
    min-width: 320px;
}

.banner-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-header .t-large {
    font-size: 5vh;
    font-weight: 600;
}

.banner-header .t-small {
    margin-left: 1rem;
}

.search-box-container {
    background: #fff;
    border-radius: 0.25rem
}

.search-box-container input {
    width: 100%;
    border: none;
    line-height: 44px;
    text-indent: 0.75rem;
    box-shadow: none;
    padding-left: 0.5rem;
    padding-right: 3rem;
    border-radius: 0.25rem
}

.search-box-container input:focus {
    box-shadow: none;
    outline: none;
}

.banner-container .card-content {
    padding: 4rem;
    height: 200px;
}

.faq-section-container {
    background-color: #fff;
    min-height: 400px;
    padding: 0 1rem;
}

.faq-contact-section {
    padding: 0 1rem;
}


.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
}

.scroller-right {
    float: right;
}

.scroller-left {
    float: left;
}

.nav-tab-wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
}

.support-tab-list {
    /* position: absolute;
    left: 0px;
    top: 0px; */
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    /* min-width: 3000px;
    margin-left: 12px;
    margin-top: 0px; */
}

.support-tab-list li {
    display: table-cell;
    position: relative;
    text-align: center;
    /* cursor: grab;
    cursor: -webkit-grab;
    color: #efefef; */
    vertical-align: middle;
    padding: 0.5rem 1rem;
}

.support-tab-list a {
    padding: 0;
    padding-bottom: 0.25rem;
    color: #6e6b7b;
    font-size: 0.9rem;
}

.support-tab-list a:hover {
    border-color: transparent !important;
}

.support-tab-list a.active {
    border: 0;
    color: #3B1550 !important;
    background-color: transparent !important;
    border-bottom: 2px solid #3B1550 !important;
}

.tab-content {
    padding: 1.5rem 1rem;
}

.qa-container {
    margin-bottom: 1.5rem;
}

.tab-content .question {
    color: #000;
    margin: 0.5rem 0;
    font-weight: 600;
}

.tab-content .points {
    text-indent: 1.5rem;
    padding-left: 0.5rem;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    text-align: justify;
    line-height: 1.75rem;
}


.contact-section-container {
    padding: 1rem;
    padding-top: 2rem;
}

.title {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--app-primary-color);
}

.sub-title {
    font-size: 0.9rem;
    color: #a9a8a8;
}


.accordion .accordion-item {
    box-shadow: 0 2px 15px 0 rgba(34, 41, 47, .05) !important;
    margin: 1rem 0;
    border: 0;
}

.accordion-item .accordion-button:not(.collapsed) {
    border: 0;
    box-shadow: none;
    background-color: #fff;
    font-weight: 600;
}

.accordion-item .accordion-button:focus {
    border: 0;
    box-shadow: none;
}


.contact-card {
    margin: 1rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 16px 0 rgb(34 41 47 / 10%);
    display: flex;
    justify-content: space-between;
}

.contact-card .icon,
.contact-card .number,
.contact-card .label {
    display: block;
    text-align: center;
}

.contact-card .icon {
    display: flex;
    width: 40px;
    height: 48px;
}

.contact-card .contact-content {
    width: calc(100% - 40px);
}

.contact-card .icon-border {
    margin: 0 auto;
    display: block;
    background-color: rgba(0, 128, 128, 10%);
    padding: 0.25rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}

.contact-card .number {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.025rem;
    color: var(--app-primary-color);
}

.contact-card .number img {
    height: 16px;
}

.contact-card .label {
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.faq-section-footer {
    height: 36px;
}

.filter-search-list-container {
    position: relative;
    color: #000;
}

.filter-question-container {
    position: absolute;
    top: 2px;
    left: 0;
    list-style: none;
    background: #e0ffff;
    padding: 0.5rem;
    border-radius: 0.5rem;
    z-index: 1;

    /* background-color: rgba(0, 128, 128, 10%); */
    /* color: var(--app-primary-color); */
    width: 100%;

    max-height: 336px;
    overflow: hidden;
    overflow-y: auto;
}

.filter-question-container li a {
    display: block;
    padding: 0.5rem;
    cursor: pointer;
}

.filter-question-container li a:hover {
    background-color: rgba(0, 128, 128, 10%);
    color: var(--app-primary-color);
}