/* Company Profiles */

.cp_download{
    max-width: 100%;
    border: 0px solid rgba(0,0,0,.1);
    margin: 0 auto;
    float: right;
}
.cp_download ul{
    padding: 0;
}
.cp_download ul li {
    padding: 0 7px;
}
.cp_download ul li a{
    display: grid;
}
.cp_download ul li a span:first-child i{
    font-size: 16px;
    padding: 4px 4px;
    border: 1px solid rgba(0,0,0, 0.1);
}
.cp_download ul li a span:nth-child(2){
    font-size: 14px;
}
.cpTopicHeading{
    text-align: center;
    font-size: 23px;
    color:	rgb(17, 141, 3);
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    opacity: .8;
}
.c_overview_content{
    padding: 10px 0;
    text-align: justify;
}
@media screen and (max-width:767px){
    .cp_download{
        float: left;
    }
}
.cp-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

}
.cp-table td,
.cp-table th {
    display:block;
    /*      
    flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.cp-table .cp-table-thead {
    font-weight: bold;
}
/* Custom-report MEdia Querymax-767 */
@media screen and (max-width: 767px) {
    .cp-table tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #2E74B5;
        display:block;
    }
    .cp-table td {
        float: left\9;
        width:100%;
    }
    .custom-cp-canvasBar{
        width: 95% !important;
        margin: 0 auto;
    }
    .custom-cp-canvasDoughnut{
        width: 100% !important;
    }
}
/* Custom-report MEdia Query End max-767 */
/*  */
/*  */
.cp-table td , .cp-table td , .cp-table tr th{
    padding: 5px;
    color: #2E74B5;
    font-size: 13px;
    /* letter-spacing: .009em; */
}
.cp-table tr th{
    border-bottom: 0;
}
.cp-table tbody tr:nth-of-type(2n+1) {
    background-color:#DEEAF6;
}
.cp-table thead tr{
    border-top: 1px solid #2E74B5;
    border-bottom: 1px solid #2E74B5;
} 
.cp-source{
    font-size: 10px;
    opacity: .5;
    font-style: italic;
}
.cp-charts{
    margin-bottom: 20px;
}
.custom-cp-canvasBar{
    width: 60%;
    margin: 0 auto;
    padding: 25px 0 0 0;
}
.custom-cp-canvasDoughnut{
    padding: 25px 0 0 0;
    width: 90%;
    /* margin: auto; */
}
.custom-cp-canvasDoughnut canvas{
    margin: auto;
    display: inline !important;
}
@media only screen and (max-width: 800px) {
    #cp-recentd-table table, 
    #cp-recentd-table thead, 
    #cp-recentd-table tbody, 
    #cp-recentd-table th, 
    #cp-recentd-table td, 
    #cp-recentd-table tr { 
        display: block; 
    }
    #cp-recentd-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #cp-recentd-table tr { border: 1px solid #ccc; }

    #cp-recentd-table td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 30%; 
        white-space: normal;
        text-align:left;
    }
    #cp-recentd-table td:before { 
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
    #cp-recentd-table td:before { content: attr(data-title); }
    #cp-recentd-table table tbody tr td:first-child , #cp-recentd-table table thead tr th:first-child{
        width: 100% !important;
    }
}
@media only screen and (min-width: 801px) {
    #cp-recentd-table table td , #cp-recentd-table table td , #cp-recentd-table table tr th{
        padding: 0 15px;
    }
}
#cp-recentd-table table thead tr{
    border-top: 1px solid #2E74B5;
    border-bottom: 1px solid #2E74B5;
} 
#cp-recentd-table table td , #cp-recentd-table table td , #cp-recentd-table table tr th{
    color: #2E74B5;
    font-size: 13px;
}
#cp-recentd-table table tbody tr:nth-of-type(2n+1) {
    background-color:#DEEAF6;
}
#cp-recentd-table table tbody tr td:first-child , #cp-recentd-table table thead tr th:first-child{
    white-space: pre;
}
/* Report Not Found */
.not_found{
    width: 100%;
    opacity: .5;
}
.NotFoundForm{
    width: 90%;
    margin: auto;
    padding: 30px 0;
}
.submitBtn{
    padding: 6px 26px;
    background:	#2E74B5;
    color:	#fff;
    border: 0;
    cursor: pointer;
    float: inline-end;
}
.notFoundTagLine{
    width: 100%;
    font-style: italic;
    opacity: .8;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
/*  */
/* New Rd page */
#rd-left-main-wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}
#rdSidebarWrapper {
    z-index: 0;
    /* position: sticky; */
    /* left: 300px; */
    width: 0;
    height: 250px;
    margin-left: -79px;
    overflow-y: auto;
    overflow-x: hidden;
    background: transparent;
    /* top: 0; */
    /* transition: all 0.5s ease; */
    float: left;
    position: sticky;
    top: -17px;;
}
#rd-left-main-wrapper.toggled #rdSidebarWrapper {
    width: 300px;
}
.sidebar-nav {
    position: sticky;
    top: 22px;
    width: 253px;
    margin: 9px 0 0 0;
    padding: 0;
    list-style: none;
    padding: 36px 0;
    height: 220px;
}
.sidebar-nav > li {
    text-indent: 0px;

}
.sidebar-nav > li a {
    display: block;
    text-decoration: none;
    color: #757575;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .019em;
    padding: 6px 11px;
}
.sidebar-nav > li > a:hover,
.sidebar-nav > li.active > a {
    text-decoration: none;
    color: #000; 
    background: #eaeaea;
}
.sidebar-nav > li > a i.fa {
    font-size: 19px;
    /* width: 60px; */
    color: rgba(0,0,0,.6);
    float: right;
}
.rd-sidebar-toggle{
    top: 12px;
    position: sticky;
    left: -9px;
    z-index: 9;
    margin: 0 0 0 -99px;
}
.rd-sidebar-toggle #sidebar-toggle{
    margin-top: 13px;
}
.navbar-brand i{
    font-size: 26px;
    background: #eaeaea;
    padding: 5px 19px;
    color: #024959;
}
#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}
#rd-left-main-wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -300px;
}
#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #eee;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
}
#navbar-wrapper .navbar a {
    color: #757575;
}
#navbar-wrapper .navbar a:hover {
    color: #F8BE12;
}
#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    top: 100px;
}
#rd-left-main-wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -300px;
}
@media (min-width: 992px) {
    #rdMainWrapper {
        padding-left: 300px;
    }
    #rdMainWrapper.toggled {
        padding-left: 60px;
    }
    .rdSidebarNew{
        width: 316px !important;
        margin-left: -316px !important;
    }
    #rdMainWrapper.toggled .rdSidebarNew {
        width: 60px !important;
        margin-left: -270px !important;
    }
    #rdMainWrapper.toggled #rdSidebarWrapper {
        width: 270px !important;
    }
    #rdMainWrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }
    #rdMainWrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }
    #navbar-wrapper {
        position: relative;
    }
    #rdMainWrapper.toggled {
        padding-left: 60px;
    }
    #content-wrapper {
        position: relative;
        top: -53px;
        z-index: 0;
    }
    #content-wrapper .new-rd p{
        text-align: justify;
    }
    #rdMainWrapper.toggled #navbar-wrapper,
    #rdMainWrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #rdMainWrapper {
        padding-left: 60px;
    }
    #rdSidebarWrapper {
        width: 60px;
    }
    #rd-left-main-wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -300px;
    }
    #rd-left-main-wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -300px;
    }
    #rdMainWrapper.toggled #rdSidebarWrapper {
        width: 300px;
        overflow: visible;
    }
    #navbar-wrapper {
        position: relative;
    }
    #content-wrapper {
        position: relative;
        top: -41px;
    }
    #rdMainWrapper.toggled #navbar-wrapper,
    #rdMainWrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 300px;
    }
    .f13{
        font-size: 13px !important;
    }
}
@media (max-width: 767px) {
    #rdMainWrapper {
        padding-left: 0;
    }
    #rdSidebarWrapper {
        width: 0;
    }
    #rdMainWrapper.toggled #rdSidebarWrapper {
        width: 300px;
    }
    #rdMainWrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -300px;
    }
    #rdMainWrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -300px;
    }
    #navbar-wrapper {
        position: relative;
    }
    #rdMainWrapper.toggled {
        padding-left: 63px;
    }
    #content-wrapper {
        position: relative;
        top: -41px;
    }
    #rdMainWrapper.toggled #navbar-wrapper,
    #rdMainWrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 300px;
    }
}
@media screen and (max-width:673px)
{
    #rdMainWrapper.toggled #content-wrapper {
        display: block;
    }
}
#rdMainWrapper .toggled .rdSidebarWrapper .sidebar-nav:hover li{
    width: 300px !important;
    overflow: visible !important;
    z-index: 999 !important;
}
.downloadSampleLink{
    background:#12BC00;
}
.downloadSampleLink:hover ,.downloadSampleLink:hover a , .downloadSampleLink:hover a i{
    background:#12BC00 !important;
}
.downloadSampleLink a , .downloadSampleLink a i{
    color: #fff !important;
}
@media screen and (min-width:1601px)
{
    .bestSelect{
        width: 100% !important;
        text-align: center !important;
    }
}
@media screen and (max-width:991px)
{
    #rdMainWrapper.toggled .rd-sidebar-toggle #sidebar-toggle{
        margin-left: 12px !important;

    }
}
/* #rdSidebarWrapper{
        top: 0;
        position: sticky;
        overflow: visible;
        background:#fff !important;
        } */
        @media screen and (min-width: 768px) and (max-width: 1050px){
            .sfb_second li label{

                padding:9px 2px;
            }
            .sfb_second .custom-radiobutton::after, .sfb_second .custom-checkbox::after {
                top: 49%;
                left: 51%;
                width: 8px;
                height: 8px;
            }
            .sfb_second .custom-radiobutton, .sfb_second .custom-checkbox {

                top: 15px;
                left: 5px;
                width: 12px;
                height: 12px;
            }
            .sfb_second .radio-button .label-visible, .sfb_second .checkbox .label-visible {
                margin-left: 1.39em;
                font-size: 14px;
            }
            .sfb_second .bynwPriceRd {
                padding: 10px 2px !important;
                font-size: 12px;
            }
        }

        /* tooltip on new RD page */
        .tooltip{
            margin-right: -300px;
            z-index: 9998;
        }

        .tooltip-inner {
            width: 150px;
            padding: 7px 5px;
            color: #fff;
            text-align: center;
            background-color: #032D32;
            border-radius: .25rem;
            border: 1px solid #032D32;
            opacity: 1;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 1px;
            /* transition: all .5s ease-in; */
        }
        .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
            border-right-color: #032D32;
            content: "";
            border-width: 8px 8px 8px 0;
            margin-right: 0px;
            margin-top: -2px;
        }
        #rdMainWrapper.toggled .rdSidebarNew ul li a i{
            pointer-events: visible ;
        }
        #rdMainWrapper .rdSidebarNew ul li a i{
            pointer-events: none ;
        }

        /* tooltip end */

        .rdSidebarNew ul li a i{
            padding: 0px 0;
        }

        /* New Rd End */


        /* Graph Internal  */


        .download_links{
            max-width: 100%;
            border: 0px solid rgba(0,0,0,.1);
            margin: 0 auto;
            /* width: 70%; */
            /* float: right; */
            right: 0;
            position: absolute;
        }
        .download_links ul{
            padding: 0;
        }
        .download_links ul li {
            padding: 0 7px;
        }
        .download_links ul li a{
            display: grid;
            color: gray;
        }
        .download_links ul li a:hover{
            color: #1E86CC;
            text-decoration: none;
        }
        .download_links ul li a span:first-child i{
            font-size: 16px;
            padding: 4px 4px;
            border: 1px solid rgba(0,0,0, 0.1);
        }
        .download_links ul li a span:nth-child(2){
            font-size: 14px;
        }

        @media screen and (max-width:767px){
            .download_links{
                float: left;
            }
        }

        .gi-get-s a{
            display: flex;
            text-align: center;
        }
        .gi-get-s a img{
            margin: 0 auto;
        }
        .left-sb-graph-info{
            margin: 0;
            border: 1px solid rgba(0,0,0, 0.1);
            padding: 0 9px;
            border-radius: 3px;
        }
        .left-sb-graph-info ul li{
            display: grid;
            padding: 5px 0;
        }
        .left-sb-graph-info ul li span:first-child{
            letter-spacing: .08em;
            font-weight: 600;
            font-size: 14px;
            opacity: .9;
        }
        .left-sb-graph-info ul li span:last-child{
            text-align: justify;
            opacity: .6;
            font-size: 14px;
        }
        .gi-graph-parent {
            border: 1px solid rgba(0,0,0, 0.1);
            padding: 0 9px;
            border-radius: 3px;
        }
        .giTopIcons{
            display: flex;
            position: relative;
            padding: 10px 1px;
        }
        .giTopIcons .gi_top_social{
            right: 10px;
            position: absolute;
        }
        .gi_top_social .social_icon{
            padding: 14px;
        }
        .gi_top_social .social .in a i {
            left: 10px;
            color:gray;
        }
        .gi_top_social .social {
            margin: 0 0px 0 13px;
        }
        .gi_top_social i {
            font-size: 14px;
        }
        .gi_top_social .social_icon.social.fb a i {
            left: 10px;
            color:gray;
            top: 8px;
        }
        .gi_top_social .social_icon.social.tw a i {
            left: 7px;
            color:gray;
        }
        .gi_top_social .social_icon.social.in a i {
            left: 8px;
            color:gray;
            top: 7px;
        }
        .gi_related_topics{
            margin: 0;
            padding: 0 9px;

        }
        .gi_related_topics h2{
            font-size: 16px;
            padding-top: 15px;
            opacity: .8;
        }
        .gi_related_topics a{
            white-space: pre;
            color: gray;
        }
        .gi_related_topics a:hover{
            text-decoration: none;
            color: #1E86CC;
        }
        .gi_related_topics a i{
            padding: 7px 8px 0px 0px;
        }

        .gi_graph_insights{
            padding: 0px 14px;
        }
        .gi_graph_insights p{
            text-align: justify;
            opacity: .9;
            font-size: 15px;
            padding: 6px 0;
        }
        .gi_graph_insights h3{
            text-align: center;
            font-size: 15px;
            opacity: .9;
        }
        .gi_source{
            display: grid;
            text-align: end;
            padding-right: 3px;

        }
        .gi_source a{
            color: #1E86CC;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 1px;
        }
        .chart_type {
            padding: 0 8px;
        }
        .chart_type ul{
            border: none;
        }
        .chart_type ul li {
            /* border: 1px solid rgba(0,0,0, 0.1); */
            background: #eaeaea;
            color: #2196F3;
        }
        .chart_type ul li a{

            color: #2196F3;
        }
        .chart_type ul li.show a,  .chart_type ul a.active {
            color: #fff !important;
            background-color:#2196F3 !important;
        }
        .chart_type h2{
            font-size: 16px;
            padding-top: 14px;
            opacity: .8;
        }
        @media screen and (max-width:767px)
        {
            .gi_graph_insights {
                padding: 0px 0;
            }
            .gi_chartType_tab-content{
                padding-top: 25px;
            }
        }
        .gi_sub_modal-dialog{
            max-width: 60%;
        }
        .gi_sub_content{
            padding: 15px 15px;
        }
        .gi_chartType_tab-content{
            height: 430px;
        }

        .gi_chartType_tab-content canvas{
            height: 400px !important;
        }
        .gi_pie_chart_par{
            width: 100%;
        }
        .gi_pie_chart_par canvas{
            display: block;
            margin: auto;

        }
        @media only screen and (max-width: 800px) {
            #gi_sub_content_table table, 
            #gi_sub_content_table thead, 
            #gi_sub_content_table tbody, 
            #gi_sub_content_table th, 
            #gi_sub_content_table td, 
            #gi_sub_content_table tr { 
                display: block; 
            }
            #gi_sub_content_table thead tr { 
                position: absolute;
                top: -9999px;
                left: -9999px;
            }
            #gi_sub_content_table tr { border: 1px solid #ccc; }

            #gi_sub_content_table td { 
                border: none;
                border-bottom: 1px solid #eee; 
                position: relative;
                padding-left: 50%; 
                white-space: normal;
                text-align:left;
            }
            #gi_sub_content_table td:before { 
                position: absolute;
                top: 6px;
                left: 6px;
                width: 45%; 
                padding-right: 10px; 
                white-space: nowrap;
                text-align:left;
                font-weight: bold;
            }
            #gi_sub_content_table td:before { content: attr(data-title); }
        }
        .gi_subs_btn {
            padding: 0px 0 10px 0px;
            display: grid;
        }
        .gi_subs_btn a{
            padding: 0 0;
            padding: 7px 23px;
            background:#00A652;
            color:#fff;
            letter-spacing: 2px;
            font-weight: bold;
            border-radius: 0px;
        }
        .gi_subs_btn a:focus {
            outline: 0;
            box-shadow: none !important;
        }
        .gi_subs_btn small{
            text-align: center;
            opacity: .8;
            color:#2196F3;
        }

        /*  */





        #sidebar-toggle{
            padding: 0;
            margin: 0 !important;
            left: -13px;
            position: relative;
            top: 3px;
        }








        /* new-rd1.html */


        :root {
            --sidebar-width: 300px;
            --toggler-size: 40px;
        }

        .wrapper {
            min-height: 300px;
            /* min-width: 100vw; */
            background: #fff;
            text-align: justify;
            display: flex;
        }

        .sidebar {
            width: 253px;
            transform: translateX(calc(205px * -1));
            background: #fff;
            background-size: 400% 400%;
            background-position: 90% 90%;
            display: flex;
            /* justify-content: center; */
            /* align-items: center; */
            position: absolute;
            top: 0;
            bottom: 0;
            opacity: 1;
            transition: transform .6s, background-position 1s .6s;
            z-index: 999;
            /* left: 73px; */
            /* visibility: hidden; */
            height: 100%;

        }

        .input-toggler:checked ~ .sidebar {
            opacity: 1;
            transform: translateX(0);
            background-position: 0 0;
            /* left: 0px; */
            /* visibility: visible; */
        }

        .content, .content div {
            width: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;
            padding: 3px 0px 0 9px;
        }
        @media screen and (max-width:767px)
        {

            .content, .content div {
                padding: 3px 4px 0 6px;
            }
        }
        .content div[id] {
            display: none;
        }

        .menu {
            list-style-type: none;
        }

        .menu__link {
            color: white;
            font-weight: 100;
            text-decoration: none;
            font-size: 3rem;
            line-height: 5rem;

        }

        .menu__link:hover,
        .menu__link:focus,
        .menu__link:active {
            color: Gold;
        }

        .rd_new_sb_menu-toggler {
            position: sticky;
            cursor: pointer;
            z-index: 1000;
            margin: 9px 0 0 4px;
            top: 13px;
        }
        .rd_new_sb_menu-toggler i{
            font-size: 25px;
            color:#fff;
            background:rgba(0,0,0,.6);
            padding: 1px 11px;
            border-radius: 3px;
        }

        .menu-toggler__line {
            height: calc(var(--toggler-size) / 5);
            background: #00A100;
            position: absolute;
            left: 0;
            right: 0;
            transition-property: transform, opacity;
            transition-duration: .5s, .25s;
            transition-delay: 0s, .5s;
            animation-name: slidein;
            animation-duration: .5s;
            animation-iteration-count:1;
            animation-timing-function: ease-out;
        }

        .input-toggler:checked ~ .rd_new_sb_menu-toggler .menu-toggler__line {
            transition-delay: .25s, 0s;
        }


        .menu-toggler__line:nth-child(2) {
            top: calc(var(--toggler-size) / 5 * 2);
            animation-duration: .6s;
        }

        .menu-toggler__line:nth-child(3) {
            top: calc(var(--toggler-size) / 5 * 4);
            animation-duration:.7s;
        }

        .input-toggler {
            display: none;

        }

        .input-toggler:checked ~ .rd_new_sb_menu-toggler .menu-toggler__line {
            background: Tomato;
        }

        .input-toggler:checked ~ .rd_new_sb_menu-toggler .menu-toggler__line:nth-child(1) {
            transform: translateY(calc(var(--toggler-size) / 5 * 2)) rotate(45deg);
        }

        .input-toggler:checked ~ .rd_new_sb_menu-toggler .menu-toggler__line:nth-child(2) {
            opacity: 0;
        }

        .input-toggler:checked ~ .rd_new_sb_menu-toggler .menu-toggler__line:nth-child(3) {
            transform: translateY(calc(var(--toggler-size) / 5 * -2)) rotate(-45deg);
        }




        @keyframes slidein {
            from {left: -200%; right:200%;}
            to {left: 0; right: 0;}
        }

        .wrapper2 .wrapper input[type="checkbox"] { display: none; }
        .leftSideNew{
    /* position: sticky;
       top: 0;
       height: 100vh; */
   }
   /*  */





   /*  */
   /*  */
   /*  */
   /*  */

   /* New-rd-listing */

   .selectrrow{
    background: #002856;
    padding: 0 10px;
    margin-top: 16px;
}
@media screen and (max-width:991px){
    .selectrrow{
        padding: 6px 10px;

    }
    .new-rd-bread .cont_num {
        right: 27px !important;
    }
}
.selectrrow h1{
    color: #00c4f4;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
}
.search__col{
    padding: 33px 5px 33px 10px;
}
.rd-search-gp {
    width: 100%;
    margin-top: 1px;
    padding-right: 6px;
}
.rd-search-gp input {
    /* border: 2px solid #00C4F4; */
}

