.coverage-list li a,
    .report_head {
        transition: .3s
    }

    .coverage-content ul li a,
    .coverage-list li a {
        color: #000;
        text-decoration: none
    }

        .coverage-content ul li a:hover,
        .coverage-list li a {
            text-decoration: none
        }



    html {
        scroll-behavior: smooth
    }

    .report-coverage-ban {
        background-color: #edf2f5;
        padding: 0;
        font-family: Inter;
        position: sticky;
        top: 85px;
        border: 1px solid #12265238
    }

    .report_covg_head,
    .report_head {
        padding: 10px;
        border-radius: 0;
        font-weight: 700
    }

    .report_covg_head {
        font-size: 1rem;
        background-color: #122652;
        color: #fff
    }

    .report_head {
        font-size: .9rem;
        color: #122652;
        margin-bottom: 0;
        border-top: 1px solid #12265238;
        border-bottom: 1px solid #12265238
    }

    .report-coverage-ban .report_head:last-child {
        border-bottom: none
    }

    .coverage-list {
        list-style: disc;
        padding-left: 30px;
        font-size: .8rem;
        margin-bottom: 10px;
        padding-top: 10px
    }

        .coverage-list li {
            line-height: normal;
            margin-bottom: 10px;
            padding-left: 10px
        }

            .coverage-list li::marker {
                content: '\00BB';
                padding-left: 5px
            }

            .coverage-list li a:hover {
                font-weight: 800;
                color: #122652
            }

            .coverage-list li a:active,
            .coverage-list li a:focus {
                color: #c82333;
                font-weight: 800
            }

    .sub_link:hover {
        background-color: #122652a0;
        color: #fff;
        cursor: pointer
    }

    .sub_link:focus {
        background-color: #122652;
        color: #fff
    }

    .sub_link:visited {
        color: #c82333
    }

    .sampleReport {
        background-color: #f63;
        color: #fff;
        display: inline-flex;
        align-items: center;
        font-size: .9rem;
        width: 100%
    }

        .sampleReport:active,
        .sampleReport:hover {
            background-color: #c82333
        }

    .sub-headings a.active h3,
    .sub-headings a.active:last-child h3 {
        color: #fff;
        background-color: #122652;
    }

    .sub_link {
        font-size: 1rem !important;
    }

        .coverage-list li a.active,
        .sub_link.active {
            font-weight: 800;
            color: #c82333;
            position: relative
        }

            .coverage-list li a.active::before {
                content: '';
                color: #c82333;
                position: absolute;
                left: -15px
            }

    .coverage-accordion {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 0
    }

    .coverage-section {
        border-bottom: 1px solid #ccc
    }

    .coverage-header {
        background-color: #117a8b;
        cursor: pointer;
        padding: 10px;
        font-weight: 700;
        transition: background-color .3s;
        display: flex;
        align-items: center;
        color: #fff;
        justify-content: space-between
    }

        .coverage-header:hover {
            background-color: #122652
        }

    .icon-toggle {
        margin-right: 10px;
        transition: transform .3s;
        font-size: 1.4rem
    }

    .coverage-content {
        display: none;
        padding: 5px 15px;
        background-color: #fff
    }

        .coverage-content ul {
            list-style-type: none;
            padding: 0;
            margin: 0
        }

            .coverage-content ul li {
                margin: 5px 0;
                text-transform: none;
            }

    .speakbtn {
        background: #fff;
        border: 1px solid #b5b5b5;
        padding: 5px;
        width: 100%;
        display: flex;
    }

        .speakbtn img {
            margin: 0 10px 0 0;
        }


        .speakbtn .head {
            padding: 4px 10px 0px 1px;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .speakbtn .sub-text {
            color: #9a9ba0;
            font-size: 13px;
        }

    .fade-in-out {
        color: #333;
        font-size: 1.2rem;
        font-weight: 800;
    }

    @keyframes fade {
        0%, 100% {
            opacity: 0
        }

        25%, 75% {
            opacity: 1
        }
    }/***Inline Style attributes ****/



.countrycut_rhs1
{
    padding-top: 3px;
}

.countrycut_rhs2
{
    font-size: 1.05rem !important;
    font-weight: 800;
    margin-bottom: 5px;
}

.countrycut_rhs3
{
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0 0 0px 0;
    color: #333;
}

.countrycut_rhs4
{
    margin: 0 0 5px 0;
    color: #DB3500;
    animation:2s ease-in-out infinite fade;
}

.countrycut_rhs5
{
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.4rem;
}

