
html, body {
    margin: 0px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: relative;
    font-family: 'Adani-Regular';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, ul, li, p, header, aside, footer, section, article, nav, field, label, figcaption, figure, hgroup, input, textarea {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}
/*Breadcrumb*/
.breadcrumb {
    background: none;
    color: #000;
    padding: 0;
    margin: 0.5rem 0;
}

    .breadcrumb li a {
        color: #000;
    }

        .breadcrumb li a:after {
            content: '>';
            padding: 0 5px
        }

    .breadcrumb li:last-child a:after {
        content: none;
    }


/*Banner*/
.mainbanner {
    height: 300px;
    background-size: cover;
    position: relative;
}

    .mainbanner .container, .mainbanner .container .row {
        height: 100%;
    }

    .mainbanner h1 {
        color: #fff;
        margin: 0px 0px 5px 0px;
    }

    .mainbanner h2 {
        font-size: 1rem;
        color: #fff;
    }

.glyphicon {
    margin-right: 100px;
}

.panel-body {
    padding: 0px;
}

    .panel-body table tr td {
        padding-left: 15px
    }

    .panel-body .table {
        margin-bottom: 0px;
    }

/*Page Container*/
.pagecontainer {
    padding: 2rem 0;
}

.panel {
    background: #f7f7f7;
    border: 1px solid #e4e4e4;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

    .panel h3 {
        line-height: 40px;
        color: #ff6633
    }

    .panel p {
        line-height: 25px;
        text-align: justify;
                                font-size: 16px;
                                margin-bottom: 10px;
    }

.txt-orange {
    color: #5275F8;
}

.txt-underline {
    text-decoration: underline;
}
/*End Page Container*/
/*Sidebar*/
#sideNav.active {
    left: 0;
}

#sideNav ul li {
    border-bottom: 1px solid #fff;
}

    #sideNav ul li a {
        padding: 0.8rem 0.4rem;
        display: block;
        background: #e9e9e9;
        color: #000;
        position: relative;
        font-size: 14px;
        text-decoration: none;
    }

        #sideNav ul li a:hover {
            color: #fff;
            background: #5275F8;
        }

    #sideNav ul li .submenu li a {
        background: #e9e9e9;
        color: #000;
    }

        #sideNav ul li .submenu li a:hover, #sideNav ul li .submenu li.active a {
            background: #858585;
            color: #fff;
        }

    #sideNav ul li a.dropdown-toggle::after {
        width: auto;
        height: auto;
        content: '>';
        display: block;
        position: absolute;
        top: 50%;
        right: 0.5rem;
        border: none;
        transform: translateY(-50%) rotate(0deg);
    }

    #sideNav ul li a[aria-expanded=true] {
        background: #ff6633;
        color: #fff;
    }

        #sideNav ul li a[aria-expanded=true]::after {
            transform: translateY(-50%) rotate(90deg);
        }
/*End Sidebar*/

/*Footer*/
footer {
    background: #efefef;
    padding: 2rem 1rem;
    border-bottom: 5px solid #ff6633;
}

    footer span {
        color: #3f3f3f;
        line-height: 33px;
    }
/* End Footer*/

.box {
    background: #eeeeee;
    padding: 15px 15px;
    margin-bottom: 5px;
}

    .box a {
        color: #000;
    }

        .box a:hover {
            color: #5275F8;
        }

.bg-orange {
    background: #5275F8 !important;
    color: #fff;
}

.sprite {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
}

/*Form Download*/
.form-download {
    background: url('images/form-download.png') no-repeat;
}

    #FormDownload:hover > .form-download, #form-download:hover, .form-download:hover {
        color: #FFF !important;
        background: url('images/form-download-2.png') no-repeat;
    }

/*Download Orderes*/
.download-orders {
    background: url('images/download-orders.png') no-repeat;
}

    #DownloadOrdersGrievances:hover > .download-orders, #download-orders:hover, .download-orders:hover {
        color: #FFF !important;
        background: url('images/download-orders-2.png') no-repeat;
    }