.selectrrow .input-group-append{
    margin-left: 11px;
}


.new_rd_left_filter{

}

.fiterUl li{
    display: flex;
    position: relative;
}

.nrdleft_mainfilterHead{
    padding:3px 11px;
    font-size: 22px;
    border-bottom: 3px solid #00C4F4;
    color: #002856;
}
.nrdleft_mainfilterHead i{
    float: right;
    margin-top: 5px;
}
.nrdleft_main__li{
    padding: 13px 0 0 12px;
    /* border-bottom: 1px solid rgba(0,0,0,.1); */
}

.nrdleft_main__li h2{
    font-size: 23px;
    border-bottom: 3px solid #00C4F4;
    display: inline-flex;
    padding: 0 8px 4px 0;
}


/*  */
.new-rd-bread .rdl_bread{
    background-color:#002856;
    padding: 3px 0;
}

.new-rd-bread .rdl_bread li ,.new-rd-bread .rdl_bread li a{
    font-size: 13px;
    color: #fff;
}

.rdl_bread .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    vertical-align: middle;
    font-size: 13px;
    padding: 0px 5px 4px 5px;
}
/*  */

.rd__list__report div h3{
    transform: rotate(-90deg);
    position: absolute;
    font-size: 15px;
}
.published__rd__toppills__ul{
    /* display: table; */
    width: 100%;
    padding: 1px 0;
    margin-left: -4px;
}
.published_rd_ul_li{
    padding: 0;
    /* display: table-cell; */
    vertical-align: middle;
    width: 16.5%;
}
.published_rd_ul_li a:hover{
    background: rgba(0,0,0,.1);;
}
.published_rd_ul_li a.active{
    background:#002856 !important;
    border-radius: 0;
    color: #00C4F4 !important;
    border-bottom: 3px solid#002856;
}
.published_rd_ul_li a{
    padding: 6px 0px;
    color: rgba(0,0,0,.9);
    text-align: center;
    border-bottom: 3px solid rgba(0,0,0,.1);
    margin: 0 4px;
    border-radius: 0 !important;
    /* transition: all .2s; */
}
@media screen and (min-width:1135px)
{
    .published_rd_ul_li a{
        font-size: 14px;
    }
}
@media screen and (min-width:1068px) and (max-width:1134px)
{
    .published_rd_ul_li a{
        font-size: 14px;
    }
}
@media screen and (min-width:1000px) and (max-width:1067px)
{
    .published_rd_ul_li a{
        font-size: 13px;
    }
}
@media screen and (max-width:999px)
{
    .published_rd_ul_li a{
        font-size: 11px;
    }
}
.published_rd_ul_li:first-child a{
    text-align: left;
    padding: 5px 2px 2px 10px;
}
.published_rd_ul_li:first-child a i{
    padding: 0 16px 0 0;
}
.published_rd_ul_li a i{
    font-size: 24px;
}
.published_rd_ul_li a span {
    vertical-align: text-bottom;
}
.rd__list__single__rd{
    width: 100%;
    display: flex;
    /* display: table; */
    transition: all .3s;
    position: relative;
}
.rd__image__div{
    width: 24%;
    /* display: table-cell; */
}
.rd__image__div img{
    width: 100%;
    /* display: table-cell; */
    min-height: 100%;
}
.rd__info__div{
    width: 57%;
    transition: all .1s;
    padding: 0 16px 0 26px;
}
.highlighted__text{
    background:#eaeaea;
    color:	#00C4F4;
    padding: 1px 3px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: pre;
}
.rd__cagr__div{
    width: 17%;
    transition: all .1s;
    padding: 5px 0 0 16px;
    display: grid;
}
.value__box {
    border: 1px solid;
    display: grid;
    background:#002856;
    padding: 5px 8px;
    border-radius: 2px;
    margin-bottom: 12px;

}
.value__box span:first-child{
    color: #00c4f4;
    font-size: 14px;
}
.value__box span:last-child{
    color: #fff;
    font-size: 17px;;
}
@media screen and (max-width:991px)
{
    .rd__info__div{
        width: 80%;
        padding: 0 16px 0 5px;
    }
    .rd__cagr__div{
        width: 20%;
        padding: 5px 15px 0 15px;
    }
    /* .new_rd_left_filter{
            height: 217px;
            overflow: scroll;
            margin-bottom: 20px;
            } */
            .published__rd__toppills__ul .published_rd_ul_li:not(:first-child) , .published__rd__tb__content .tab-pane:not(:first-child) 
            {
                display: none !important;
            }
            .published_rd_ul_li:first-child{
                width: 25%;
            }
        }
        .date__cat{
            font-size: 13px;
            border-bottom: 2px solid rgba(0,0,0,.3);
            width: max-content;
            padding: 0 0 2px 0;
        }
        .date__cat span{
            border-right: 2px solid rgba(0,0,0,.4);
            padding-right: 10px;
            color: rgba(0,0,0,.4);
        }
        .date__cat a{
            padding-left: 6px;
            color: rgba(0,0,0,.4);
        }
        .date__cat a:hover{
            padding-left: 6px;
            color: #002856;
            text-decoration: none;
        }
        .rd__title{
            padding: 7px 0 0 0;
        }
        .rd__title a{
            color:#002856;
        }
        .rd__title a:hover{
            color:#002856;
            text-decoration: none;
        }
        .rd__title p{
            color: rgba(0,0,0,.6);
            padding: 5px 0 0 0;
            font-size: 15px;
        }
/* .rd__read__cp{

        margin: -7px 0 0 0;
        position: absolute;
        } */
        .rd__read__cp a:hover{
            text-decoration: none;
        }
        .rd__read__cp a{
            border-bottom: 2px solid black;
            color: #002856;
            font-weight: bold;
            margin-right: 20px;
            letter-spacing:  .04em;
            padding: 5px 0;
        }
        .rd__read__cp a i:first-child{
            padding: 0 0 0 15px;
        }
        .rd__read__cp a i:last-child{
            margin-left: -3px;
        }
        .fig__tbl__box{
            border: 1px solid;
            background:#002856;
            border-radius: 2px;

        }
        .fig__tbl__box a{
            display: block;
            padding: 5px 8px;
            color: #00C4F4;
            font-size: 14px;
            height: 100%;
        }
        .fig__tbl__box a:hover{

            color: #00C4F4;
            text-decoration: none;
        }
        .rd__status{
            transform: rotate(-90deg);
            position: absolute;
            height: 0px;
            left: -45px;
            top: 45%;
            padding: 1px 1px 32px 2px;
            font-size: 14px;
            color: #002856;
            letter-spacing: .02em;
        }
        .rd__list__container {
            position: relative;
            padding: 0 0 30px 24px;
        }
        .rd__list__report{
            box-shadow: 2px 2px 8px -3px rgba(0,0,0,.2);
            padding: 1px 0px 12px 7px;
        }
/* @media screen and (min-width:1281px){
        .rd__read__cp{
                bottom: 5px;
                margin:0;
                position: absolute;
        }
}
@media screen and (min-width:1281px){
        .rd__read__cp{
                bottom: 5px;
                margin:0;
                position: absolute;
        }
        } */

        .rd__read__cp{
            bottom: 5px;
            margin:0;
            position: absolute;
        }
        .tab-pane .fade .show{
            transition: all .3s;
        }

        @media screen and (min-width:992px) and (max-width:1067px)
        {
            .rd__title p {
                font-size: 13px;
            }
        }
        .unpublished__rd{
            box-shadow: 2px 2px 8px -3px rgba(0,0,0,.2);
            padding: 1px 0px 12px 7px;
        }
        @media screen and (max-width:724px){
            .rd__cagr__div {
                width: 100%;
                padding: 16px 0px 0 0px;
                display: flex;
            }
            .rd__list__single__rd {
                display: grid;
            }
            .value__box {
                border: 0px solid;
                display: grid;
                background:transparent;
                padding: 0;
                border-radius: 2px;
                /* margin-bottom: 12px; */
                margin: 0 15px 0 0;
            }
            .rd__info__div {
                width: 100%;
                padding: 0 16px 0 0px;
            }
            .rd__read__cp {
                bottom: 5px;
                margin: 0;
                position: relative;
            }
            .value__box span:last-child {
                color:#002856;
                font-size: 16px;
            }
        }

        @media screen and (max-width:390px){
            .date__cat {
                width: auto;
            }
            .rd__read__cp a i:first-child {
                padding: 0 0 0 3px;
            }
            .rd__read__cp {
                font-size: 14px;
            }
            .rd__read__cp a {
                margin-right: 6px;
            }
        }

        /*  */

        /* new design rd */
/* .new-rd-bread{
        padding: 8px 17px; 0px 26px !important;
  }
  .newRDP{
        height: 359px;
        padding: 30px 00px 0 00px;
        margin: 49px 20px;
        box-shadow: 0 1px 10px 6px rgba(0,0,0,.1);
        border-radius: 10px;
        position: relative;
  }
  .text__title{
        display: flex;
        width: 100%;
        padding: 0 20px;
        margin: -53px 0 0 0;
        z-index: -1;
        position: relative;
  }
  .newRDP__img{
        width: 30%;
        padding: 22px 0 0 0;
  }
  .newRDP__info{
        width: 70%;
        text-align: left;
}
.newRDP__info_title{
        height: max-content;
        background:#fff;
        padding: 4px 11px;
        margin: -27px 0 19px -138px;
        border-radius: 0px 0 0 14px;
}
.newRDP__info_title h6{
        font-size: 17px;;
        color: #002856;
}
.newRDP__info_title p{
        font-size: 15px;
        color: black;
}
#call{
        font-size: 30px;
        background:#FFC482;
        bottom: 0;
        left: 0;
        position: absolute;
        padding: 4px 12px;
        border-radius: 0 28px 0 0;
}
.gfr{
        right: 0;
        position: absolute;
        background:#00A100;
        color:#fff;
        font-size: 17px;;
        padding: 8px 24px;
        bottom: 0;
        border-radius: 24px 0 0 24px;
        }
.gfr:hover{
        text-decoration: none;
        color:#fff;
        }
.tab-navigation {  }
.tab-content { 
        display: none;
        width:100%; 
        color:white; 
        font-size:30px; 
        text-align:center; 
        line-height:26px; 
        padding-top:30px;
        opacity: 0.5;
}
select {
        font-family: 'FontAwesome', 'Second Font name'
  }
        .tab-content {
                opacity: 1;
         }
@-webkit-keyframes fade-in-slogan {
        0%   { opacity: 0; }
        20%  { opacity: .0; }
        40%  { opacity: .0; }
        60%  { opacity: .0; }
        80%  { opacity: .0; }
        100% { opacity: 1; } 
  }
        #select-box{
                margin: 1px 0 1px 0px;
                padding: 11px 6px;
                background:#002856;
                color:#fff;
                border: 0px;
                border-radius: 10px 0 0 10px;
        }
        #select-box option{
                display: block;
        }
        */
        /*  */
        #call{
            font-size: 20px;
            bottom: 0;
            left: 0;
            position: relative;
            padding: 0;
            border-radius: 0 0 0 17px;;
            color: #fff;
            width: 30px !important;
            height: 30px !important;
        }
        .gfr{
            right: 0;
            position: absolute;
            background: #00A100;
            color: #fff;
            font-size: 14px;
            padding: 3px 10px;
            /* bottom: 0; */
            border-radius: 5px 0 0 5px;
        }
        .gfr:hover{
            text-decoration: none;
            color:#fff;
        }
        .rdl_single_bottom{
            position: relative;
            padding: 0px 0;
            /*margin: -20px 0 0 0;*/
        }
        #main_listing_page
        {
            width: 100%;     
            display: flex;
            padding: 0 0 0 15px;
        }
/* .new_rd_left_filter{
        width: 28%;

        } */
        #main_listing_page .cbox{
            display: none;
        }
        #main_listing_page .fiterUl li .form-check .form-check-label{
            padding: 3px 0 3px 3px;
            font-size: 14px;
            display: flex;
            align-items: center;
        }
        #main_listing_page .fiterUl li .form-check .form-check-label img{
            width: 20px;
            height: 20px;
            opacity: .4;
            transition: all .2s;
        }
        #main_listing_page .fiterUl li .form-check .form-check-label span{
            padding: 1px 0 0 8px;
            opacity: .89;
            font-size: 14px;
            letter-spacing: .02em;
        }
        #main_listing_page .fiterUl li{
            display: flex;
            position: relative;
            margin: 0 0 0 -20px;
        }
        #main_listing_page .fiterUl li .form-check{
            width: 100%;
            padding: 4px 0px 4px 6px;
        }
        .rd-search-gp .custom_form_control{
            border-radius: 6px !important;
            height: 39px;
        }
        .new_rdl_rd{
            width: 70%;
            /* padding: 22px 0px 0px 44px; */
        }
        .srch__reslt{
            color: #777777;
            display: inline-flex;
            opacity: .6;
            width: 100%;
        }

        .rdl__single_rd{
            padding: 0px 0 0 0px;

            border-radius: 10px;
        }
        .rdl__single_rd_data{
            display: flex;
            padding: 0 5px 0 30px;
            margin: 0px 0 0px 0;
        }
        .rdl__single_rd_data_img img{
            width: 145px;
            /*height: 100%;*/
            border-radius: 0 0 11px 11px;
        }
        .rdl__single_title h2{
            font-size: 16px;
            color: #002856;
            font-weight: lighter;
            line-height: 1.37em;
        }
        .rdl__single_title_text{
            font-size: 15px;
        }
        .rdl_data{
            padding: 3px 10px;
            background:#fff;
            /* margin: 0 0 0 -57px; */
            border-radius: 0 0 0 17px;
        }

        /*  */
        .rdl__pub_r_region_list{
            padding: 0px 5px 0 0px;
            min-width: 146px;
            border-radius: 0px;
            overflow: hidden;
            background: rgba(255,255,255,.8);
            border-radius: 0 0 2px 2px;
            /* text-align: center; */
        }
        .listing_regional_dd{
            transform: translate3d(29px, 38px, 0px) !important;
        }
        .rdl__pub_r_region_list ul{
            display: grid;
            border-radius: 0px;
        }
        .rdl__pub_r_region_list ul li{
            border-radius: 0px;
        }
        .rdl__pub_r_region_list ul li a{
            padding: 4px 0px;
            border-radius: 0px !important;
        }
        .rdl__pub_r_region_list{
            display: none;
        }
        .rdl__pub_r_dropd:hover .rdl__pub_r_region_list {
            display: block !important;
        }
        .rdl__pub_r_d_toggle{
            width: 145px;
            background:#1dc4f4;
            color: #fff;
            display: block;
            /*border: 1px solid #002856;*/
            border-radius: 2px;
            /*margin: 5px 0 0px 30px;*/
            position: relative;
            text-align: left;
            padding-left: 5px;
            font-size: 14px;
        }
        .rdl__pub_r_d_toggle.focus, .rdl__pub_r_d_toggle:focus {
            outline: 0;
            box-shadow: none;
        }
        .rdl__pub_r_list{
            padding: 0px 0;


        }
        .rdl__pub_r {
            /* border-left: 2px solid #00A100; */
            background: #fff;
            border-radius: 10px 10px 10px 20px;
            margin-bottom: 20px;
            padding: 23px 0 0 0;
        }
        .rdl__pub_r_list:hover{
            /* transform: scale(1.02); */
            /* transform:translateY(0px); */
        }
        .rdl__pub_r_dropd{
            height: 0;
            z-index: 1;
        }

        .rdl__pub_r{
            box-shadow: 0 1px 10px 1px rgba(0,0,0,.1);
        }
        .rdl__pub_r_region_list .nav-pills .nav-link{
            color: #000 ;
            overflow: hidden;
            /* transition: all .2s; */
            /* margin-left: 4px; */
            font-size: 13px;
            /*background: #002856;*/
            margin: 1px 0 1px 0 4px !important;
        }
        .rdl_lft_flter{
            box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
            /* margin: -73px 0 0 0; */
            background:#fff;
            z-index: 10;
            border-radius: 6px !important;
            padding: 10px 9px;
            /* height: max-content; */
    /* position: sticky; 
    top: 36px;
    z-index: 99;  */
}
.rdl_filter_form{
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
    border-radius: 6px !important;
    padding: 10px 9px 0 9px;
    margin: 34px 0;
    background:#fff;
    position: sticky; 
    top: 40px;
    z-index: 9; 
}
.rdl_filter_form h4{
    /* font-weight: bold; */
    color:#002856;
    border-bottom: 2px solid #00C4F4;
    width: max-content;
    padding: 5px 0px;
}
.rdl__pub_r_region_list .nav-pills .nav-item:hover{
    border-left: 2px solid #002856;
    /*background: #EAEAEA !important;*/
    /* transition: all .1s; */
}
.rdl__pub_r_region_list .nav-pills .nav-item:hover .nav-link{
    margin-left: 0px !important;
    font-weight: bold;
    /*background: #002856 !important;*/
}
.rdl__pub_r_region_list .nav-pills .nav-link.active{
    display: none !important;
    /* transition: none !important;  */

}

