﻿ul.mega-menu-column.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 15px !important;
}
.mega-menu ul.mega-menu-column.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

/*//css pagination*/

#d_page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px;
}

#d_page #d_total_rec {
    color: #303030;
}

#d_page #d_number_of_page button {
    display: inline-block;
    cursor: pointer;
    /*margin-left: 4px;*/
    border: none;
    background: none;
    padding: 0;
    outline: none;
}
    #d_page #d_number_of_page button:after {
        outline: none;
    }
    #d_page #d_number_of_page button span {
        min-width: 35px;
        padding: 0 11px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        /*border-radius: 5px;*/
        display: inline-block;
        color: #333;
        border: 1px solid #dee2e6;
        border-right: none;
    }
    #d_page #d_number_of_page button:last-child span {
        border-right: 1px solid #dee2e6;
    }
    #d_page #d_number_of_page button span.a-active {
        background: #008347;
        color: #fff;
        border: 1px solid #008347;
    }
        #d_page #d_number_of_page button span.a-active:hover {
            background: #008347;
            color: #fff;
            border: 1px solid #008347;
        }
    #d_page #d_number_of_page button:hover span {
        background: #008347;
        color: #fff;
        border: 1px solid #008347;
    }

.breadcrumb-item.active, .toggle .togglet, .toggle .toggleta, .story-box .story-box-tv .story-title, #primary-menu ul li > a {
    color: #000;
}
span, div, p, h1, h2, h3 {
    font-family: 'Myriad Pro' !important;
}
.Newsboard-app_news-text div, .Newsboard-app_news-text span, .Newsboard-app_news-text p {
    font-size: 16px;
    text-indent: 0;
}