﻿/*Scrooll to top*/
.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}
.scrollBtm {
    position: absolute;
    right: 1vw;
    bottom: 1vw;
    background: #0bf;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    line-height: 3.6vw;
}
    .scrollBtm i {
        font-size: 2vw;
        color: #fff;
    }
/*End*/
.ind-content h2 {
    font-size: 2.5vw;
    font-family: 'opensans-bold';
    color: #2253a5;
    margin-bottom: 2vw;
    margin-top: 1.2vw;
}

.ind-content p {
    color: #535861;
    font-size: 1.1vw;
    margin-bottom: 1.5vw;
    line-height: 1.5;
}
/*** radio button ****/
/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 2vw;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 2vw;
    line-height: 1.7;
    font-family: opensans-semibold;
}

    /* Hide the browser's default radio button */
    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    /*height: 1.5vw;
    width: 1.5vw;
    background-color: #eaf0fb;
    border-radius: 50%;*/
    min-height: 20px;
    min-width: 20px;
    /*border: 0px solid #ddd;*/
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #b1b5bd;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    /* background-color: #2253a5;*/
    box-shadow: inset 0 0 0 0.4375em #2253a5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */


/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    /* top: 0.48vw;
    left: 0.45vw;
    width: 0.55vw;
    height: 0.55vw;
    border-radius: 50%;
    background: white;
    min-width: 6px;
    min-height: 6px;*/
    /* display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #b1b5bd;*/
}

.container-radio input:checked ~ .checkmark:after {
    /*  display: block;
    box-shadow: inset 0 0 0 0.4375em #2253a5;*/
}

.radio-tab-sec {
    display: flex;
    margin-top: 0vw;
}

.perfDateAsof {
    display: flex;
    justify-content: flex-end;
}

    .perfDateAsof p {
        font-family: 'OpenSans-Italic';
        font-size: 0.9vw;
    }

#sectorDate {
    font-family: 'OpenSans-Italic';
    font-size: 0.9vw;
    margin: 0;
    margin-top: 7px;
}

.sub-head {
    margin-top: 2rem;
}

    .sub-head .down-Btn .btn-cyan {
        min-width: 200px;
        text-align: center;
        margin-top: 1rem;
    }
.btn-cyan:focus {
    box-shadow: none;
}
    .sub-head .fill-t-B {
        margin-bottom: 0;
    }
/******* checkbox *******/
.checkbox-tab-sec {
    display: flex;
    margin-top: 1vw;
    flex-wrap: nowrap;
    width: 100%;
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.border-table {
    border-top: 1px solid #d5e1f6;
    border-bottom: 1px solid #d5e1f6;
    margin: 0;
}

    .border-table thead {
        border-bottom: 1px solid #d5e1f6;
    }

.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eaf0fb;
}

.border-table thead th {
    font-family: 'opensans-semibold';
    font-size: 0.92vw;
    color: #2253a5;
    padding: 0.8vw 15px;
    line-height: 1.1 !important;
    text-align: center;
    vertical-align: bottom;
    background: #eaf0fb;
    width: 8%;
    border-bottom: 1px solid #dee2e6;
}

    .border-table thead th:first-child {
        width: 22%;
    }

.border-table td {
    font-family: 'opensans-semibold';
    font-size: 0.95vw;
    color: #535861;
    padding: 0.5vw 15px;
    text-align: center;
    vertical-align: middle !important;
}

.border-table.country-tic td:first-child {
    height: 4.2vw !important;
    padding-left: 2vw;
}

.border-table td:first-child {
    cursor: pointer;
    color: #00bbff !important;
    font-family: 'opensans-semibold' !important;
    transition: all .3s;
    text-align: left;
    position: relative;
}

.bg_image_ind_t > .row {
    padding-top: 1vw;
}

.border-table td:first-child a {
    color: #2253a5 !important;
    font-family: 'opensans-semibold' !important;
    transition: all .3s;
}

.border-table td:first-child:hover a {
    color: #ff6704 !important;
    /*text-decoration: underline;*/
}

.border-table .C_tick {
    background: #66b166;
    left: 0;
    position: absolute;
    width: 1.5vw;
    height: 90%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre;
}

    .border-table .C_tick span {
        transform: rotate( 270deg );
        color: #fff;
        font-size: 0.6vw;
        font-family: 'opensans-semibold';
        letter-spacing: 0.5px;
        line-height: 1;
    }