.rdl__pub_r_region_list .nav-pills .nav-link.active, .rdl__pub_r_region_list .nav-pills .show > .nav-link {
    background: #002856 ;
    color: #fff ;
    /* transition: none !important; */
}

.rdl_filter_form .bottm span:last-child button{
    border-radius: 3px;
    padding: 4px 17px;
    font-size: 14px;
    background: #002856;
    color: #fff;
    letter-spacing: 1px;
    margin: -6px 0 0 0;

}



/* 
#tabs {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
  }
  
  #maindiv {
        position: relative;
        overflow: hidden;
        width: 100%;
  }
  
  .tab-content {
        position: relative;
        display: inline-flex;
        height: 100%;
        -webkit-transition: left .6s ease-in-out;
        transition: left .6s ease-in-out;
  }
  
  #pills-home,
  #pills-profile,
  #pills-contact {

        outline-offset: -5px;
        
        display: block !important;
        width: 480px;
  }
  */

  .rdl__unpub_r_list{
    padding: 0px 0;
    /* border-left: 2px solid #00A100; */
}
.rdl__up_single_rd_data{
    margin: 0 0 20px 0;
    padding: 0;
    /* border-left: 2px solid #FFA500;  */
    box-shadow: 0 1px 10px 1px rgba(0,0,0,.1);
    background:
    #fff;
    border-radius: 10px 10px 10px 20px;
    transition: all .2s ease-in-out;
}
.rdl__up_single_rd_data:hover{
    /* transform: translateY(0px); */
}
.rdl__up_single_rd_data img{
    width: 145px;
    min-height: 100%;
    border-radius: 0 0 11px 11px;

}
.rdl__up_single_imgd{
    padding:28px 9px 0px 30px;
    margin: 0 0 0px 0;
}
.rdl_up_data{
    padding: 1px 11px;
    background:#fff;
    margin: 0;
    border-radius: 0 0 0 17px;
}
.w-100{
    width: 100%;
}
.upr_order{
    right: 0;
    position: absolute;
    background: #0076FE;
    color: #fff;
    font-size: 16px;
    padding: 4px 13px;
    bottom: 0;
    border-radius: 5px 0 0 5px;
}
.upr_order:hover{
    text-decoration: none;
    color:#fff;
}
.cbox:checked~label span{
    color: #002856  !important;
    font-weight: 600;
}
.cbox:checked~label img{
    filter: grayscale(0%) !important;
    opacity: 0.89 !important;
}
.nrdleft_main__li .fiterUl li label{
    cursor: pointer;
}
/*.brbtmanm::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #002856;
      transition: width .3s;
      }*/
      .brbtmanm:hover{
        color: #002856;
    }
    .brbtmanm:hover::after {
        width: 100%;
        transition: width .3s;
    }

    @media screen and (max-width:991px){
        #main_listing_page{
            /* display: grid ; */
            padding: 10px 0 0 28px;
        }

        .new_rd_left_filter {
            top: 0px;
            position: relative;
            z-index: 9;
        }
        .new_rdl_rd {
            width: 100%;

        }
        .search__col {
            padding: 0;
        }
        .hide_mx_991{
            display: none !important;
        }
        .rdl_lft_flter {
            box-shadow: none !important;
            margin: 0 !important;
        /* position: absolute !important;
        top: 0px !important;
        width: 100%; */
    }
}

@media screen and (max-width:767px){
    .srch__reslt {
        display: grid;
        padding: 0 0 10px 21px !important;

    }
    .rdl__up_single_rd_data_img img , .rdl__single_rd_data_img{
        display: none;
    }
    .rdl_data{
        padding: 1px 0px;
        background:#fff;
        margin: 0 0 0 0px;
        border-radius: 0 0 0 17px;
    }

    .mb_hide_767{
        display: none !important;
    }
    .rdl__up_single_imgd {
        padding: 5px 0 0 0px;
    }
    .rdl__single_title h2 {
        font-size: 16px;
    }
    .rdl__single_title_text {
        font-size: 14px;
    }
    .rdl__single_rd_data {
        display: flex;
        padding: 0 7px;
    }
    .rdl__single_rd {
        padding: 3px 0 0 0px;
    }
    .rdl_up_data {
        padding: 1px 5px;
    }
}

/* Query end max-767 */

.bg_f9f9{
    background: #f9f9f9;
    margin: 0 0 0 0;
}
.bg_f4f4{
    background: #f7f8f9;
}
#main_listing_page .fiterUl li .form-check label {
    transition: all .2s ease-in;
}
#main_listing_page .fiterUl li .form-check:hover label span{
    color: #002856;
    /* font-weight: 600; */
    opacity: 1;
}
#main_listing_page .fiterUl li .form-check:hover label img{
    transform: scale(1.2);
    filter: grayscale(0);
    opacity: 1;
}
#main_listing_page .fiterUl li .form-check .form-check-label img {
    filter: grayscale(100%);
}
.filterdd_btn{
    padding: 0 0px;
    font-size: 26px;
    left: 12px;
    position: absolute;
}
.rdl_lft_flter{
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
    /* margin: -68px 0 0 0; */
    background:#fff;
    z-index: 10;
    border-radius: 6px !important;
    padding: 10px 9px;
    /* height: max-content; */
    /* position: sticky; 
    top: 36px;
    z-index: 99;  */
}
.rdl_filter_form{
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
    border-radius: 6px !important;
    padding: 10px 9px;
    margin: 14px 0;
    background:#fff;
    position: sticky; 
    top: 40px;
    z-index: 9; 
}
.rdl_filter_form h4{
    font-weight: bold;
    color:#002856;
    border-bottom: 2px solid #00C4F4;
    width: max-content;
    padding: 5px 0px;
    font-size: 20px;
}
.rdl_filter_form .bottm{
    padding: 4px 0 20px 0;
}
.rdl_filter_form .bottm span:last-child{
    float: right;
    position: relative;
}
.rdl_filter_form .bottm span:first-child{
    color: #00C4F4;
}
.rdl_filter_form .bottm span:last-child button{
    border-radius: 5px;
    padding: 3px 13px;
    font-size: 14px;
    background:#858585;
    color:#fff;
}

@media screen and (max-width:1100px){
    .rdl_filter_form .bottm span:last-child{
        float: left;
        position: relative;
        padding: 7px 2px 2px 0;
    }
    .rdl_filter_form{
        padding: 10px 9px 16px 9px;
    }
    .rdl_filter_form .bottm {
        padding: 0px 0 30px 0;
    }
}
.tabs-animated {
    overflow: hidden;
}
.rdl__single_title a:hover{
    text-decoration: none;
}

/*  */






/* 
#Global_map{

--web-view-name: Global map;
--web-view-id: Global_map;
--web-scale-on-resize: true;
--web-enable-deep-linking: true;
}
#Group_1 {
position: absolute;
width: 758px;
height: 383px;

overflow: visible;
}
#Asia {
position: absolute;
width: 347px;
height: 232px;
left: 411px;
top: 5px;
overflow: visible;
filter: grayscale(100%);
opacity: .4;
}
#Autrelia {
position: absolute;
width: 140px;
height: 117px;
left: 595px;
top: 212px;
overflow: visible;
filter: grayscale(100%);
opacity: .4;
}
#Europe {
position: absolute;
width: 149px;
height: 117px;
left: 302px;
top: 9px;
overflow: visible;
filter: grayscale(100%);
opacity: .4;
}
#Africa {
position: absolute;
width: 146px;
height: 180px;
left: 319px;
top: 120px;
overflow: visible;
filter: grayscale(100%);
opacity: .4;
}
#North_America {
position: absolute;
width: 336px;
height: 192px;
left: 0px;
top: 0px;
overflow: visible;
filter: grayscale(100%);
opacity: .4;
}
#North_America:hover ,#Asia:hover ,#Autrelia:hover,#Europe:hover,#Africa:hover,#South_America:hover{
filter: grayscale(0%);
opacity: 1;
}
#South_America {
position: absolute;
width: 115px;
height: 190px;
left: 178px;
top: 193px;
overflow: visible;
}
*/





/* Publishsed Internal */
.sbscribe_top{
    padding: 0;
}
/* Publishsed Internal */
.buynow_top{
    padding: 0;
}
.prdl_bread{
    background: transparent;
}
.prdl_bread a{
    color: #777 !important;
}
.plr-25{
    padding: 0 25px;
}
.top_titlesb{
    width: 100%;
    position: relative;
    display: flex;
    padding: 0 0 13px 0;
}
/* .top_titlesb h1{
        font-size: 17px;;
        width: 75%;
        } */
        .top_titlesb h1{
            font-size: 22px;
            width: 95%;
            color: #002658;
            text-align: justify;
        }
        .top_titlesb .right_info{
            font-size: 16px;
            width: 17%;
            text-align: right;
            position: relative;
        }
        .buynow_top{
            color: #fff; 
            background-color: #00A100; 
            padding: 6px 17px;; 
            border-radius: 2px; 
        }
        .buynow_top:hover{
            color: #fff; 
            background-color: #00A100; 
            text-decoration: none;
            box-shadow: 3px 3px 5px 4px rgba(0,0,0,.1);
        }

        .pg_top_nav_tab-content{
            margin: 0 15px;
        }

        .published_rd_parent{
            /* border: 1px solid gray; */
            background: #fff;
            box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.2);
            border-radius: 5px;
            margin-bottom: 25px;
        }
        .pg_top_nav_tabs{
            background: #002856;
            border-radius: 4px 4px 0 0;
            padding: 0 0 0 0;
            border-bottom:none;
        }
        .pg_top_nav_tabs .nav-link{
            padding: 9px 11px;
            background-color:transparent;
            border-color:transparent;
            color: #fff;
            display: flex;
            margin-bottom: 0;
            border-radius: 0;
        }
        .pg_top_nav_tabs .nav-link:hover{
            color:#00c4f4;
            border-color:transparent;
        }
        .pg_top_nav_tabs .nav-link.active{
            color:#fff;
            background-color:#00c4f4;
            border-color:transparent;

        }
        .pg_top_nav_tabs .nav-link i{
            font-size: 22px;
            padding-right: 6px;
        }

        /* Global MAp */
/* .mediaViewInfo {
       --web-view-name: Global map;
       --web-view-id: Global_map;
       --web-scale-on-resize: true;
       --web-enable-deep-linking: true;
}
:root {
       --web-view-ids: Global_map;
       } */

/* #Global_map {
        position: relative;
        background: #E5E5E5;
        width: 1280px;
        height: 800px;
        background-color: rgba(255,255,255,1);
        overflow: hidden;
        --web-view-name: Global map;
        --web-view-id: Global_map;
        --web-scale-on-resize: true;
        --web-enable-deep-linking: true;
        } */
        .parentMap {
            overflow: hidden;


        }
        .map_canvas{
            position: relative;
            width: 755px;
            height: 381px;
    /* left: 400px;
    top: 290px; */
    overflow: visible;
    margin: 0 auto;

}
/*#africa {
    position: absolute;
    width: 198px;
    height: 213px;
    left: 291px;
    top: 112px;
    overflow: visible;
    z-index: 2;
}*/
#asia {
    position: absolute;
    width: 362px;
    height: 358px;
    left: 393px;
    top: 5px;
    overflow: visible;
    z-index: 1;
}
#europe {
    position: absolute;
    width: 139px;
    height: 116px;
    left: 313px;
    top: 8px;
    overflow: visible;

}
.hoopac{
    opacity: .2;
    filter: grayscale(100%);
}
.hoopac:hover {
    opacity: 1;
    filter: grayscale(0%);
}
#latin_america {
    position: absolute;
    width: 117px;
    height: 189px;
    left: 128px;
    top: 192px;
    overflow: visible;
}
#north_america {
    position: absolute;
    width: 323px;
    height: 202px;
    left: 0px;
    top: 0px;
    overflow: visible;
}
/*  */

.pgp_main_content{
    /* width: 100%; */
    /* display: flex; */
}
.pgp_left{
    /* width: 20%; */
    padding: 0 0 0 10px;
    background: #F4F4F4;
}

.pgp_right {
    background: #fff;
}
.tab-content{
    background: #fff;
}
.pgp_left_region_list{
    position: relative;
    padding: 0 0 16px 0;
}
.pgp_left_regions .nav-pills .nav-link i{
    right: -7px;
    position: absolute;
    font-size: 30px;
    display: none;
    margin: -27px 0 6px 0;
    color: #4CAF50;
    /* visibility: hidden; */
}
.pgp_left_regions .nav-pills .nav-link{
    color: rgba(0,0,0,.7);
    padding: 4px 0 0 15px;
}
.pgp_left_regions .nav-pills .nav-link:hover{
    color: #46c9fc;
}
.pgp_left_regions_h2{
    font-size: 19px;
    padding: 11px 3px 3px 0px;
    border-bottom: 3px solid #00c4f4;
    width: max-content;
    margin: 9px 0 13px 16px;
    letter-spacing: .05em;
}
.pgp_left_regions .nav-pills .nav-link.active, .pgp_left_regions .nav-pills .show > .nav-link {
    color:  #46c9fc;
    background-color: transparent;
    font-weight: 600;
    letter-spacing: .04em;
}
.pgp_left_regions .nav-pills .nav-link.active i{
    display: block ;
    /* visibility: visible; */
}
.map_note{
    display: flex;
    margin: 27px 16px 0 16px;
    background: #F4F4F4;
    padding: 5px 0;
}

.map_note span{
    width: 10%;
    align-self: center;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 0 10px;
    color:#002856;
}
.map_note p{
    width: 90%;
    align-self: center;
    margin: 0px 0 0 0;
    font-size: 14px;
}

@media screen and (min-width:1281px){
    .map_note{
        position: absolute;
        bottom: 0;
    }
}

/*  */

/*  */
/* north-america-map */


/* .mediaViewInfo {
        --web-view-name: North America;
        --web-view-id: North_America;
        --web-scale-on-resize: true;
        --web-enable-deep-linking: true;
}
:root {
        --web-view-ids: North_America;
}
* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        border: none;
        } */
/* #North_America {
        position: absolute;
        background: #E5E5E5;
        width: 1280px;
        height: 800px;
        background-color: rgba(255,255,255,1);
        overflow: hidden;
        --web-view-name: North America;
        --web-view-id: North_America;
        --web-scale-on-resize: true;
        --web-enable-deep-linking: true;
        } */
        .north-america {
            position: absolute;
            width: 700px;
            height: 438px;
    /* left: 449px;
    top: 275px; */
    overflow: visible;
}
#any_countris {
    position: absolute;
    width: 590px;
    height: 361px;
    left: 110px;
    top: 0px;
    overflow: visible;
}
#canada {
    position: absolute;
    width: 352px;
    height: 169px;
    left: 116px;
    top: 53px;
    overflow: visible;
    z-index: 1;
}
#central_america {
    position: absolute;
    width: 81px;
    height: 71px;
    left: 216px;
    top: 367px;
    overflow: visible;
}
#mexico {
    position: absolute;
    width: 143px;
    height: 112px;
    left: 110px;
    top: 280px;
    overflow: visible;
}
#usa {
    position: absolute;
    width: 397px;
    height: 272px;
    left: 0px;
    top: 55px;
    overflow: visible;
}






.popover{
    border: 0px !important ;
    background: rgba(255,255,255,.95);
    box-shadow:  0 2px 10px 10px rgba(0, 0, 0, .1);
    z-index: 999;
}
.pub_regions_pop_body{

    padding: 2px 5px;
    border: 0px !important;
}
.pub_regions_pop_body h4{
    color:#00c4f4;
    font-size: 20px;
    color:  rgba(0,0,0,.7);
    font-weight: normal !important;
    letter-spacing: .04em;
}
.pub_regions_pop_body h4 span{
    width: 15px;
    height: 15px;
    border-radius: 7px;
    background: #00c4f4;
    display: inline-block;
    margin: 0 8px 0 0;
}
.pub_regions_pop_body ul{
    display: flex;
    margin-bottom: 0;
}
.pub_regions_pop_body ul li:first-child{
    border-right: 1px solid rgba(0,0,0,.5);
    padding: 0 10px 0 0;
}
.pub_regions_pop_body ul li:last-child{

    padding: 0 0 0 10px;
}
.pub_regions_pop_body ul li{
    display: grid;
}
.pub_regions_pop_body ul li span:last-child{
    color:#00c4f4;
    font-size: 16px;
    font-weight: 600;
}

