.wrapper-faq {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.search-faq {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.section {
    margin-top: 140px;
    margin-bottom: 100px;
}

.search-input-faq {
    margin-bottom: 0px;
    padding: 26px 20px;
    border-radius: 26px;
    /*box-shadow: 0 10px 16px -4px rgba(30, 55, 70, 0.15);*/
    font-family: Montserrat, sans-serif;
    color: #7f8389;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
    border: 1px solid hsla(0, 0.00%, 92.67%, 1.00);
    box-shadow: 0 3px 6px -2px hsla(208, 30.61%, 12.76%, 0.07);
}
#faqSearch:hover { cursor: pointer; }

.title-faq {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
}

.title-decoration-faq {
    padding-right: 8px;
    padding-left: 8px;
    border-bottom: 4px solid #fda345;
}

.search-button-faq {
    position: absolute;
    top: -12%;
    right: -1%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50px;
    background-color: #fda345;
}

.search-icon-faq {
    color: #fff;
}

.faq-tab {
    position: relative;
    top: 2px;
    padding-right: 20px;
    padding-bottom: 18px;
    padding-left: 20px;
    border-bottom: 4px solid transparent;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Montserrat, sans-serif;
    color: #23282b;
    font-size: 18px;
    font-weight: 700;
}

.faq-tab.active {
    border-bottom-color: #fda345!important;
    background-color: transparent;
    color: #fda345!important;
}
.faq-tab.active > a, .faq-tab.active > a:not(:hover) {
    background-color: transparent;
    color: #fda345!important;
    border: none!important;
}
.faq-tab > a:hover {
    color: #fda345!important;
}
.faq-tab > a {
    border: none!important;
}

.faq-tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #b6b9e0;
}

.faq-tab-name-two {
    font-size: 18px;
}

.faq-tab-content {
    display: -ms-grid;
    display: grid;
    padding-bottom: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.content-block-faq {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-radius: 6px;
    background-color: #fff;
    /*box-shadow: 0 10px 16px -4px rgba(30, 55, 70, 0.15);*/
    border: 1px solid hsla(0, 0.00%, 92.67%, 1.00);
    box-shadow: 0 3px 6px -2px hsla(208, 30.61%, 12.76%, 0.07);
}

.content-block-faq.block-faq {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.content-top-faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-faq-content {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #23282b;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.faq-close-icon, .faq-open-icon, .faq-new-icon, .delete-dynamic-element {
    width: 30px;
    height: 30px;
}
.faq-new-item { border: none; border-bottom: 1px solid black; }
.faq-close-icon, .faq-new-icon {
    color: #b6b9e0;
}
.faq-open-icon {
    color: #fff;
}

.faq-content {
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #72748c;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.faq-search-results {
    position: absolute;
    top: 0;
    right: -5px;
    background-color: #fda345;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: white;
    font-size: 14px;
}

.accordion {
    overflow-anchor: none;
}
.question:hover, .new-item:hover { cursor: pointer; }
.answer { display: none; }
.faq-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.section-theme-faq {
    margin-bottom: 60px;
}
@media (min-width: 768px){
    .faq-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .section {
        margin-bottom: 60px;
    }

    .section-theme-faq {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .faq-tab {
        padding-right: 14px;
        padding-left: 14px;
    }

    .faq-tab-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .faq-tab-name {
        font-size: 16px;
    }

    .faq-tab-name-two {
        font-size: 16px;
    }

    .faq-tab-content {
        grid-auto-flow: row;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .title-faq-content {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 479px) {
       .search-faq {
        max-width: 300px;
    }

    .section {
        margin-bottom: 36px;
    }

    .search-input-faq {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .title-faq {
        font-size: 24px;
    }

    .search-button-faq {
        top: -5%;
        right: 0%;
        width: 56px;
        height: 56px;
    }

    .faq-tab {
        padding: 20px 14px;
    }

    .faq-tab.active {
        padding-bottom: 20px;
    }

    .faq-tab-menu {
        margin-bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .faq-tab-name-two {
        font-size: 16px;
    }

    .content-top-faq {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .faq-close-icon {
        margin-left: 6px;
    }
}

