﻿header {
    box-shadow: 0 4px 4px 0 #0000001f;
    position: sticky;
}
.page-title {
    background: linear-gradient(90deg, #e0eaf9, #b6cff7);
    padding: 20px 0;
    text-align: center;
}

.breadcrumbs-hero {
    padding: 10px 0;
    line-height: 17px;
}

    .breadcrumbs-hero a, .breadcrumbs-hero span {
        color: #000;
        font-weight: 300;
        padding: 10px 0;
        text-decoration: none;
        font-size: 14px;
        text-transform: capitalize;
    }

        .breadcrumbs-hero a:after {
            content: '/';
            padding: 0 6px;
            display: inline-block;
            text-decoration: none;
        }

h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #091e3f !important;
    margin: 0;
}

.share-report {
    background: #f7f7f7;
    margin: 30px 0;
    padding: 20px 25px;
    border-radius: 6px;
}

.left-filter,
.right-stickyfilter {
    position: sticky;
    top: 20px;
}

.shadow_1 {
    box-shadow: 4px 4px 4px 0 #e3e1e1;
}

shadow_2 {
    box-shadow: 0 4px 20px rgba(11, 85, 86, .08);
}

.filter-body label.title {
    text-transform: uppercase;
    color: #325080cc;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.filter-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .filter-body ul li {
        font-size: 13px;
        font-weight: 400;
        padding: 8px 0;
        display: block;
    }

        .filter-body ul li .checkbox-cont {
            position: relative;
            padding-left: 25px;
            cursor: pointer;
        }

.checkbox-cont input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d7d8d9;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: transparent !important;
    position: absolute;
    left: 0;
    margin-top: 1px;
    margin-left: 0;
}

    .checkbox-cont input[type=checkbox]:checked {
        appearance: auto;
        -webkit-appearance: auto;
        background-color: #fff !important;
        accent-color: #ee661e;
        color: #fff !important
    }

.mobile-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.category-modal-btn {
    display: none;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #044280;
    background-color: transparent;
    margin-top: 20px;
    border: 1px solid #044280;
    padding: 6px 20px;
    border-radius: 10px;
    font-weight: 600;
}

    .category-modal-btn img {
        margin-right: 5px;
    }

.category-header {
    padding: 10px 15px;
}

    .category-header .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 16px;
        text-transform: uppercase;
        color: #044280;
    }

    .category-header .btn-close {
        font-size: 12px;
    }

.inner-container {
    padding: 30px 0 20px;
}

#searchForm {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f7f7f7;
    border-radius: 6px;
    height: 44px;
    border: 1px solid #eee;
}

.seBox {
    display: flex;
    align-items: center;
    width: 100%;
}

.search-icon {
    padding: 10px;
}

.seBox input {
    width: 100%;
    height: 42px;
    border: 0;
    padding: 10px;
    font-weight: 300;
    border-radius: 0;
    font-size: 15px;
}

    .seBox input:focus {
        box-shadow: unset;
    }

#searchForm input.search-button {
    background: #044280;
    font-size: 14px;
    color: #fff;
    border: 0;
    height: 44px;
    width: 120px;
    border-radius: 0 6px 6px 0;
    transition: all .3s ease-in-out;
}

a {
    text-decoration: none;
}

.rept-list {
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: all ease-in-out .4s;
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 4px 20px rgba(11, 85, 86, .08);
    border-radius: 6px;
    padding: 15px;
    border: 1px solid #dfdfdf;
}

.rept-meta-left {
    width: 72%;
}

.rept-title-right {
    width: 24%;
}

.rept-list .reportName {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #044280;
    margin-bottom: 12px;
    display: inline-block;
    transition: all .1s ease-in-out;
}

    .rept-list .reportName:hover {
        text-decoration: underline;
        color: #022f5c;
    }

.single-flag-wrap {
    display: flex;
    align-items: baseline;
    margin-bottom: 4px;
}

.card-flag-title {
    padding-left: 10px;
    margin: 0;
    font-style: normal;
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
    color: #000000;
    width: 100%;
}

    .card-flag-title span {
        color: #000;
        font-weight: 400;
    }

.rept-title-right .reptbtn {
    text-align: center;
}

.reptbtn .btn_metalink {
    display: block;
    background: #f7f7f7;
    margin: 10px 0;
    color: #000;
    font-size: 14px;
    border: 1px solid #ebe9e9;
    box-shadow: 2px 2px 2px 0 #00000012;
    transition: all .3s ease-in-out;
}

    .reptbtn .btn_metalink:hover {
        background: #044280;
        color: #fff;
        border: 1px solid #044280;
    }

.reptbtn .buy_now {
    background: #ee661e;
    color: #fff;
    border: 1px solid #ee661e;
}

.right-filter {
    padding: 20px 15px;
}

.accordion-item {
    border: 0;
    background: transparent;
}

    .accordion-item .accordion-button {
        font-size: 14px;
        background: #044280;
        box-shadow: unset;
        color: #fff;
        padding: 5px 8px;
        margin-bottom: 7px;
    }

.accordion-button::after {
    background-image: none;
    transform: rotate(-180deg);
    content: "+";
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
    content: "-";
}

.companylisting {
    padding: 10px 0;
    background: #f7f7f7;
    margin-bottom: 30px;
    border-radius: 6px;
}

.pagination-cont .info-text {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pagination-cont .pagination {
    display: flex;
    float: right;
}

    .pagination-cont .pagination a {
        padding: 6px;
        color: #000;
        font-size: 14px;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        background: #d1d1d1;
        margin-left: 5px;
        align-items: center;
        margin-bottom: 15px;
        cursor: pointer;
    }

        .pagination-cont .pagination a.next svg {
            width: 14px;
            height: 14px;
            fill: #000;
        }


@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }

    .category-modal-btn {
        display: block;
    }

    .left-filter {
        display: none;
    }

    .inner-container {
        padding: 20px 0 20px;
    }
}

@media (max-width: 678px) {
    h1 {
        font-size: 22px;
    }

    .rept-list {
        display: block;
    }
    #searchForm, #searchForm input.search-button {
        height: 40px;
    }
    .seBox input {
        height: 38px;
    }
    .rept-meta-left {
        width: 100%;
    }
    .rept-list .reportName {
        font-size: 16px;
    }
    .rept-title-right {
        width: 100%;
    }

        .rept-title-right .reptbtn {
            text-align: left;
        }

            .rept-title-right .reptbtn .btn_metalink {
                display: inline-block;
                margin-right: 10px;
            }

                .rept-title-right .reptbtn .btn_metalink:last-child {
                    margin-right: 0;
                }

    .reptbtn .btn_metalink {
        font-size: 12px;
    }
    .testimonial {
        padding-top: 0;
        padding-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .item.bounce {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .rept-title-right .reptbtn {
        display: flex;
        justify-content: space-between;
    }
    .reptbtn .btn_metalink {
        margin: 0;
        margin-top: 10px;
        margin-right: 5px;
        padding: 5px 8px;
    }
}