/* caroussel on published page */
.pub_tab_fig{
    padding: 25px 28px 25px 28px;
}
.pub_tab_fig_thumb img{
    width: 100%;
    height: 101px;
}
.pub_tab_fig_thumb h4{
    font-size: 17px;
    margin: 0;
    opacity: .9;
}
.pub_tab_fig_thumb i{
    position: absolute;
    right: 17px;
    top: 15px;
    opacity: .6;
}
.pub_tab_fig_thumb span{
    font-size: 12px;
    opacity: .6;

}
.thumb_anchor{
    display: grid;
    position: relative;
    padding: 15px 17px;
    background: #F1F2F3;
    width: max-content;
    color: #000;
    width: 100%;
    border-radius: 4px;

}
.thumb_anchor:hover{
    text-decoration: none;
    color: #002856;
    background: #f7fbff73;
}
.thumb_anchor:hover  i{
    font-weight: 600 !important;
    color: #00C4F4 !important;
}
.pub_tab_fig_title{
    font-size: 17px;;
    border-bottom: 3px solid #00C4F4;
    width: max-content;
    padding: 0 10px 6px 0;
    letter-spacing: .03em;
}

/*  */


@media (min-width: 768px) and (max-width: 991px) {

    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    .gfr{
        font-size: 13px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {

    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }

    .carousel-inner .active + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 768px) {

    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 991px) {

    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
.pub-carousel-control-prev{
    width: 2%;
    left: -15px;
}
.pub-carousel-control-next{
    width: 2%;
    right: -15px;
}
.carousel-control-prev-icon{
    background-image: url('../assets/images/left-button.svg');
}
.carousel-control-next-icon{
    background-image: url('../assets/images/right-button.svg');
}

/*  */
#canvas-holder {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}
.data-dot{
    font-size: 12px;
}
.data-dot:first-child{
    color: #002856 !important;
}
.data-dot:last-child{
    color: #00c4f4 !important;
}
.data-dot:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}
.data-dot-green:before {
    background-color: #002856;
}
.data-dot-blue:before {
    background-color: #00c4f4;
}
.pub_nested_donut_values{
    display: flex;
    text-align: center;
    /* padding: 15px 0px; */
}
@media screen and (max-width:991px)
{
    .pub_nested_donut,#canvas-holder{
        display: none !important; 
    }
    .pub_nested_donut_values{
        display: grid !important;
    }
    .map_note span {
        width: 13%;
    }
    .map_note p{
        width: 100%;
        padding: 0 10px;
        text-align: justify;
    }
    .pgp_left_revenue h2{
        margin: 0 auto 17px;
    }
}
@media screen and (max-width:767px)
{
    .map_note span {
        display: none;
    }
    .map_note p{
        width: 100%;
        padding: 0 10px;
        text-align: justify;
    }
    .pg_top_nav_tabs {

        height: 100%;
        display: grid;
    }
    .top_titlesb {
        display: grid;
    }
    .top_titlesb h1{
        width: 100% !important;
        text-align: justify;
    }
    .top_titlesb .right_info {
        width: 100% !important;
        /* text-align: left; */
    }
}
.rdl_pagination li a{
    color: #002856 !important;
    font-size: 12px !important;
}
.rdl_pagination li a.active{
    color: #fff !important;
    background: #002856 !important;
}

#toggleReadBtn{
    background: transparent;
    border: none;
    color: 	#00c4f4;
    cursor: pointer;
}
/*  */

/* .mediaViewInfo {
        --web-view-name: global_map;
        --web-view-id: global_map;
        --web-scale-on-resize: true;
        --web-enable-deep-linking: true;
}
:root {
        --web-view-ids: global_map;
}
* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        border: none;
}
#global_map {
        position: absolute;
        background: #E5E5E5;
        width: 1280px;
        height: 800px;
        background-color: rgba(255,255,255,1);
        overflow: hidden;
        --web-view-name: global_map;
        --web-view-id: global_map;
        --web-scale-on-resize: true;
        --web-enable-deep-linking: true;
        } */
        #Group_2 {
            position: absolute;
            width: 757px;
            height: 375px;
    /* left: 400px;
    top: 290px; */
    overflow: visible;
}
#asia_pacific {
    position: absolute;
    width: 316px;
    height: 296px;
    left: 441px;
    top: 65px;
    overflow: visible;
    z-index: 1;
}
#europe {
    position: absolute;
    width: 411px;
    height: 120px;
    left: 292px;
    top: 2px;
    overflow: visible;
}
#latin_america {
    position: absolute;
    width: 144px;
    height: 219px;
    left: 102px;
    top: 156px;
    overflow: visible;
}
#middle_east_africa {
    position: absolute;
    width: 199px;
    height: 214px;
    left: 292px;
    top: 116px;
    overflow: visible;
    z-index: 2;
}
#north_america {
    position: absolute;
    width: 323px;
    height: 182px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

/*  */


.pub-value-switch-button {
    width: 178px;
    height: 30px;
    text-align: center;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%, -50%, 0);
    will-change: transform;*/
    z-index: 197 !important; 
    cursor: pointer;
    transition: 0.3s ease all;
    border: 1px solid white;
    margin: 0 auto;
    display: flex;
}
.pub-value-switch-button-case {
    display: inline-block;
    background: none;
    width: 89px;
    height: 100%;
    color: #002856;
    position: relative;
    border: 1px solid #002856;
    transition: 0.3s ease all;

    letter-spacing: 1px;
    padding-bottom: 1px;
    font-size: 13px;
}
.pub-value-switch-button-case:hover {
    color: grey;
    cursor: pointer;
}
.pub-value-switch-button-case:focus {
    outline: 1px solid;
}
.pub-value-switch-button .active {
    color: #151515;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    transition: 0.3s ease-out all;
}
.pub-value-switch-button .switch-active-case {
    color: #fff;
    background: #002856;
}

@media screen and (min-width:992px){
    .pub-value-switch-button{
        display: none !important;
    }
}



/* ============================= */
.chart-mdl {
    transition: none !important;
    transform: none !important;
    max-width: 70%;
}
.chart-mdl.modal-dialog{
    bottom: 5% ! important ;
}
.mdl-link ,.mdl-link:hover{
    color: #000;
}
.model-tab .nav-link{
    color:#000;
    font-size: 16px;
}
.model-tab .nav-link.active{
    background-color: transparent;
    color:#00C5F4;
}
.tab-bgclr{
    background-color:#F3F3F3;
}
/* ============================= */

/*  */
.right_links{
    display: flex;
    right: 0;
    position: absolute;
    margin: auto;
}
@media screen and (max-width:767px){
    .right_links{
        left: 0;
        position: relative;
        margin: 0px;
        padding: 0px 0px 13px 10px;
    }
    .toc_parent{
        z-index: 0 !important;
    }
    .pl-5{
        padding-left: 10px !important;
    }
}
.rDes_toc_h{
    font-size: 16px;
    padding: 11px 0px 3px 0px;
    border-bottom: 3px solid #00c4f4;
    width: max-content;
    margin: 9px 0 13px 5px;
    letter-spacing: .05em;
}
.rDes_sidebar_h h4 a{

    letter-spacing: .04em;
    font-size: 15px;
    padding: 10px 0;
    color: #002856;
    opacity: 1;
    font-family: Ubuntu;
}
.rDes_sidebar_h h4 a.collapsed{
    opacity: .7;
    color: rgba(0,0,0,.8);
}

.rDes_sidebar_h h4 {
    padding: 0 0 0 15px;
    display: grid;
    margin-bottom: 0;
}
.rDes_sidebar_collapse ul li a{
    color: #000;
    font-size: 14px;
    opacity: .7;
    letter-spacing: .03em;
}
.rDes_sidebar_collapse ul li:hover a{
    text-decoration: none;
    font-size: 14px;
    opacity: 1;
    color: #002856;
    transition: all .1s ease-in;

}
.rDes_sidebar_collapse ul li:hover {
    background: #fff;

}
.rDes_sidebar_collapse ul{
    list-style: none;
    display: contents;

}
.rDes_panel_data{
    padding: 0 20px;
}
.rDes_panel_data h3{
    font-size: 20px;
    text-align: center;
    padding: 20px 0 7px 0;
    color: #002856;
}
.rDes_sidebar_panel{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.rDes_sidebar_panel:last-child{
    border-bottom: none;
}


@media screen and (min-width: 1640px) and (max-width: 1750px) {
    .modal.show .modal-dialog {
        max-width: 88%;
    }

}

@media screen and (min-width: 1751px) and (max-width: 1820px) {
    .modal.show .modal-dialog {
        max-width: 85%;
    }

}
@media screen and (min-width: 1821px)and (max-width: 2200px){
    .modal.show .modal-dialog {
        max-width: 75%;
    }

}

@media screen and (min-width: 2201px) {
    .modal.show .modal-dialog {
        max-width: 50%;
    }
}

.rDes_sidebar_panel_group{
    box-shadow: 0px 7px 4px -4px rgba(0,0,0,.1);
    min-height: 381px;
}

.rDes_sidebar_h .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068" ;
    padding-right: 5px;
}
.rDes_sidebar_h .panel-title > a.collapsed:before {
    float: right ;
    content:"\f067" ;
}
.rDes_sidebar_h .panel-title > a:hover, 
.rDes_sidebar_h .panel-title > a:active, 
.rDes_sidebar_h .panel-title > a:focus  {
    text-decoration:none;
}
/* .rDes_sidebar_collapse .collapse .in{
        display: none !important;
}
.rDes_sidebar_collapse .collapse .in .show{
        display: block !important; 
}
*/

/*  */

.sbscribe_btn{
    color: #fff; 
    background-color: #00A100; 
    padding: 6px 17px;; 
    border-radius: 2px; 
    float: right;
    letter-spacing: .04em;

}
.sbscribe_btn:hover{
    color: #fff; 
    background-color: #00A100; 
    text-decoration: none;
    box-shadow: 3px 3px 5px 4px rgba(0,0,0,.1);
}
.subscribe_row{ 
    background:  #002856;
    margin: 0;
    padding: 15px 0;

}  
.subscribe_row h5{ 
    color: #fff;
    font-size: 25px;
    letter-spacing: .04em;
    font-family: Ubuntu;
}  

@media screen and (max-width:767px){
    .sbscribe_btn{
        float: none;
    }
    .subscribe_row{ 
        text-align: center;
    }
}
@media screen and (max-width:991px){

    .rdl_filter_form .bottm span:first-child {

        float: right;
        padding: 6px 0;
    }
}


/* FAq */


/* 
.report_faq_title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.report_faq_title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.report_faq_title p {
  padding: 0 190px;
  margin-bottom: 10px;
 
}
*/


.report_faq .card {
    border: none;
    background: transparent;
    margin: 2px 0;
}

.report_faq .card .card-header {
    padding: 0px;
    border: none;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.report_faq .card .card-header:hover {

    padding-left: 10px;
}
.report_faq .card .card-header .report_faq_title {
    width: 100%;
    text-align: left;
    padding:5px 20px;
    font-size: 15px;
    letter-spacing: .04em;
    color: #002856;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-family: Ubuntu;
}

.report_faq .card .card-header .report_faq_title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;

    text-align: center;
    background: #002856;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.report_faq .card .card-body {
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    letter-spacing: .04em;
    border-top: 1px solid #F3F8FF;
}


@media (max-width: 991px) {
    .report_faq {
        margin-bottom: 30px;
    }
    .report_faq .card .card-header .report_faq_title {
        line-height: 26px;
        margin-top: 10px;
    }
}

.rDes_sidebar_collapse ul li a{
    padding: 4px 30px;
    cursor: pointer;
    display: block;
    transition: all .3s ease-in-out;
}
/* .custom_dropright_submenu li:hover a{
        padding-left: 10px !important;
        } */
        .rDes_sidebar_collapse ul .dropdown-menu {
            /* display: none; */
        }

        .dropright ul{
            background: #fff;
        }
        .dropright ul li a{
            color: #002856;
        }
        .rd_faq_h5{
            color: #002856;
            border-bottom: 2px solid #00C4F4;
            width: max-content;
            margin: 14px 17px;
            padding: 7px 0;
        }




/* #triangle-left {
    display: none !important;
    width: 0;
    height: 0;
    border-top: 4px solid 
transparent;
border-right: 7px solid
rgba(0, 0, 0, .8);
border-bottom: 4px solid
    transparent;
    left: 2%;
    position: absolute;
    top: 12px;
    transform: rotate(271deg);
}
*/


/* 
.pub_rd_accordian{
        border: none;
        background: transparent;
}
.pub_rd_accordian_submenu{
        background: transparent;
        } */

        .pb_rd_link{
            background: transparent;
        }
        .toc_parent{
            background:  #F4F4F4;
            padding: 7px 3px 0 9px;
            position: sticky;
            z-index: 50;
            top: 42px;
            display: grid;
            margin: -10px 0 0 0;
        }
        .pub_rd_accordian {
            width: 100%;
            max-width: 100%;
            margin: 0;
            background:  #F4F4F4;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 0px;
            border: none;
            /* min-height: 670px; */

        }
        .pub_rd_accordian_submenu {

            background:  #fff;
        }
        .pub_rd_accordian_submenu a{
            padding-left: 24px;
            font-size: 14px;
            opacity: .7 !important;
            transition: all .4s;
        }