.control {
    display: block;
    position: relative;
    padding-left: 3vw;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 0.95vw;
    padding-right: 2vw;
    border: 1px solid #eee;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    display: flex;
    align-items: center;
    width: 100%;
    border-right: none;
    font-family: 'opensans-semibold';
}

    .control.checked {
        background: #2253a5;
        color: #fff;
    }

    .control:last-child {
        border-right: 1px solid #eee;
    }

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 0.5vw;
    left: 0.5vw;
    height: 1.5vw;
    width: 1.5vw;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #fff;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #fff;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 0.6em;
    top: 0.29em;
    width: 0.4vw;
    height: 0.8vw;
    border: solid #2253a5;
    border-width: 0 0.2vw 0.2vw 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}


.hoverSubMenus {
    /*  padding-top: 3.8vw;*/
    padding-right: 6vw;
    padding-left: 6vw;
    background: #eaf0fb;
    width: 100%;
    position: fixed;
    z-index: 9;
    padding-top: 4vw;
}

.padt-5v {
    margin-top: 5vw;
}

.hoverSubMenus ul.parentlinks {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .hoverSubMenus ul.parentlinks li {
        list-style-type: none;
        position: relative;
    }

        .hoverSubMenus ul.parentlinks li a {
            font-size: 0.95vw;
            font-family: 'opensans-semibold';
            padding: 0.4vw 18px 0.1vw;
            color: #2253a5;
            position: relative;
            display: flex;
            cursor: pointer;
            align-items: center;
            outline: none;
            line-height: 1.8;
            border-bottom: 0.3vw solid transparent;
            transition: all .3s;
        }

            .hoverSubMenus ul.parentlinks li a.ico-w {
                padding-left: 40px;
            }

                .hoverSubMenus ul.parentlinks li a.ico-w span {
                    position: absolute;
                    left: 15px;
                }

            .hoverSubMenus ul.parentlinks li a:hover {
                text-decoration: none;
            }

        .hoverSubMenus ul.parentlinks li.top:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #b1b5bd;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -10px;
            z-index: 99;
            display: none;
        }

        .hoverSubMenus ul.parentlinks li.top:hover {
        }

            .hoverSubMenus ul.parentlinks li.top:hover a.top-nav-link {
                color: #ff6704;
            }

            .hoverSubMenus ul.parentlinks li.top:hover:after {
                display: block;
            }

        .hoverSubMenus ul.parentlinks li.top:first-child:hover {
        }

            .hoverSubMenus ul.parentlinks li.top:first-child:hover:after {
                display: none;
            }

        .hoverSubMenus ul.parentlinks li.top.active {
            /*font-family: 'opensans-bold';
	*/
        }

            .hoverSubMenus ul.parentlinks li.top.active a.top-nav-link {
                color: #ff6704;
                border-bottom: 0.3vw solid #b1b5bd;
            }

        .hoverSubMenus ul.parentlinks li .hover_Ul {
            position: absolute;
            z-index: 99;
            width: 45vw;
            background: #fff;
            padding: 1rem 2rem;
            display: none;
            cursor: default;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            border-top: 0.3vw solid #b1b5bd;
            left: 0px;
            margin-top: -0.3vw;
        }

            .hoverSubMenus ul.parentlinks li .hover_Ul .fa {
                font-size: 1vw;
                margin-right: 5px;
                font-weight: 600;
            }

            .hoverSubMenus ul.parentlinks li .hover_Ul ul {
                padding: 0;
                margin-bottom: 1rem;
                transition: all 0.3s;
            }

                .hoverSubMenus ul.parentlinks li .hover_Ul ul li a {
                    padding: 0.2vw 0;
                    font-size: 0.8vw;
                    transition: all 0.3s;
                    height: inherit !important;
                    display: flex;
                    align-items: baseline;
                    color: #1e4890;
                }

                    .hoverSubMenus ul.parentlinks li .hover_Ul ul li a:hover {
                        transition: all 0.3s;
                        color: #ff6704;
                        background: transparent !important;
                    }

                    .hoverSubMenus ul.parentlinks li .hover_Ul ul li a.active {
                        color: #ff6704;
                    }

                        .hoverSubMenus ul.parentlinks li .hover_Ul ul li a.active:hover {
                            transition: all 0.3s;
                            color: #ff6704;
                            background: transparent !important;
                        }

            .hoverSubMenus ul.parentlinks li .hover_Ul h4 {
                font-size: 1vw;
                cursor: default;
                margin-bottom: 5px;
                color: #2253a5;
                font-family: opensans-bold;
            }

        .hoverSubMenus ul.parentlinks li:nth-child(2) .hover_Ul {
            width: 45vw;
            left: -110%;
        }

        .hoverSubMenus ul.parentlinks li:nth-child(3) .hover_Ul {
            right: 0;
            left: auto;
            width: 45vw;
        }

        .hoverSubMenus ul.parentlinks li:nth-child(4) .hover_Ul {
            right: 0;
            left: auto;
            width: 45vw;
        }

        .hoverSubMenus ul.parentlinks li:nth-child(5) .hover_Ul {
            right: 0;
            left: auto;
            width: 30vw;
        }

        .hoverSubMenus ul.parentlinks li:nth-child(6) .hover_Ul {
            right: 0;
            left: auto;
            width: 54vw;
        }

        .hoverSubMenus ul.parentlinks li:nth-child(7) .hover_Ul, .hoverSubMenus ul.parentlinks li:nth-child(8) .hover_Ul, .hoverSubMenus ul.parentlinks li:nth-child(9) .hover_Ul {
            right: 0;
            left: auto;
        }

        .hoverSubMenus ul.parentlinks li:nth-child(7) .hover_Ul {
            width: 30vw;
        }

        .hoverSubMenus ul.parentlinks li:nth-child(8) .hover_Ul, .hoverSubMenus ul.parentlinks li:nth-child(9) .hover_Ul {
            width: 45vw;
        }

        .hoverSubMenus ul.parentlinks li:hover .hover_Ul {
            display: block;
        }