/*Consumer Rights*/
.consumer-rights {
    background: url('images/consumer-rights.png') no-repeat;
}

    #ConsumerRightsStatement:hover > .consumer-rights, #consumer-rights:hover, .consumer-rights:hover {
        color: #FFF !important;
        background: url('images/consumer-rights-2.png') no-repeat;
    }

/*Agenda Of healing*/
.agenda {
    background: url('images/agenda-for-healing.png') no-repeat;
}

    #AgendaforHearing:hover > .agenda, #agenda:hover, .agenda:hover {
        color: #FFF !important;
        background: url(/cgrf/images/agenda-for-healing-2.png) no-repeat;
    }

/*Other Links*/
.other-links {
    background: url('images/other-links.png') no-repeat;
}

    #OtherLinks:hover > .other-links, #other-links:hover, .other-links:hover {
       color: #FFF !important;
        background: url('images/other-links-2.png') no-repeat;
    }

/*IGRC*/
.igrc {
    background: url(/cgrf/images/igrc.png) no-repeat;
}

    #IGRC:hover > .igrc, #igrc:hover, .igrc:hover {
        color: #FFF !important;
        background: url('images/igrc-2.png') no-repeat;
    }

/*Vacancy*/
.vacancy {
    background: url('images/vacancy.png') no-repeat;
}

    #vacancy:hover > .vacancy, .vacancy:hover {
        color: #FFF !important;
        background: url('images/vacancy-2.png') no-repeat;
    }

.table {
    border-color: #fff !important;
}

    .table td {
        border: 1px solid #fff;
    }

    .table tr:nth-child(even) {
        background-color: #eee;
    }

    .table tr:nth-child(odd) {
        background-color: #fff;
    }

.valign-middle {
    vertical-align: middle !important;
}

@media (max-width: 991px) {
    .navbar-brand img {
    max-width: 200px;
    }
                .table-responsive-md{
    overflow: auto;
    }
.navbar-collapse .navbar-nav{
    background: #f0f0f0;
    border-top: 2px solid #ff6633;
    margin-top: 15px;
    /* padding: 0px 10px; */
}
.navbar-collapse .navbar-nav .nav-link{
    
padding: 10px 10px;
}
    .mainbanner .bg-images img {
        -webkit-transform: translate(-33%, 0%);
        transform: translate(-33%, 0%);
    }
}

.bg-images {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

    .bg-images img {
        border-radius:0% ;
        min-height: 100%;
        min-width: 100%;
        position: relative;
        height: 100%;
    }
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.accordion .card-header.collapsed:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.border-0 {
    border: 0px;
}

.border-b-0 {
    border-bottom: 0px solid #ccc;
}

.border-r-2 {
    border-left: 2px solid #ba9421;
}

.cgrf .card-header {
    background: #fff;
    border-left: 0px;
    cursor:pointer;
}

.cgrf .bg-gray {
    background-color: #f7f7f7 !important;
    line-height: 10px;
}

#sideNav {
    margin-bottom: 20px;
}
@media (max-width: 767px)
{
#sideNav {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
    margin-left: -280px;
    background: #5275F8;
}
#sideNav.active{
        margin-left: 0;
                                z-index: 99999;
                                display: block;
    }
                .sideNavBtn .btn-secondary{background:#ff6633;border-color:#ff6633;}
               .sideNavBtn .btn-secondary:hover, .sideNavBtn .btn-secondary:active, .sideNavBtn .btn-secondary:focus{box-shadow: 0 0 0 0 #000 !important;background:#686868; border-color:#686868;}
}
.overlay, .overlay-top {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active, .overlay-top.active {
        display: block;
        opacity: 1;
    }

.overlay-top {
    z-index: 999;
}

.active_menu1 span, .cssm_m0, .link, .active_breadcrumbs {
    color: #f36f31 !important;
    word-break: break-word; 
}

#breadcrumbs a {
    color: #333333;
}

#nav > li:nth-child(5) a {
    color: #5275F8 !important;
}

.home_text {
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #e4e4e4;
    font-size: 18px;
    color: #000;
    line-height: 26px;
}
.home_text h1 {
        padding: 0;
        margin: 15px 0;
        color: #f36f31;
        font-size: 30px;
    }
.bg-gray {
    background-color: #eee !important;
}
.txt-sm{font-size: 16px;}