/*	.pub_rd_accordian_submenu a:hover{
                padding-left: 28px;
                font-size: 14px;
                opacity: 1 !important;
                }*/
                .pub_rd_accordian_submenu li.active>a{
                    color: #002856 !important;
                    font-weight: bold;
                    background:rgba(0, 40, 86, 0.2);
                }

                @media screen and (min-width:768px) and (max-width:991px){
                    .rDes_toc_h {
                        font-size:14px;
                        margin:0;
                    }
                }
                .more_faqs{
                    color: #002856;
                }
                .more_faqs:hover{
                    color: #002856;
                    text-decoration: none;
                    color: rgb(17, 141, 3);

                }


                /* pub-cp-list.html */

                .cp_single_box {
                    position: relative;
                    width: 100%;
                    background: #F4F4F4;
                    padding: 12px 2px 0 12px;
                    height: 100%;
                    /* box-shadow: 0 0 5px 3px rgba(0,0,0,.1); */
                }
                .cp_single_box img {
                    width: max-content;
                    /* height: 50px; */
                }  
                .cp_single_box .overlay {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    height: 100%;
                    width: 100%;
                    opacity: 0;
                    transition: .2s ease;
                    background-color: rgba(0, 40, 86, .9);
                }  
                .cp_single_box:hover{

                }
                .cp_single_box:hover .overlay {
                    opacity: 1;
                } 
                .cp_single_box .text {
                    color: white;
                    font-size: 20px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    text-align: center;
                    display: grid;
                    width: 70%;
                }
                .cp_single_box .text  .cmpy_name{
                    /* border-bottom: 2px solid #00C4F4; */
                    padding: 0 0 5px 0;
                    white-space: pre-line;
                    letter-spacing: .06em;
                    font-size: 17px;
                }

                .cp_single_box ul li{
                    display: inline;
                }
                .cp_single_box ul{
                    display: grid;
                }
                .cp_single_box ul li .fst{
                    color: #002856 ;
                    letter-spacing: .04em ;
                    font-weight: 600;
                    font-size: 13px;
                }
                .cp_single_box ul li .scnd{
                    color: #00C4F4;
                    letter-spacing: .04em;
                    font-weight: 600;
                    font-size: 13px;
                }

                .cp_single_box ul li i{
                    width: 16px;
                    opacity: .5;
                    padding-right: 6px;          
                }
                .related_rps_list{
                    padding: 15px 12px;
                    height: 350px;
                    overflow-y: auto;
                }
                .related_rprt i{
                    align-self: center;
                    font-size: 30px;
                    color: #002856;
                    padding: 0 13px 0 0;
                    opacity: .3;
                }
                .related_rprt a{
                    color: rgba(0,0,0,.6);
                }
                .related_rprt a h5{
                    font-size: 15px;
                }

                @media screen and (min-width: 768px) and (max-width: 991px) {
                    .card:nth-of-type(2n+2) .card__expander {
                        margin-left: calc(-100% - 30px);
                    }
                    .card:nth-of-type(2n+3) {
                        clear: left;
                    }
                    .card__expander {
                        width: calc(200% + 30px);
                    }
                }  


                .thumb_anchor.active{
                    text-decoration: none;
                    color: #002856;
                    background: #7e92a9;
                }

                .arrow-up {

                    border-top: 10px solid #002856;
                }

                .modal{
                    position: fixed;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 28;
                    z-index: 1050;
                    display: none;
                    overflow: hidden;
                    outline: 0;
                }
                .thm_blue_clr{
                    color: #002658;
                }
                .thm_lgt_clr{
                    color: #00C4F4;
                }


                .modal-content{
                    background-color: #f0f3f5;
                    border-radius: 2px;
                }
                .notedata{
                    opacity: .5;
                }
                .clr_wht{
                    background-color: #FFF;
                }

                .switch {
                    position: relative;
                    display: inline-block;
                    width: 40px;
                    height: 20px;
                }

                .switch input { 
                    opacity: 0;
                    width: 0;
                    height: 0;
                }

                .slider {
                    position: absolute;
                    cursor: pointer;
                    top: 0;
                    left: -4px;
                    right: 0;
                    bottom: 0;
                    background-color: #808080;
                    -webkit-transition: .4s;
                    transition: .4s;
                }

                .slider:before {
                    position: absolute;
                    content: "";
                    height: 15px;
                    width: 15px;
                    left: 2px;
                    bottom: 3px;
                    background-color: white;
                    -webkit-transition: .4s;
                    transition: .4s;
                }

                input:checked + .slider {
                    background-color: #00C4F4;
                }

                input:focus + .slider {
                    box-shadow: 0 0 1px #2196F3;
                }

                input:checked + .slider:before {
                    -webkit-transform: translateX(26px);
                    -ms-transform: translateX(26px);
                    transform: translateX(26px);
                }

                /* Rounded sliders */
                .slider.round {
                    border-radius: 20px;
                }

                .slider.round:before {
                    border-radius: 50%;
                }

                .fnt-size{
                    font-size: 17px;;
                }
                .close{
                    opacity: 1;
                }
                .mp-0{
                    margin: 0px;
                    padding: 0px;
                }

                .related_rprt a:hover{
                    color: #002856;
                    text-decoration: none;
                }
                .smll_sub_box{
                    padding: 20px 0 0 0;

                    position: relative;
                    margin: 4% 5%;
                    border: 1px solid rgba(0,0,0,.1);
                    border-radius: 0 0px 7px 7px;
                }
                .smll_sub_box:hover{
                    box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
                }
                .smll_sub_box .secD{
                    display: flex;
                }
                .smll_sub_box .secD{
                    display: flex;
                }
                .smll_sub_box .secD span{
                    padding-left: 15px ;
                    align-self: center;
                }
                .smll_sub_box .secD a{
                    right: 0;
                    position: absolute;
                    align-self: center;
                }
                .smll_sub_box .thrD{
                    background: #002856;
                    border-radius: 0 0 7px 7px;
                }
                .smll_sub_box .thrD ul li{
                    color: #fff;
                }
                .cp_imgDiv{
                    height: 50px;
                }
                /*  */


                .cp_single_box .text  .cmpy_name::after {
                    content: '';
                    display: block;
                    width: 0;
                    height: 2px;
                    background: #00C4F4;
                    transition: width .5s;
                    margin: 4px 0 0 0;
                }

                .cp_single_box:hover .cmpy_name::after {
                    width: 100%;
                    transition: width .5s;
                }
                .cp_single_box:hover .overlay .text .rmore{
                    transform: scale(1.09);
                    transform: translate3d(0,0,0);
                } 
                .cp_single_box .text .rmore{
                    letter-spacing: .04em;
                    transform: scale(.8);
                    transition: all .5s;
                    transform: translate3d(0,100%,0);

                }

                #cpListPagination {
                    margin: 0 auto;
                }


                #cpListPagination .page-numbers {
                    color: #002856;
                    background-color: #fff;
                    padding: 3px 10px;
                    border: 1px solid #002856;
                }

                #cpListPagination .page-numbers:hover {
                    color: white !important;
                    background-color: #002856;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    text-decoration: none;

                }

                #cpListPagination a.page-numbers.active {
                    color: white !important;
                    background-color: #002856;
                    text-decoration: none;
                }

                .smll_sub_box{
                    padding: 20px 0 0 0;

                    position: relative;
                    margin: 4% 5%;
                    border: 1px solid rgba(0,0,0,.1);
                    border-radius: 0 0px 7px 7px;
                }
                .smll_sub_box:hover{
                    box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
                }
                .smll_sub_box .secD{
                    display: flex;
                }
                .smll_sub_box .secD{
                    display: flex;
                }
                .smll_sub_box .secD span{
                    padding-left: 15px ;
                    align-self: center;
                }
                .smll_sub_box .secD a{
                    right: 0;
                    position: absolute;
                    align-self: center;
                }
                .smll_sub_box .thrD{
                    background: #002856;
                    border-radius: 0 0 7px 7px;
                }
                .smll_sub_box .thrD ul li{
                    color: #fff;
                }
                .cp_imgDiv img{
                    height: 50px;
                }
                /*  */

                .table td{
                    padding:5px;
                    border: 0.2px solid #002856;
                    font-size:12px;
                }
                .table th{
                    padding:5px;
                    color:#002856;
                    border: 0.2px solid #002856;
                    font-size:13px;
                }
                .type-name{
                    color:#002856;
                    font-weight: bold;	
                    border: 0.2px solid #002856;

                }
                .hgt-hr-1{
                    border: 1px solid #00C4F4;
                    background: #00C4F4;
                    margin-top: 10px;
                    margin-bottom: 0px;
                }
                .hgt-hr-2{
                    border: 2px solid #00C4F4;
                    background: #00C4F4;
                    margin-top: 10px;
                    margin-bottom: 0px;
                }
                .hgt-hr-3{
                    border: 3px solid #00C4F4;
                    background: #00C4F4;
                    margin-top: 10px;
                    margin-bottom: 0px;
                }
                .breadcrumb1{
                    padding: 5px 3px;
                    margin-bottom: 5px;
                }
                .breadcrumb-item + .breadcrumb-item::before{
                    padding: 1px 7px;
                }
                .breadcrumb-item a{
                    font-size: 14px;
                }
                .small-content{
                    font-size: 14px;
                    float: right;
                    padding: 7px 0px;
                    color: #656565;
                }


                /*css declaration generic for firefox and other browsers*/
/* .new_rd_left_filter {
        top: 73px !important;
        margin: -33px 0 0 0 !important;
        } */
/* .main-wrapper .container {
    margin-top: 5px;
    } */

    /*css declaration only for Chrome/Safari*/

/* @media screen and (-webkit-min-device-pixel-ratio:0) { 
        .new_rd_left_filter {
                top: 103px ;
                margin: 0px 0 0 0;
        }
        } */
        /* New classes 07072020 */
        @media screen and (min-width:768px){
            .new_rd_left_filter{
                top: 21px ;
                position: sticky ;
                z-index: 9 ;
                display: table ;
                margin: -70px 0 0 0;
            }

        }
        @media screen and (min-width:768px) and (max-width:991px){
            .new_rd_left_filter{

                margin: -69px 0 0 0;
                width: 33.33%;
            }

    /* .new_rd_left_filter{
            top: 21px ;
            position: sticky ;
            z-index: 999 ;
            display: table ;
            margin: -70px 0 0 0;
            } */
            #main_listing_page {

                padding: 10px 0 0 0px;
            }
            .search__col{
                padding: 0 ;
            }
            .new_rdl_rd {
                width: 100%;
                padding: 8px 0px 0px 10px;
            }
            .selectrrow {
                padding: 20px 10px;
            }

        }
        .selectrrow .input-group-append button{
            border-radius: 3px !important;
        }
        .selectrrow .input-group-append button i{
            transform: rotate(42deg);
        }
        .srch__reslt div:first-child .breadcrumb{
            background: transparent;
            padding: 12px 0 19px 0;
        }
        .srch__reslt div:last-child{
            text-align: right;
        }

        @media screen and (max-width:991px){
            .main_listing_page{
                padding: 0;
            }
        }
        .rdl__single_title_text p{
            margin-bottom: 0 ;
            padding-bottom: 3px;
        }
        @media screen and (max-width:767px){
            .new_rd_left_filter {
                width: 100%;
                margin: 0px 0 0 0;
                background: #fff;
                z-index: 10;
                border-radius: 6px !important;
                padding: 10px 0px;
                height: max-content;
                height: 248px;
                overflow-x: scroll;
            }
            .selectrrow{
                z-index: 20;
                padding: 14px 10px;
            }
            .srch__reslt div:last-child {
                text-align: left;
            }
        }
        @media screen and (min-width:992px) and (max-width:1110px){
            #main_listing_page .fiterUl li .form-check .form-check-label span {
                font-size: 12px;

            }
        }

        @media screen and (min-width:992px){
            .new_rd_left_filter {
                top: 36px;
            }
        }



        /* Company Profiles Details */

        .cp_details_logo{
            display: grid;
            box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
            padding: 12px 10px 12px 30px;
            /* text-align: center; */
        }
        .cp_details_logo img{
            /* margin: 0 auto; */
        }
        .cp_details_logo small{
            padding: 6px 0;
            font-size: 10px;
            font-style: italic;
            opacity: .7;
        }
        .cp_details_topics{
            padding: 17px 0 0 15px;

        }
        .cp_details_topics ul{
            list-style-image: url('../assets/images/bullet.svg');
        }
        .cp_details_topics h3{
            font-size: 15px;
            font-family: Ubuntu;
            opacity: .8;
            padding: 0 0 0 15px;
            margin: 0;
        }
        .cp_details_topics ul{
            padding: 0 0 0 46px;
        }
        .cp_details_topics ul li a{
            padding: 0 0 0 2px;
            font-size: 14px;
            color: rgba(0,0,0,.7);
        }

/* .cp_details_topics ul li::before {
        background-image: url(../assets/images/bullet.svg);
        color: #00C4F4;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: 0em;
  }

  */





  .rdl__pub_r_dropd:hover .dropdown-toggle::after{
    margin: 9px 0 0 0;
    transform: rotateZ(226deg) ;
}
.rdl__pub_r_dropd .dropdown-toggle {
    color: white ;
    z-index: 1001;
}
.rdl__pub_r_dropd .dropdown-toggle::after {
    display: inline-block ;
    width: 10px ;
    height: 10px ;
    vertical-align: middle ;
    content: "" ;
    /*border: .3em solid ;*/
    border-width: 0 .15em .15em 0 ;
    transform: rotateZ(45deg) ;
    right: 6px;
    top: 12px;
    position: absolute ;
    margin: 4px 0 0 0;
    transition: all .3s;
}

.cpOnRdl{
    display: inline-flex;
    margin-left: 30%;
}
.cpOnRdl h4{
    white-space: pre;
    align-self: center;
    color: #002658;
    /* border-bottom: 1px solid #00c4f4; */
    padding: 0 0 5px 0;
    margin: 0 0 0 30px;
    font-size: 14px;
    font-weight: 600;
    /* width: max-content; */
}
.cpOnRdl img{
    margin: 0 0 0 12px;
}

.gfrCol{
    padding: 10px 0 0 0;
}
.cpOnRdl img{
    width: 100%;
}
@media screen and (min-width:768px){
    .cpOnRdl{
        display: inline-flex;
        width: 100%;
    }
    .cpOnRdl h4{
        width: 25%;
    }
    .cpOnRdl img{
        width: 75% !important;
    }

}


@media screen and (max-width:991px){
    .gfrCol{
        padding:0px 0 0 0;
    }
}
@media screen and (max-width:767px){
    .gfrCol{
        padding: 0 0 30px 0 !important;
    }
    .gfrCol .gfr{
        bottom: 0;
    }
}

.rdl__single_rd_data_img{
    padding: 15px 0 0 0;
}
.rdl__up_single_rd_data_img{
    padding: 6px 0;
}
/* mb_hide_767 */

.straits_pages{
    background: #022856;
    padding: 1% 1%;
    text-align: center;
}
.straits_pages a{
    color: #fff;
    padding: 0 17px;;
    white-space: pre;
}
.footer_logo{
    width: 145px;
}
.straits_footer .footer_subscribe h4{
    border-bottom: 3px solid #00C4F4;
    padding: 0 0 13px 0;
    width: max-content;
}

.straits_footer .follow_icons span{
    border-bottom: 3px solid #00C4F4;
    padding: 0 0 13px 0;
    width: max-content;
}
.footer_bottom{
    padding: 3% 2%;
}
@media screen and (max-width:767px){
    .footer_bottom{
        padding: 2% 4%;
    }
    .follow_icons{
        padding: 20px 0;
    }
    .footer_subscribe{
        padding: 20px 0;
    }
}

/*  */
.desc_top_titlesb .details_regional_dd{
    width: 6%;
    z-index: 69;
}
.details_regional_dd button{
    width: 42px;
    height: 42px;
}
.details_regional_dd button img{
    width: 32px;
}
.details_regional_dd .dropdown-menu{
    transform: translate3d(0px, 58px, 0px) !important;
    padding: 3px 9px 8px 0px;
    min-width: 163px;
    background: #EFEFEF;
    left: -123px;
    top:-15px;
    border:none;
    box-shadow: 1px 1px 1px 1px #EFEFEF;
}

.details_regional_dd .dropdown-toggle::after {
    bottom: 0;
    margin: 0 13px -9px 0 !important;
}

.details_regional_dd .dropdown-toggle img{
    margin: 0px 0 0 3px;
}
/*.details_regional_dd .dropdown-toggle{
      border-bottom: 13px solid #ff5200;
      }*/
      .details_regional_dd .dropdown:hover .dropdown-toggle::after{
        margin: 13px 13px -14px 0 !important;
        transform: rotateZ(226deg) ;
    }

    .toggledownrdescription{
        bottom: 10px;
        position: absolute;
        width:32px;
        text-align: center;
        color: #022856;
        font-size: 17px;;
    }
    .desc_top_titlesb h1{
        font-size: 17px;;
        /*width: 77%;*/
        color: #002658;
        text-align: justify;
    }
    .desc_top_titlesb .right_info{
        font-size: 16px;
        width: 23%;
        text-align: right;
        position: relative;
    }

    .desc_top_titlesb{

    }
    .notifications-count{
        letter-spacing: 0.26px;
        color: #FF0000;
        opacity: 1;
    }

    /*  */

    .single_cp_info ul li{
        display: inline;
        padding: 0 29px 0 0px;
        text-align: center;
    }
    .single_cp_info ul{
        display: flex;
    }
    .single_cp_info ul li .fst{
        color: #002856 ;
        letter-spacing: .04em ;
        font-weight: 600;
        font-size: 13px;
    }
    .single_cp_info ul li .scnd{
        color: #00C4F4;
        letter-spacing: .04em;
        font-weight: 600;
        font-size: 13px;
    }

    .single_cp_info ul li i{
        width: 16px;
        opacity: .5;
        padding-right: 6px;          
    }
    .cp_details_topics ul li{
        padding: 4px 0;
    }
    @media screen and (max-width:567px){
        .single_cp_info ul{
            display: grid;
        }

        .single_cp_info ul li{

            text-align: left;
            padding-left: 30px;
        }
    }

    @media screen and (min-width:768px){

        .pg_top_nav{
            top: 0;
            position: sticky;
            z-index: 68;
        }
    }


    /*  */
    #relatedReport ul.tabs li {
        float: left;
        margin: 0;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        color: #000;
        font-weight: bold;
    }
    #relatedReport .tab_last { border-right: 1px solid #333; }

    #relatedReport ul.tabs li:hover {
        color: #00C4F4;
    }
    #relatedReport ul.tabs li.active {
        background-color: #fff;
        color: #333;
        display: block;
        color: #00C4F4;

    }
    #relatedReport .tab_content {
        /* padding: 20px; */
        display: none;
    }
    .d-grid{
        display: grid;
    }
    /*  */






    /* Regional overview MAps */

    /* North america */
/* #countryCanada {
        position: absolute;
        width: 398px;
        height: 205px;
        left: 102px;
        top: 0px;
        overflow: visible;
        z-index: 2;
}
#countryGreenland {
        position: absolute;
        width: 203px;
        height: 108px;
        left: 445px;
        top: 0px;
        overflow: visible;
        z-index: 3;
}
#countryMexico {
        position: absolute;
        width: 133px;
        height: 104px;
        left: 102px;
        top: 260px;
        overflow: visible;
        z-index: 2;
}
#countryUsa {
        position: absolute;
        width: 368px;
        height: 253px;
        left: 0px;
        top: 51px;
        overflow: visible;
        } */
        /*  */
        /* Asia Pacific  */
/* #countryRest_of_asia_pacific {
        position: absolute;
        width: 378px;
        height: 355px;
        left: 0px;
        top: 0px;
        overflow: visible;
        z-index: 0;
}
#countryAustralia {
        position: absolute;
        width: 159px;
        height: 132px;
        left: 200px;
        top: 197px;
        overflow: visible;
        z-index: 5;
}
#countryChina {
        position: absolute;
        width: 155px;
        height: 115px;
        left: 81px;
        top: 7px;
        overflow: visible;
        z-index: 1;
}
#countryIndia {
        position: absolute;
        width: 83px;
        height: 96px;
        left: 76px;
        top: 68px;
        overflow: visible;
        z-index: 2;
}
#countryIndonesia {
        position: absolute;
        width: 139px;
        height: 57px;
        left: 160px;
        top: 172px;
        overflow: visible;
        z-index: 3;
}
#countryJapan {
        position: absolute;
        width: 31px;
        height: 51px;
        left: 245px;
        top: 34px;
        overflow: visible;
        z-index:4;
}
#countryMalaysia {
        position: absolute;
        width: 58px;
        height: 22px;
        left: 175px;
        top: 167px;
        overflow: visible;
}
#countryVietnam {
        position: absolute;
        width: 17px;;
        height: 51px;
        left: 187px;
        top: 115px;
        overflow: visible;
}
#countrySingapore {
        position: absolute;
        width: 8px;
        height: 4px;
        left: 185px;
        top: 185px;
        overflow: visible;
}
#countrySouth_korea {
        position: absolute;
        width: 13px;
        height: 14px;
        left: 230px;
        top: 58px;
        overflow: visible;
        } */

        /*  */
        /*  */



        /* cp-details */

        #cpDeatilsAccordion .mb-0 > a {
            display: block;
            position: relative;
        }
/* #cpDeatilsAccordion .mb-0 > a:after {
        content: "\f078";
        font-family: 'FontAwesome';
        position: absolute;
        right: 8px;
        } */