.content-hide {
    display: none;
}

.no_highlight {
    display: block;
}
/*Chart*/
#SectorChart {
    height: auto !important;
    position: relative;
    top: -11vw;
    width: 100%;
}

    #SectorChart svg {
        transform: scale(1.0) translate(0px, 0px);
    }

.rounded-hover {
    display: none;
    /*transform: translate(-260px, -93px);
	*/
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
}

.rounded .st55 {
    fill: #1e478d;
}

.rounded:hover {
    transition: 0.3s;
    cursor: pointer;
}

    .rounded:hover .rounded-hover {
        display: block;
        transition: 0.5s;
    }

polyline {
    opacity: 1;
    stroke: #4b4b4b;
    stroke-width: 1.2px;
    fill: none;
}

.labels text {
    font-size: 14pt;
    fill: #4b4b4b;
    font-family: 'poppins-light';
}

#indexesDate {
    font-family: 'opensans-italic';
    font-size: 1vw;
    margin-bottom: 1vw;
}
.globalTable th {
    position: -webkit-sticky;
    position: sticky;
    top: 6.45vw;
    z-index: 2;
    background: #ececec !important;
}

    .globalTable th[scope=row] {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 1;
    }

    .globalTable th[scope=row] {
        vertical-align: top;
        color: inherit;
        background-color: inherit;
        background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
    }

