    *:focus {
        outline: 0!important;
    }
    
    @font-face {
        font-family: NeutraTextDemiAlt;
        src: url(../fonts/NeutraTextDemiAlt.otf);
    }
    
    @font-face {
        font-family: AdobeCaslonRegular;
        src: url(../fonts/Adobe-Caslon-Pro.ttf);
    }
    /*  Ramesh */
    /* .top-hdr-left-con {
        margin-top: 0px !important;
    } */
    
    .updates-section h4 a {
        font-size: 16px !important;
    }
    
    .collapsed.expanding-formatter.expanding-formatter-processed {
        height: auto !important;
    }
    
    .english_btn a {
        background: #01519a;
        color: #fff;
        padding: 5px;
        text-align: center;
        margin: 0px auto;
        width: 135px;
        display: block;
    }
    
    .body_content img {
        max-width: none !important;
    }
    
    .vedio-item {
        width: 100% !important;
    }
    
    .view-billtrack .views-exposed-form select,
    .view-billtrack .views-exposed-form input[type="text"] {
        margin-top: 2px !important;
        width: 100%;
        height: 32px !important;
        border-radius: 0;
        box-shadow: none !important;
        border: 1px solid #ddd !important;
        padding: 5px 12px 2px !important;
    }
    
    h2 {
        line-height: 1.3;
    }
    
    .page-header {
        padding-bottom: 20px !important;
        border-bottom: 1px solid #ddd !important;
        display: inherit !important;
    }
    
    div.region-content a:hover {
        opacity: 1 !important;
    }
    
    .view-budget-landing-page .view-content>.views-row h2 a {
        font-size: 22px;
        font-family: 'NeutraTextDemiAlt';
        font-weight: 500 !important;
    }
    
    .view-budget-landing-page .view-content>.views-row h2 {
        margin-bottom: 0px;
    }
    
    .other_fields div h3 a {
        color: #131313;
        font-size: 22px;
        line-height: 1.3;
    }
    
    .policy_detail.download_pdf::before {
        content: "";
        position: absolute;
        border-right: 1px solid #fff;
        height: 20px;
        right: 0;
        top: 0;
    }
    
    .filter-val {
        font-family: 'Neutra-Text-Demi-Alt';
        font-size: 17px;
        color: #000000;
        border: 1px solid #01519a;
        padding: 7px 10px 3px;
        margin-bottom: 8px;
    }
    /* .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    } */
    
    .top_content {
        overflow: hidden !important;
    }
    /*  Ramesh */
    /*---Blog css starts here---*/
    /* .body_content img {
        width: 100% !important;
    } */
    
    .blog_view a {
        color: #01519a !important;
    }
    
    #block-views-home-banners-block .views-row .banner-image {
        height: 286px;
    }
    
    #block-views-home-banners-block .views-row .col-6 .banner-image {
        height: 135.5px;
    }
    
    .page_title h1 {
        padding-bottom: 9px;
        /* margin: 40px 0 20px;*/
        font-size: 26px !important;
        border-bottom: 1px solid #eeeeee;
        color: #000;
        font-family: 'NeutraTextDemiAlt';
        /*width:70%;*/
        text-align: left;
    }
    
    .top_heading {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .top_heading a:hover {
        opacity: 0.6;
    }
    
    .top_content p {
        font-size: 16px;
    }
    
    .top_b_heading h2 a {
        font-size: 22px;
    }
    
    .top_content strong {
        font-size: 18px;
        color: #000;
        margin: 4px 0px;
        display: inline-block;
    }
    
    .top_b_heading h2 {
        margin: 0px;
    }
    
    .top_b_heading h1 {
        margin: 0;
    }
    
    a.m_heading {
        text-align: center;
        font-size: 12px;
        font-family: 'Neutra-Text-Demi-Alt';
        color: #01519a;
    }
    
    .small_text span a {
        font-size: 12px;
    }
    
    span.author_info {
        margin-left: 96px;
    }
    
    span.author_info a {
        font-size: 12px;
        color: #01519a;
        font-family: 'Neutra-Text-Demi-Alt';
        font-weight: bold;
    }
    
    span.no_comments a {
        text-align: right;
        float: right;
        overflow: hidden;
        color: #01519a;
    }
    
    span.author_sub_h {
        font-size: 12px;
        font-weight: 600;
    }
    
    .top_b_heading span small {
        font-size: 12px;
        margin: 0px;
    }
    
    .blog-related-post-wrapper h3 {
        font-family: 'Neutra-Text-Demi-Alt';
        font-size: 20px;
        display: inline-block;
        border-bottom: 2px solid #bfbfbf;
        margin: 0;
        width: 102px;
        position: relative;
        top: 1px;
    }
    
    .blog-related-post-wrapper ol.blog_related_post {
        border-top: 1px solid #bfbfbf;
        padding: 15px 0 20px 28px;
        /* border-bottom: 1px solid #bfbfbf; */
        font-family: 'Neutra-Text-Demi-Alt';
        font-size: 20px;
        overflow-x: hidden;
    }
    
    .blog-related-post-wrapper ol.blog_related_post li {
        padding-left: 5px;
    }
    
    .blog-related-post-wrapper ol.blog_related_post li a {
        color: #000;
        font-family: 'AdobeCaslonRegular';
        font-size: 16px;
        letter-spacing: 0 !important;
    }
    
    .blog-related-post-wrapper ol.blog_related_post li:after {
        content: '';
        background-color: #bfbfbf;
        height: 1px;
        display: block;
        margin: 15px -30px 15px;
        clear: both;
    }
    /*---Blog css ends here---*/
    /*---monthly-policy-review starts here---*/
    
    .views-exposed-form .views-exposed-widget:not(.views-widget-filter-field_house_value_i18n) .views-widget select {
        box-shadow: 0 0 1px #bfbfbf;
        font-family: 'Adobe-Caslon-Pro';
        cursor: pointer;
    }
    
    .form-item-field-policy-date-value-1-value-year .date-year select.date-year {
        position: absolute;
        bottom: 5px;
        left: 90px;
        width: 80px !important;
    }
    
    .view-policy-reviews.view-id-policy_reviews .view-filters .views-exposed-widgets>div.views-submit-button button {
        background: #5F5D5D;
        border-color: #5F5D5D;
        border-radius: 0;
        box-shadow: 0 0 12px rgba(255, 132, 0, 0);
        padding: 6px 25px;
        font-size: 14px;
        margin-top: 3px;
    }
    
    button#edit-reset {
        background-color: transparent;
        border: none;
        color: #01519a;
        font-size: 16px;
        padding: 0 14px;
        height: 30px;
    }
    /*---monthly-policy-review starts here---*/
    
    #accordion4 [data-toggle="collapse"] .fa:before {
        content: "\f078";
    }
    
    #accordion4 [data-toggle="collapse"].collapsed .fa:before {
        content: "\f054";
    }
    
    .aicon {
        float: right;
        color: #01519a;
        font-size: 25px;
        text-decoration: none;
        outline: none;
    }
    
    .lamp_accordian {
        position: relative;
    }
    
    .faq_para {
        padding: 0px;
    }
    
    .faq-body a {
        color: #337ab7;
    }
    
    .faq-body p span {
        font-size: 16px;
    }
    
    .faq-body a:hover {
        opacity: 0.6;
    }
    
    .faq-header h6 {
        font-size: 16px;
        color: #01519a;
        padding-left: 30px;
        line-height: .4;
        font-family: 'NeutraTextDemiAlt';
        font-weight: lighter;
    }
    
    .faq-content .fa {
        font-size: 16px;
        color: #01519a;
        position: absolute;
        margin-top: 14px;
    }
    
    .faq_header h3 {
        border-bottom: 1px solid #eee;
        font-size: 22px;
        margin: 0;
    }
    
    .faq-content {
        border-bottom: 1px solid #eee;
    }
    
    #accordion4 p {
        font-family: "tahoma,geneva,sans-serif";
        font-size: 16px;
    }
    
    .faq-header:hover h6 {
        opacity: 0.6;
    }
    
    .faq_header {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    #accordion4 .btn-link:hover {
        color: #0056b3;
        text-decoration: none !important;
        outline: none;
    }
    
    #accordion4 .btn {
        display: inline-block;
        font-weight: 400;
        color: #01519a;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: none;
        padding: 0px;
        font-size: 18px;
        line-height: 1.5;
        border-radius: 0px;
        text-align: left;
        text-decoration: none;
        outline: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    
    #accordion4Example i.fa {
        float: right;
        color: #01519a;
    }
    
    #headingOne a {
        font-size: 20px;
        color: #01519a !important;
        font-weight: bold;
        text-decoration: none;
        display: block;
    }
    
    .card2-header a {
        font-size: 20px;
        color: #000;
        text-decoration: none;
        display: block;
        outline: none;
    }
    
    .card2-header {
        background: #efefef;
        display: block;
        padding: 10px 12px;
        border-top: 1px solid #fff;
    }
    
    .card2-header h2 {
        margin-bottom: 0;
        padding: 0;
    }
    
    .card2-body ul li a:hover {
        background: #efefef !important;
    }
    
    .btn-link {
        text-decoration: none;
    }
    
    .btn-link:hover {
        color: #01519a;
        text-decoration: none;
    }
    /*----sticky sidebar---*/
    
    #faq_sidebar ul li {
        width: 100%;
    }
    /*----sticky sidebar---*/
    
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
        display: none;
    }
    /*----popup vedio section starts here---*/
    /*----Lamp Page starts here---*/
    
    h1.page-header {
        font-size: 26px;
    }
    
    .field-items ul li {
        font-size: 16px;
    }
    
    .page-lamp h2.block-title {
        text-align: center;
        font-family: 'NeutraTextDemiAlt';
        /* font-weight: 600;*/
        font-size: 40px;
    }
    
    .view-content>.views-row {
        border-bottom: 1px solid #ddd !important;
    }
    
    .flink a {
        color: #337ab7;
        font-size: 20px;
    }
    
    .flink a:hover {
        opacity: 0.6;
    }
    
    .field-item span {
        font-size: 16px;
    }
    
    .about_the_lamp_fellowship h2.block-title {
        font-size: 40px;
        line-height: 1.2;
        margin: 30px 0 15px;
        font-family: 'NeutraTextDemiAlt';
    }
    
    .region.region-content p span {
        font-size: 16px !important;
    }
    
    .lamp_banner p span {
        font-size: 18px;
    }
    
    .page-lamp .about_the_lamp_fellowship {
        margin-top: 66px;
    }
    /*----Lamp Page ends here---*/
    /*---colorbox starts here---*/
    
    .vedio-item.loading {
        min-height: 150px;
        background: url(../img/loading.gif) no-repeat center center;
    }
    
    .loading {
        display: block;
        position: absolute;
        z-index: 10000;
        top: 80;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: block;
        background: rgba(255, 255, 255, 0.8) url(http://i.stack.imgur.com/FhHRx.gif) 50% 50% no-repeat;
    }
    
    #cboxContent #cboxClose {
        bottom: inherit;
        top: -2px;
        right: -2px
    }
    
    #cboxContent #cboxLoadedContent {
        margin-bottom: 0;
        margin-top: 28px;
    }
    
    #cboxWrapper #cboxCurrent {
        bottom: -1px;
        font-weight: bold;
        font-size: 18px;
        color: #fff;
    }
    
    #cboxLoadedContent:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 25px;
        background: rgba(0, 0, 0, .5);
    }
    
    #cboxTitle {
        position: absolute;
        background: rgba(255, 255, 255, 0.7);
        bottom: 28px;
        left: 0;
        color: #535353;
        width: 100%;
        padding: 4px 6px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    #cboxTitle {
        margin: 0;
    }
    
    #cboxOverlay {
        background: #000;
    }
    
    #cboxOverlay {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    
    #colorbox,
    #cboxOverlay,
    #cboxWrapper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        overflow: hidden;
    }
    /*---colorbox ends here---*/
    
    .video-url a:after {
        position: relative;
    }
    
    .body_upload_files {
        position: relative;
    }
    
    .video-url a:after,
    .views-field-field-video-url a:after {
        position: absolute;
        display: block;
        background: url(../img/play.png);
        width: 100%;
        height: 100%;
        top: 40;
        left: 42%;
        background-size: 50px 50px;
        background-repeat: no-repeat;
    }
    /*----popup vedio section ends here---*/
    
    .entity-bg {
        background: none !important;
    }
    
    .bill-act-bp-inner-page .slick-next {
        right: -40px;
        top: 58%;
    }
    
    .bill-act-bp-inner-page .slick-next,
    .bill-act-bp-inner-page .slick-next:hover,
    .bill-act-bp-inner-page .slick-next:focus {
        background-image: url(../img/ps_right_arrow.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 24px;
        height: 34px;
    }
    /*----articles-by-prs-team-----*/
    
    section#block-system-main .view-articles-list.view-id-articles_list .views-row .views-field-title a {
        color: #000000;
        font-size: 22px;
        font-family: 'NeutraTextDemiAlt';
    }
    
    .view-articles-list.view-id-articles_list .views-row {
        border-bottom: 1px solid #BFBFBF;
        padding: 30px 0;
    }
    
    .view-articles-list.view-id-articles_list .views-row .views-field-field-article-subheading a,
    section#block-views-articles-list-block-1 .views-field-field-article-subheading a {
        font-family: 'Neutra-Text-Demi-Alt';
        font-size: 13px;
        color: #01519a;
        display: block;
        margin-bottom: 10px;
        font-weight: 700;
    }
    
    .view-articles-list .read_more.views-more-link {
        display: block;
        text-align: right;
    }
    
    .read_more.pull-right a,
    .read_more a {
        font-family: 'AdobeCaslonRegular';
        color: #01519a;
        font-weight: 500;
        font-size: 16px;
    }
    
    view-articles-list .read_more.views-more-link.fa-chevron-circle-right:after {
        color: #01519a;
    }
    
    .fa-chevron-circle-right {
        color: #01519a;
        padding-left: 5px;
        font-size: 12px;
    }
    /*----articles-by-prs-team-----*/
    /*---Parliament page----*/
    
    .page-media-media-updates section>.view-parliament-diary-media-updates>.attachment-before+.view-content .views-row {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    
    section>.view-parliament-diary-media-updates>.view-content .views-row {
        padding: 10px 0;
    }
    
    .Parliament_content a {
        color: #01519a!important;
    }
    
    .Parliament_content ul {
        padding-left: 40px;
    }
    
    .Parliament_content ul li {
        list-style: disc;
        margin-bottom: 25px;
    }
    /*---Parliament page----*/
    /*----budget-session page-----*/
    
    .budget-session table {
        width: 100%!important;
    }
    
    .field-name-title-field {
        border-bottom: none;
        height: auto;
        margin-bottom: 10px;
    }
    
    footer.bottom-footer {
        background-color: #01519a;
        border: none;
        padding: 0 15px;
    }
    
    footer.bottom-footer .nav>li>a {
        font-size: 16px;
        color: #fff;
        border-right: 1px solid #2C7DC7;
        margin: 5px 0;
        font-family: 'Neutra-Text-Demi-Light-Alt';
    }
    
    .footer {
        /* margin-top: 45px;
        padding-top: 35px; */
        margin-top: 0px !important;
        padding-bottom: 36px;
        border-top: none;
    }
    
    .region-pre-footer {
        border-top: 2px solid #eee;
    }
    
    .webform-client-form-268 .form-control {
        width: 50%;
    }
    
    body .button-primary.btn-default,
    body .button-primary.btn-default:hover,
    body .button-primary.btn-default:focus {
        background-color: #01519a;
        color: #f5f5f5;
        border-color: #01519a;
        font-family: 'NeutraTextDemiAlt';
        outline: none;
        box-shadow: none;
        padding: 7px 12px 5px;
    }
    
    .get_in_touch .lamp_faq_discussion_forum .form-actions {
        margin-top: 15px;
    }
    
    .get_in_touch label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }
    
    .get_in_touch a {
        color: #01519a;
    }
    
    .right-wrapper-content .cate a {
        font-size: 20px;
        font-family: 'NeutraTextDemiAlt';
        font-weight: normal;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 5px;
        display: inline-block !important;
        color: #131313;
    }
    
    .col-lg-9 .view-billtrack .view-content>.views-row:first-child {
        border-top: 1px solid #ddd;
    }
    /*----budget-session end-----*/
    
    .navbar.container,
    .navbar.container-fluid {
        margin-top: 0;
        background: #ffffff;
        border: none;
        padding: 0;
    }
    /*=============Media Query Starts here===============*/
    
    @media (max-width: 992px) {
        .main-container>.row>aside.col-lg-3,
        .main-container>.row>section.col-lg-9,
        .main-container>.row>section.col-lg-12 {
            width: 100%;
            float: none;
            clear: both;
        }
        .faq_para {
            padding: 0px;
            margin-bottom: 15px;
        }
        .webform-client-form-268 .form-control {
            width: 100%;
        }
        .views-exposed-form .views-exposed-widget:not(.views-widget-filter-field_house_value_i18n) .views-widget select {
            height: 32px;
            box-shadow: 0 0 1px #bfbfbf;
            font-family: 'Adobe-Caslon-Pro';
            cursor: pointer;
            width: 100px;
        }
    }
    
    @media (max-width: 768px) {
        .faq-header h6 {
            color: #01519a;
            padding-left: 30px;
            line-height: 1.3;
            font-weight: lighter;
        }
        .field-type-text-with-summary ul {
            padding-left: 17px;
            text-align: left;
        }
        .faq-content .fa {
            font-size: 18px;
            color: #01519a;
            position: absolute;
            margin-top: 21px;
        }
        .view-billtrack .views-exposed-form .views-exposed-widget {
            display: block;
            float: none;
            width: 100%;
        }
    }
    
    @media (max-width:480px) {
        .entity-bg {
            background: visible !important;
        }
    }
    
    @media (max-width:575px) {
        .video-url a:after,
        .views-field-field-video-url a:after {
            position: absolute;
            display: block;
            background: url(../img/play.png);
            width: 100%;
            height: 100%;
            top: 40%;
            left: 42%;
            background-size: 50px 50px;
            background-repeat: no-repeat;
        }
    }
    /*=============Media Query Ends here===============*/
.node-bill .body_content img {
    max-width: 100% !important;
}