/* #cpDeatilsAccordion .mb-0 > a[aria-expanded="true"]:after {
        content: "\f077"; 
        } */
        #cpDeatilsAccordion .card .card-header{
            background-color: #fff;
            padding: 0;
            border:none;
        }

        #cpDeatilsAccordion .card  {
            border: none;
        }
        #cpDeatilsAccordion .card .card-header h5 {
            padding: 0 0;
        }
        #cpDeatilsAccordion .card .card-header img{
            margin: 0 0 0 -1px;
        }
        #cpDeatilsAccordion .card .card-header h5 a{

            padding: 6px 0px;
        }
        #cpDeatilsAccordion .card .card-header h5 a:hover{
            text-decoration: none;

        }
        #cpDeatilsAccordion .card .card-body{
            padding: 0 25px;

        }
        #cpDeatilsAccordion .card .card-body p{
            opacity: .7;
            margin-bottom: 0;
            padding: 4px 0;
            font-size: 14px;
        }
        #cpDeatilsAccordion .card .card-body .card .card-header h5 a{
            color: #002856;
            width: 100%;
        }

        .readMOreLess{
            min-height: 420px !important;
        }
        .readMOreLess.-expanded{
            max-height: 100% !important;
        }
        @media screen and (max-width:767px)
        {
            .pgp_right{
                padding-left: 12px;
            }
        }
        .related_rprt{
            margin: 0 0 19px 0;
        }
        .related_rprt img{
            width: 80px;
            padding: 0 12px;
        }
        .cpd_topics_details h4{
            border-bottom: 2px solid #00c4f4;
            width: max-content;
            padding: 0 0 7px 0;
            font: Bold 19px/29px Ubuntu;
            letter-spacing: 0.56px;
            color: #00C5F4 !important;
            opacity: 1;

        }
        .clrgreen{
            color: #00980A;
        }
        .clrgreen:hover{
            color: #00980A;
        }
        .clryellow{
            color: #FF6F00;
        }
        .clryellow:hover{
            color: #FF6F00;
        }
        .clrblue{
            color: #0078FF;
        }
        .clrblue:hover{
            color: #0078FF;
        }
        .clrdanger{
            color: #FF0000;
        }
        .clrdanger:hover{
            color: #FF0000;
        }
        .brdrleft{
            border-left: 4px solid #00c4f4;
        }
        .brdrbtm{
            border-bottom: 1px solid rgba(0,0,0,.1) !important;
        }
        .brdrbtmprimeClr{
            border-bottom: 2px solid #00c4f4 ;
        }
        .cp_details_topics ul li a.active{
            color: #00C4F4;
        }
        /* cp-details */
        /*  */
        /*  */

        /* Login and register */
        .bgf5f5{
            background-color: #F5F5F5;
        }
        .straits_login h1{
            border-bottom: 3px solid #00c4f4;
            width: max-content;
            margin: 0 auto;
        }
        .straits_login .form-group input{
            border: 1px solid rgba(0,0,0,.2);
            background-color: transparent;
        }
        .straits_login .form-group input:focus{
            background-color: #fff;
        }
        .straits_login ::placeholder{
            font-size: 12px;
            letter-spacing: 1px;
        }
        .straits_login .login_form_btn{
            padding: 6px 15px;
            font-size: 15px;
            border-radius: 5px;
        }
        .straits_login .login_form_btn:hover{
            padding: 6px 15px;
            color: #00C4F4;
            background-color: #fff;
            border: 1px solid #00C4F4;
        }
        .benefits{
            background-color: #002856;
            color: #fff;
            padding: 15px 30px;
        }
        .benefits ul{
            margin: 0;
            list-style-image: url('../assets/images/bullet.svg');
            padding: 0 0 0 14px;
        }
        .benefits ul li{
            font-size: 14px;
        }
        .straits_register .benefits{
            align-items: center;
            padding: 10px 15px;
            border-radius: 4px;
        }
        .register_form{
            padding: 35px 40px 17px; 40px;
        }
        .straits_register .register_form .form-row input::placeholder{
            font-size: 12px !important;
            letter-spacing: 1px;
        }
        .straits_register .register_form .form-row input{
            border: 1px solid rgba(0,0,0,.2);
            background-color: transparent;
        }
        .straits_register .register_form .form-row input:focus{
            background-color: #fff;
        }
        .straits_register .register_form .form-row .firstCol{
            padding-right: 25px ;
            /* margin: 0 0 17px; 0; */
        }
        .straits_register .register_form .form-row .secCol{
            padding-left: 25px ;
            /* margin: 0 0 17px; 0; */
        }
        .straits_register .register_form .sbmitbtn{
            padding: 8px 15px;
            font-size: 15px;
            margin: 19px 0 0 0;
            letter-spacing: .06em;
            background-color: #098A00;
            color: #fff;
        }
        .straits_register h1{
            border-bottom: 3px solid #00c4f4;
            width: max-content;
            margin: auto;

        }
        .straits_register .addressInput{
            padding: 0 5px;
        }
        /*  */


        /* subscription page */

        .subs_now{
            height: 330px;
            background: #002856;
            color: #fff;
            text-align: center;
            padding: 5px 0;
            border-radius: 3px 6px;
        }
        .subs_now h2{
            font-family:Ubuntu;
            border-bottom: 2px solid #00c4f4;
            width: max-content;
            margin: 5px auto;
            font-size: 20px;
            letter-spacing: 1px;
            padding: 3px 5px;

        }

        #subsPackage{
            margin: -142px 0 0 0;
            padding: 0 75px;
        }
        .chapter_list{
            border-top: 10px solid #00c4f4;
            border-bottom: 10px solid #00c4f4;
            display: grid;
            margin: -8px 0 0 0;
            padding: 50px 20px 5px 20px;
        }
        #subsPackage .card input{
            color:black !important;
        }
        #subsPackage .card {
            border: none;
            box-shadow: 0 1px 17px; 1px rgba(0,0,0,.1);
        }
/*#subsPackage .card label{
        min-height:15px !important;
        } */
        #subsPackage .card input[type="checkbox"]:checked ~ .chapter_list{
            border-top: 10px solid #00A509;
            border-bottom: 10px solid #00A509;
        }
        #subsPackage  .package_card .select_all:before{
            position: relative;
            margin: 0 auto;
            color: #00C4F4;
            font-size: 26px;
            top: -3px;
            content: '\2713';
        }
        #subsPackage input[type="checkbox"] { display: none; }

        .chapter_list input[type="checkbox"] + label {
            display: block;
            position: relative;
            padding-left: 15px;
            font: 14px/20px ;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            font-size: 13px;
        }
        #subsPackage input[type="checkbox"] + label:before {
            content: '\2716';
            display: block;
            width: 10px;
            height: 20px;
            position: absolute;
            left: -5px;
            top: 0;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }
        .chapter_list input[type="checkbox"]:checked + label:before {
            content: '\2713' !important;
            width: 10px;
            border-radius: 0;
            color: #00A509;
            opacity: 1;
            border-top-color: transparent;
            border-left-color: transparent;
            font-size: 15px;
        }
        #subsPackage  #selectAllChapters[type="checkbox"]:checked ~ .chapter_list input[type="checkbox"]:checked + label
        , #subsPackage  #selectAllGeos[type="checkbox"]:checked ~ .chapter_list input[type="checkbox"]:checked + label
        , #subsPackage  #selectAllCps[type="checkbox"]:checked ~ .chapter_list input[type="checkbox"]:checked + label
        , #subsPackage  #selectWholereport[type="checkbox"]:checked ~ .chapter_list input[type="checkbox"]:checked + label{
            color: #000;
            opacity: .6;
        }
        #subsPackage  #selectAllChapters[type="checkbox"]:checked ~ .chapter_list .num_selected
        ,#subsPackage  #selectAllGeos[type="checkbox"]:checked ~ .chapter_list .num_selected
        ,#subsPackage  #selectAllCps[type="checkbox"]:checked ~ .chapter_list .num_selected
        ,#subsPackage  #selectWholereport[type="checkbox"]:checked ~ .chapter_list .num_selected
        {

            color: #00A509;
        }
        #subsPackage  #selectAllChapters[type="checkbox"]:checked ~ .select_all
        ,#subsPackage  #selectAllGeos[type="checkbox"]:checked ~ .select_all
        ,#subsPackage  #selectAllCps[type="checkbox"]:checked ~ .select_all
        ,#subsPackage  #selectWholereport[type="checkbox"]:checked ~ .select_all
        {
            background-color: #00A509;
            border: 4px solid #006C07;
        }
        #subsPackage  #selectAllChapters[type="checkbox"]:checked ~ .select_all:before
        ,#subsPackage  #selectAllGeos[type="checkbox"]:checked ~ .select_all:before
        ,#subsPackage  #selectAllCps[type="checkbox"]:checked ~ .select_all:before
        ,#subsPackage  #selectWholereport[type="checkbox"]:checked ~ .select_all:before

        {
            /* content: '\2713' !important; */
            color: #fff;
        }

        #subsPackage  #selectAllChapters[type="checkbox"]:not(:checked) ~ .chapter_list .num_selected .allsel
        ,#subsPackage  #selectAllGeos[type="checkbox"]:not(:checked) ~ .chapter_list .num_selected .allsel
        ,#subsPackage  #selectAllCps[type="checkbox"]:not(:checked) ~ .chapter_list .num_selected .allsel
        ,#subsPackage  #selectWholereport[type="checkbox"]:not(:checked) ~ .chapter_list .num_selected .allsel
        {
            display: none;
        }
        #subsPackage  #selectAllChapters[type="checkbox"]:checked ~ .chapter_list .num_selected .somesel
        ,#subsPackage  #selectAllGeos[type="checkbox"]:checked ~ .chapter_list .num_selected .somesel
        ,#subsPackage  #selectAllCps[type="checkbox"]:checked ~ .chapter_list .num_selected .somesel
        ,#subsPackage  #selectWholereport[type="checkbox"]:checked ~ .chapter_list .num_selected .somesel
        {
            display: none;
        }
        .chapter_list ul{
            padding: 19px 0;
        }
        .chapter_list input[type="checkbox"]:checked + label{
            color: #00c4f4;
        }
        #subsPackage .chapter_list h4{
            border-bottom: 2px solid #00c4f4;
            font-size: 17px;
        }
        .chapter_price{
            right: 0;
            position: absolute;
            font-size: 13px;
        }
        .num_selected{
            font-size: 13px;
        }
        .select_all{
            border: 4px solid #00c4f4;
            padding: 12px 13px;
            width: 65px;
            height: 65px;
            background: #fff;
            margin: -58px auto 0px;
            position: relative;
            border-radius: 50%;
            top: 29px;
            cursor: pointer;
        }
        .package_card{
            margin-bottom: 30px;
        }
        .packageTcount{
            margin: 0 15px;
            padding: 6px 10px 10px 0px;
            display: flex;
            position: relative;
            width: 100%;
            border-bottom: 2px solid #00C4F4;
        }
        .packageTcount a{
            position: absolute;
            right: 0px;
            padding: 6px 32px;
            font-size: 14px;
            letter-spacing: .05em;
            background: #0A8A01;
            color: #fff;
            border-radius: 3px;
        }
        .packageTcount a:hover{
            text-decoration: none;
            color: #fff;
        }
        .packageTcount small{
            opacity: .7;
            font-style: italic;
        }
        .packagePayment{
            margin-top: 100px;
            padding: 0 15px;
        }
        .customerInfoCol{

        }
        .customerInfoTbs{
            display: flex;
        }
        .customerInfoTbs h5{
            color: #002856;
            padding: 0 20px 0 0;
        }
        .customerInfoTbs .nav-tabs{
            border: none;
        }
        .customerInfoTbs .nav-tabs .nav-link{
            border: none;
            border-radius: 0;
            padding: 1px 10px;
            font-size: 17px;;
            color: #000;
            opacity: .3;
        }
        .customerInfoTbs .nav-tabs .nav-link.active{
            color: #00c4f4;
            opacity: 1;
            border: 1px solid #00c4f4;
        }
        .customerInfoTbs .nav-tabs .nav-item:first-child .nav-link{
            border-right: 1px solid;
        }
        .customerInfoTbs .nav-tabs .nav-item:last-child  .nav-link{
            border-left: 1px solid;
        }
        .customerInfopanes .form-row{
            margin: 0 0 15px 0;
        }
        .customerInfopanes .form-row input::placeholder{
            font-size: 13px;
            letter-spacing: .04em;
        }
        .packagepOtions{
            padding: 0 0 0 20px;
        }
        .packagepOtions h5{
            color: #002856;
            padding: 0 20px 0 0;
        }
        #logiTab{
            padding: 5% 0;
        }
        .packBuy ul li label{
            display: inline-grid;
            padding: 10px 0;
            /* border: 1px solid rgba(0, 0, 0, .3); */
            width: 100%;
            border-radius: 3px;
            cursor: pointer;
        }
        .packBuyuserType{
            padding: 0px 0 0 16px;
        }
        .packBuyuserType .packBuyuserPrice{
            padding: 10px 12px;
            /* background: #eaeaea; */
            right: 0;
            position: absolute;
            bottom: 0px;
            color: #00C4F4;
            border-radius: 4px;
        }
        .packBuy ul{
            border-bottom: 1px solid rgba(0,0,0,.3);
        }
        .packBuy .pGateways {
            padding: 15px 0;
            display: table;
            width: 100%;
        }
        .packBuy .radio-button input[type="radio"]:checked ~ span {
            color: #00c4f4 !important;
            font-weight: 600;
        }
        .pGateways .form-check{
            padding: 0;
            display: table-cell;
        }

        .pGateways input[type="radio"]{
            display: none;
        }
        .pGateLables{
            width: auto;
            height: auto;
            cursor: pointer;
            border: 1px solid #CCD5DE;
            margin-right: 3px;
            border-radius: 4px;
        }
        .pGateLables img{
            /* width: 150px !important; */
            padding: 5px 24px;
        }
        .pGateways input:checked + .pGateLables {
            background: #CCD5DE;
            border: none;
            border: 1px solid #CCD5DE;
        }
        .packBuy h5{
            color: #002856;
            padding: 0 20px 0 0;
        }
        .proceedtoP{
            padding: 0 75px;
        }
        .proceedtoPBtn{
            background: #0A8A01;
            color: #fff;
            padding: 7px 14px;
            font-size: 14px;
            border-radius: 3px;
            position: absolute;
        }

        .proceedtoPBtn:hover{
            color: #fff;
            text-decoration: none;
            box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
        }

        /*  */
        @media screen and (max-width:1192px){
            #subsPackage{
                padding: 0 33px;
            }
            #subsPackage .chapter_list h4{
                font-size: 15px;
            }
        }

        @media screen and (min-width:992px) and (max-width:1065px){
            .chapter_list {
                padding: 50px 10px 5px 15px;
            }
            #subsPackage{
                padding: 0 16px;
            }
        }
        @media screen and (max-width:425px){

            #subsPackage {
                padding: 0 0px !important;
            }
            .packagepOtions {
                padding: 28px 0 0 0px;
            }

        }

        @media screen and (min-width:992px) and (max-width:1216px){
            .pGateLables img{

                padding: 5px 15px;
                width: 100px !important;
            }
        }
        @media screen and (min-width:805px) and (max-width:991px){
            .pGateLables img {
                padding: 3px 5px;
                width: 95px;
            }

        }
        @media screen and (min-width:768px) and (max-width:804px){
            .pGateLables img {
                width: 87px;
                padding: 5px 6px;
            }
        }

        @media screen and (max-width:590px){

            .packagePayment {
                margin-top: 100px;
                padding: 0 10px;
            }
            .packagepOtions {
                padding: 0 0 0 0px;
            }
            .pGateLables img {
                width: 113px;
                padding: 5px 16px;
            }
        }
        @media screen and (max-width:364px){

            .pGateLables img {
                width: 95px;
                padding: 5px 13px;
            }
        }

/* .select_all_gray{
        background-color: gray !important;
        border: 4px solid gray !important;
}

.card_gray_border	 
{border-top: 10px solid gray !important;
    border-bottom: 10px solid gray !important;} */


/* #selectWholereport input[type="checkbox"] :checked ~ .chapter_list{
        border-top: 10px solid red !important;
border-bottom: 10px solid red !important;
}
*/


/* My Profile page*/

#myProfile{
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 20px;
}
#myProfile h1{
    font-size: 16px;
    font-family: Ubuntu;
    text-align: center;
    padding: 11px 0;
    letter-spacing: .04em;
    background: #002856;
    color: #fff;
    margin: 0;
}
.profileImage{
    background:  #F3F3F3;
    padding: 25px 0;
}
.profile-img-wrapper {
    position: relative;
    height: 75px;
    width: 75px;
    margin: 0px auto;
    border-radius: 50%;
    overflow: hidden;
    /* box-shadow: 1px 1px 15px -5px black; */
    transition: all 0.1s ease;
    border: 1px solid rgba(0,0,0,.1);
}
.profile-img-wrapper:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.profile-img-wrapper:hover .profile-img {
    opacity: 0.5;
}
.profile-img-wrapper .profile-img {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}
.profile-img-wrapper .profile-img:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 190px;
    background: #ecf0f1;
    color: #34495e;
    text-align: center;
}
.profile-img-wrapper .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
}
.profile-img-wrapper .upload-button .fa-arrow-circle-up {
    position: absolute;
    font-size: 88px;
    top: -6px;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
    color: #34495e;
}
.profile-img-wrapper .upload-button:hover .fa-arrow-circle-up {
    opacity: 0.9;
}
.myProfile-tabs{

}
.myProfile-tabs ul {
    display: grid;
    padding: 15px 0;
    margin: 0;
    border: none;
}
.myProfile-tabs ul li{
    text-align: center;
}
.myProfile-tabs ul li .nav-link{
    color: rgba(0,0,0,1);
    letter-spacing: .04em;
    border: none;
}
.myProfile-tabs ul li .nav-link:hover{
    border: none;
}
.myProfile-tabs ul li .nav-link.active{
    color: #00c4f4;
    font-weight: 600;
    border: none;
}
.paneNotification{
    margin: 0 0 70px 0;
}
.paneNotification h2{
    color: #00c4f4;
}
.paneNotification h2 small{
    font-size: 12px;
    color: #FF2121;
}
.pnot-subHead{
    font-size: 14px;
    font-weight: 600;
    font-family: Ubuntu;
}
.pnImg{
    display: grid;
    align-self: center;
}
.pnImg .newTag{
    color: #FF2121;
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.06em;
}
.pnot-mainAnchor{
    padding: 15px 19px;
    background: #F8F8F8;
    display: flex;
    color: #002856;
    border: 1px solid rgba(0,0,0,.1);
}
.pnot-mainAnchor:hover{
    text-decoration: none;
    color: #002856;
}
.pnTitle{
    padding: 0 0 0 13px;
}
.pnTitle small{
    opacity: .4;
}
.add_noti{
    border: 1px solid rgba(0,0,0,.2);
}
.add_noti h4{
    font-size: 17px;;
    background: #DBDBDB;
    padding: 13px 12px;
    letter-spacing: .04em;
    color: #002856;
}
.add_noti .anIndustries{
    padding: 0 15px;
}
.add_noti .anIndustries li{
    display: flex;
    padding: 3px 0;

}
.add_noti .anIndustries li label{
    margin: auto 0;
    padding: 0 0 0 12px;
    font-size: 14px;
    opacity: .6;
    letter-spacing: .05em;
    cursor: pointer;
}
.add_noti .anIndustries li input{
    cursor: pointer;
}
.add_noti .saveNoti{
    width: 100%;
    background: #002856;
    border: none;
    color: #fff;
    padding: 9px 0;
    letter-spacing: 1px;
    cursor: pointer;
}
.profile_dropdown .dropdown-menu{
    transform: translate3d(-1px, 69px, 0px) !important;
    top: 0px;
    right: 0px;
    will-change: transform;
    padding: 0 1px;
    min-width: 107px !important;
    border: none !important;
    border-radius: 0px;
    opacity: 1;
}
.panemySubs{
    margin: 0 0 30px 0;
}
.panemySubs h2{
    color: #00c4f4;
}
.panemySubs h2 small{
    font-size: 12px;
    color: rgba(0,0,0,.5);
}
.msReports{
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 9px 0;
}
.msReports .msrTitle{
    display: flex;
}
.msReports .msrTitle img{
    width: 70px;
    align-self: baseline;
    padding-top: 6px;
}
.msReports .msrTitle p{
    padding:0 20px;
    color:#141414;
    letter-spacing: .04em;

}
.msrTitle:hover{
    text-decoration: none;
}
.upgradeDiv{
    align-self: center;
}
.msReports .msrUpdate{
    right: 0;
    position: inherit;
    background: #00c4f4;
    color: #fff;
    padding: 7px 13px;
    white-space: nowrap;
    border-radius: 3px;
}
.msrUpdate:hover{
    text-decoration: none;
}
.panelLogSec{

}
.logSecForm{
    border: 1px solid rgba(0,0,0,.2);
    padding: 14px 16px;
    margin: 10px 0 21px 0;
}
.logSecForm .form-control{
    padding: 4px 6px;
} 
.logSecForm .form-control::placeholder{
    color: #002856 !important;
}
.logSecForm .form-control{
    color: #002856 !important;
}
.logSecForm .form-group label{
    font-size: 13px;
    opacity: .5;
}
.mpsave-update{
    background: green;
    border: none;
    padding: 7px 21px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}