.globalTable table:nth-of-type(2) th:not([scope=row]):first-child {
    left: 0;
    z-index: 3;
    background: linear-gradient(90deg, #666 0%, #666 calc(100% - .05em), #ccc calc(100% - .05em), #ccc 100%);
}

.globalTable th[scope=row] + td {
    min-width: 24em;
}

.globalTable th[scope=row] {
    min-width: 20em;
}

.globalTable body {
    padding-bottom: 90vh;
}
 

@media (min-width: 991px) {
    .mobileNav {
        display: none;
    }
    .hoverSubMenus {
        height: 6.5vw;
    }
}

@media (max-width: 991px) {

    .ind-content h2 {
        font-size: 18pt;
        font-family: 'opensans-bold';
        color: #2253a5;
        margin-bottom: 1rem;
        margin-top: 0.5rem;
    }

    .perfDateAsof p {
        font-size: 9pt;
    }

    h4.fill-t-B {
        font-size: 15pt;
    }

    .sub-head .down-Btn .btn-cyan {
        min-width: 200px;
        text-align: center;
        margin-right: 8px;
        margin-top: 1rem;
    }

    .statistics .sub-head {
        margin-top: 2rem;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .statistics .statDate {
        width: 100%;
        text-align: right;
    }

    .indextable thead th {
        background: #eaf0fb;
        color: #2253a5;
        font-family: 'opensans-semibold';
    }

    .fill-t-B {
        color: #2253a5 !important;
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgb(234 240 251);
    }

    .two-col-tab tbody td:last-child {
        text-align: right;
    }

    table.indextable td {
        text-align: center;
    }

        table.indextable td:first-child {
            text-align: left;
        }

    .graph .padr-2.col-lg-12 {
        padding-right: 15px;
    }

    .stat_table .table td:last-child {
        text-align: right;
    }
    .globalTable th {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        z-index: 2;
        background: #ececec !important;
    }
    #getHgt {
        margin-top: 0;
    }

    .indextable thead th {
        text-align: center;
    }

        .indextable thead th:first-child {
            text-align: left;
        }

    .cum_head, .cum_footer {
        margin-top: 1rem;
        background: #2253a5;
        padding: 10px 10px;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .padl-2.col-lg-6.sec-wgt-tab2 {
        padding-left: 15px;
        padding-top: 0;
    }

    .cum_head p, .cum_footer p {
        color: #ffffff;
        margin-bottom: 0;
        text-align: right;
        display: block;
        width: 100%;
        font-size: 8pt;
        margin-top: 2px;
    }

    .cum_head h6 {
        font-size: 11pt;
        color: #fff;
        margin: 0;
        font-family: 'opensans-semibold';
    }

    .justify-Btns {
        justify-content: space-between;
        align-items: center;
    }

    #sectorDate {
        font-size: 9pt;
    }

    .nav-pad-top h4, .nav-pad-top p, .nav-pad-top h5 {
        color: #ffffff;
    }

    .nav-pad-top h4 {
        font-size: 16pt;
    }

    .nav-pad-top p {
        font-size: 10pt;
    }

    .ind-content p {
        font-size: 12px;
    }

    .ind-content p {
        color: #535861;
        font-size: 10pt;
        margin-bottom: 1rem;
        line-height: 1.5;
    }

    .mobileNav {
        display: block;
        width: 100%;
    }
        .mobileNav .navbar-collapse {
            padding-right: 0;
            padding-left: 0;
        }

        .mobileNav .dropdown-item.active, .mobileNav .dropdown-item:active {
            background-color: transparent;
        }
        .mobileNav ul.navbar-nav li:last-of-type {
            display: block;
        }
        .mobileNav .navbar-collapse ul.navbar-nav {
            height: 100vh;
            overflow: auto;
            padding-bottom: 10rem;
            padding-right: 10px;
            padding-left: 15px;
            display: flex;
            flex-direction: column;
        }

        .mobileNav .active {
            color: #ff6704 !important;
            background-color: transparent;
        }

        .mobileNav .navbar {
            padding: 0px 0 2px 0;
            justify-content: flex-start;
            min-height: auto;
        }

            .mobileNav .navbar .navbar-toggler {
                border-radius: 0;
                width: 100%;
                min-height: 45px;
                padding: 2px 0 3px 15px;
                display: block;
                background: aliceblue;
            }
        .mobileNav .navbar-nav .nav-item a {
            font-size: 10pt !important;
        }
            .mobileNav .navbar .index-text {
                font-size: 12pt;
                padding-right: 7px;
                padding-top: 3px;
                color: #2d6ddb;
                font-family: opensans-semibold;
            }
            .mobileNav .navbar .navbar-toggler .nav-arrow{
                display: flex;
                width: 33%;
                justify-content: space-between;
                align-items: center;
            }

            .mobileNav .navbar .nav-link {
                padding: 9px 5px 9px 0px;
                font-family: 'opensans-semibold';
                font-size: 10pt !important;
            }

            .mobileNav .navbar .dropdown #navbardrop {
                display: flex;
                justify-content: space-between;
                /*background: #eff8ff;
	*/
            }

                .mobileNav .navbar .dropdown #navbardrop .actionDrop {
                    font-family: fontawesome;
                    font-style: normal;
                }

                    .mobileNav .navbar .dropdown #navbardrop .actionDrop:after {
                        content: "\f067";
                    }

            .mobileNav .navbar .dropdown.show #navbardrop.active .actionDrop {
                font-family: fontawesome;
                font-style: normal;
            }

                .mobileNav .navbar .dropdown.show #navbardrop.active .actionDrop:after {
                    content: "\f068";
                }

            .mobileNav .navbar .nav-link.dropdown-toggle::after {
                display: none;
            }

        .mobileNav .navbar .dropdown-menu {
            border: 0;
            background: aliceblue;
            padding-left: 5px;
            margin: 0;
            box-shadow: none;
        }

                .mobileNav .navbar .dropdown-menu .country {
                    color: #18356c;
                    font-family: 'opensans-semibold';
                    font-size: 11pt;
                    padding: 5px 0px 5px 10px;
                    display: inline-block;
                }

                .mobileNav .navbar .dropdown-menu .dropdown-item {
                    color: #2c6cdb;
                    font-size: 9pt !important;
                    font-family: 'opensans-semibold';
                    padding: 6px 5px 6px 10px;
                }

        .mobileNav .navbar {
            margin-bottom: 0px;
        }

    .stat_table .table td, .table th {
        font-size: 10pt;
    }

    .border-table td {
        font-size: 11pt;
        padding: 0.5vw 15px;
    }

    .border-table thead th {
        font-size: 10pt;
        padding: 0.8vw 15px;
    }

    #indexesDate {
        font-family: 'opensans-italic';
        font-size: 12px;
        margin-bottom: 1rem;
    }

    .container-radio {
        display: block;
        position: relative;
        padding-left: 27px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 8pt;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-right: 1rem;
        white-space: nowrap;
        line-height: 1.7;
        font-family: opensans-semibold;
    }

    .checkbox-tab-sec {
        display: flex;
        margin-top: 1rem;
        flex-wrap: nowrap;
        width: 100%;
    }

    .control {
        display: block;
        position: relative;
        padding-left: 4rem;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 12px;
        padding-right: 2rem;
        border: 1px solid #eee;
        padding-top: 6px;
        padding-bottom: 6px;
        display: flex;
        align-items: center;
        width: 100%;
        border-right: none;
        font-family: 'opensans-semibold';
    }

    .control__indicator {
        position: absolute;
        top: 5px;
        left: 6px;
        height: 20px;
        width: 20px;
        background: #e6e6e6;
    }

    .control--checkbox .control__indicator:after {
        left: 6px;
        top: 4px;
        width: 7px;
        height: 10px;
        border: solid #2253a5;
        border-width: 0 0.2vw 0.2vw 0;
        transform: rotate( 45deg );
    }

    .coreOptions {
        width: 100%;
        overflow: auto;
    }

    #navbardrop_overview {
        padding-left: 10px;
        padding-bottom: 10px;
        color: #0bf;
        display: block;
        font-family: opensans-semibold;
    }

    .border-table.country-tic td:first-child {
        height: 5rem !important;
        padding-left: 4rem;
        min-width: 200px;
        white-space: normal;
    }

    .border-table .C_tick span {
        font-size: 11px;
        letter-spacing: 0;
    }

    .border-table .C_tick {
        width: 25px;
    }

    .navbar-toggler .nav-arrow i {
        color: #0bf;
        transform: rotate(0deg);
        font-size: 25px;
        transition: .3s;
    }

    .navbar-toggler.collapsed .nav-arrow i {
        transform: rotate(180deg);
        transition: .3s;
    }
}

