.upper-section {
    padding-top: 130px;
    text-align: center;
    position: relative;
    background: #F6F7F8;
    height: 100%;
    max-height: 750px;
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .upper-section {
        height: 700px;
    }

}

@media screen and (min-width: 1024px) {
    .upper-section {
        height: 750px;
    }

}

.upper-section .title {
    text-align: center;
}

.faq-background {
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 100%;
}


.features-ill {
    margin-top: 64px;
}

.faq-wrap {
    margin-top: -12%;
}

@media screen and (max-width: 1400px) {
    .faq-wrap {
        margin-top: -17%;
    }
}


.panel-default {
    margin-bottom: 15px;
}

.panel-heading {
    position: relative;
}

.panel-title {
    padding: 15px 16px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    max-width: 788px;
    margin-bottom: 0;
}

.panel-title-link {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #343434 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.faq-caret {
    position: absolute;
    right: 25px;
    top: 51%;
}

.panel-default {
    background: #FFFFFF;
    border: 1px solid #BECBD3;
    border-radius: 4px;
}

.panel-collapse  {
    border-top: 1px solid #ECF0F2;
    padding: 20px;
}

.pannel-text {
    max-width: 624px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #313232;
}

.pannel-text ul {
    padding-left: 20px;
}
.pannel-text a {
    color: #2282D4 !important;
    text-decoration-color: #2282D4 !important;
    font-weight: 400;
}

strong {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}


.faq-caret:not(.collapsed)  img {
    transform: rotate(180deg);
}

/* Filters mobile and tablet */
.filters-mobile {
    display: none;
}

.hidden {
    display:none;
}

@media only screen and (max-width: 991px) {

    .faq-background {
        display: none;
    }

    .upper-section {
        height: auto;
    }

    .filters-col-mobile {
        width: 100% !important;
    }

    .faq-wrap {
        margin-top: 0;
    }

    .applied-filters-desktop {
        display: none;
    }

    .articles-count-mobile {
        display: block;
    }


    .btn-open-filter-modal {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        padding-top: 20px;
        padding-bottom: 20px;
        cursor: pointer;
    }

    .filters-desktop {
        display: none;
    }

    .filters-mobile {
        display: block;
    }

    .filter-btn-border {
        border: solid 2px #ecf0f2;
        width: 1200px;
        margin-left: -100px;
    }

    .articles-count {
        margin-top: 0;
        margin-bottom: 35px;
    }

    .filters-modal {
        padding: 0 !important;
    }

    .modal-filter-dialog {
        margin: 0;
        width: 100%;
        max-width: 991px;
        background: white;
    }

    .modal-filter-content {
        width: 100%;
        border-radius: unset;
        border: none;
    }

    .btn-close-modal {
        z-index: 99;
        width: 13px;
        height: 13px;
        right: 20px;
        top: 15px;
    }

    .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    #btn-close-modal-mobile {
        display: block;
    }

    .last-row .col-md-6 {
        text-align: left;
    }

    .btn-close-modal {
        position: absolute;
        right: 30px;
        top: 30px;
        width: 24px;
        height: 24px;
        opacity: 0.6;
        cursor: pointer;
    }

    .btn-close-modal:hover {
        opacity: 1;
    }

    .btn-apply-filters {
        width: 220px;
        height: 40px;
        border-radius: 30px;
        transform: translate(-50%, 0);
        left: 50%;
        margin-bottom: 5px;
    }

    .filters-subtitle {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
    }

    .index-list-articles {
        padding-bottom: 100px;
    }

    #prev-button {
        margin-left: 0 !important;
    }

    .pagination {
        justify-content: center;
        margin-left: -10px;
    }

    .pag-item:nth-of-type(1) {
        margin-left: 8px;
    }

    .btn-browse-all {
        display: none;
    }

    .first-of-filters {
        margin-top: 10px;
    }

    .main-modal-title {
        margin-top: 20px;
    }

    .last-checkbox {
        margin-bottom: 50px;
    }

    .checkbox-filter {
        visibility: hidden;
    }
}
@media screen and (max-width: 767px) {
    .index-list-articles {
        padding-bottom: 65px;
    }

    .article-list {
        margin-top: -15px;
    }

    .label-wrapper {
        margin-top: 6px;
    }
}
@media screen and (max-width: 991px) and (max-height: 958px) {
    .modal-filter-dialog {
        margin: 0;
        height: auto;
        width: 100vw;
    }

    .modal-filter-content {
        height: auto;
        width: 100vw;
    }

    .apply-btn-wrapper {
        height: 50px;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background: white;
    }
}

@media screen and (min-width: 1920px) {
    .help-by-topic {
        margin-top: 125px;
    }
}
.article-labels {
    margin-top: 4px;
}

.label-wrapper {
    border: 1px solid #DADADB;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding: 7px 13px;
    max-width: 220px;
    display: inline-flex;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
}

.label-img {
    max-height: 22px;
}

.label-span {
    margin-left: 9px;
}

#overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.6)  url(/img/help/loader.svg) center center no-repeat;
    background-size: 200px 200px;
    opacity: .7;
}

.edit-post-modal {
    max-width:1200px;
}

/* End filters mobile and tablet */

/* Checkbox styling */

.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: white;
    border: solid 1px #dadadb;
}

.checkbox {
    font-family: 'Gilroy', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 300;
}

.checkbox:hover input ~ .checkmark {
    cursor: pointer;
}

.checkbox input:checked ~ .checkmark {
    background-color: #1bb869;
    border: none;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
    left: 5px
}

.checkbox .checkmark:after {
    left: 4px;
    top: 3px;
    width: 4px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-label {
    font-size: 16px;
    font-weight: 300;
    margin-left: 8px;
}

.main-filter-title {
    margin-bottom: 30px !important;
}

.filter-type-title {
    margin-top: 30px;
    margin-bottom: 12px;
}

.first-of-filters {
    margin-top: 16px;
}

.applied-filter {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #ecf0f2;
    border-radius: 16px;
    background-color: #6c8092;
    padding: 5px 14px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}

.btn-close-small {
    cursor: pointer;
}

.panel-collapse {
    padding-top: 16px;
    padding-bottom: 7px;
}

footer {
    margin-top: 153px;
}

.integration-menu-item {
    max-height: 40px;
}

@media screen and (max-width: 992px) {
    .upper-section {
        padding-top: 85px;
    }

    .main-faq-title {
        margin-bottom: 17px;
    }

    .filter-btn-border {
        margin-bottom: 9px;
    }

    footer {
        margin-top: 50px;
    }

    .header .menu-toggle {
        margin-top: 8px;
    }
}

@media screen and (max-width: 767px) {
    .panel-title {
        text-align: left;
        max-width: 90%;
    }

    .pannel-text {
        text-align: left;
    }

    .panel-collapse {
        padding-top: 16px;
        padding-bottom: 5px;
    }
}