.passUpdateForm{
    border: 1px solid rgba(0,0,0,.2);
    padding: 14px 16px;
    margin: 10px 0 21px 0;
}
.passUpdateForm .form-group label{
    font-size: 13px;
    opacity: .5;
}
.profile_btn {
    text-align: left !important;
}
.profile_dropdown:hover .dropdown-toggle {
    background-color:  #00c4f4 !important;
    color: #fff !important;
}
.profile_dropdown:hover .dropdown-menu a{
    background-color:  #00c4f4 !important;
    color: #fff !important;
}
.profile-img-wrapper i{
    font-size: 60px;
    margin: 0 auto;
    padding: 3px 14px;
}
/*  */

/*  */
.prelative{
    position: relative;
}
.chartImgDiv{
    padding: 15px 4px;
    position: relative;
}
#subOverlay {
    position: absolute;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(90deg, #00224A 0%, #0060CF 31%, #00CEFF 55%, #FFFFFF00 78%, #5E5E5E 100%) 0% 0% no-repeat padding-box;
    z-index: 2;
    border-radius: 5px;
    opacity: 1;
    /* cursor: pointer; */

}
#subOverlay3 {
    position: absolute;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent linear-gradient(90deg, #00224A 0%, #0060CF 31%, #00CEFF 55%, #FFFFFF00 78%, #5E5E5E 100%) 0% 0% no-repeat padding-box;
    z-index: 2;
    border-radius: 5px;
    opacity: 1;
    /* cursor: pointer; */

}
.SubsInfo{
    padding: 25px 0 25px 38px;
    position: relative;
    height: 100%;

}
.subsprice{
    position: absolute;
    bottom: 25px;
}
.SubsInfo ul{
    list-style-image: url('../assets/images/bullet.svg');
    color: #fff;
    padding: 15px 0 15px 39px;
    border-bottom: 1px solid rgba(219, 212, 212, 0.1);
    width: max-content;
}
.SubsInfo h4{
    font-size: 25px;
    padding: 4px 0;
    border-bottom: 2px solid #00c4f4;
    width: max-content;
    color: #fff;
}
.SubsInfo .subsprice span{
    color: #fff;
    font-size: 29px;
}
.SubsInfo .subsprice span small{
    color: #fff;
    font-size: 9px;
}
.SubsInfo .subsprice  a {
    background: #0A9B00;
    padding: 8px 17px;;
    color: #fff;
    font-size: 14px;
    margin: 0px 0 0 32px;
    position: relative;
    bottom: 4px;
}
@media screen and (min-width:1028px) and (max-width:1097px)
{
    .SubsInfo {
        padding: 19px 0 19px 20px;
    }
    .subsprice{
        bottom: 19px;
    }
}

@media screen and (min-width:992px) and (max-width:1027px)
{
    .SubsInfo {
        padding: 10px 0 10px 20px;
    }
    .subsprice{
        bottom: 10px;
    }
    .SubsInfo ul {
        padding: 3px 0 6px 39px;
    }
    .SubsInfo ul li{
        font-size: 14px;
    }
}
@media screen and (min-width:900px) and (max-width:991px)
{
    .SubsInfo {
        padding: 7px 0 7px 20px;
    }
    .subsprice{
        bottom: 7px;
    }
    .SubsInfo ul {
        padding: 3px 0 6px 39px;
    }
    .SubsInfo ul li{
        font-size: 14px;
    }
    .SubsInfo .subsprice span {
        font-size: 22px;
    }
    .SubsInfo .subsprice a {
        padding: 6px 11px;
    }
}
@media screen and (min-width:768px) and (max-width:899px)
{
    .SubsInfo h4{
        font-size: 21px;
    }
    .SubsInfo {
        padding: 5px 0 5px 20px;
    }
    .subsprice{
        bottom: 5px;
    }
    .SubsInfo ul {
        padding: 0px 0 6px 39px;
        margin-bottom: 0;
    }
    .SubsInfo ul li{
        font-size: 12px;
    }
    .SubsInfo .subsprice span {
        font-size: 22px;
    }
    .SubsInfo .subsprice a {
        padding: 6px 11px;
    }
}
@media screen and (min-width:673px) and (max-width:767px)
{
    .subsprice{
        bottom: 8px;
    }
    .SubsInfo {
        padding: 8px 0 8px 20px;
    }
}
@media screen and (min-width:564px) and (max-width:672px)
{
    .subsprice{
        bottom: 6px;
    }
    .SubsInfo h4{
        font-size: 20px;
    }
    .SubsInfo {
        padding: 8px 0 8px 20px;
    }
    .SubsInfo .subsprice span {
        font-size: 17px;;
    }
    .SubsInfo .subsprice a {
        padding: 6px 8px;
    }
    .SubsInfo ul {
        padding: 2px 0 5px 39px;
        margin-bottom: 0;
        font-size: 14px;
    }
}
@media screen and (max-width:563px)
{
    .subsprice{
        bottom: 6px;
    }
    .SubsInfo h4{
        font-size: 17px;
    }
    .SubsInfo {
        padding: 10px 0 0px 10px;
    }
    .SubsInfo .subsprice span {
        font-size: 17px;;
    }
    .SubsInfo .subsprice a {
        padding: 6px 8px;
        margin: 0 0 0 15px;
    }
    .SubsInfo ul {
        padding: 0px 0 0px 19px;
        margin-bottom: 0;
        font-size: 13px;
    }
    .prelative{
        min-height: 222px;
    }
    .prelative img{
        min-height: 222px;
    }
}
@media screen and (min-width:1200px)
{

    .prelative{
        max-height: 393px;
    }
    .prelative img{
        max-height: 393px;
    }
    .SubsInfo ul {
        font-size: 17px;;
    }
    .SubsInfo h4{
        font-size: 33px;
    }
}
/* plus minus on accordian  */
.chart_title{color: #002856;}
.collapsePlusMinus:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068" !important;
    padding-right: 5px;
    right: 0;
    position: absolute
}        
.collapsePlusMinus.collapsed:before {
    float: right !important;
    content:"\f067" !important;
}
.collapsePlusMinus{
    width: 100%; 
}
/*  */