@media (max-width : 767px) {
    .sub-head .down-Btn .btn-cyan {
        min-width: 100%;
        text-align: center;
        margin-top: 1rem;
    }
    .chart {
        padding-bottom: 4rem;
    }

        .chart h5 {
            font-size: 16pt;
        }

        .chart .svgScroll {
            width: 100%;
            overflow: auto;
            padding-bottom: 1rem;
        }

            .chart .svgScroll svg {
                height: 220px;
            }
}
.header, .chart {
    color: #fff;
}

@media only screen and (min-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .fill-t-B {
        color: #2253a5 !important;
    }
    .indextable thead th {
        background: #eaf0fb;
        color: #2253a5;
        font-family: 'poppins-medium';
        font-weight: 100;
    }
    .justify-Btns {
        justify-content: space-between;
        align-items: center;
    }
    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgb(234 240 251);
    }
    .table-striped tbody tr:nth-of-type(even) {
        background-color: #fff;
    }
   
        .cum_head h6 {
           
            color: #fff;
            margin: 0;

        }
    .cum_head p, .cum_footer p {
        margin-bottom: 0;
        text-align: right;
        display: block;
        font-family: 'poppins-light';
        font-size: 8pt;
        margin-top: 2px;
    }
    .two-col-tab thead th {
        background: #2253a5;
        padding: 0.8vw 1vw;
        text-align: left;
        color: #fff;
        font-size: 1vw;
        line-height: normal;
    }
}
.fs-16 {
    font-size: 16px!important;
}
.rounded:hover .roundedBg {
    fill: #152B4F;
    transition: 0.5s;
}