/* rd changes */
/*.subModalOnClick{
        filter: blur(2px);
        }*/

        .tbalOverlay {
            position: relative;
            width: 100%;
        }

        .custom_data_table {
            opacity: 1;
            display: block;
            width: 100%;
            height: auto;
            transition: .5s ease;
            backface-visibility: hidden;
        }

        .viewData {
            transition: .5s ease;
            opacity: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            text-align: center;
        }

        .tbalOverlay:hover .custom_data_table {
            opacity: 0.2;
        }

        .tbalOverlay:hover .viewData {
            opacity: 1;
        }

        .viewDataLink {
            background-color: #002856;
            color: white;
            font-size: 16px;
            padding: 16px 32px;
            border-radius: 3px;
        }
        .viewDataLink:hover {
            text-decoration: none;
            color: #fff;
        }

        .main_subs_modal{
            max-width: 50%;
            margin: 0 auto;
        }
        .main_subs_modal .modal-content {
            background-color: #002856;
            color: white;
            max-width: max-content;
            margin: 0 auto;
        }
        .subWindow  h4{
            font-size: 22px;
            padding: 4px 0;
            border-bottom: 2px solid #00c4f4;
            width: max-content;
            color: #fff;
        }
        .subWindow ul{
            list-style-image: url('../assets/images/bullet.svg');
            color: #fff;
            padding: 15px 0 15px 39px;
            border-bottom: 1px solid rgba(219, 212, 212, 0.1);
            width: max-content;
            font-size: 14px;
        }
        .sWsubsprice{
            display: block ruby;
        }
        .sWsubsprice span{
            color: #fff;
            font-size: 29px;
        }
        .sWsubsprice span small{
            color: #fff;
            font-size: 9px;
        }
        .sWsubsprice  a {
            background: #0A9B00;
            padding: 8px 17px;;
            color: #fff;
            font-size: 14px;
            margin: 0px 0 0 32px;
        }
        .subWindowClose span i{
            color: #fff;
            right: 0px;
            position: absolute;
            font-weight: normal !important;
            top: 0px;
        }
        .subWindowClose {
            z-index:9;
        }
        .modal-backdrop {
            background-color: black !important;
        }
        /*  */

































        /* Universal Media queries 14-01-2020*/
        /* min-768 */
        @media screen and (min-width:768px){
            .proceedtoPBtn{
                right: 15px !important;
            }
        }
        /* max-767 */
        @media screen and (max-width:767px)
        {
            .straits_register .register_form .form-row .firstCol{
                padding-right: 0 ;
                padding-left: 0 ;

            }
            .straits_register .register_form .form-row .secCol{
                padding-left: 0 ;
                padding-right: 0 ;

            }
            .register_form {
                padding: 35px 17px; 17px; 17px;;
            }
            .straits_register h1{
                margin: 10px auto;
            }
            .straits_register .benefits{
                /* text-align: center; */
            }
            .straits_register .addressInput{
                padding: 0 0px;
            }
            .plr-25{
                padding: 0 5px;
            }
            .proceedtoP {
                padding: 0 0px;
            }
            .proceedtoPBtn{

                text-align: center;
                margin: 10px auto;
                right: 20px;
            }
            #logiTab {
                padding: 0 0 24px 0;
            }
            .msReports{
                display: grid;
            }
            .main_subs_modal{
                max-width: 90% !important;
                margin: 0 auto;
            }
        }
        /* max-767 end */
        /* ------------------------ */
        /* 768-991 */
        @media screen and (min-width:768px) and (max-width:991px){
            .straits_register h1{
                margin: 10px auto;
            }
        }
        /* 768-991 end */
        /* ------------------------ */
        /* max-991 */
        @media screen and (max-width:991px){
            .package_card {
                margin-bottom: 55px;
            }
        }
        /* max-991 end */









































        .switch1 {
            position: relative;
            display: inline-block;
            width: 90px;
            height: 34px;
        }

        .switch1 input {display:none;}

        .slider1 {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #1dc4f4;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .slider1:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

        input:checked + .slider1 {
            background-color: #002856;
        }

        input:focus + .slider1 {
            box-shadow: 0 0 1px #2196F3;
        }

        input:checked + .slider1:before {
            -webkit-transform: translateX(55px);
            -ms-transform: translateX(55px);
            transform: translateX(55px);
        }

        /*------ ADDED CSS ---------*/
        .on
        {
            display: none;
        }

        .on, .off
        {
            color: white;
            position: absolute;
            transform: translate(-50%,-50%);
            top: 50%;
            left: 50%;
            font-size: 14px;
            font-family: Verdana, sans-serif;
        }

        input:checked+ .slider1 .on
        {display: block;}

        input:checked + .slider1 .off
        {display: none;}

        /*--------- END --------*/

        /* Rounded sliders */
        .slider1.round {
            border-radius: 34px;
        }

        .slider1.round:before {
            border-radius: 50%;
        }

        @media screen and (min-width:992px){
            #rdMainWrapper.toggled .rd-sidebar-toggle {
                margin: 0 0 0 -64px;    
            }
        }

        @media screen and (min-width:992px) and (max-width:1240px){
            .pgp_left_regions_h2{
                width: min-content;    
            }
        }
        /* (add this class in modal-content on geographical outlook) */
        .geoModal-content{    
            min-height: 600px;
        }
        .scrolldata p{
            height: 294px;
            overflow-y: auto;
        }

        @media screen and (min-width:992px) and (max-width:1166px){
            .straits_pages a{
                font-size:12px;
                padding: 16px;
            }
        }
        .errorlist{
            color: red;
        }
        .postcat{
            right:0;
            border: none;
            z-index: 1050;
            top: 50px;
            /*box-shadow: 0 8px 23px -6px #00000061;*/
        }
        @media screen and (max-width:991px){	
            .postcat li a{
                color: #002856 !important;
            }
        }
        .cat-name{
            font-weight: bold;
        }
        .wdth-80{
            width: 120px;
        }
        .wdth-60{
            width:60px;
        }
        .sub-domain{
            background-color: #00C4F4;
            color: #FFF;
            font-size: 12px;
        }
        .sub-domain:hover{
            background-color: #002856;
            color: #FFF;
            font-size: 12px;
        }
        .feature-cat{
            width: 100%;
            height: 300px;
        }
        .readmore-btn{
            color: #1dc4f4;
        }
        .readmore-btn:hover{
            text-decoration: none;
            font-weight: bold;
            color: #1dc4f4;
        }
        .sub-domain-more{
            border:1px solid #00C4F4;
            color: #00C4F4;
            font-size: 14px;
        }
        .sub-domain-more:hover{
            color: #1dc4f4;
            background-color: #002856;
            text-decoration: none;
            font-size: 14px;
        }
        .cardcss{
            border:none;
            box-shadow: 0px 0px 1px 0px #aaaaaa;
        }
        .cardcss:hover{
            box-shadow: 1px 10px 10px 1px #aaaaaa;
        }
        .casestudy{
            background-color:  #02285612;
        }
        .text-blue-bold{
            color: #00C4F4;
            font-weight: bold;
            /*padding-left: 20px;*/
        }
        .subs-info{
            font-size: 20px;
            color: #000;
            padding: 8px;
        }
        .cardcat{
            border:none;
            box-shadow: 1px 2px 2px 1px #aaaaaa;
        }
        .cardcat-head{
            background-color: #002856;
            color: #FFF;
            padding: .5rem 1.25rem;
        }
        .fsize-22{
            font-size: 22px;
        }
        .fsize-20{
            font-size: 20px;
        }
        .get-access{
            color: #00C4F4;
        }
        .get-access:hover{
            color: #00C4F4;
            text-decoration: none;
        }
        .clr-wht{
            color: #FFF;
        }
        .wdth-70{
           max-width: 70%;
       }
       .lbl-cls {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .lbl-cls img {
        width: 25px;
    }

    /* Hide the browser's default radio button */
    .lbl-cls input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .cat-check {
        position: absolute;
        top: 10px;
        left: 8px;
        height: 17px;;
        width: 17px;;
        border:2px solid #6869694a;
        border-radius: 50%;
        /*margin-top: 15px;*/
    }

    /* On mouse-over, add a grey background color */
/*.lbl-cls:hover input ~ .cat-check {
        background-color: #ccc;
        }*/

        /* When the radio button is checked, add a blue background */
        .lbl-cls input:checked ~ .cat-check {
            border:2px solid #000 ;
        }

        /* Create the indicator (the dot/circle - hidden when not checked) */
        .cat-check:after {
            content: "";
            position: absolute;
            display: none;
        }

        /* Show the indicator (dot/circle) when checked */
        .lbl-cls input:checked ~ .cat-check:after {
            display: block;
        }

        /* Style the indicator (dot/circle) */
        .lbl-cls .cat-check:after {
            top: 3px;
            left: 3px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background:#000;
        }

        .no-brd{
            border: none;
        }
        .close-submenu{
            color: red;
            cursor: pointer;
        }
        .subcat-head{
            background-color: #EFEFEF;
            padding:25px 20px !important;
        }
        .subcat-name{
            color: #000;
        }
        .subcat-name:hover{
            color: #002856;
            font-weight: bold;
            background-color: #EFEFEF;
        }
        .profile-subcat{
            color: #000;
        }
        .profile-subcat:hover{
            color: #002856;
            font-weight: bold;
            background-color: #EFEFEF;
        }
        .displaynone{
            display: none;
        }

        .content-section {
            min-height: 2000px;
        }
        .sidebar-section {
            position: absolute;
            height: 100%;
            width: 100%;
        }

        .hd-crt::after{
            border-top: none;
            border-right: none;
            border-bottom: 0;
            border-left: none;
        }

        .clr-lgt{
            color: #00C4F4;
        }
        .pro-drp{
            left: -85px;
            top: 86px;
            border: none;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 3px 6px #51515166;
            opacity: 1;
        }
        .pro-lnk{
            padding: .25rem 1.5rem !important;
        }
        .pro-lnk.active{
            color: #00C4F4 !important;
        }
        .pro-lnk:hover{
            color: #00C4F4 !important;
            padding: .25rem 1.5rem !important;
            background-color: transparent !important;
        }
        .pro-drp .dropdown-item.active, .dropdown-item:active{

            background-color: #FFF;
            color: #00C4F4 !important;
            padding: .25rem 1.5rem !important;
        }
        .dropdown-item.active, .dropdown-item:active{

            background-color: #00C4F4;
            color: #FFF !important;
            padding: .25rem 1.5rem !important;
        }
        .posit{
            margin-top: -10px;
            margin-right: -20px;
            cursor: pointer;
        }
        .wd-50{
            width: 50px;
        }

        .brd-rgt{
            border-right: 2px solid #dedede;
        }
        .pages-sub{
            color: #777;
        }

        .bg-gry{
            background-color: #F2F2F2;
        }
        .list-group-item{
            padding: .5rem 1.25rem;
        }

        .switch2 {
            position: relative;
            display: inline-block;
            width: 40px;
            height: 22px;
        }

        .switch2 input { 
            opacity: 0;
            width: 0;
            height: 0;
        }

        .slider2 {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: -6px;
            right: 0;
            bottom: 0;
            border: 1px solid #00C4F4;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .slider2:before {
            position: absolute;
            content: "";
            height: 15px;
            width: 15px;
            left: 3px;
            bottom: 3px;
            background-color: #00C4F4;
            -webkit-transition: .4s;
            transition: .4s;
        }

        input:checked +.slider2 {
            background-color: #00C4F4;
        }

        input:focus + .slider2 {
            box-shadow: 0 0 1px #2196F3;
        }

        input:checked + .slider2:before {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px);
            background-color: #FFF;
        }

        /* Rounded sliders */
        .slider2.round2 {
            border-radius: 20px;
        }

        .slider2.round2:before {
            border-radius: 50%;
        }


        .switch3{
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
        }

        .switch3 input { 
            opacity: 0;
            width: 0;
            height: 0;
        }
        input:checked + .slider3:before {
            color: red;
        }
        .slider3:before {
            position: absolute;
            content: "";
            height: 15px;
            width: 15px;
            left: 3px;
            bottom: 3px;
            font-family: FontAwesome;
            content: '\2716';
            color: red;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .clr-grn{
            color: green;
            -webkit-text-stroke: 0px white !important;
        }

        .chapt-check i{
            -webkit-text-stroke: 1px white;
        }


        /*24 -02-2020 Tarun added for categories*/

        .lbl-cls1 {
            display: block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
            cursor: pointer;
            font-size: 22px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        /* Hide the browser's default radio button */
        .lbl-cls1 input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        .lbl-cls1 input:checked ~ .cat-check {
            border:2px solid #000 ;
        }

        .lbl-cls1 input:checked ~ .cat-check:after {
            display: block;
        }

        .lbl-cls1 .cat-check:after {
            top: 3px;
            left: 3px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background:#000;
        }
        .lbl-cls1 img {
            width: 25px;
        }
        .res-drp{
            left: -80px;
            top: 44px;
            background-color: #FFF;
            box-shadow: 1px 1px 1px 1px #EEEEEE;
            border: none;
        }
        .dropdown:hover>.dropdown-menu {
            display: block;
        }
        .dropdowncat{
            position: static;
        }
        .cp-name{
            color: #002856;
            font-weight: bold;
            margin: auto;
            border-bottom: 2px solid #1dc4f4;
        }

        @media screen and (max-width:1024px){
            .cp-name{
                font-size: 11px;
            }
        }
        @media screen and (max-width: 767px)
        {
            .gfr {
                font-size: 10px;
            }
            .cp-name{
                font-size: 10px;
            }
        }
        .dropdown-toggle::after{
            border-top: .3em solid #1dc4f4;
        }
        .wdth-35{
            width: 35%;
        }

        .mod-head{
            background: transparent linear-gradient(90deg, #002856 0%, #0055B4 100%) 0% 0% no-repeat padding-box;
            border: 1px solid #707070;
            border-radius: 3px;
            opacity: 1;
            color: #fff;
            border-radius: 0px;
        }
        .clsbtn img{
            margin: -10 0 0 0 !important;
        }

        .f-13{
            font-size: 13px;
            color: #fff;
            background-color: #FF7700 !important;
            text-align: center;
        }
        .f-13:hover{
            font-size: 13px;
            color: #fff;
            background-color: #FF7700;
        }
        .ttl-head h1{
            font-size: 22px;
            color: #002658;
            text-align: justify;
        }

        .rpt-lst-drp{
            width: 145px;
            background:#002856;
            color: #fff;
            display: block;
            border: 1px solid #002856;
            border-radius: 9px 9px 0 0px;
            margin: 5px 0 0px 30px;
            position: relative;
            text-align: left;
            padding-left: 5px;
            font-size: 13px;
        }
        .rpt-lst-drp.focus, .rpt-lst-drp:focus {
            outline: 0;
            box-shadow: none;
        }


        .rdl-pub-dropd:hover .dropdown-toggle::after{
            margin: 9px 0 0 0;
            transform: rotateZ(226deg) ;
        }
        .rdl-pub-dropd .dropdown-toggle {
            color: white ;
            z-index: 1001;
        }
        .rdl-pub-dropd .dropdown-toggle::after {
            display: inline-block ;
            width: 10px ;
            height: 10px ;
            vertical-align: middle ;
            content: "" ;
            border: .3em solid ;
            border-width: 0 .15em .15em 0 ;
            transform: rotateZ(45deg) ;
            right: 5px;
            position: absolute ;
            margin: 4px 0 0 0;
            transition: all .3s;
        }
        .rdl-pub-dropd:hover .rdl-pub-regionlist {
            display: block !important;
        }
        .rdl-pub-dropd{
            position: absolute;
            width: 161px;
            height: 0;
            z-index: 1;
        }

        .rdl-pub-regionlist{
            padding: 0px 1px 0 0px;
            min-width: 145px;
            border-radius: 0px;
            overflow: hidden;
            background: rgb(2, 40, 86);
            border-radius: 0 0 2px 2px;
            /* text-align: center; */
            margin: 0px 0px 0px 1px;
        }

        .rdl-pub-regionlist ul{
            display: grid;
            border-radius: 0px;
        }
        .rdl-pub-regionlist ul li{
            border-radius: 0px;
        }
        .rdl-pub-regionlist ul li a{
            padding: 4px 0px;
            border-radius: 0px !important;
        }
        .rdl-pub-regionlist{
            display: none;
        }

        .rdl-pub-regionlist .nav-pills .nav-item:hover{
            border-left: 4px solid #002856;
            /*background: #EAEAEA !important;*/
            /* transition: all .1s; */
        }
        .rdl-pub-regionlist .nav-pills .nav-item:hover .nav-link{
            margin-left: 0px !important;
            font-weight: bold;
            background: #002856 !important;
        }
        .rdl-pub-regionlist .nav-pills .nav-link{
            color: #FFF ;
            overflow: hidden;
            /* transition: all .2s; */
            /* margin-left: 4px; */
            font-size: 13px;
            background: #002856;
            margin: 1px 0px 1px 4px !important;
        }

        .rdl-pub-regionlist .nav-pills .nav-link.active{
            display: none !important;

        }

        .rdl-pub-regionlist .nav-pills .nav-link.active, .rdl-pub-regionlist .nav-pills .show > .nav-link {
            background: #002856 ;
            color: #fff ;
        }







        .rdlpubrdtoggle{
            /*width: 55px;*/
            background:#1dc4f4;
            color: #fff;
            display: block;
            /*border: 1px solid #002856;*/
            /*border-radius: 9px 9px 0 0px;*/
            /*margin: 5px 0 0px 30px;*/
            position: relative;
            text-align: left;
            padding-left: 5px;
            font-size: 14px;
        }
        .rdlpubrdtoggle.focus, .rdlpubrdtoggle:focus {
            outline: 0;
            box-shadow: none;
        }
        .rdlpubrregionlist{
            padding: 0px 5px 0 0px;
            min-width: 146px;
            border-radius: 0px;
            overflow: hidden;
            background: rgba(255,255,255,.8);
            border-radius: 0 0 2px 2px;
            left: -115px;
        }

        .rdlpubrregionlist ul{
            display: grid;
            border-radius: 0px;
        }
        .rdlpubrregionlist ul li{
            border-radius: 0px;
        }
        .rdlpubrregionlist ul li a{
            padding: 4px 0px;
            border-radius: 0px !important;
        }
        .rdlpubrregionlist{
            display: none;
        }
        .rdlpubrdropd:hover .rdlpubrregionlist {
            display: block !important;
        }

        .rdlpubrregionlist .nav-pills .nav-link{
            color: #000 ;
            overflow: hidden;
            /* transition: all .2s; */
            /* margin-left: 4px; */
            font-size: 13px;
            /*background: #002856;*/
            margin: 1px 0 1px 0 4px !important;
        }

        .rdlpubrregionlist .nav-pills .nav-item:hover{
            border-left: 2px solid #002856;
            /*background: #EAEAEA !important;*/
            /* transition: all .1s; */
        }
        .rdlpubrregionlist .nav-pills .nav-item:hover .nav-link{
            margin-left: 0px !important;
            font-weight: bold;
            /*background: #002856 !important;*/
        }
        .rdlpubrregionlist .nav-pills .nav-link.active{
            display: none !important;
            /* transition: none !important;  */

        }

        .rdlpubrregionlist .nav-pills .nav-link.active, .rdlpubrregionlist .nav-pills .show > .nav-link {
            background: #002856 ;
            color: #fff ;
            /* transition: none !important; */
        }
        .rdlpubrdropd{
            height: 0;
            z-index: 1;
        }

        .w-ato{
            width: auto !important;}
            .cat-img{
                width: 45px;
            }
            .f-18{
                font-size: 18px;
            }
            .brd-lgt{
                border-left: 1px solid #aaaaaa7a;
            }



            .checkboxlbl{background-color:#fff;display:inline-block;height:20px;margin:0 .25em;width:20px;border-radius:4px;border:1px solid #ccc;float:left;cursor: pointer;}
            .checkboxlbl span{display:block;height:28px;position:relative;width:28px;padding:0}
            .checkboxlbl span:after{
                -moz-transform:scaleX(-1) rotate(135deg);
                -ms-transform:scaleX(-1) rotate(135deg);
                -webkit-transform:scaleX(-1) rotate(135deg);
                transform:scaleX(-1) rotate(135deg);
                -moz-transform-origin:left top;
                -ms-transform-origin:left top;
                -webkit-transform-origin:left top;
                transform-origin:left top;
                border-right:4px solid #fff;
                border-top:4px solid #fff;
                content:'';
                display:block;
                height:13px;
                left:2px;
                position:absolute;
                top:9px;
                width:8px;
            }

            .checkboxlbl span:hover:after{border-color:#999}

            .checkboxlbl input{display:none}

            .checkboxlbl input:checked + span:after{-webkit-animation:check .8s;-moz-animation:check .8s;-o-animation:check .8s;animation:check .8s;border-color:#555}


            .checkboxlbl input:checked + .check-success:after{border-color:#8bc34a}

            .top-10{
                margin-top: 10px;
            }

            .lbl-cls:hover{
                background: #efefef;
            }
            .lbl-cls1:hover{
                background: #efefef;
            }

            .cat-check1 {
                position: absolute;
                top: 3px;
                left: 3px;
                height: 17px;
                width: 17px;
                border: 2px solid #6869694a;
                border-radius: 50%;
                margin-top: 8px;
            }
            .lbl-cls input:checked ~ .cat-check1 {
                border:2px solid #000 ;
            }

            .cat-check1:after {
                content: "";
                position: absolute;
                display: none;
            }

            /* Show the indicator (dot/circle) when checked */
            .lbl-cls input:checked ~ .cat-check1:after {
                display: block;
            }

            /* Style the indicator (dot/circle) */
            .lbl-cls .cat-check1:after {
                top: 3px;
                left: 3px;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background:#000;
            }

            .fullpagedropdown{
                background: transparent linear-gradient(0deg, #00C5F4 0%, #002856 100%) 0% 0% no-repeat padding-box;
                opacity: 0.8;
                height: 100px;
                left: 0px;
                height: 408px;
            }
            .filter-btn{
                border-bottom: 2px solid #00C5F4;
                font-size: 18px;
                color: #000;
            }
            .filter-btn:hover{
                text-decoration: none;
                color: #000;
            }
            .ftr-mnu{
                background-color: #FFF;
                box-shadow: 1px 1px 1px 1px #EEEEEE;
                border: none;   
            }

            .ftr-mnu ul {
              transition: all .5s ease;
          }

          .ftr-mnu li:hover ul {
              opacity: 1;
              transform: translateY(0);
          }

          .enableBlur>* {
            filter: blur(4px);
        }

        .disableBlur {
            filter: blur(0);
        }

        .cta-btn {
            display: inline-block;
            color: #fff;
            background-color: #FF8F1B;
            /*background-image: linear-gradient(to right, #FF8F1B, #ff2d00);*/
            background-image: -webkit-linear-gradient(top, #FF8F1B 0%, #ff2d00 50%, #ff2d00 50%, #ff2d00 100%);
            font-size: 15px;
            border-radius: 30px;
            padding: 10px 0px;
            text-align: center;
        }
        .cta-btn:hover{
            text-decoration: none;
            color: #fff;
        }

        .bg-head{
            background-image: linear-gradient(to right, #022856,rgba(255,0,0,0));
            color: #FFF;
        }
        .shape{
            /*background: linear-gradient(135deg,#022856 4%, #00C4F4 15%);*/
            background-color: #f1f1f1;
            width:100%;
            height:60px;
            color:#022856;
            margin:20px auto;
            cursor: pointer;
            border: none;
            border-radius: 30px;
            box-shadow: 1px 1px 1px 0px #022856;
            font-size: 14px;
            white-space: pre-line;
            text-align: center;
            padding: 0px;
        }
        .shape:hover{
            background-color:#dcdcdc;
        }
        .brd-btm{
            border-bottom: 1px solid #022856; 
        }
        .head-brd{
            border-left: 15px solid #022856;
            border-bottom: 2px solid #022856;
            padding-left: 10px;
            padding-bottom: 8px;
            color: #022856;
            font-weight: bold;
        }

        .head-bd {
            position: relative;
            font-size: 30px;
            z-index: 1;
            overflow: hidden;
            text-align: center;
        }
        .head-bd:before, .head-bd:after {
            content: "";
            width: 100%;
            border-bottom: 1px solid #e0e0e0;
            position: absolute;
            left: 0;
            top: 50%;
            z-index: 1;
        }
        .head-bd:before {
            margin-left: -52%;
            text-align: right;
        }
        .head-bd:before {
            margin-right: -52%;
            text-align: left;
        }
        
        .hdg-tag {
            position: relative;
        }
        
        .hdg-tag .hd-line {
            z-index: 3;
            font-size: 28px;
            margin: 0;
            color: #022856;
        }
        .hdg-tag:after {
            content: "";
            width: 100%;
            border-bottom: 1.3px solid #eee;
            position: absolute;
            left: 0;
            top: 50%;
            z-index: 1;
        }
        .cat-bg{
            background-color: #eee;
        }
        .cat-bg:hover{
            background-color: #022856;
            color: #fff !important;
        }
        .blog-card{
            color: #212529;
        }
        .blog-card:hover{
            text-decoration: none;
            color: #212529;
        }
        .field-icon {
            float: right;
            padding-right: 25px;
            margin-top: -25px;
            position: relative;
            z-index: 2;
        }

        .act-lnk{
            color:#00C4F4 !important;
        }

        .top-btn {
            display: none;
            position: fixed;
            bottom: 10px;
            right: 25px;
            z-index: 9999;
            border: none;
            outline: none;
            background-color: #00C4F4;
            color: white;
            cursor: pointer;
            /*padding: 7px 14px;*/
        }

        .top-btn:hover {
            background-color: #022856;
        }
        .f30{
            font-size:30px;
        }
        .faq-panel{
            background-color: #dadada;
            padding: 15px 0px;
        }
        .faq-link{
            color: #5a5a5a;
        }
        .faq-link:hover{
            color: #000;
            background-color: transparent;
            box-shadow: 0px 0px 2px 1px #6b6666;
            border-radius: 0px;
        }
        .nav-pills .faq-link.active{
            color: #000;
            background-color: transparent;
            box-shadow: 0px 0px 2px 1px #6b6666;
            border-radius: 0px;
        }
        .brd-lft{
            border-left: 3px solid #002856;
        }
        .wdth-200{
            width: 200px;
        }
        .career-link{
            color:#4a4a4a;
            text-decoration: none;
        }
        .career-link:hover{
            color:#4a4a4a;
            text-decoration: none;
        }
        .brd-rds-none{
            border-radius:0px !important;
        }
        .btn-apply{
            background-color: transparent;
            color: #707070;
            border-radius: 0px;
            border:1px solid #acacac;
        }

        .cp-name:hover{
            text-decoration: none;
        }
        a:hover{
            text-decoration: none;
        }

        @media screen and (max-width: 991px)
        {
            .pro-lnk{
                color: #000 !important;
            }
        }

        .w120{
            width: 120px;
        }
        @media (max-width: 767px) {
            .breadcrumb{
                padding: 5px;
            }
            .breadcrumb-item a {
                font-size: 9px;
            }
            .breadcrumb-right-arrow .breadcrumb-item+.breadcrumb-item::before {
                content: "›";
                vertical-align: top;
                font-size: 12px;
                line-height: 19px;
            }
            .breadcrumb-item + .breadcrumb-item::before {
                padding: 1px 3px;
            }
            .contact_number{
                display: block;
            }
            .w120{
                width: 80px;
            }
            .breadcrumb-item.active {
                font-size: 9px;
                line-height: 2.6;
            }
            .rdl__pub_r_dropd{
                margin-top: 4px;
            }
            .subsbtnLink{
                padding: 10px !important;
            }
        }
        @media (max-width: 599px) {
            .w120{
                width: 50px;
            }
            .mr-5{
                margin-right: 2px !important;
            }
            .cat-bg span{
                font-size: 11px;
            }
            .details_regional_dd button{
                width: 30px;
                height: 30px;
            }
            .toggledownrdescription{
                width: 20px;
                bottom: 5px;
            }
        }

        @media screen and (max-width:991px){
                    .wdth-70{
                        max-width: 95%;
                    }
                }