/*=========================
= Table of CSS
	1.General code
		1.1 Typography
		1.2	Space margins and padding
		1.3 background-colors and bg-img
		1.4 forms
		1.5 Buttons
	2.Homepages
		2.1 Navigation
		2.2 Banner Section
		2.3 About Section
		2.4 Services Section
		2.5 Product Sucesss
		2.6 Portfolio Section
		2.7 Achivements Section
		2.8	Testimonial-section
		2.9 Pricing Section
		2.10 Blog Section
		2.11 Contact us Section
		2.12 Footer Section
			2.12.1 footer-bottom
	3.About us
	4.Our Services
	5.Project Gallery
	6.Team Memebers
	7.Pricing
	8.Blog
	9.Blog Dettails
	10.FAQ
	11.Comming Soon
	12.404
	13.Contact us
	14.Responsiveness
===================================*/


/*======================
	1.General Code
==========================*/

html,
body {
    overflow-x: hidden;
}

body {
    position: relative;
    left: 0;
    margin: 0px;
    padding: 0px !important;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background-color: #ffffff;
    font-family: 'AdobeCaslonRegular';
    transition: 0.3s;
    line-height: 26px;
}

.english_btn a {
    background: #01519a;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    margin: 0px auto;
    width: 190px;
    display: block;
}

.section-padding {
    padding: 120px 0;
}

.section-title-center {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    word-break: break-word;
}

.primary-overlay {
    position: relative;
    z-index: 1;
}

.primary-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(20, 54, 108, 0.9);
}

.col-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seperator {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}


/*----------------------
	1.1. Typography
------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'NeutraTextDemiAlt';
    font-weight: 500;
    width: 100%;
    word-break: break-word;
    line-height: 1.2;
    margin: 20px auto;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-family: 'AdobeCaslonRegular';
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: normal;
    word-break: break-word;
    color: #000000;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    word-break: break-word;
    /* font-size: 13px;*/
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #acabab;
}

blockquote {
    background: #f4f4f4;
    position: relative;
    padding: 20px;
    line-height: 25px;
    border-left: 5px solid #eee;
}

blockquote p {
    color: #022147;
    font-size: 16px;
    font-weight: normal;
    word-break: break-word;
}

blockquote h6 {
    color: #ff6a48;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

ul,
ol {
    padding: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

article {
    margin: 0 auto 40px;
}

article h2 a {
    color: #000;
}

select {
    background: #fff4d9 none repeat scroll 0 0;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 15px;
}

table {
    border: 1px solid #ccc;
    padding: 15px;
}


/*color and background
============================================*/

.main-primary-color {
    color: #000000;
}

.main-txt-color {
    color: #000000;
}

.light-color {
    color: #5e6062;
}

.dark-color {
    color: #000000;
}

.main-primary-bg {
    background-color: #103268;
}

.main-secondary-bg {
    background-color: #f9fbff;
}

.light-bg {
    background-color: #f9f9f9;
}

.main-dark-bg {
    background-color: #0c2b5b;
}

.gray-bg {
    background-color: rgb(217, 217, 217);
}


/*Spacing and alignment
============================================*/

.br-0 {
    border-radius: 0;
}

.inline-block li {
    display: inline-block;
}

.btn-top-20 {
    margin-top: 20px;
}

.btn-top-50 {
    margin-top: 50px;
}

.btn-top-70 {
    margin-top: 70px;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600 !important;
}

.h-24 {
    height: 24px !important;
}

.mbot-5 {
    margin-bottom: 5px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-125 {
    margin-bottom: 125px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-24 {
    margin-left: 24px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-80 {
    margin-right: 80px;
}

.mtop-2 {
    margin-top: 2px !important;
}

.mtop-3 {
    margin-top: 3px;
}

.mtop-4 {
    margin-top: 4px;
}

.mtop-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-16 {
    margin-top: 16px !important;
}

.mt-18 {
    margin-top: 18px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.pad-5 {
    padding: 5px;
}

.pb-7_5 {
    padding-bottom: 7.5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-13 {
    padding-bottom: 13px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-7_5 {
    padding-left: 7.5px !important;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-28 {
    padding-left: 28px;
}

.pr-7_5 {
    padding-right: 7.5px;
}

.pr-8 {
    padding-right: 8px;
}

.pt-7_5 {
    padding-top: 7.5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-13 {
    padding-top: 13px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.t-right {
    text-align: right;
}

.t-white {
    color: #ffffff;
}

.mp-track-export-sort-parent .mp-track-sort-by {
    width: 265px;
}

.mp-track-export-sort-parent .mp-track-sort-by.pad-l {
    padding-left: 16px;
}

.wid-212 {
    width: 212px;
}


/*Buttons
==========================================*/

.btn-primary {
    color: #fff;
    background: #5F5D5D;
    border-color: #5F5D5D;
    padding: 5px 24px;
    border-radius: 0px;
    -webkit-transition: .3s;
}

.btn-primary:hover {
    background: #5F5D5D;
    border-color: #5F5D5D;
    opacity: 0.6;
}

button:focus,
button:hover {
    cursor: pointer;
    outline: 0;
}

.btn-secondary {
    color: #ff6a48;
    background-color: #ffdbd3;
    border-color: #ffdbd3;
}


/*fonts
==========================================*/

@font-face {
    font-family: 'NeutraTextDemiAlt';
    src: url('../fonts/NeutraTextDemiAlt.otf') format('opentype');
}

@font-face {
    font-family: 'Neutra-Text-Demi-Light-Alt';
    src: url('../fonts/Neutra-Text-Demi-Light-Alt.eot');
    src: url('../fonts/Neutra-Text-Demi-Light-Alt.eot') format('embedded-opentype'), url('../fonts/Neutra-Text-Demi-Light-Alt.ttf') format('truetype'), url('../fonts/Neutra-Text-Demi-Light-Alt.svg#NeutraTextDemiLightAlt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adobe-Caslon-Pro';
    src: url('../fonts/Adobe-Caslon-Pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeCaslonRegular';
    src: url('../fonts/Adobe Caslon Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.pri-ff {
    font-family: 'Neutra-Text-Demi-Light-Alt' !important;
}

.pri-ff-1 {
    font-family: 'NeutraTextDemiAlt' !important;
}

.sec-ff {
    font-family: 'Adobe-Caslon-Pro' !important;
}

.sec-ff-1 {
    font-family: 'AdobeCaslonRegular' !important;
}


/*=========================================================================================================================================
===========================================================================================================================================*/


/*Top Header
==========================================*/

.top-hdr-left-con {
    display: flex;
    /* margin-bottom: 12px; */
}

.top-hdr-left-con button {
    padding: 0px 4px 3px 0px;
}

.top-hdr-left-con .inp-pos {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 11;
}

.top-header .main-image-pos {
    text-align: right;
    line-height: 20px;
}

.top-header ::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: 'Adobe-Caslon-Pro';
}


/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: transparent;
    padding: 7px 0 0 0;
}

.start-header.scroll-on {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #0f2952;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-light .navbar-nav .nav-link {
    padding: 25px 15px;
}

.start-header.scroll-on .seperator {
    display: none;
}

.row:before,
.row:after {
    display: inline-block;
}

.start-header .navbar ul {
    top: 30px;
    width: 100%;
}

.navigation-wrap {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-top-pos {
    top: 150px;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #ff8400;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #ff8400;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    letter-spacing: 0px;
    position: relative;
    transition: all 200ms linear;
}

.navbar-light .dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: 600;
    color: #555;
    padding: 10px;
    background-color: #efefef;
    font-family: 'Neutra-Text-Demi-Light-Alt';
}

.drop-item-pad .dropdown-item {
    padding: 17px 12px;
}

.navbar-light .dropdown-item:hover {
    background-color: #fefefe;
}

.navbar-light .dropdown-item:last-child {
    border: 0;
}

#searchLink .dropdown-toggle:after {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    color: #555;
}

.navbar-light .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-top: 0;
    width: 220px;
}

.navbar-color {
    background-color: #01519a;
}

.main-hdr {
    height: 50px;
}

.main-hdr .active-bg-color {
    background-color: #2c7dc7;
}

.navbar-nav.main-hdr li {
    border-right: 1px solid #2c7dc7;
}

.navbar-nav.main-hdr li:last-child {
    border-right: 1px solid transparent;
}

.mega-menu.search-box {
    height: 70px;
    right: 0 !important;
    left: unset;
    background-color: #2c7dc7;
}

.search-box-wrap .search-btn-pos {
    position: relative;
    right: 30px;
    top: 0px;
    z-index: 11;
}

.search-box-wrap .mega-menu.search-box .col-12 {
    position: relative;
    left: 10px;
    padding-top: 6px;
    padding-right: 0;
}

.top-header .top-hdr-search-box {
    margin-top: 7px;
    letter-spacing: 0px;
}

.top-header .top-hdr-search-box .input-group {
    width: 100%;
    display: block;
}

.top-header .top-hdr-search-box .input-group input {
    height: 34px;
}

.home-pad {
    padding: 16px 15px 8px 15px !important;
}

.hdr-resp-show {
    display: none;
}

.top-header .main-image-pos-1 {
    text-align: center;
    position: relative;
}

.hdr-resp-show .resp-form-content {
    position: relative;
    bottom: 0;
    left: 33px;
    display: inline-block;
}

.hdr-resp-show .resp-form-content p {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    margin: 3px 3px 3px 10px;
}

.hdr-resp-show .resp-form-content form {
    display: inline-block;
}

.hdr-resp-show .resp-form-content .inp-pos {
    position: absolute;
    left: 30.7rem;
}

.hdr-resp-show .resp-form-content form .input-group input {
    border-radius: 0;
    border: 0;
}

.hdr-resp-show .resp-form-content form .input-group .form-control {
    display: table-cell;
    font-size: 14px;
    line-height: 1.428;
    color: #555555;
    background-image: none;
    height: 34px;
}

.hdr-resp-show .resp-form-content form .input-group {
    width: 234px;
}

.hdr-resp-show ::-webkit-input-placeholder {
    font-size: 14px;
    color: #b8b8b8;
    font-family: 'Adobe-Caslon-Pro';
}

.hdr-resp-hide .dropdown-toggle::after {
    position: relative;
    top: 2px;
}

.dropdown-toggle::after {
    margin-left: 6px;
}


/*================responsive mobile navigation===============*/

.prs-sidebar {
    height: 100%;
    width: 285px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -285px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    border-top: 1px solid #aaa;
    border-color: #aaa;
}

.prs-sidebar .nav-accor-box {
    background-color: #eee;
    padding: 54px 0 60px 0;
}

.prs-sidebar a {
    padding: 0;
    text-decoration: none;
    font-size: 15.5px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    color: #222;
    display: block;
    transition: 0.3s;
    font-weight: 600;
}

#mySidebar .card-body .dropdown-item {
    padding: 14px 0 14px 40px;
    text-decoration: none;
    font-size: 15.5px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    color: #222;
    display: block;
    transition: 0.3s;
    font-weight: 600;
    border-bottom: 1px solid #aaa;
}

#mySidebar .btn-link {
    text-decoration: none;
    font-size: 15.5px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    color: #222;
    background-color: #eee;
    display: block;
    transition: 0.3s;
    font-weight: 600;
    padding: 12px 20px;
    width: 100%;
    text-align: left;
}

#mySidebar .btn-link.side-menu-bg.collapsed {
    background-color: #eee;
}

#mySidebar .btn-link.side-menu-bg {
    background-color: #fff;
}

#mySidebar #submenu-accordion .btn-link {
    padding: 12px 20px 12px 40px;
}

#mySidebar #submenu-accordion .card-body .dropdown-item {
    padding: 14px 0 14px 60px;
}

.btn-link.btn-plus-minus[data-toggle].collapsed::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 2px;
    font-size: 30px;
}

.btn-link.btn-plus-minus[data-toggle]:not(.collapsed)::after {
    content: ' ';
    display: block;
    width: 12px;
    height: 2px;
    position: absolute;
    background-color: #444;
    top: 24px;
    right: 23px;
    border-radius: 6px;
}

.prs-sidebar a:hover {
    color: #f1f1f1;
}

.prs-sidebar .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
}

.openbtn {
    font-size: 24px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 0;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

#main {
    transition: margin-left .5s;
    padding: 16px 10px 10px;
    position: absolute;
    top: 0;
}

.overlay {
    display: block;
    /* full screen */
    width: 100vw;
    height: 120vh;
    position: fixed;
    top: 0;
    /* transparent black */
    background-color: rgba(0, 0, 0, 0.5);
    /* middle layer, i.e. appears below the prs-sidebar */
    z-index: 9999;
    opacity: 1;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}

.overlay_1 {
    display: block;
    /* full screen */
    width: 100vw;
    height: 120vh;
    position: fixed;
    top: 50px;
    left: 300px;
    /* transparent black */
    background: rgba(0, 0, 0, 0.0);
    /* middle layer, i.e. appears below the prs-sidebar */
    z-index: -1;
    opacity: 1;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}

.scrolly {
    position: fixed;
}

#mySidebar .card-cust {
    background-color: #eee;
    background-clip: unset;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0;
}

#mySidebar .card-header {
    border-bottom: 1px solid #aaa;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}

#mySidebar .card-header h5 {
    margin-top: 0;
    margin-bottom: 0;
}

#mySidebar .card-header.home-hov:hover {
    background-color: #ddd;
}

#mySidebar .card-header:hover {
    background-color: #fff;
}

#mySidebar .card-header button i {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    position: absolute;
    top: 20px;
    right: 20px;
}


/*---------Mega Menu--------------*/

.mega-menu .mega-menu-inner {
    padding: 20px;
}

.mega-menu .mega-menu-inner .dropdown-item {
    padding: 10px 0;
}


/*----------END Mega Menu-------------------*/

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background-color: #2c7dc7;
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.nav-item:hover .dropdown-menu {
    display: block;
    transition: 1s;
    transition-timing-function: ease-in-out;
    box-shadow: -1px 1px 4px 0.5px rgba(120, 120, 120, 1);
}

.sub-menu-item {
    display: none;
    position: absolute;
    top: 0px;
    left: 204px;
    width: 205px;
    box-shadow: -1px 1px 4px 0.5px rgba(120, 120, 120, 1);
    z-index: 1;
}

.sub-menu:hover>.sub-menu-item {
    display: block;
}

.sub-menu .dropdown-toggle::after {
    transform: rotate(-90deg);
}

.close-search {
    display: none;
}

button#searchsubmit {
    line-height: inherit;
    border-radius: 0;
    background-color: transparent;
    color: #bfbfbf;
    padding: 2px 4px 2px;
}

#searchLink a {
    color: #fff;
    padding: 5px 14px;
    font-size: 22px;
}

#searchbox {
    box-shadow: none;
    padding: 6px 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mm-sbox input {
    border-right: 0;
}

.mm-sbox button#searchsubmit {
    padding: 5px 6px 5px;
}

#searchbox:hover {
    box-shadow: none;
}

#searchform .form-control:focus {
    border-color: #ccc;
    outline: 0;
}


/*multilevel menu*/

.menu-area {
    background: #d61a5e
}

.mainmenu a,
.navbar-default .navbar-nav>li>a,
.mainmenu ul li a,
.navbar-expand-md .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 12px 29px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    display: block !important;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    color: #fff;
    background: #4CAF50;
    outline: 0;
}


/*==========Sub Menu==========*/

.mainmenu .collapse ul>li:hover>a {
    background: #4CAF50;
}

.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
    background: #4CAF50;
}

.mainmenu .collapse ul ul ul>li:hover>a {
    background: #4CAF50;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #1565C0;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #1E88E5
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #64B5F6
}


/******************************Drop-down menu work on hover**********************************/

.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover>ul {
        display: block
    }
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }
    /*******/
    .mainmenu .collapse ul ul li {
        position: relative
    }
    .mainmenu .collapse ul ul li:hover>ul {
        display: block
    }
    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }
    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative
    }
    .mainmenu .collapse ul ul ul li:hover ul {
        display: block
    }
    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px
    }
    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 45px
    }
}

.body_content ul li {
    list-style: disc;
}


/* #Banner
================================*/

.exp-home1-banner .exp-home1-slider {
    max-width: 1140px;
    margin: 10px auto;
    border: 1px dashed #000;
    padding: 10px;
    border-radius: 4px;
    background-color: aliceblue;
}

.exp-home1-banner .exp-banner-item p span {
    font-size: 16px;
}

.exp-home1-banner .slick-modified-dots li {}

.exp-home1-slider {
    max-width: 1140px;
    margin: 0 auto;
}

.banner-para {
    padding-top: 0px;
    margin: 0px;
    line-height: 1.25;
}

.banner-para span a {
    color: #01519a;
    font-family: 'Adobe-Caslon-Pro';
}


/*========responsive banner===================*/

#resp-banner-show {
    display: none;
    margin: 19.2px 0 0 0;
}

.exp-home1-banner .exp-home1-slider-resp {
    border: 1px dashed #000;
    border-radius: 4px;
    background-color: aliceblue;
    margin: 0 12px;
}

.exp-home1-resp-banner .portfolio_slider {
    margin: 2px auto;
    max-width: 1200px;
}

.exp-home1-resp-banner .slick-next {
    right: 0px;
}

.exp-home1-resp-banner .portfolio_slider {
    flex: 1 1 0;
}

.exp-home1-resp-banner img {
    width: 100%;
    height: auto;
}

.exp-home1-resp-banner img:hover {
    opacity: 0.9;
}


/*Homepage 1
================================================*/


/*gallery*/

.exp-portfolio .gallery-wrap {
    position: relative;
}

.exp-portfolio h5 {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    word-spacing: -3.0px;
    font-size: 18px;
    padding: 4px;
}

.exp-portfolio .gallery-wrap a .exp-port-f-head {
    font-size: 21px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    font-weight: 600;
    letter-spacing: 1.1px;
}

.exp-portfolio .gallery-wrap a h5 {
    font-size: 15px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    font-weight: 600;
    letter-spacing: 1.1px;
}

.exp-portfolio .views-row-2 .col-6 {
    padding-left: 7.5px;
}

section#block-views-home-banners-block {
    margin-top: 12px;
}

.view-home-banners>.view-content,
.quicktabs-tabpage .view-videos-landing-page>.view-content,
#block-prs-resource-home-page-parliament-section {
    margin: 0 -15px;
}

#block-views-home-banners-block .views-row {
    position: relative;
}

#block-views-home-banners-block .views-row.col-sm-6 .banner-image {
    overflow-y: hidden;
}

#block-views-home-banners-block .views-row .banner-image {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#block-views-home-banners-block .views-row .banner-image a {
    display: block;
}

#block-views-home-banners-block .views-row .banner-image img {
    max-width: none;
    width: 100%;
}

#block-views-home-banners-block .banner-details {
    position: absolute;
    bottom: 0;
    width: 92.2%;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.8);
}

#block-views-home-banners-block .banner-details {
    cursor: pointer;
}

#block-views-home-banners-block .views-row .banner-details a {
    display: block;
}

#block-views-home-banners-block .banner-details * {
    color: #fff;
}

#block-views-home-banners-block .banner-details.even-ban-text-bot {
    bottom: 8px;
}

#block-views-home-banners-block .banner-details.even-ban-text-width {
    width: 95%;
}

#block-views-home-banners-block .views-row.col-sm-6 h4 {
    font-size: 22px;
}

#block-views-home-banners-block .views-row h4 {
    margin: 0;
    line-height: 1.1;
}

#block-views-home-banners-block .views-row-even .banner-image {
    overflow-y: hidden;
}

#block-views-home-banners-block .views-row-even h4 {
    font-size: 16px !important;
}

#block-views-home-banners-block .views-row-even {
    margin-top: 15px;
}

#block-views-home-banners-block .ban-detail-1 {
    left: 0;
    width: 97.5%;
}

.gallery-img-w-h .views-row-1 .banner-image a img {
    width: 555px !important;
    height: 286px;
}

.gallery-img-w-h .views-row-2 .banner-image a img {
    width: 280px !important;
    height: 136px;
}


/*========responsive gallery===================*/

#mob-gallery-show {
    display: none;
    margin: 36px 0 0 0;
}

.home-resp-gallery-slider .portfolio_slider {
    margin: 0px auto;
    max-width: 1200px;
}

.home-resp-gallery-slider .portfolio_slider {
    flex: 1 1 0;
}

.home-resp-gallery-slider .inner {
    padding: 0 16px;
}

.home-resp-gallery-slider img {
    width: 100%;
    height: auto;
}

.home-resp-gallery-slider img:hover {
    opacity: 0.9;
}

.home-resp-gallery-slider .field-content a h4 {
    color: #01519a;
    text-align: center;
    margin-top: 6px;
    font-size: 17px;
}

#mob-gallery-show .slick-prev,
#mob-gallery-show .slick-prev:hover,
#mob-gallery-show .slick-prev:focus {
    background-image: url('../img/ps_left_arrow.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 28px;
}

#mob-gallery-show .slick-next,
#mob-gallery-show .slick-next:hover,
#mob-gallery-show .slick-next:focus {
    background-image: url('../img/ps_right_arrow.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 28px;
}

#mob-gallery-show .slick-prev {
    left: 4px;
    top: 48%;
}

#mob-gallery-show .slick-next {
    right: 4px;
    top: 48%;
}

#mob-gallery-show .slick-prev:hover:before,
#mob-gallery-show .slick-prev:focus:before,
#mob-gallery-show .slick-next:hover:before,
#mob-gallery-show .slick-next:focus:before {
    opacity: 0;
}

#mob-gallery-show .slick-prev:before,
#mob-gallery-show .slick-next:before {
    opacity: 0;
}


/*tab display==================================*/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #ddd #ddd #fff;
    color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:hover {
    border-color: #ddd #ddd #ddd;
}

.nav-tabs .nav-link:hover {
    border-color: #ddd;
    background-color: #eae6e6;
    opacity: 0.7;
}

.nav-tabs .nav-link.active:hover {
    background-color: transparent;
}

.update-tabs-ul .nav-link.active {
    border-bottom: 0px solid white;
    height: 44px;
}

.nav-tabs .nav-link {
    margin-right: 0px;
}

.updates-section .updates-tab {
    background-color: #ddd;
    border-radius: 0;
    padding: 8px 30px;
    color: #495057;
    letter-spacing: -0.2px;
}

.updates-section ul .bor-r:after {
    content: '';
    background: #c3c1c1;
    position: absolute;
    width: 1px;
    height: 28px;
    top: 8px;
    right: 0;
    z-index: 1;
}

.updates-section .tab-content .tab-1-con h6 {
    background: url('../img/icone_parliamenttoday-h-24.png') no-repeat left 0;
    padding-left: 40px;
    padding-top: 0;
    line-height: 26px;
}

.updates-section .tab-content .tab-1-con h6.currentdate {
    background: url('../img/icon_calendar.png') no-repeat left 0;
    padding-left: 40px;
    padding-top: 0;
    line-height: 26px;
}

.updates-section .tab-content .col-bor-r {
    border-right: 1px solid #C3C1C1;
}

.updates-section .tab-content .parliament-left-width {
    max-width: 521px;
}

.updates-section ul li {
    height: 43px;
    line-height: 41px;
    min-height: inherit;
}

.updates-section .parliamentary-announcement {
    background: url('../img/icon_announcement.png') no-repeat left 0;
    padding: 4px 0 0 34px;
    line-height: 26px;
}

.updates-section a {
    color: #01519a;
    font-size: 18px;
    font-family: 'NeutraTextDemiAlt';
}

.updates-section .home-parliament-wrap .view-content h4 {
    padding-left: 12px;
    margin-top: 0;
    margin-bottom: 16px;
}

#article .views-field-name span a {
    font-size: 13px;
}

.updates-section .home-parliament-wrap .parliamentary-announcement:hover {
    opacity: 0.6;
}

.updates-section .home-parliament-wrap .view-content ol li {
    padding-right: 12px;
}

.updates-section .home-parliament-wrap .view-content .views-field {
    display: flex;
    align-items: baseline;
    width: 100%;
}

.home-parliament-wrap .view-content li {
    margin: 15px 0 10px;
    border-bottom: 1px solid #C3C1C1;
}

#committee .view-content .views-row {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

#committee .view-content .views-row h4 {
    margin: 0;
}

#committee .view-content .views-row .field-content a {
    line-height: 1.8;
}

#committee .assembly_session_date a {
    font-family: 'Adobe-Caslon-Pro';
    font-size: 16px;
}

#committee .assembly_session_date a i {
    border-radius: 50%;
    background-color: #01519a;
    padding: 3px 4px 3px 6px;
    height: 16px;
    width: 16px;
    color: white;
    font-size: 10px;
    vertical-align: text-top;
}

.updates-section .home-parliament-wrap .view-content .views-field span {
    font-weight: 600;
}

.updates-section .home-parliament-wrap .view-content .views-field h4 a:hover {
    opacity: 0.6;
}

.more-link {
    text-align: right;
}

.more-link a {
    font-size: 16px;
    color: #01519a;
}

.more-link a:hover {
    opacity: 0.6;
}

.more-link a i {
    border-radius: 50%;
    background-color: #01519a;
    padding: 3px 4px 3px 4px;
    height: 16px;
    width: 16px;
    color: white;
    margin-top: 2px;
    font-size: 10px;
    vertical-align: text-top;
}

.updates-section .home-parliament-wrap .view-content .views-field .assembly_session_state {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

#committee .assembly_session_state {
    margin-top: 0px;
    font-family: 'NeutraTextDemiAlt';
}

#committee .home-parliament-wrap .view-content .views-field .assembly_session_date {
    margin: 15px 0 0;
}

.updates-section .home-parliament-wrap .view-content .views-field .assembly_session_date {
    margin: 20px 0 20px;
    font-family: 'Adobe-Caslon-Regular';
    line-height: 1.5;
}

.view-videos-landing-page .views-field-title-field .field-content h4 {
    line-height: 20px;
    margin-top: 0;
}

.view-videos-landing-page .views-field-title-field .field-content h4 a {
    font-size: 16px !important;
}

section#block-views-the-prs-blog-block-2 {
    padding: 0 80px 0 30px
}

section.block.block-views {
    margin-top: 0;
}

.view-the-prs-blog .view-header {
    margin-top: -6px;
}

.view-the-prs-blog .view-header {
    font-family: 'Neutra-Text-Demi-Alt';
    color: #000000;
}

.view-id-the_prs_blog .view-header a {
    font-family: 'Adobe-Caslon-Regular';
    font-weight: bold;
    font-size: 16px;
}

#blog .views-field-body .field-content {
    font-family: 'Adobe-Caslon-Regular';
    line-height: 1.5;
}

#article .views-field-body .field-content {
    font-family: 'Adobe-Caslon-Regular';
    font-size: 16px;
    line-height: 1.5;
}

.view-the-prs-blog .view-header {
    text-align: right;
}

.view-the-prs-blog .views-row:first-child {
    padding-top: 0;
    margin-top: 0;
}

.view-the-prs-blog .view-content .field-content h4 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

.view-the-prs-blog .view-content .field-content h4 a:hover {
    opacity: 0.6;
}

.view-the-prs-blog .view-content .field-content span a:hover {
    opacity: 0.6;
}

.view-the-prs-blog .views-row {
    padding: 15px 0 10px;
}

#block-views-the-prs-blog-block-2 .other_fields {
    margin-left: 0px;
    padding-left: 0px;
}

#block-views-the-prs-blog-block-2 .other_fields .views-field {
    padding-left: 0px;
}

.other_fields {
    float: left;
    width: 100%;
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    list-style: none;
}

.region.region-sidebar-first section#block-prs-resource-menu-parliament-committee a.ui-accordion-header {
    padding: 12px 15px 9px;
    display: block;
    background: #efefef;
    color: #000;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    border-radius: 0;
    font-weight: 600;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    min-height: 0;
}

.region.region-sidebar-first section#block-prs-resource-menu-parliament-committee a.ui-accordion-header span.ui-accordion-header-icon.ui-icon-triangle-1-e {
    transform: rotate(-90deg);
    top: 46%;
    right: 8px;
}

.region.region-sidebar-first section#block-prs-resource-menu-parliament-committee a.ui-accordion-header span.ui-accordion-header-icon {
    border-top: 8px solid #01519a;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    background: no-repeat;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: inherit;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    margin-top: -8px;
}

#block-quicktabs-follow-the-latest-under-hindi #quicktabs-follow_the_latest_under_hindi {
    margin-top: 50px;
}


/*slick*/


/*-----------slick-------*/

.slick-modified-dots {
    position: absolute;
    text-align: center;
    max-width: unset;
    margin: 20px 8px;
}

.slick-modified-dots li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.slick-modified-dots li button:focus {
    outline: 0;
}

.slick-modified-dots li button {
    border-radius: 50%;
    padding: 4px 0;
    border: none;
    width: 8px;
    height: 8px;
    color: transparent;
    vertical-align: middle;
    transition: .3s;
    cursor: pointer;
    background-color: #747272;
}

.slick-modified-dots li.slick-active button {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color: #01519a;
    padding: 4px 0px;
}


/*=======================footer=============*/


/*-----------top footer-------*/

.footer:not(.bottom-footer) {
    padding-bottom: 0;
}

.footer {
    border-color: #ddd !important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    padding-top: 30px;
}

.region-pre-footer {
    border-top: 1px solid #bfbfbf;
}

.share-wrapper {
    text-align: center;
    display: block;
    padding: 24px 0 0 0;
}

.share-wrapper h3 {
    margin-right: 5px;
    font-size: 18px;
}

.share-wrapper h3,
.share-wrapper ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.share-wrapper ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 10px;
    padding-top: 10px;
}

.share-wrapper ul li a {
    font-size: 22px;
}

.share-wrapper ul li .icon-facebook {
    color: #3b5998;
}

.share-wrapper ul li .icon-twitter {
    color: #1DA1F2;
}

.share-wrapper ul li .icon-youtube {
    color: #f00;
}


/*==========bottom footer==============*/

footer.bottom-footer {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
}

footer.bottom-footer {
    background-color: #01519a;
    border: none;
    padding: 8px 15px;
}

#block-menu-menu-footer-menu {
    padding: 0;
}

footer.bottom-footer ul.menu.nav li {
    float: left;
}

footer.bottom-footer .nav>li.first>a {
    border-left: 1px solid #2C7DC7;
}

footer.bottom-footer .nav>li>a {
    font-family: 'Neutra-Text-Demi-Light-Alt';
}

footer.bottom-footer .nav>li>a {
    padding: 5px 20px 2px;
}

footer.bottom-footer .nav>li>a {
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #2C7DC7;
    margin: 5px 0;
}

.bottom-footer .nav>li>a {
    position: relative;
    display: block;
}

#block-prs-resource-prs-footer-copyright {
    padding: 10px 0px 3px 6px;
}

#block-prs-resource-prs-footer-copyright {
    font-size: 16px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    color: #fff;
    text-align: right;
}


/* #budget Menu pages css
================================================== */


/*======aside section========*/

.region.region-sidebar-first.well {
    padding: 0;
    border: none;
    background-color: transparent;
}

.well {
    min-height: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.clearfix:before {
    content: "";
    display: table;
}

.region-sidebar-first h2.block-title {
    color: #fff;
    background-color: #01519a;
    padding: 10px 15px;
    font-size: 22px;
    margin: 0;
}

.block-views .block-title {
    border: 1px solid #bfbfbf;
    border-left: none;
    border-right: none;
}

.views-exposed-widgets {
    margin-bottom: 0;
}

.region-sidebar-first #block-views-exp-budget-landing-page-page .views-exposed-widgets * {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0;
    clear: both;
}

.views-exposed-form .views-exposed-widget {
    padding: 0;
    float: left;
}

.bud-parliament-page .views-exposed-form .views-exposed-widget {
    float: right;
}

.region-sidebar-first #block-views-exp-budget-landing-page-page .views-exposed-widget label {
    margin-bottom: 0;
}

.views-exposed-form label {
    font-size: 16px;
}

.views-widget {
    float: left;
}

.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;
}

.views-exposed-form .views-exposed-widget .form-control {
    border: none;
    border-radius: 0;
}

.region-sidebar-first #block-views-exp-budget-landing-page-page #edit-field-session-year-value-wrapper label {
    padding-top: 5px;
}

.region-sidebar-first #block-views-exp-budget-landing-page-page .views-exposed-widget label {
    margin-bottom: 0;
    padding-top: 5px;
}

.container-inline-date {
    float: left;
}

.region-sidebar-first #block-views-exp-budget-landing-page-page .views-submit-button {
    padding: 10px 0;
    text-align: right;
}

.region-sidebar-first .views-submit-button .btn {
    font-size: 16px;
    font-family: 'Adobe-Caslon-Pro';
}

.region-sidebar-first #block-views-exp-budget-landing-page-page .views-reset-button {
    float: right !important;
    width: auto;
    margin: -51px 102px 0 0 !important;
}

age-page .views-reset-button #edit-reset {
    margin-top: 0;
    padding-right: 15px;
}

button#edit-reset {
    background-color: transparent;
    border: none;
    color: #01519a;
    font-size: 16px;
    padding: 6px 24px;
    font-family: 'Adobe-Caslon-Pro';
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}


/*=========right section==============*/

.view-budget-landing-page .view-content>.views-row {
    padding: 5px 0 15px;
    margin: 10px 0;
}

.page-parliamenttrack-budgets .other_fields {
    margin-left: 0px;
    padding-left: 0px;
}

.pdf_list .other_fields h2 {
    font-size: 18px;
    color: #131313;
}

.bud-parliament-page .pdf_list .other_fields h2 {
    font-size: 22px;
}

.pdf_list .other_fields h2 a {
    font-weight: 500;
    letter-spacing: 0.6px;
}

.field-content:after {
    content: '';
    display: block;
    clear: both;
}

.view-content>.views-row:after {
    content: '';
    display: block;
    clear: both;
}

.pull-right {
    float: right !important;
}

.view-budget-landing-page .view-content>.views-row h2 {
    margin-top: 0;
}

.bud-parliament-page .head-align,
.page-parliamenttrack-budgets-state .head-align {
    text-align: center;
}

.bud-parliament-page .head-align .page-header,
.page-parliamenttrack-budgets-state .head-align .page-header {
    padding-bottom: 4px;
    border-bottom: 2px solid #60656f;
    display: inline;
}

.view-budget-landing-page .view-content>.views-row h2 a {
    font-size: 20px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    font-weight: 600 !important;
}

.views-field.views-field-nothing .policy-content:empty {
    display: none;
}

.view-budget-landing-page .views-field-nothing .read_more.pull-right a:hover {
    opacity: 0.6;
}

.pdf_list .fa-chevron-circle-right:before {
    float: right;
    margin-left: 4px;
}

.policy-content {
    min-height: 35px;
    padding-bottom: 10px;
}

.download_pdf {
    padding-left: 24px;
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
    background-image: url(../img/pdf-sml.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 17px;
}

.download_pdf::before {
    content: "";
    position: absolute;
    border-right: 1px solid #111;
    height: 20px;
    right: 0;
    top: 0;
}

.page-parliamenttrack-budgets-state .download_pdf::before {
    content: "";
    position: absolute;
    border-right: 0px solid #111;
    height: 26px;
    right: 0;
    top: 0;
}

.container:before {
    content: "";
    display: table;
}

.breadcrumb {
    padding: 5px 0px;
    margin: 0;
    background-color: #ffffff;
}

.breadcrumb li,
.breadcrumb a {
    color: #131313;
    font-size: 16px;
    font-family: 'NeutraTextDemiAlt';
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "Â»";
    padding: 0 4px 0 2px;
    color: #131313;
}

.breadcrumb>li+li:before {
    content: "»";
    padding: 0 4px;
    color: #131313;
}

.breadcrumb>.active {
    color: #131313;
}


/*==================aside css started ===============*/

.pull-right.download_pdf a {
    font-size: 16px;
    color: #01519a;
}

.region-sidebar-first #block-views-exp-budget-landing-page-page {
    margin-top: 0;
}

.region-sidebar-first #block-views-exp-budget-landing-page-page .views-exposed-widgets {
    background: #efefef;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-top: 0;
    display: block;
    clear: both;
}

.page-parliamenttrack-budgets-state .region-sidebar-first #block-views-exp-budget-landing-page-page-1 .views-exposed-widgets *,
.region-sidebar-first #block-views-exp-budget-landing-page-page .views-exposed-widgets * {
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: none;
}

form#views-exposed-form-budget-landing-page-page-1 .views-exposed-widget {
    vertical-align: top;
}

.page-parliamenttrack-budgets-state .region-sidebar-first #block-views-exp-budget-landing-page-page-1 .views-exposed-widget label,
.region-sidebar-first #block-views-exp-budget-landing-page-page .views-exposed-widget label {
    margin-bottom: 0;
}

form#views-exposed-form-budget-landing-page-page-1 .views-exposed-widget>label {
    padding: 8px 10px 0 0;
}

form#views-exposed-form-budget-landing-page-page-1 .views-exposed-widget>label,
form#views-exposed-form-budget-landing-page-page-1 .views-exposed-widget .views-widget {
    vertical-align: middle;
    white-space: nowrap;
}

.form-group:last-child,
.panel:last-child {
    margin-bottom: 0;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0px;
}

form#views-exposed-form-budget-landing-page-page-1 .views-exposed-widget select {
    border-radius: 0;
    padding: 5px 12px 2px !important;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 16px;
    margin: 2px 0 0;
}

.page-parliamenttrack-budgets-state .region-sidebar-first #block-views-exp-budget-landing-page-page-1 #edit-field-session-year-value-wrapper label,
.region-sidebar-first #block-views-exp-budget-landing-page-page #edit-field-session-year-value-wrapper label {
    padding-top: 5px;
}

.region-sidebar-first #block-views-exp-budget-landing-page-page .views-exposed-widget label {
    margin-bottom: 0;
}

.page-parliamenttrack-budgets-state .region-sidebar-first #block-views-exp-budget-landing-page-page-1 .container-inline-date label,
.region-sidebar-first #block-views-exp-budget-landing-page-page .container-inline-date label {
    margin: 0;
    padding-top: 0 !important;
}

form#views-exposed-form-budget-landing-page-page-1 #edit-field-session-year-value-value-year {
    width: 100%;
}

#block-block-15 {
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bfbfbf;
}

.mp-track-submit-reset,
.mp-track-map-submit-reset-custom {
    text-align: right;
    margin-top: 10px
}

.mp-track-sec-show {
    display: none;
}

.mp-track-submit-reset {
    float: right;
}

.page-parliamenttrack-budgets-state .region-sidebar-first #block-views-exp-budget-landing-page-page-1 .views-submit-button,
.region-sidebar-first #block-views-exp-budget-landing-page-page .views-submit-button {
    padding: 10px 0;
    text-align: right;
}

.page-parliamenttrack-budgets-state .region-sidebar-first #block-views-exp-budget-landing-page-page-1 .views-submit-button .btn,
.region-sidebar-first #block-views-exp-budget-landing-page-page .views-submit-button .btn {
    margin-top: 0;
    width: auto;
    float: right;
    margin-bottom: 10px;
    padding: 5px 25px !important;
}

.region-sidebar-first #block-views-exp-budget-landing-page-page-1 .views-submit-button button {
    margin: 10px 0 10px !important;
}

form#views-exposed-form-budget-landing-page-page-1 .views-submit-button .btn.form-submit {
    background: #5F5D5D;
    padding: 5px 25px;
    border: 0px;
    color: #fff;
    line-height: inherit;
    outline: none;
    border-radius: 0px;
}

.region-sidebar-first #block-views-exp-budget-landing-page-page .views-reset-button #edit-reset {
    margin-top: 0;
    padding-right: 15px;
}

.page-parliamenttrack-budgets-state .region-sidebar-first #block-views-exp-budget-landing-page-page-1 .views-reset-button button {
    margin: 20px 0 10px !important;
}

button#edit-reset:hover {
    opacity: 0.6;
}

.bg-page-header {
    color: black;
    text-align: center;
}


/*==================aside css end ===============*/


/*=================right content css started ===============*/

.state_finances_link {
    margin-top: 20px
}

.state_finances_link a {
    color: black;
    letter-spacing: 0.8px;
    font-size: 18px;
}

.state_finances_link a:hover {
    opacity: 0.6;
}

#block-system-main .view-header h2 {
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 600;
}

.page-parliamenttrack-budgets .view-budget-landing-page>.view-header {
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bfbfbf;
}

.fa-chevron-circle-right:after {
    content: "\f138";
    margin-left: 4px;
    vertical-align: middle;
}

.fa-chevron-circle-right:before {
    content: "";
}

.view-budget-landing-page .view-header:after {
    content: '';
    display: block;
    clear: both;
}

.view-budget-landing-page div.item-list>h3 {
    padding-bottom: 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    text-align: left;
}

.view-budget-landing-page div.item-list ul>li {
    margin-bottom: 10px;
    display: inline-block;
}

.view-budget-landing-page div.item-list ul>li .views-field-field-state-map {
    padding: 0;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    background: none;
}

.view-budget-landing-page div.item-list ul>li img {
    height: 118px;
    width: 100%;
}

.view-budget-landing-page div.item-list ul>li .views-field-nothing {
    margin-bottom: 5px;
    padding: 0 0 0;
    text-align: left;
}

.view-budget-landing-page div.item-list ul>li .views-field-nothing a {
    line-height: 1.2;
    display: block;
    padding: 10px 0;
    color: #131313;
    font-weight: 600;
    font-family: 'NeutraTextDemiAlt';
    font-size: 16px;
}

.pagination {
    display: inline-block;
    margin: 20px 0;
}

.pagination>li {
    display: inline;
}

ul.pagination>.active>a,
ul.pagination>.active>span,
ul.pagination>.active>a:hover,
ul.pagination>.active>span:hover,
ul.pagination>.active>a:focus,
ul.pagination>.active>span:focus {
    background-color: #01519a;
    border-color: #01519a;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #ffffff;
    cursor: default;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 12px;
    text-decoration: none;
    border: 1px solid #dddddd;
}

.pagination>li>a,
.pagination>li>span {
    color: #337ab7;
    background-color: #ffffff;
    margin-left: -1px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

div.region-content a:hover {
    opacity: 0.6;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
}


/*==============budget states page redirect page css================*/

.node-budget .col-sm-12 .field-name-title-field {
    border-bottom: 1px solid #eeeeee;
    height: 40px;
    margin-bottom: 10px;
}

.node-budget .mp-track-export-data,
.node-policy-reviews .export-data,
.view-sessionwrap .pdf-link {
    float: right;
    background-image: url("../img/pdf-sml.png");
    background-size: 17px;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position-y: 4px;
    font-weight: bold;
    padding: 0 0 0 20px;
}

.node-parliament-or-policy .mp-track-export-data a,
.node-president-address .mp-track-export-data a,
.node-committee .mp-track-export-data a,
.node-budget .mp-track-export-data a {
    background: #5F5D5D;
    padding: 2px 15px;
    line-height: 38px;
    height: 38px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'NeutraTextDemiAlt';
}

.node-budget .mp-track-export-data a,
.node-policy-reviews .export-data a {
    margin: 0px !important;
    background: none !important;
    color: #01519a !important;
    padding: 0px !important;
    line-height: 0px !important;
    font-family: 'AdobeCaslonRegular' !important;
    height: 0px !important;
    font-size: 18px;
    font-weight: 600;
}

.field-name-title-field {
    border-bottom: 1px solid #eeeeee;
    height: auto;
    margin-bottom: 10px;
}

.bug_ana .region-content .disp-content {
    display: flex;
    justify-content: space-between;
}

.bug_ana .region-content .field-item.even p {
    margin-bottom: 10px;
}

.style-circ li::before {
    content: "\2022";
    color: #000;
    font-size: 18px;
    display: inline-block;
    margin-right: 6px;
    width: 12px;
    font-weight: 900;
}

.node-budget .field-item.even h1,
.node-policy-reviews h1 {
    border: none;
}

article.node-budget h1,
artcle.node-parliament-or-policy h1 {
    margin-top: 0;
}

.node-budget h1 {
    margin-top: 0;
    padding-bottom: 5px;
    line-height: 1.3;
    margin: 5px 0 0;
}

.body-trim-content table,
.field-name-body table,
.field-type-text-with-summary table,
.full_body_content table {
    width: 100% !important;
    margin-bottom: 10px;
}

.body-trim-content table,
.field-name-body table,
.field-type-text-with-summary table {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.body-trim-content table td,
.full_body_content table td,
.field-name-body table td,
.field-name-body table th,
.field-type-text-with-summary table td {
    padding: 10px 15px !important;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    line-height: 1.25;
}

.eco-table-wrap tbody tr td:first-child {
    height: 261.3pt;
    vertical-align: top;
    width: 350px !important;
}

.eco-table-wrap tbody tr td:last-child {
    height: 261.3pt;
    width: 523px;
}

.eco-table-wrap tbody tr td img {
    width: 419px;
    height: 323px;
}

.exp-2020-21 tbody tr td {
    width: 15%;
}

.sec-exp tbody tr td {
    width: 4%;
}

.bug_ana .region-content .field-item.even td p {
    margin-bottom: 0;
}

.budget-parliament-inner-page tbody tr td p {
    margin-bottom: 0;
}

.table-bg {
    background-color: #d9d9d9;
}

.budget-parliament-inner-page .link-col a {
    color: #01519a;
    font-size: 16px;
}


/*================== b&a acts parliament page css=====================*/

div.error,
.messages.error {
    border: 1px solid #a94442;
    border-radius: 4px;
    margin: 10px 0;
    padding: 15px 15px 0;
}

.left-wrapper .views-exposed-widgets {
    background: #efefef;
    padding: 0 10px 10px;
    border: 1px solid #ddd;
    border-top: none;
}

.views-exposed-form .views-exposed-widget {
    width: 100%;
}

.left-wrapper .views-exposed-widgets #edit-pdf-title-wrapper>label,
.left-wrapper .views-exposed-widgets #edit-year-wrapper>label {
    margin-bottom: 0;
    margin-top: 10px;
}

.views-exposed-form label {
    font-family: 'NeutraTextDemiAlt';
    display: block;
    width: 100%;
}

.views-exposed-form .views-exposed-widget:not(.views-widget-filter-field_house_value_i18n) .views-widget {
    width: 100%;
}

.views-exposed-form .views-widget input[type="text"],
.views-exposed-form .views-widget select {
    margin-top: 10px;
}

.views-exposed-form .views-exposed-widget:not(.views-widget-filter-field_house_value_i18n) .views-widget input[type="text"] {
    width: 100%;
    height: 32px;
    box-shadow: none;
}

.left-wrapper .views-exposed-widgets .container-inline-date,
.left-wrapper .views-exposed-widgets .container-inline-date,
.left-wrapper .views-exposed-widgets .container-inline-date div {
    width: 100%;
}

.container-inline-date {
    clear: none;
}

.container-inline-date>.form-item {
    margin-right: 20px;
}

.container-inline-date label.control-label {
    display: none;
}

.views-exposed-form .container-inline-date .date-padding {
    padding: 0;
}

.container-inline-date .date-padding {
    float: left;
}

.left-wrapper .views-exposed-widgets .views-exposed-widget.views-submit-button {
    width: auto;
}

.region-sidebar-first .views-submit-button .btn,
.region-sidebar-first .views-reset-button .btn {
    box-shadow: 0 0 12px rgba(255, 132, 0, 0);
}

.left-wrapper .views-exposed-widgets .views-exposed-widget.views-reset-button {
    width: auto;
}

.view.right-wrapper-content {
    width: 100%;
}

.right-wrapper-content .view-content .views-row .file a,
.file a {
    vertical-align: middle;
}

.right-wrapper-content .file img.file-icon {
    display: none !important;
}

.right-wrapper-content .file a {
    font-size: 18px;
    font-family: 'NeutraTextDemiAlt';
    font-weight: 600;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    display: inline-block !important;
    color: #000;
}

.bill-act-ap-page .right-wrapper-content .file a {
    margin-top: -10px;
}

.pdf-logo {
    width: 24px;
    height: 24px;
    vertical-align: top;
}

.pdf-export-logo {
    width: 24px;
    height: 24px;
    vertical-align: top;
}


/*================== policy APR ,MPR and predential address page css=====================*/

.region-sidebar-first li>a {
    font-size: 16px;
}

.page-policy-review-annual-policy-review .region-sidebar-first li {
    display: block;
    width: 100%;
}

.region-sidebar-first li>a,
.region.region-sidebar-first.well .views-row a {
    display: block;
    padding: 15px 16px;
    background-color: #efefef;
    border-top: 1px solid #fff;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    line-height: 1.2;
    color: #01519a;
    border-left: none;
    border-right: none;
    text-align: left;
    border-bottom: none;
}

.region-sidebar-first li>a:hover,
.region.region-sidebar-first.well .views-row a:hover {
    background-color: #fff;
}

.region-sidebar-first li.active>a,
.node-type-parliament-or-policy .menu.nav li a.policy-active,
.node-type-president-address .menu.nav li a.policy-active,
.node-type-policy-reviews .menu.nav li a.policy-active {
    background-color: #bfbfbf;
}

.page-policy-review-annual-policy-review .page-header,
.page-policy-review-annual-policy-review h1 {
    padding-bottom: 9px;
    margin: -5px 0 20px;
    font-size: 26px;
}

.element-invisible {
    margin: 0;
    padding: 0;
}

.page-policy-review-annual-policy-review .page-policy-review ul {
    padding: 0 20px;
}

.page-policy-review .nav-tabs li:first-child {
    clear: left;
}

.page-policy-review ul.nav-tabs>li.active>a,
.page-policy-review ul.nav-tabs>li.active>a:hover,
.page-policy-review ul.nav-tabs>li.active>a:focus {
    color: #000;
}

.page-policy-review ul.nav-tabs li a {
    height: 43px;
    line-height: 43px;
    min-height: inherit;
    padding: 11px 30px;
    font-size: 16px;
}

.view-parliament-or-policy-listing-view.view-id-parliament_or_policy_listing_view,
.view-policy-reviews.view-id-policy_reviews {
    line-height: 1.2;
}

.view-policy-reviews.view-id-policy_reviews .view-filters {
    margin-bottom: 30px;
    background: #efefef;
    padding: 0px 10px 1px;
    margin-top: 10px;
}

.view-policy-reviews.view-id-policy_reviews .view-filters>form {
    position: relative;
    top: -4px;
}

.view-policy-reviews.view-id-policy_reviews .view-filters .views-exposed-widgets>div,
.view-policy-reviews.view-id-policy_reviews .view-filters .views-exposed-widgets>div label,
.view-policy-reviews.view-id-policy_reviews .view-filters .views-exposed-widgets>div .views-widget {
    float: left;
    width: auto;
}

.view-policy-reviews.view-id-policy_reviews .view-filters .views-exposed-widgets>div label {
    margin-top: 15px;
    margin-right: 15px;
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
    margin-right: 5px;
}

.view-policy-reviews.view-id-policy_reviews .view-filters .views-exposed-widgets>div.views-submit-button {
    margin-top: 8px;
}

.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 18px 4px 18px;
    font-size: 14px;
    margin-top: 3px;
}

.view-policy-reviews.view-id-policy_reviews .view-filters .views-exposed-widgets>div.views-submit-button button:hover {
    opacity: 0.6;
}

.view-policy-reviews.view-id-policy_reviews .view-filters .views-exposed-widgets>div.views-reset-button {
    margin-top: 10px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li {
    float: left;
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
    color: #000;
}

.mpr-header.page-header h1 {
    border-bottom: none;
    margin-bottom: 0;
}

.mpr-header.page-header {
    display: flex;
    align-items: baseline;
    margin-top: -12px;
    padding-bottom: 0px;
}

.mpr-header .mpr-subscription-link a {
    border: 1px solid #bfbfbf;
    padding: 4px 14px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.mpr-header .mpr-subscription-link a:hover {
    opacity: 0.6;
}

.mpr-header .mpr-title {
    margin-right: 10px;
}

.page-header {
    padding-bottom: 12px;
    margin: 0px auto 20px;
    border-bottom: 1px solid #eeeeee;
}

.view-policy-reviews.view-id-policy_reviews .view-filters .views-exposed-widgets>div .views-widget.cust-width {
    width: 190px;
    margin-bottom: -14px;
}

.form-item-field-policy-date-value-1-value-year .date-year select.date-year {
    position: absolute;
    bottom: 2px;
    left: 90px;
    width: 80px !important;
}

.view-policy-reviews .view-content>.views-row,
.view-parliament-or-policy-listing-view .view-content>.views-row {
    padding: 5px 0 15px;
    margin: 10px 0;
}

.right-icon .fa-chevron-circle-right:before {
    float: right;
    margin-left: 4px;
    margin-top: 1px;
}

.page-parliamenttrack-president-address .region-sidebar-first ul.nav li {
    width: 100%;
}

.view-president-address.view-id-president_address h3 {
    font-size: 20px;
    line-height: 1.3;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0 10px;
    padding-bottom: 5px;
}

.view-president-address.president-doc-lists>div.view-content a {
    padding-left: 35px;
    background-size: 25px !important;
    background: url('../img/pdf-sml.png') no-repeat left center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block !important;
    font-family: 'NeutraTextDemiAlt';
    font-size: 18px !important;
    font-weight: normal;
    margin: 10px;
    color: #01519a;
}

.view-president-address.president-doc-lists>div.view-content a:hover {
    opacity: 0.6;
}

.view.view-president-address.view-id-president_address.view-display-id-attachment_1 {
    margin-top: 35px;
}

.view-president-address .view-content {
    margin-left: -15px;
    margin-right: -15px;
}

.view-president-address.view-id-president_address.view-display-id-attachment_1 .view-content>.views-row:nth-child(2n+1) {
    clear: left;
}

.view-president-address.view-id-president_address.view-display-id-attachment_1 .view-content>.views-row {
    margin-bottom: 25px;
}

.view-president-address.view-id-president_address.view-display-id-attachment_1 .view-content .views-field-field-president-image {
    width: 190px;
}

.view-president-address .view-content .views-field-field-president-image {
    float: left;
    position: relative;
    z-index: 1;
}

.img-responsive {
    display: block;
}

.view-president-address.view-id-president_address.view-display-id-attachment_1 .view-content .views-field-title-field,
.view-president-address.view-id-president_address.view-display-id-attachment_1 .view-content .views-field-field-president-speech {
    width: 100%;
    box-sizing: border-box;
    padding-left: 205px;
    margin-left: -190px;
}

.view-president-address .view-content .views-field-title-field,
.view-president-address .view-content .views-field-field-president-speech {
    float: left;
}

.view-president-address.view-display-id-attachment_1 .view-content .views-field-title-field h3 {
    font-size: 18px;
}

.view-president-address .view-content .views-field-title-field h3 {
    margin: -3px 0 5px;
}

.view-president-address.view-id-president_address h3 {
    line-height: 1.3;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.view-president-address .view-content .views-field-field-president-speech .file {
    display: inline-block;
    margin-right: 5px;
}

.view-president-address .view-content .views-field-field-president-speech .file a {
    padding-left: 0;
    background-image: inherit;
    color: #01519a;
}

.page-policy-review-monthly-policy-review #block-menu-menu-policy ul li {
    width: 100%;
}


/*================== mp_&_mla parlaiment and mp_&_mla states page css=====================*/

.page-mptrack .region-sidebar-first.well {
    margin-top: 0;
}

.region-sidebar-first.well #views-exposed-form-mla-track-page .views-exposed-form .views-exposed-widgets,
.region-sidebar-first.well #views-exposed-form-track-mla-page .views-exposed-form .views-exposed-widgets {
    background: #efefef;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-top: 0;
}

#field-house-wrapper .views-widget {
    width: 100%;
}

#field-house-wrapper div.form-type-radio {
    float: left;
    display: block;
    width: 50%;
    margin: 0;
}

#field-house-wrapper div.form-type-radio.checked label {
    color: #2883D6;
    background: transparent;
}

#field-house-wrapper div.form-type-radio label {
    padding: 7px 12px;
    position: relative;
    font-family: 'Neutra-Text-Demi-Light-Alt';
}

.radio label,
.checkbox label {
    min-height: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

#field-house-wrapper div.form-type-radio input[type="radio"] {
    z-index: 1;
    margin: 0;
    opacity: 0;
}

#field-house-wrapper .bef-select-as-radios {
    margin: 0px -11px;
}

#field-house-wrapper .bef-select-as-radios:after {
    content: '';
    display: block;
    clear: both;
}

#field-house-wrapper div.form-type-radio label {
    background: #5F5D5D;
    color: #fff;
}

#views-exposed-form-mp-track-page .form-control,
#views-exposed-form-mla-track-page .form-control,
#views-exposed-form-track-mla-page .form-control {
    font-size: 16px;
}

#views-exposed-form-track-mla-page input::-webkit-input-placeholder {
    font-size: 16px;
    color: #495057;
    font-family: 'Adobe-Caslon-Pro';
}

.mp-mla-state-page .left-wrapper .views-exposed-form .views-widget input[type="text"],
.mp-mla-state-page .left-wrapper .views-exposed-form .views-widget select {
    margin-top: 10px;
}

.mp-mla-parliament-page .views-widget .form-type-textfield input::-webkit-input-placeholder {
    font-size: 16px;
    color: #495057;
    font-family: 'Adobe-Caslon-Pro';
}

#edit-field-gender-value-wrapper,
#edit-field-mla-gender-value-wrapper {
    margin-top: 10px;
}

#edit-field-gender-value-wrapper>label,
#edit-field-gender-value-wrapper>.views-widget,
#edit-field-mla-gender-value-wrapper>label,
#edit-field-mla-gender-value-wrapper>.views-widget {
    float: left;
    display: block;
    width: auto;
    font-weight: 600;
}

#edit-field-gender-value-wrapper>.views-widget,
#edit-field-mla-gender-value-wrapper>.views-widget {
    margin-left: 20px;
}

#edit-field-gender-value div.radio,
#edit-field-mla-gender-value div.radio {
    display: inline-block;
    vertical-align: middle;
}

.sittings-rajyashab-value-wrapper .form-item-field-planned-sittings-rajyashab-value-max label,
.views-exposed-form #edit-field-gender-value-wrapper .form-item-field-gender-value:first-child label,
.views-exposed-form #edit-field-mla-gender-value-wrapper .form-item-field-mla-gender-value:first-child label,
#edit-field-planned-sittings-rajyashab-value-wrapper>.views-widget label {
    display: none;
}

.radio label,
.checkbox label {
    padding-left: 20px;
}

#edit-field-gender-value-wrapper>.views-widget input,
#edit-field-mla-gender-value-wrapper>.views-widget input {
    margin: 6px 5px 0 0;
    position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.mp-track-submit-reset>div,
.mp-track-map-submit-reset-custom>div {
    display: inline-block;
    width: auto !important;
}

#mp-track-export-form-filters-val {
    margin-top: 0;
    margin-bottom: 30px;
}

.page-theprsblog .tag_term.filter-val,
#mp-track-export-form-filters-val .filter-val {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    border: 1px solid #01519a;
    padding: 8px 10px 1px;
    margin-bottom: 8px;
}

.pdf_file {
    float: right;
    padding-left: 20px;
    font-weight: bold;
    padding: 3px 20px 3px 20px;
}

.pdf_file a {
    font-size: 16px;
    font-weight: 600;
    color: #01519a;
}

.mp-track-export-sort-parent .block-search-prs-mp>* {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}

.mp-track-export-data a {
    font-size: 16px;
    color: #fff;
    font-family: sans-serif !important;
}

.btn-bg-blue {
    background-color: #01519a;
}

.attachment-before span.views-summary.checked a {
    background: #C1BEBE;
    border: 1px solid #8A8585;
    border-radius: 13px;
    display: inline-block;
    line-height: 1;
}

.attachment-before span a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 2px 9px 2px;
    font-family: 'NeutraTextDemiAlt';
}

.page-track-mla .view-track-mla .view-header:after {
    content: '';
    display: block;
    clear: both;
}

.state-update {
    font-size: 16px;
    color: #000;
    background: aliceblue;
    padding: 3px 11px 1px 11px;
    border: 1px dashed #777;
    border-radius: 5px;
}

.mla-list-inner-page .view-track-mla>h3 {
    margin: 20px 0 10px 0;
}

.page-track-mla.mla-list-inner-page .view-track-mla .mp-track-export-data {
    float: right;
    position: absolute;
    top: -4px;
    right: 0;
    background-color: #01519a;
}

.mla-list-inner-page .right-wrapper .view-content .field-content a img {
    width: 200px;
    height: 200px;
}

section#block-system-main .custom_assembly {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    font-weight: 600;
}

section#block-system-main .custom_assembly a {
    font-size: 18px;
    color: #01519a;
    padding-left: 10px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    font-weight: 600;
}

#block-system-main>.view-mp-track>.view-content>.views-row {
    min-height: 401px;
}

#block-system-main .view-mp-track>.view-content>.views-row,
.view-parliamentary-committees.view-display-id-block_1>.view-content>.views-row {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#block-system-main .view-mp-track>.view-content>.views-row>.views-field-field-political-party,
.view-parliamentary-committees>.view-content>.views-row>.views-field-field-political-party {
    position: absolute;
    top: 1px;
    right: 16px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 5px;
    min-width: 85px;
    text-align: center;
    margin: inherit !important;
    font-family: 'NeutraTextDemiAlt';
}

#block-system-main .view-mp-track>.view-content>.views-row>.views-field-field-image,
.view-parliamentary-committees.view-display-id-block_1>.view-content>.views-row>.views-field-field-image {
    margin-right: 0;
    width: 100%;
}

#block-system-main .views-field-field-image .field-content,
.view-parliamentary-committees.view-display-id-block_1 .views-field-field-image .field-content,
.view-parliamentary-committees.view-display-id-block_2 .views-field-field-image .field-content {
    background: #efefef;
    padding: 30px 0;
}

.view-parliamentary-committees.view-display-id-block_1 .views-field-field-image img,
.view-parliamentary-committees.view-display-id-block_2 .views-field-field-image img {
    border-radius: 50%;
    margin: 0 auto;
}

.mla-list-inner-page #block-system-main .views-field-field-image img {
    border-radius: 50%;
    margin: 0 auto;
}

#block-system-main .view-mp-track>.view-content>.views-row>.views-field-title-field h3,
.view-parliamentary-committees.view-display-id-block_1>.view-content>.views-row>.views-field-title-field h3 {
    margin: 0;
    padding: 15px 0 0;
}

#block-system-main .view-mp-track>.view-content>.views-row>.views-field-title-field h3 a,
.view-parliamentary-committees>.view-content>.views-row>.views-field-title-field h3 a {
    color: #000;
    font-size: 18px;
}

#block-system-main .view-mp-track>.view-content>.views-row>.views-field.views-field-title-field {
    display: inline-block;
}

#block-system-main .view-mp-track>.view-content>.views-row>.views-field:not(.views-field-field-image),
.view-parliamentary-committees.view-display-id-block_1>.view-content>.views-row>.views-field:not(.views-field-field-image) {
    margin: 5px 10px 0;
}

.progress {
    border-radius: 0px;
    box-shadow: none;
}

.progress {
    overflow: hidden;
    height: 22px;
    background-color: #f5f5f5;
}

.progress .progress-bar-success {
    background-image: inherit;
    background-color: #2C7DC7;
}

.view-mp-track .progress-bar-success,
.progress .progress-bar-success,
.progress .progress-bar {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: 21px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar {
    min-width: 40px;
    max-width: 100%;
    display: block;
    overflow: initial;
}

.progress-bar {
    float: left;
    height: 100%;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.debate-question-pvt-hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px 10px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    min-height: 189px;
    display: none;
    font-family: 'NeutraTextDemiAlt';
}

.debate-question-pvt-hover>.views-field {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
    padding: 0 2px;
}

.debate-question-pvt-hover .views-label-field-author,
.debate-question-pvt-hover .views-label-field-total-expenses-railway,
.debate-question-pvt-hover .views-label-field-source {
    display: block;
    padding-top: 35px;
}

.debate-question-pvt-hover>.views-field .field-content {
    font-size: 22px;
}

.debate-question-pvt-hover .views-label-field-total-expenses-railway,
.debate-question-pvt-hover .views-label-field-source {
    background-position-y: 3px;
}

.debate-question-pvt-hover .views-label-field-author {
    background: url('../img/debate.png') no-repeat top center;
}

.debate-question-pvt-hover .views-label-field-total-expenses-railway {
    background: url('../img/ques.png') no-repeat top center;
}

.debate-question-pvt-hover .views-label-field-source {
    background: url('../img/pvt-m-bill.png') no-repeat top center;
}

#block-system-main .view-mp-track>.view-content>.views-row:after,
.view-parliamentary-committees>.view-content>.views-row:after {
    content: '';
    position: absolute;
    border: 1px solid #efefef;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: -1;
}

#block-system-main .view-mp-track>.view-content>.views-row:hover .debate-question-pvt-hover {
    display: block;
}

.mp-track-disclaimer-section {
    display: table;
}

.disclaimer_license {
    padding-right: 15px;
}

.disclaimer_license,
.disclaimer_text {
    display: table-cell;
    vertical-align: middle;
}

.mp-track-disclaimer-section a {
    color: #000;
    font-size: 11px;
}

.mp-track-disclaimer-section p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.5;
    font-family: sans-serif;
}

#views-exposed-form-track-mla-page .views-exposed-form label {
    padding-left: 16px;
    padding-top: 5px;
}

#views-exposed-form-track-mla-page .views-submit-button {
    float: right;
    width: auto;
}

#views-exposed-form-track-mla-page .views-submit-button .btn,
#views-exposed-form-track-mla-page .views-reset-button .btn {
    margin: 10px 0;
}

.views-field.views-field-field-attendance.progress.attendance-remove {
    display: none;
}

.views-field.views-field-field-no-of-questions-asked.questions-remove {
    display: none;
}

.footer-disc-mp {
    margin-top: 0;
    padding-top: 0;
}

.footer-disc-mp .row.region-pre-footer {
    margin-top: 35px;
    padding-top: 30px;
}


/*================== mp_&_mla parlaiment link page css=====================*/

.paliament_activities_header {
    margin-top: 10px;
}

.paliament_activities_header ul,
.paliament_activities_header>div {
    display: inline-block;
    vertical-align: middle;
}

.paliament_activities_header li {
    float: left;
    display: block;
}

.paliament_activities_header li:first-child a {
    padding-left: 0;
}

.paliament_activities_header .active a {
    opacity: 1;
}

.paliament_activities_header li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 0.9;
    display: block;
    opacity: 0.5;
    font-family: 'Neutra-Text-Demi-Light-Alt';
}

.paliament_activities_header li:nth-child(2) a,
.paliament_activities_header li:nth-child(3) a {
    border-left: 1px solid #352F2F;
}

.paliament_activities_header .field-items {
    font-size: 16px;
    color: #000;
    background: aliceblue;
    padding: 1px 11px;
    border: 1px dashed #777;
    border-radius: 5px;
}

.mp_profile_header_info {
    margin-top: 40px;
}

.personal_profile_parent {
    float: left;
}

.personal_profile_parent,
.personal_profile_parent * {
    box-sizing: border-box;
}

.personal_profile_parent:first-of-type>* {
    float: left;
}

.personal_profile_parent:first-of-type .field-type-image a,
.committee-chairperson .pro_image>a {
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #c9c9c9;
    overflow: hidden;
    text-align: center;
}

.personal_profile_parent:first-of-type .field-type-image img {
    margin: -1px 0 0 -1px;
    max-width: 101%;
}

.node-mp .mp-basic-info.no-padding-r {
    padding: 0;
}

.mp-basic-info .mp-name,
.mp-basic-info .mp-follow,
.mp-basic-info>div {
    float: left;
    display: block;
    width: 100%;
    font-size: 16px;
}

.mp-basic-info .mp-follow {
    font-family: 'NeutraTextDemiAlt';
}

.mp-basic-info .mp-name {
    width: 47%;
    margin-right: 3%;
}

.mp-basic-info div:not(.mp-name)>*,
.mp-basic-info div:not(.mp-follow)>* {
    float: left;
    display: block;
}

.personal_profile_parent:first-of-type h1 {
    font-size: 26px;
    margin: 0 0 10px;
    padding-bottom: 0;
    border-bottom: 0px;
}

.personal_profile_parent:first-of-type h1 a {
    color: #000;
    font-size: 26px;
}

.mp-basic-info .mp-follow {
    width: 50%;
}

.mp-basic-info .mp-follow a {
    border: 1px solid #bfbfbf;
    padding: 2px 18px;
    color: #000;
    font-weight: 500;
    margin-top: 0px;
    font-size: 16px;
}

.mp-basic-info div:not(.mp-name)>.field-label,
.mp-basic-info div:not(.mp-follow)>.field-label {
    width: 47%;
    margin-right: 3%;
}

.mp-basic-info div:not(.mp-name)>.field-label+a,
.mp-basic-info div:not(.mp-name)>.field-label+div,
.mp-basic-info div:not(.mp-follow)>.field-label+a,
.mp-basic-info div:not(.mp-follow)>.field-label+div {
    width: 50%;
}

.mp-basic-info .mp_state .field-label+a,
.mp-basic-info .standing_commitee_members .standing a {
    color: #01519a;
    font-size: 16px;
}

.personal_profile_parent:last-of-type {
    border-left: 1px solid #bfbfbf;
    padding-left: 15px;
    margin-top: 43px;
    display: table;
}

.personal_profile_parent:last-of-type h4 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.personal_profile_parent:last-of-type>*>* {
    float: left;
}

.personal_profile_parent:last-of-type .field-label {
    width: 58%;
    font-family: 'Adobe-Caslon-Pro';
    font-size: 16px;
}

.personal_profile_parent:last-of-type a,
.personal_profile_parent:last-of-type .field-label+div {
    width: 42%;
    color: #01519a;
    font-family: 'Adobe-Caslon-Pro';
    font-size: 16px;
}

.mp-parliamentary-performance {
    margin-top: 50px;
}

.mp-parliamentary-performance h3 {
    border: 1px solid #bfbfbf;
    border-left: none;
    border-right: none;
    padding: 14px 0;
    font-size: 26px;
    margin: 0 0 18px;
}

.parliamentary-performance-color-info>div {
    margin: 0 25px 0 15px;
    float: left;
}

.mp-parliamentary-performance .blue {
    background: #8562A4;
}

.mp-parliamentary-performance .blue,
.mp-parliamentary-performance .green,
.mp-parliamentary-performance .orange {
    display: inline-block;
    width: 45px;
    margin-right: 10px;
    height: 20px;
    vertical-align: sub;
}

.mp-parliamentary-performance .green {
    background: #558F17;
}

.mp-parliamentary-performance .orange {
    background: #F58D36;
}

.parliamentary-performance-details {
    margin-top: 25px;
}

.mp-parliamentary-performance .mp-attendance.col-md-6 {
    border-left: none;
}

.mp-parliamentary-performance .mp-attendance,
.mp-parliamentary-performance .mp-debate,
.mp-parliamentary-performance .mp-questions,
.mp-parliamentary-performance .mp-pmb {
    max-height: inherit;
}

.mp-parliamentary-performance .col-md-3 h4,
.mp-parliamentary-performance .col-md-3 h4+div,
.mp-parliamentary-performance .col-md-6 h4,
.mp-parliamentary-performance .col-md-6 h4+div {
    padding: 0 1% 0 12.4%;
}

.parliamentary-performance-details h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.parliamentary-performance-details h4 a {
    font-size: 18px;
}

.node-type-up-mla .mp-parliamentary-performance .mp-attendance h4,
.node-type-up-mla .mp-parliamentary-performance .mp-attendance h4+div,
.node-type-up-mla .mp-parliamentary-performance .mp-questions h4,
.node-type-up-mla .mp-parliamentary-performance .mp-questions h4+div {
    padding: 0 1% 0 8.3%;
}

.node-type-up-mla .mp-parliamentary-performance .mp-attendance h4+div>span,
.node-type-up-mla .mp-parliamentary-performance .mp-questions h4+div>span {
    width: 70%;
}

.node-type-up-mla .mp-parliamentary-performance .mp-attendance h4+div>div,
.node-type-up-mla .mp-parliamentary-performance .mp-questions h4+div>div {
    width: 30%;
}

.node-type-up-mla .mp-parliamentary-performance .mp-attendance h4+div>span,
.node-type-up-mla .mp-parliamentary-performance .mp-attendance h4+div>div,
.node-type-up-mla .mp-parliamentary-performance .mp-questions h4+div>span,
.node-type-up-mla .mp-parliamentary-performance .mp-questions h4+div>div {
    float: left;
    display: block;
}

.node-type-up-mla .mp-parliamentary-performance .mp-attendance .mla-bar {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.mla-debates .debates>span {
    width: 50%;
}

.mla-debates .debates * {
    display: inline-block;
}

#highcharts-4 text.highcharts-title {
    font-weight: 600 !important;
}

.mp-parliamentary-performance .col-md-3 h4+div>span,
.mp-parliamentary-performance .col-md-6 h4+div>span {
    width: 70%;
}

.mp-parliamentary-performance .col-md-3 h4+div>span,
.mp-parliamentary-performance .col-md-3 h4+div>div,
.mp-parliamentary-performance .col-md-6 h4+div>span,
.mp-parliamentary-performance .col-md-6 h4+div>div {
    float: left;
    display: block;
}

.mp-parliamentary-performance .col-md-3 h4+div>div,
.mp-parliamentary-performance .col-md-6 h4+div>div {
    width: 30%;
    padding-left: 9%;
}

.parliamentary-performance-details:after,
.parliamentary-performance-color-info:after,
.mp-parliamentary-performance .col-md-3 h4+div:after,
.mp-parliamentary-performance .col-md-6 h4+div:after {
    content: '';
    display: block;
    clear: both;
}

.parliamentary-performance-details:after,
.parliamentary-performance-color-info:after,
.mp-parliamentary-performance .col-md-3 h4+div:after,
.mp-parliamentary-performance .col-md-6 h4+div:after {
    content: '';
    display: block;
    clear: both;
}

#block-block-2 {
    margin-top: 38px;
    border-top: 2px solid #bfbfbf;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 10px;
}

#block-block-2 p {
    font-family: 'NeutraTextDemiAlt';
    font-size: 26px;
    border-bottom: 3px solid #000;
    display: inline;
    padding-bottom: 2px;
}

.mp-track-person-page section.block.block-views {
    margin-top: 40px;
}

.mp-track-person-page .block:first-child h2.block-title {
    margin-top: 0;
    margin-bottom: 10px;
}

section.block.block-views h2 {
    position: relative;
}

.mp_profile_detailed_info_contents .block-title {
    font-size: 22px;
}

.table-responsive {
    min-height: 0.01%;
}

.table-responsive .table {
    font-size: 16px !important;
}

.table-responsive table {
    margin-bottom: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    line-height: 1.42857143;
}

.region-content .table-responsive .table>thead>tr>th,
.region-content .view-content .table-responsive thead {
    font-weight: bold;
}

.mp-track-person-page #block-views-mps-debate-related-views-block .views-table thead tr th:nth-child(3) {
    width: 12%;
}

.view-content .table-responsive thead tr {
    background: #C9C9C9 !important;
}

body table tr,
body table tr td,
.mp_profile_detailed_info_contents .block-title {
    border-color: #ddd !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.col-sm-12>.region-content .committee-body .field-item>table tbody table tr td,
.col-sm-12>.region-content .committee-body .field-item>table tbody table tr th,
.region-content .view-content .table-responsive td,
.region-content .view-content .table-responsive th,
.table-responsive th,
.table-responsive td {
    border: 1px solid #ddd !important;
}

.region-content .view-content .table-responsive td,
.region-content .view-content .table-responsive th,
.region-content .committee-body .field-item>table tbody tr td {
    vertical-align: middle !important;
}

.view-content .table-responsive td:first-child {
    padding-left: 10px;
}

.view-content .table-responsive th,
.view-content .table-responsive th a,
.view-content .table-responsive td,
.view-content .table-responsive td .date-display-single {
    color: #000;
}

.view-content .table-responsive td,
.view-content .table-responsive th {
    padding: 12px;
}

.view-content:after {
    content: '';
    display: block;
    clear: both;
}

.mp_profile_detailed_info_contents .block-title,
.block-views .block-title {
    border-top: 0;
    padding: 15px 0 5px 0;
}

.mp_profile_detailed_info_contents .block-title,
.mp-track-person-page .block-views .block-title {
    font-size: 22px;
}

th.views-field.views-field-edit-node {
    display: none !important;
}

td.views-field.views-field-edit-node {
    display: none;
}

.region-content .view-content .table-responsive td a {
    color: #01519a;
    font-size: 16px;
}

.mp_attendance_graph_content {
    position: relative;
    width: 300px;
    height: 200px;
}

.mp_attendance_graph_content>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mp_debate_graph_content {
    position: relative;
    width: 300px;
    height: 200px;
}

.mp_debate_graph_content>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mp_questions_graph_content {
    position: relative;
    width: 300px;
    height: 200px;
}

.mp_questions_graph_content>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mp_pmb_graph_content {
    position: relative;
    width: 300px;
    height: 200px;
}

.mp_pmb_graph_content>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/*================== bill_&_atcs BP page css=====================*/

.bill-category-listing li .facetapi-active-new {
    background-color: #bfbfbf !important;
}

.view-billtrack .view-filters {
    background: none;
    padding: 0;
    margin: 0 0 18px;
}

.view-billtrack .view-filters.disp-inf {
    display: inline-flex;
}

.view-billtrack .views-exposed-form {
    width: 100%;
    max-width: none;
}

.view-billtrack .views-exposed-form .views-exposed-widgets {
    padding: 0 0 10px;
}

.view-billtrack .views-exposed-form .views-exposed-widgets {
    background: #fff;
    border-radius: 5px;
}

.view-billtrack .views-exposed-form .views-exposed-widget {
    padding-right: 10px;
    vertical-align: top;
}

.bill-act-bp-page .view-billtrack .views-submit-button {
    padding-right: 0 !important;
}

.bill-act-bp-page .view-content .views-field-title-field .field-content img,
.bill-act-bs-page .view-content .views-field-title-field .field-content img,
.bill-act-as-page .view-content .views-field-title-field .field-content img {
    display: none;
}

.bill-act-ap-page .view-billtrack .view-content>.views-row {
    padding: 10px 0 25px;
    margin-bottom: 18px;
}

.view-billtrack .views-exposed-form .views-exposed-widget {
    display: table-cell;
    float: none;
}

.views-exposed-form .views-widget-filter-title_field>label {
    padding: 2px 10px 0 0;
    width: auto;
}

.views-exposed-form .views-widget-filter-title_field>label,
.views-exposed-form .views-widget-filter-title_field>div.views-widget {
    display: table-cell;
    vertical-align: middle;
    float: none;
    white-space: nowrap;
}

.view-billtrack .views-submit-button button.form-submit:hover {
    opacity: 0.6;
}

.view-billtrack .views-submit-button button.form-submit,
.view-billtrack .views-submit-button button.form-submit:hover,
.view-billtrack .views-submit-button button.form-submit:focus {
    background: #5F5D5D;
    padding: 5px 24px;
    border: 0px;
    color: #fff;
    outline: none;
    border-radius: 0px;
}

.view-billtrack .views-widget-filter-field_date_of_introduction_year select.form-control {
    width: 100px;
}

.view-billtrack .views-exposed-form select,
.view-billtrack .views-exposed-form input[type="text"] {
    margin-top: 0 !important;
    border: 1px solid #ddd !important;
    padding: 2px 6px 2px !important;
}

.view-billtrack .views-exposed-form select,
.view-billtrack .views-exposed-form input,
.view-billtrack .views-exposed-form select,
.view-billtrack .views-exposed-form button {
    font-size: 15px;
}

.view-billtrack .views-exposed-form input {
    background-color: #fff;
}

.view-billtrack .views-widget-filter-field_date_of_introduction_year select.form-control {
    padding-right: 0 !important;
}

.view-billtrack .views-widget .form-item input::placeholder {
    font-family: 'Adobe-Caslon-Pro';
}

.bill-act-bp-page .view-billtrack .view-content>.views-row:first-child {
    border-top: 1px solid #ddd;
}

.view-billtrack .view-content>.views-row {
    padding: 30px 15px 25px 0;
    position: relative;
}

.view-content>.views-row {
    border-bottom: 1px solid #eeeeee;
}

.view-billtrack.view-id-billtrack .views-field.views-field-title-field {
    width: 75%;
}

.view-billtrack.view-id-billtrack .views-field.views-field-title-field {
    display: inline-block;
}

.view-billtrack .view-content>.views-row h3 {
    margin: 0 0 0 10px;
    float: none;
    display: inline;
}

.view-billtrack.view-id-billtrack .views-field.views-field-field-bill-status {
    float: right;
    width: 22%;
    text-align: end;
}

.view-billtrack .view-content>.views-row .views-field-field-bill-status>span.status-pending {
    padding: 8px 10px;
    min-width: 164px;
    display: inline-block;
    text-align: center;
    font-family: 'NeutraTextDemiAlt';
}

.view-billtrack .view-content>.views-row .views-field-field-bill-status>span {
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #000;
}


/*================== bill_&_atcs BP inner page css=====================*/

.node-type-bill h1 {
    border: none;
    margin: 7px 0 0;
    padding-bottom: 5px;
    font-size: 28px;
}

.node-bill .field-name-field-ministry.field-type-taxonomy-term-reference.field-label-inline {
    font-size: 19px;
}

.field-name-field-ministry .field-label {
    font-weight: normal;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
    float: left;
}

.node-bill .flexslider {
    margin: 22px 0;
    text-align: center;
    padding: 0 40px;
    border: none;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    zoom: 1;
}

.node-bill .flexslider .slides>li:last-child>div.entity.entity-field-collection-item {
    padding-right: 52px !important;
    margin-left: -10px;
}

.node-bill .flexslider .slides>li:last-child>div {
    background: none;
    padding: 0;
}

.node-bill .flexslider .slides>li>div {
    box-sizing: border-box;
    vertical-align: middle;
}

.node-bill .flexslider .slides>li div .field-name-field-own-status.field-type-list-text {
    min-height: 27px;
}

.node-bill .flexslider .slides>li div.field-name-field-own-status-title {
    padding: 16px 0 15px;
    border-radius: 15px;
    font-size: 20px;
    margin: 10px 0 10px 11px;
    border: 2px solid green;
}

.node-bill .flexslider .slides>li div.field-name-field-own-status-date span.date-display-single {
    color: #000;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

article.single-status ul.flex-direction-nav {
    display: none;
}

.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
    display: none;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all .3s ease;
}

.body_upload_files {
    margin: 55px -15px 0;
}

.body_upload_files .body_content {
    float: left;
    padding: 0 20px 0 15px;
    width: 72%;
}

.field-type-text-with-summary ul {
    margin-bottom: 10px;
}

.field-type-text-with-summary ul {
    padding-left: 17px;
    text-align: justify;
}

.views-field-body ul,
.field-name-body ul,
.field-type-text-with-summary ul {
    list-style-type: disc;
}

.field-name-body ul li,
.field-type-text-with-summary ul li {
    list-style-type: disc !important;
}

.body_upload_files .relevant_links_block {
    float: right;
    padding: 0 15px 0 22px;
    border-left: 1px solid #c9c9c9;
    width: 28%;
}

.file_uploads_title {
    position: relative;
    display: block;
    font-size: 25.2px;
    line-height: 1;
    font-weight: 500;
    font-family: 'NeutraTextDemiAlt';
}

.file_uploads_title:after {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 2px solid #000;
    left: 0;
    bottom: -5px;
    position: absolute;
}

.relevant_links_p,
.relevant_links_s,
.relevant_links_e {
    margin: 10px 0px;
    background: #efefef;
    border: 1px solid #ddd;
    border-top: 0;
}

.relevant_links_p>h4,
.relevant_links_s>h4,
.relevant_links_e>h4 {
    background-color: #bfbfbf;
    padding: 12px 15px 9px;
    font-size: 20px;
    margin: 0;
}

.node-bill .pdf_html_links {
    padding: 0 10px;
    display: block;
}

.pdf_html_links {
    margin-top: 6px;
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse;
}

.pdf_html_links li:last-child {
    border: none;
}

.pdf_html_links li {
    display: block;
}

.relevant_links_block img.file-icon {
    display: none;
}

.relevant_links_block img {
    vertical-align: middle;
    padding-top: 16px;
}

ul.pdf_html_links li>a {
    width: 100%;
    padding-right: 12px;
    word-break: break-word;
}

.pdf_html_links li>a,
.pdf_html_links li>span {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}

.relevant_links_block li a {
    line-height: 1.2;
}

ul.pdf_html_links li>a.pdf-link {
    padding-left: 20px;
    background: url('../img/pdf-sml.png') no-repeat left 15px;
    background-size: 16px;
}

#block-system-main .entity-wrapper {
    width: 353.333px;
    float: left;
    display: block;
}

.node-bill .flexslider .bp-link-slides li .entity {
    padding-right: 52px;
    text-align: center;
    margin-left: -10px;
    vertical-align: middle;
    background: url('../img/arrowbg.jpg') no-repeat right center;
}

.node-bill .flexslider .bp-link-slides li .entity .field-name-field-own-status-title {
    padding: 16px 0;
    border-radius: 15px;
    font-family: 'NeutraTextDemiAlt';
    font-size: 20px;
    margin: 10px 0 10px 10px;
    border: 2px solid gray;
    color: gray;
}

.bill-act-bp-inner-page .slick-initialized .slick-slide {
    padding-right: 0px;
}

.bill-act-bp-inner-page .slick-dots li button:before {
    font-size: 32px;
}

.bill-act-bp-inner-page .slick-prev,
.bill-act-bp-inner-page .slick-prev:hover,
.bill-act-bp-inner-page .slick-prev:focus {
    background-image: url('../img/ps_left_arrow.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 34px;
}

.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;
}

.bill-act-bp-inner-page .slick-prev {
    left: -40px;
    top: 58%;
}

.bill-act-bp-inner-page .slick-next {
    right: -40px;
    top: 58%;
}

.bill-act-bp-inner-page .slick-prev:hover:before,
.bill-act-bp-inner-page .slick-prev:focus:before,
.bill-act-bp-inner-page .slick-next:hover:before,
.bill-act-bp-inner-page .slick-next:focus:before {
    opacity: 0;
}

.bill-act-bp-inner-page .slick-prev:before,
.bill-act-bp-inner-page .slick-next:before {
    opacity: 0;
}

.body_upload_files {
    margin: 55px -15px 0;
}

.body_upload_files .body_content {
    float: left;
    padding: 0 20px 0 15px;
    width: 72%;
}

.body_content .content-head {
    color: #3366ff;
}

.body_upload_files .body_content .content-links p {
    margin-bottom: 6px;
}

.body_upload_files .body_content a {
    font-size: 16px;
    color: #01519a;
}

.body_upload_files .body_content .content-disclaim {
    font-size: 14px;
}

.pdf_html_links li {
    border-bottom: 1px solid #c9c9c9;
}

ul.pdf_html_links li>a {
    font-size: 16px;
    color: #01519a;
}

.bill-act-bp-inner-page-slider-less .slick-track {
    margin-left: 0;
}

.bill-act-bp-inner-page-slider-less .slick-dots {
    display: none;
}


/*============= lamp about page css=============*/

.main-container.page-lamp {
    padding-left: 0;
    padding-right: 0;
}

.lamp_banner {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #fff;
}

.lamp_banner p {
    margin-top: 8px;
}

.lamp_banner>p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.lamp_banner p span a {
    color: #01519a;
    font-weight: 600;
}

.page-lamp .about_the_lamp_fellowship p {
    font-family: 'Roboto', sans-serif;
}

.lamp_banner p img {
    object-fit: none;
}

.fellowshipbuttons {
    margin: 30px 0 10px;
}

.fellowshipbuttons>div {
    display: inline-block;
    background: #01519a;
    width: 26%;
    min-width: 195px;
    border-radius: 4px;
    margin-top: 5px;
}

.fellowshipbuttons a,
.view-prs-lamp-fellows .eligibility_selection a {
    color: #f5f5f5;
    padding: 10px 0 8px;
    display: block;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    font-size: 20px;
    text-align: center;
}

.fellowshipbuttons .eligibility_selection {
    margin-left: 5%;
    margin-right: 5%;
}

section#block-views-prs-lamp-gallery-block,
section#block-views-prs-lamp-video-gallery-block {
    padding-bottom: 30px;
}

#block-views-prs-lamp-video-gallery-block h2 {
    border: 0;
}

section#block-views-prs-lamp-gallery-block:before {
    content: '';
    height: 1px;
    display: block;
    background: #efefef;
    margin-top: 40px;
    margin-bottom: 40px;
    clear: both;
}


/*slick slider magnific css start*/

.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.slider-for {
    margin-bottom: 15px;
}

.slider-for img {
    width: 100%;
    min-height: 100%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
    cursor: pointer;
}

.mfp-container:hover {
    cursor: default;
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*BLUR background */

* {
    transition: filter 0.25s ease;
}

.mfp-wrap~* {
    filter: blur(5px);
}

.mfp-ready .mfp-figure {
    opacity: 0;
}


/* start state */


/* animate in */


/* animate out */

.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 0;
    transition: all 0.3s ease-out;
    transform: scale(0.95);
}

.mfp-zoom-in .mfp-preloader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
    transform: scale(0.95);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0;
}

.mfp-iframe-scaler {
    overflow: visible;
}

.mfp-zoom-out-cur {
    cursor: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.slick-initialized .slick-slide {
    padding-right: 10px;
}

#lamp-img-gallery .slick-next::before {
    background-image: url('../img/nextSlide-prs.png');
}

#lamp-img-gallery .slick-prev::before {
    background-image: url('../img/prevSlide-prs.png');
}

#lamp-img-gallery .slick-prev:before,
#lamp-img-gallery .slick-next:before {
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 15px;
    height: 28px;
    opacity: 1;
}

#lamp-img-gallery .slick-prev,
#lamp-img-gallery .slick-next {
    position: absolute;
    top: 46%;
    margin-top: 0px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0;
}

#lamp-img-gallery .slick-prev {
    left: -16px;
}

#lamp-img-gallery .slick-next {
    right: -14px;
}

#block-views-prs-lamp-gallery-block #lamp-img-gallery a img {
    height: 123px;
    object-fit: cover;
}


/*slick slider magnific css end*/


/*slick slider magnific video css start*/

#block-views-prs-lamp-video-gallery-block .slider-nav img {
    margin: 0 auto;
    width: 100%;
    max-width: none;
    height: 200px;
}

#block-views-prs-lamp-video-gallery-block .slider-nav slick-slide:hover {
    cursor: pointer;
}

#block-views-prs-lamp-video-gallery-block .slick-prev,
#block-views-prs-lamp-video-gallery-block .slick-next {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0;
}

#block-views-prs-lamp-video-gallery-block .slick-prev:before,
#block-views-prs-lamp-video-gallery-block .slick-next:before {
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 15px;
    height: 28px;
    opacity: 1;
}

#block-views-prs-lamp-video-gallery-block .slick-prev:hover:before,
#block-views-prs-lamp-video-gallery-block .slick-next:hover:before {
    opacity: 0.8;
}

#block-views-prs-lamp-video-gallery-block .slick-prev {
    left: -16px;
}

#block-views-prs-lamp-video-gallery-block .slick-prev:before {
    background-image: url("../img/prevSlide-prs.png");
}

#block-views-prs-lamp-video-gallery-block .slick-next {
    right: -14px;
}

#block-views-prs-lamp-video-gallery-block .slick-next:before {
    background-image: url("../img/nextSlide-prs.png");
}

#block-views-prs-lamp-video-gallery-block .modal {
    top: 20% !important;
}

#block-views-prs-lamp-video-gallery-block .modal-content {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    margin-left: 1px;
}

#block-views-prs-lamp-video-gallery-block .modal-content .modal-body {
    padding: 140px;
}

#block-views-prs-lamp-video-gallery-block .modal-content .modal-body iframe {
    margin-bottom: -5px;
}

#block-views-prs-lamp-video-gallery-block .modal-content .modal-header {
    border: 0 none;
    height: 0;
    min-height: 0;
    padding: 0;
}

#block-views-prs-lamp-video-gallery-block .modal-content .modal-header .close {
    background-color: transparent !important;
    border: 0px solid #ffffff !important;
    border-radius: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    height: 26px;
    opacity: 1;
    padding-bottom: 0;
    position: absolute;
    right: -13px;
    text-shadow: none;
    top: -13px;
    width: 26px;
    z-index: 1;
}

#block-views-prs-lamp-video-gallery-block .video {
    width: 100%;
    /* Just for centering*/
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#block-views-prs-lamp-video-gallery-block .video:after {
    /* The magic styles! */
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 56.25%;
    /* 100:56.25 equal to 16:9*/
}

#block-views-prs-lamp-video-gallery-block .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal-backdrop.show {
    opacity: 0.9 !important;
}


/*slick slider magnific video css end*/

#block-views-videos-landing-page-block-8 h2,
#block-quicktabs-prs-lamp-fellows h2,
#block-views-prs-lamp-gallery-block h2 {
    border-bottom: 0;
}

#quicktabs-prs_lamp_fellows>ul {
    text-align: center;
    margin-bottom: 20px;
}

ul.quicktabs-tabs {
    margin-top: 0;
}

#quicktabs-prs_lamp_fellows>ul li {
    display: inline-block;
    padding: 0 15px;
}

ul.quicktabs-tabs li {
    background: none;
    list-style-type: none;
    white-space: nowrap;
}

#quicktabs-prs_lamp_fellows>ul li.active a {
    color: #01519a;
    border-color: #01519a;
    padding-bottom: 2px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    font-weight: 600;
}

#quicktabs-prs_lamp_fellows>ul li.active a:after {
    content: '';
    display: block;
    border-top: 5px solid #01519a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 48%;
    z-index: 1;
}

#quicktabs-container-prs_lamp_fellows .view-content {
    margin: 0 -5px;
}

#quicktabs-container-prs_lamp_fellows .views-row.col-md-2 {
    width: 88px;
    margin: 0;
    padding: 5px;
    clear: none;
    float: left;
}

.view-prs-lamp-fellows .modal .modal-dialog {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#PRSLampImagePopup .modal-lg .modal-header .close:focus,
#quicktabs-container-prs_lamp_fellows .modal-content .close {
    outline: none;
}

#quicktabs-container-prs_lamp_fellows .modal-content .close {
    margin-top: -2px;
    font-size: 27px;
    font-weight: normal;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

#quicktabs-container-prs_lamp_fellows .modal-content .modal-body {
    font-size: 15px;
    line-height: 1.5;
}

#quicktabs-container-prs_lamp_fellows .modal-content .bio_image {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}

.modal-body {
    position: relative;
    padding: 15px;
}

#quicktabs-container-prs_lamp_fellows .views-field.views-field-field-image {
    width: 100%;
    margin: 0;
    padding: 0 5px;
}

#quicktabs-container-prs_lamp_fellows .modal-content .close.modal-fellows {
    position: absolute;
    top: 0;
    right: 10px;
}

#quicktabs-container-prs_lamp_fellows .views-field.views-field-field-image.views-field-field-image-fellows {
    width: auto;
    margin: 0;
}

.views-field.views-field-field-image {
    float: left;
}

#quicktabs-container-prs_lamp_fellows .views-field.views-field-field-image img {
    margin: 0 auto;
    height: 100px;
    object-fit: cover;
}

#quicktabs-container-prs_lamp_fellows .modal-content .field-label {
    font-weight: bold;
}

.modal-dialog {
    z-index: 1630;
}

.modal-header:before {
    clear: both;
}

.modal-header:after {
    clear: both;
}

#quicktabs-container-prs_lamp_fellows .modal-content .image {
    float: left;
    padding-right: 15px;
}

.view-parliamentary-announcement .views-field-field-external-link a {
    font-family: 'Adobe-Caslon-Pro';
}

.view-parliamentary-announcement .views-field-field-press-release a {
    font-family: 'Adobe-Caslon-Pro';
}

#quicktabs-prs_lamp_fellows>ul li a {
    position: relative;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-family: 'Neutra-Text-Demi-Light-Alt'
}

#quicktabs-prs_lamp_fellows>ul li a.active {
    color: #01519a;
    border-color: #01519a;
    font-weight: 600;
}

#quicktabs-prs_lamp_fellows .nav-pills .nav-link.active {
    background-color: transparent;
}

#quicktabs-prs_lamp_fellows .nav-pills .nav-link {
    border-radius: 0;
    padding: 0 0.1rem;
}

#quicktabs-prs_lamp_fellows>ul li a.active:after {
    content: '';
    display: block;
    border-top: 5px solid #01519a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 42%;
    z-index: 1;
}


/*----------------------------------------internal accordion--------------------------------*/

.accordion-left-body .card-header {
    position: relative;
    padding: 0;
}

.accordion-left-body .btn {
    text-align: left;
    width: 100%;
}

.accordion-left-body .btn.btn-link:focus,
.accordion-left-body .btn.btn-link:hover {
    text-decoration: none;
    color: black;
}

.accordion-left-body .btn.collapsed .ui-accordion-header-icon.ui-icon-triangle-1-e {
    transform: rotate(-90deg);
    top: 56%;
    right: 5px;
}

.accordion-left-body .btn .ui-accordion-header-icon.ui-icon-triangle-1-e {
    transform: rotate(0deg);
    top: 58%;
    right: 10px;
}

.accordion-left-body .ui-accordion-header-icon {
    background: none;
    border-top: 8px solid #01519a;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.accordion-left-body .ui-accordion-header-icon {
    position: absolute;
    margin-top: -8px;
}

.accordion-left-body .ui-icon {
    width: 16px;
    height: 16px;
}

.accordion-left-body .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
}

.region-sidebar-first div.ui-accordion-content .active {
    background-color: #bfbfbf;
}

.region-sidebar-first div.ui-accordion-content p {
    margin-bottom: 0px;
}

.region-sidebar-first .ui-accordion-content a {
    display: block;
    color: #01519a;
    background-color: #efefef;
    line-height: 1.2;
    padding: 13px 16px;
    font-size: 16px;
    border-top: 1px solid #fff;
    font-family: 'Neutra-Text-Demi-Light-Alt';
}


/*----------------------------------------internal accordion--------------------------------*/

.arc-prs-team .view-article-by-prs-team-archive- a {
    color: #01519a;
}


/*----------------------------------------parliament session track--------------------------------*/

#search-prs-sessions-filter-form {
    background: #BFBFBF;
    margin: 4px 0 20px;
    padding: 4px 25px;
    box-sizing: border-box;
}

#search-prs-sessions-filter-form>div {
    display: table;
    width: 100%;
}

#search-prs-sessions-filter-form .form-item-field-select-year {
    width: 210px;
}

#search-prs-sessions-filter-form .form-item-field-select-year,
#search-prs-sessions-filter-form .form-item-field-select-session,
#search-prs-sessions-filter-form .form-actions {
    display: table-cell;
    padding-right: 6px;
    box-sizing: border-box;
    vertical-align: bottom;
}

#search-prs-sessions-filter-form>div>div label {
    width: auto;
    padding-right: 8px;
    margin: 0;
    font-size: 15px;
}

#search-prs-sessions-filter-form>div>div label,
#search-prs-sessions-filter-form>div>div select {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

#search-prs-sessions-filter-form>div>div select {
    width: 150px;
    border-radius: 0px !important;
    height: 32px;
    padding-right: 0;
    padding-left: 5px;
    font-size: 16px;
}

#search-prs-sessions-filter-form>div>div label,
#search-prs-sessions-filter-form>div>div select {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-family: 'NeutraTextDemiAlt';
}

#search-prs-sessions-filter-form .form-item-field-select-session {
    width: 220px;
}

#search-prs-sessions-filter-form .form-actions {
    padding-right: 0;
}

#search-prs-sessions-filter-form .form-actions button {
    background: #5F5D5D;
    padding: 3px 15px 1px;
    border: 0px;
    color: #fff;
    line-height: 28px;
    outline: none;
    border-radius: 0px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

#search-prs-sessions-filter-form .form-actions button+a {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    padding: 0 14px;
}

#block-system-main .session_productivity h1 {
    margin-bottom: 10px;
}

.session_productivity h1,
.session_productivity h2,
.session_productivity h3 {
    text-align: center;
}

div.row.breakup_of_business {
    margin: 20px 0 50px;
}

div.row.breakup_of_business .row-label {
    padding-top: 0;
}

.st-legislation thead th {
    text-align: center;
    line-height: 1.3;
}

.view-session-bill-legislation .table-responsive td:first-child a {
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Adobe-Caslon-Pro';
}

.view-session-bill-legislation .table-responsive td {
    font-family: 'Adobe-Caslon-Pro' !important;
    font-weight: 400 !important;
}

.view-session-bill-legislation .table-responsive td span {
    font-weight: 400 !important;
}

.view-session-bill-legislation .table-responsive thead tr {
    border-top: 1px solid #eee;
}

.view-sessionwrap .headClass {
    padding-top: 10px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
}

.view-sessionwrap .field-content .headClass h3 {
    text-align: left;
    margin-top: 0px;
    display: inline;
    border: none;
}

.view-sessionwrap .pdf-link {
    float: right;
    background-image: url('../img/pdf-sml.png');
    background-size: 17px;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position-y: 4px;
    font-weight: bold;
    margin-right: 12px;
}

.table-data-area table tr td {
    padding: 10px 15px;
}

.table-data-area table tr td p {
    margin-bottom: 0;
    line-height: 1.25;
}

.table-data-area table tr td p a {
    color: #01519a;
}


/*----------------------------------------parliament discussion paper--------------------------------*/

.menu_parliament_state_assembly a.active {
    background-color: #bfbfbf;
}

.par-dp-page .other_fields h3 {
    font-size: 22px;
    margin-bottom: 4px;
}

.par-dp-page .download_pdf a {
    font-family: 'Adobe-Caslon-Pro';
}


/*----------------------------------------parliament dairy paper--------------------------------*/

.addresswrapwithperson {
    padding: 10px 15px;
    font-family: 'NeutraTextDemiAlt';
    font-size: 15px;
}

.addresswrapwithperson {
    border: 1px solid #01519A;
    margin-bottom: 0;
}

.addresswrapwithperson address {
    border: 0;
    padding: 0;
}

address {
    font-family: 'Neutra-Text-Demi-Light-Alt';
    font-size: 15px;
    padding: 10px 15px;
}

.view-parliament-diary-media-updates .attachment-before .views-row .views-field-title-field {
    margin-bottom: 10px;
}

.view-parliament-diary-media-updates .attachment-before .views-row {
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
}

.media-updates-list-heading,
.page-media-media-updates #block-views-videos-landing-page-block-6 {
    margin-top: 30px;
}

.media-updates-list-heading,
.page-media-media-updates .col-sm-9 .block-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    font-family: 'NeutraTextDemiAlt';
    font-size: 26px;
}

.page-media-media-updates section>.view-parliament-diary-media-updates>.attachment-before+.view-content {
    margin-top: 0;
}

.page-media-media-updates section>.view-parliament-diary-media-updates>.attachment-before+.view-content .views-row {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.page-media-media-updates section>.view-parliament-diary-media-updates>.view-content .views-row a {
    color: #01519a;
    font-family: 'Adobe-Caslon-Pro' !important;
}


/*----------------------------------------parliament committes--------------------------------*/

.region.region-sidebar-first section#block-prs-resource-menu-parliament-committee button.ui-accordion-header.ui-state-active {
    background-color: #bfbfbf;
}

.region.region-sidebar-first section#block-prs-resource-menu-parliament-committee button.ui-accordion-header {
    padding: 12px 15px 9px;
    display: block;
    background: #efefef;
    color: #000;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    border-radius: 0;
}

.ui-accordion .ui-accordion-icons {
    border: none;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    min-height: 0;
}

.region-sidebar-first section#block-prs-resource-menu-parliament-committee .ui-accordion-content li a.active {
    background-color: #bfbfbf;
}

.region-sidebar-first section#block-prs-resource-menu-parliament-committee .ui-accordion-content li a {
    padding: 13px 0 13px 28px;
}

#block-views-committee-block-4 {
    margin-top: 0px;
}

.committee-chairperson {
    padding: 10px 0 30px;
    float: left;
}

.committee-chairperson .pro_image {
    float: left;
}

.committee-chairperson .chairperson-details {
    margin-top: 30px;
}

.committee-chairperson .field-item .field-label {
    margin-right: 10px;
    float: left;
    display: block;
    font-weight: bold;
}

.par-pc-page #block-quicktabs-parliament- .nav-tabs .nav-link.active {
    background-color: #fff;
    border-bottom: 1px solid white;
    height: 45px;
}

.par-pc-page #block-quicktabs-parliament- .nav-tabs .nav-link {
    background-color: #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: 'Adobe-Caslon-Pro' !important;
    font-size: 18px !important;
    padding: 0 30px;
}

.quicktabs-wrapper ul.quicktabs-tabs.quicktabs-style-sky li,
.quicktabs-wrapper ul.quicktabs-tabs.quicktabs-style-sky li a {
    height: 43px;
    line-height: 41px;
    min-height: inherit;
}

.quicktabs-wrapper ul.quicktabs-tabs.quicktabs-style-sky li:first-child a {
    border-radius: 4px 0 0 0 !important;
}

.quicktabs-wrapper ul.quicktabs-tabs.quicktabs-style-sky li:last-child a {
    border-radius: 0 4px 0 0 !important;
}

.par-pc-page .region-content .view-content .table-responsive th {
    line-height: 1.6;
}

.par-pc-page .region-content .view-content .table-responsive td {
    vertical-align: middle !important;
}

.quicktabs-wrapper ul.quicktabs-tabs.quicktabs-style-sky {
    padding: 0 20px;
}

.quicktabs-wrapper ul.quicktabs-tabs.quicktabs-style-sky li {
    margin: 0;
    position: relative;
}

.quicktabs-wrapper ul.quicktabs-tabs.quicktabs-style-sky li:after {
    content: '';
    background: #C3C1C1;
    position: absolute;
    width: 1px;
    height: 28px;
    top: 8px;
    right: 0;
    z-index: 1;
}

body .quicktabs_main.quicktabs-style-sky {
    top: -1px;
    border-color: #C3C1C1;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-top: 30px;
}

.view-committee.view-display-id-block_3 .views-field.views-field-title-field {
    width: 76%;
}

.view-committee table .img-responsive {
    display: inline-block;
}

.view-committee table a {
    font-family: 'Adobe-Caslon-Pro' !important;
}

.view-committee .views-field-field-house {
    font-family: 'Adobe-Caslon-Pro' !important;
}

.par-pc-page .region-content .committee-body .field-item>table>tbody>tr>td {
    border: none !important;
    padding: 0 !important;
}

.par-pc-page .region-content .committee-body .field-item>table {
    border: none !important;
}

.par-pc-page .region-content .committee-body .field-item .int-table {
    border: none !important;
}

.par-pc-page .region-content .committee-body .field-item>table tbody table tr td {
    border: 0px solid #ddd !important;
}

.view-standard-committee-meetings td.views-field-body {
    width: 55%;
}

.view-parliament-or-policy-listing-view .view-content>.views-row-1 h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.view-parliament-or-policy-listing-view .view-content h3 a {
    font-size: 20px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    font-weight: 600 !important;
}


/*----------------------------------------parliament primer--------------------------------*/

.menu_parliament_state_assembly a.active {
    background-color: #bfbfbf;
}

.par-primer-page .view-parliament-or-policy-listing-view .view-content h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 0;
}

.par-vital-stats-page .view-parliament-or-policy-listing-view .view-content h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 0;
}


/*----------------------------------------acts-state-page--------------------------------*/

.acts-state-page .laws-btn-col {
    color: #01519a;
}

.acts-state-page .lmid {
    border-right: 1px solid #e5e0b7;
    border-left: 1px solid #e5e0b7;
    width: 178px;
    background-color: #f5f1d3;
}

.acts-state-page .lcurtop {
    background: url(../pix/topcur_left.gif) top no-repeat;
    width: 180px;
    height: 12px;
    overflow: hidden;
}

.acts-state-page .lmid {
    border-right: 1px solid #e5e0b7;
    border-left: 1px solid #e5e0b7;
    width: 178px;
    background-color: #f5f1d3;
}

.acts-state-page .pA10 {
    padding: 10px;
}

.acts-state-page .lmid h2 {
    color: #505050;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.acts-state-page .vs5 {
    height: 5px;
    overflow: hidden;
}

.acts-state-page ul.leftitems {
    margin: 0px;
    padding: 0px;
    font: 12px Arial;
    list-style: none;
    list-style-type: none;
}

.acts-state-page ul.leftitems li {
    margin-bottom: 10px;
    color: #005198;
}

.acts-state-page ul.leftitems li a {
    color: #005198;
    text-decoration: none;
}

.acts-state-page ul.leftitems li a u {
    color: #6a6a6a;
    text-decoration: none;
}

.acts-state-page .middleCon {
    width: 545px;
    float: left;
    margin-left: 25px;
    border-left: 1px dashed #ccc;
    padding-left: 25px;
}

.acts-state-page .vs20 {
    height: 20px;
    overflow: hidden;
}

.acts-state-page .middleCon h1 {
    color: #666666;
    font: bolder 16px arial;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: bolder;
    font-stretch: normal;
    font-size: 16px;
    line-height: normal;
    font-family: arial;
    margin-bottom: 18px;
    padding-bottom: 0;
    border-bottom: 0px solid #eeeeee;
}

.acts-state-page .search-btn-main {
    background-color: #535353;
    border-color: #535353;
    padding: 2px 16px;
    margin-bottom: 8px;
}

.acts-state-page .adv-search {
    margin-top: -8px;
}

.acts-state-page .adv-search a {
    text-decoration: underline;
}


/*----------------------------------------bud-primer-page--------------------------------*/


/*----------------------------------------policy-primer-page--------------------------------*/

.policy-primer-page .view-parliament-or-policy-listing-view .view-content h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 0;
}


/*----------------------------------------policy-ana-reports-page--------------------------------*/

.policy-ana-reports-page .view-parliament-or-policy-listing-view .view-content h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 0;
}


/*----------------------------------------policy-com-reports-page--------------------------------*/

.policy-com-reports-page .view-parliament-or-policy-listing-view .view-content h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 0;
}


/*----------------------------------------policy-vit-stat-page--------------------------------*/

.policy-vit-stat-page .view-parliament-or-policy-listing-view .view-content h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 0;
}


/*----------------------------------------mla-mlc-inner-page--------------------------------*/

.mla-mlc-inner-page #block-system-main .view-track-mla .view-header {
    margin-bottom: 10px;
}

.mla-mlc-inner-page #block-system-main .view-track-mla .view-header h3 {
    margin: 5px 0;
}

.mla-mlc-inner-page section#block-system-main .custom_assembly {
    font-size: 18px;
    margin-bottom: 10px;
}

#block-system-main .view-track-mla>.view-content {
    margin: 0 -15px;
}

#block-system-main .view-track-mla>.view-content>.views-row.col-md-6 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.page-track-mla .view-content>.views-row.col-md-6 {
    min-height: 350px;
}

@media (min-width: 1192px) {
    .views-row.col-md-6:nth-child(3n+1) {
        clear: left;
    }
}

#block-system-main .view-track-mla>.view-content>.views-row.col-md-6 .views-field {
    clear: both;
}

.page-track-mla .view-track-mla .views-field .views-field-field-political-party {
    position: absolute;
    top: 1px;
    right: 16px;
    background: #fff;
    font-size: 16px;
    font-family: 'NeutraTextDemiAlt';
    padding: 0 5px !important;
    min-width: 85px;
    text-align: center;
    margin: inherit !important;
}

#block-system-main .view-track-mla .views-field-field-image {
    text-align: center;
}

.node-type-committee .view-parliamentary-committees .views-field.views-field-field-image,
.page-track-mla .view-track-mla .views-field .views-field-field-image {
    margin-right: 0;
    width: 100%;
}

.views-field-field-image {
    border: 0 !important;
}

#block-system-main .view-track-mla .views-field-field-image a {
    display: inline-block;
}

#block-system-main .view-track-mla>.view-content>.views-row.col-md-6 .views-field-nothing .views-field:not(.views-field-field-image),
#block-system-main .view-track-mla>.view-content>.views-row.col-md-6>.progress,
#block-system-main .view-track-mla>.view-content>.views-row.col-md-6>.views-field-field-no-of-questions-asked {
    margin: 5px 5px 0;
}

.node-type-committee .view-parliamentary-committees .views-field-title-field h3,
.page-track-mla .view-track-mla .views-field-title-field h3 {
    padding: 15px 0 0;
    margin: 0;
    font-size: 18px;
}

.page-track-mla .view-track-mla .views-field-title-field h3 a {
    font-size: 18px;
}

.view-track-mla .views-field.views-field-field-mla-age {
    margin: 0 5px;
}

.views-field.views-field-field-attendance-.progress {
    background: #ffffff;
}

.progress {
    border-radius: 0px;
    box-shadow: none;
}

.progress .progress-bar-success {
    background-image: inherit;
    background-color: #2C7DC7;
}

.view-mp-track .progress-bar-success,
.progress .progress-bar-success,
.progress .progress-bar {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: 21px;
}

#block-system-main .view-track-mla>.view-content>.views-row.col-md-6:after {
    content: '';
    position: absolute;
    border: 1px solid #efefef;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: -1;
}

.mla-mlc-inner-page .field-content {
    line-height: 26px;
    font-family: 'NeutraTextDemiAlt';
}

.state-btn {
    background-color: #01519a;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 0px #01519a;
}


/*-----------mla-mlc-inner-page-person--------------*/

.node-type-up-mla .personal_profile_parent:first-of-type .field-type-image img {
    border-radius: 50%;
    border: 5px solid #c9c9c9;
    overflow: hidden;
    box-shadow: 0 0 2px #c9c9c9;
}

.personal_profile_parent:first-of-type h3 {
    font-size: 26px;
    margin: 0 0 10px;
    padding-bottom: 0;
    border-bottom: 0px;
}


/*=================================
        covid-19 page css start
==================================*/

.accordion__list {
    list-style: none;
}

.accordion__item {
    border-bottom: 1px solid #efefef;
}

.accordion__item:last-child {
    border-bottom: 0;
}

.accordion__itemTitleWrap {
    display: flex;
    align-items: center;
    padding: 0 1em;
    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.accordion__itemTitle {
    margin: 0;
    color: #2c7dc7;
    font-size: 20px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    font-weight: 600;
    position: relative;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordion__itemIconWrap {
    width: 1.25em;
    height: 1.25em;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.accordion__itemTitleWrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.accordion__itemContent {
    font-size: 0.875em;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    padding: 0 1.25em;
}

.accordion__itemContent p {
    margin: 1em 0;
    text-align: justify;
}

.accordion__item a {
    color: #007bff;
    font-size: 16px;
}

.view-content .table-responsive tfoot tr {
    background: #C9C9C9 !important;
    text-align: right;
}

.view-content .table-responsive tfoot tr td:nth-child(2) {
    background: #C9C9C9 !important;
    text-align: left;
}

.covid-19-blogs-page .field-content h4 a {
    color: #01519a;
    font-size: 18px;
}

.covid-19-blogs-page .field-content span a {
    color: #01519a;
    font-size: 14px;
}

.covid-19-blogs-page .more-link a {
    color: #01519a;
}

.covid-19-cases-page .view-content .table-responsive td:first-child {
    width: 5%;
}

.covid-19-cases-page .view-content .table-responsive td:nth-child(2) {
    width: 20%;
}

.covid-19-cases-page .view-content .table-responsive td:nth-child(3) {
    width: 14%;
    text-align: right;
}

.covid-19-cases-page .view-content .table-responsive td:nth-child(4) {
    width: 4%;
    text-align: right;
}

.covid-19-cases-page .view-content .table-responsive td:last-child {
    width: 4%;
    text-align: right;
}

.covid-19-notification-page .views-exposed-form .views-exposed-widget {
    width: auto;
    display: inline-block;
}

.pull-left {
    float: left;
}

.checkbox-containers {
    font-size: 18px;
    font-family: 'Neutra-Text-Demi-Light-Alt';
    font-weight: 600;
    fill: #333333;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-containers input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.checkmark {
    outline: 1px solid #bfbfbf;
}

.covid-19-cases-page .view-billtrack .view-content>.views-row:first-child {
    border-top: 0px solid #ddd;
}

.covid-19-cases-page .view-billtrack .view-content>.views-row {
    padding-top: 0px;
}

.covid-19-cases-page .mp-track-export-data-state {
    margin-left: 20px;
}

.mycustom {
    position: relative;
}

.mycustom .input-group-prepend {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    z-index: 9;
}

.mycustom .input-group-prepend .close {
    border: none;
}

.notification-email {
    font-style: italic;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
}

.covid-19-notification-page .view-billtrack .view-content>.views-row:first-child {
    border: 0px solid #ddd;
    padding-top: 0;
}

.covid-19-notification-page .view-billtrack .view-content>.views-row .summary {
    margin-top: 20px;
}

.covid-19-notification-page .view-content .table-responsive td:first-child {
    width: 5%;
}

.covid-19-notification-page .view-content .table-responsive td:nth-child(2) {
    width: 12%;
}

.covid-19-notification-page .view-content .table-responsive td:nth-child(3) {
    width: 20%;
}

.covid-19-notification-page .view-content .table-responsive td:nth-child(4) {
    width: 15%;
}

.covid-19-notification-page .view-content .table-responsive td:nth-child(5) {
    width: 50%;
}

.covid-19-notification-page .view-content .table-responsive td:last-child {
    width: 5%;
}

.covid-19-notification-page .view-content .table-responsive td a i {
    font-size: 24px;
    color: #ff0000;
}

.covid-19-videos-page .covid-19-video-head span a {
    font-size: 18px;
    font-family: 'NeutraTextDemiAlt';
    text-align: center;
}

.covid-19-videos-page .embedded-video .player iframe {
    width: 350px;
    height: 200px;
}

.covid-19-blogs-page .view-content>.views-row {
    padding: 0px 10px 10px 0;
    margin-bottom: 15px;
}

.covid-19-blogs-page .view-content>.views-row .covid-19-blog-head {
    margin: 0;
}

.covid-19-blogs-page .views-field-body {
    margin-top: 10px;
}


/*============= covid-19 page css end=============*/


/*===================================================
                    #Responsiveness
================================================== */

@media (min-width:1200px) {
    .mp-track-export-sort-parent .block-search-prs-mp h3 {
        width: 49%;
    }
    .download-data-wapper {
        margin-left: 300px;
    }
    .covid-19-notification-page .views-widget-filter-field_bill_status select.form-control,
    .covid-19-notification-page .views-widget-filter-field_bill_status input.form-control {
        width: 134px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .covid-19-notification-page .views-widget-filter-field_bill_status select.form-control,
    .covid-19-notification-page .views-widget-filter-field_bill_status input.form-control {
        width: 200px !important;
    }
}

@media (max-width: 1199px) {
    .exp-home1-banner .exp-home1-slider {
        max-width: 962px;
    }
    .player-width iframe {
        width: 300px;
    }
    footer.bottom-footer .nav>li>a {
        padding: 5px 6px 2px;
    }
    .mainmenu a,
    .navbar-default .navbar-nav>li>a,
    .mainmenu ul li a,
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 12px 20px;
    }
    .gallery-img-w-h .views-row-1 .banner-image a img {
        width: 468px !important;
        height: 234.45px;
    }
    .gallery-img-w-h .views-row-2 .banner-image a img {
        width: 236.5px !important;
        height: 117.22px;
    }
    .inp-width-cust {
        width: 186px !important;
    }
    .resp-li-width {
        width: 326px;
        !important;
    }
    .paliament_activities_header>div {
        margin-right: 18px;
        margin-top: 10px;
    }
    .date-wrapper {
        padding-right: 6px !important;
        margin-top: 30px;
    }
    .date-wrapper-dash {
        padding-right: 7px !important;
        margin-top: 30px;
    }
    .covid-19-videos-page .embedded-video .player iframe {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mp-track-export-sort-parent .block-search-prs-mp h3 {
        width: 39.3%;
    }
    .download-data-wapper {
        margin-left: 170px;
    }
}

@media (min-width: 992px) {
    .col-md-9.chairperson-details {
        width: 75%;
        float: left;
    }
    .footer.bottom-footer {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .views-widget-filter-field_bill_status select.form-control {
        width: 200px !important;
    }
    .views-widget-filter-field_bill_status select.form-control,
    .views-widget-filter-field_date_of_introduction_year select.form-control {
        padding-right: 0 !important;
    }
    .pad-l-min-992 {
        padding-left: 0px;
    }
    .pad-r-min-992 {
        padding-right: 0px;
    }
    .bill-act-bp-page aside {
        max-width: 24.3%;
    }
    .bill-act-ap-page aside {
        max-width: 24.3%;
    }
}

@media (min-width: 991px) {
    #desk-gallery-hide {
        margin: 12px 0 0 0;
    }
}

@media (max-width: 991px) {
    .navbar-nav .nav-item:hover .dropdown-menu {
        display: block;
    }
    .updates-section div.pt-13 {
        padding-top: 0px !important;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px;
    }
    .hdr-resp-hide .navbar-light .navbar-nav .nav-link {
        padding: 12px 8px;
    }
    .exp-home1-banner .exp-home1-slider {
        max-width: 720px;
    }
    .player-width iframe {
        width: 340px;
    }
    .exp-portfolio .gallery-wrap {
        padding: 7px 0 0 0;
    }
    .region-footer {
        text-align: center;
    }
    .exp-portfolio .gallery-wrap a .exp-port-f-head {
        font-size: 18px;
    }
    .exp-portfolio .gallery-wrap a h5 {
        font-size: 13px;
    }
    .footer.bottom-footer .container-fluid {
        border-top: 0px solid #d7d7d7;
    }
    footer.bottom-footer .nav>li.first>a {
        border-left: 0px solid #2C7DC7;
    }
    footer.bottom-footer .nav>li>a {
        border-right: 0px solid #2C7DC7;
    }
    footer.bottom-footer .nav {
        display: inline-block;
        text-align: center;
    }
    #block-prs-resource-prs-footer-copyright {
        padding: 0px 0px 3px 0px;
    }
    footer.bottom-footer .nav>li>a {
        margin: 0;
    }
    #block-views-home-banners-block .views-row.col-sm-6 h4 {
        font-size: 18px;
    }
    #block-views-home-banners-block .views-row-even h4 {
        font-size: 14px !important;
    }
    #block-views-home-banners-block .views-row-even .banner-image img {
        height: 133px;
    }
    #block-views-home-banners-block .views-row-odd .banner-image img {
        height: 286px;
    }
    .gallery-img-w-h .views-row-1 .banner-image a img {
        width: 345px !important;
        height: 286px;
    }
    .gallery-img-w-h .views-row-2 .banner-image a img {
        width: 172.5px !important;
        height: 133px;
    }
    #block-views-home-banners-block .ban-detail-1 {
        width: 95.5%;
    }
    #block-views-home-banners-block .resp-size-banner-text {
        width: 90% !important;
    }
    #block-views-home-banners-block .resp-size-banner-text-1 {
        width: 89% !important;
    }
    .hdr-resp-hide .navbar-light .navbar-nav>.nav-link {
        padding: 17px 15px !important;
    }
    .mp-track-export-sort-parent .block-search-prs-mp h3 {
        width: 41%;
    }
    .mp-track-export-sort-parent .mp-track-sort-by {
        padding: 0 0 0 10px;
        width: 140px;
    }
    .body-trim-content table td,
    .full_body_content table td,
    .field-name-body table td,
    .field-name-body table th,
    .field-type-text-with-summary table td {
        padding: 4px 6px !important;
    }
    .body-trim-content table td p span,
    .full_body_content table td p span,
    .field-name-body table td p span,
    .field-name-body table th,
    .field-type-text-with-summary table td p span {
        font-size: 14px !important;
    }
    .block:first-child h2.block-title {
        text-align: center;
    }
    .resp-marb {
        margin-bottom: 10px;
    }
    .st-vital-stats .main-container>.row>aside.col-lg-3,
    .st-vital-stats .main-container>.row>section.col-lg-9 {
        width: 100%;
        float: none;
        clear: both;
    }
    .personal_profile_parent:last-of-type {
        border-left: 0px solid #bfbfbf;
    }
    .pad-max-991 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .bill-act-bp-page .views-exposed-form .views-exposed-widget {
        width: auto;
    }
    #edit-field-gender-value-wrapper>label,
    #edit-field-gender-value-wrapper>.views-widget {
        width: 100%;
    }
    .mp-mla-state-page #views-exposed-form-track-mla-page .views-exposed-form label {
        padding-top: 0px;
    }
    .personal_profile_parent.per-pro-par-flex {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .views-exposed-form .views-widget-filter-title_field>div.views-widget {
        width: 25em !important;
    }
    .pad-rht {
        padding-right: 0px;
    }
    .mp-mla-state-page {
        min-height: 700px;
    }
    .mla-list-private-page {
        min-height: 700px;
    }
    .updates-section .section-title-center h2 {
        margin-top: 40px;
    }
    .updates-section .container {
        padding-left: 0;
        padding-right: 0;
    }
    .updates-section .update-tabs-ul li:nth-child(2) a {
        border-radius: 6px 0 0 0;
    }
    .updates-section .update-tabs-ul li:nth-child(6) a {
        border-radius: 0 6px 0 0;
    }
    #committee {
        padding: 8px;
    }
    #committee .home-committee-wrap {
        padding-left: 28px;
    }
    #blog {
        padding: 8px;
    }
    #article {
        padding: 8px;
    }
    .home-sch-meet {
        padding-left: 25px;
    }
    .view-budget-landing-page div.item-list ul>li {
        max-width: 24.5%;
    }
}

@media (max-width: 767px) and (min-width: 575px) {
    .view-budget-landing-page div.item-list ul>li {
        max-width: 32%;
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        margin-top: 17px;
    }
    .hdr-resp-hide {
        display: none;
    }
    .hdr-resp-show nav {
        margin-top: 1px;
    }
    .hdr-resp-show {
        display: block;
    }
    #desk-banner-hide {
        display: none;
    }
    #resp-banner-show {
        display: block;
    }
    #desk-gallery-hide {
        display: block;
    }
    #mob-gallery-show {
        display: block;
    }
    .updates-section ul.nav {
        display: block;
        text-align: center;
    }
    .updates-section .container {
        max-width: 100%;
    }
    .updates-section .tab-content .parliament-left-width {
        max-width: 100%;
    }
    .updates-section .tab-content .parliament-left-width.col-bor-r {
        padding-bottom: 15px;
        padding-left: 15px;
    }
    .updates-section ul .bor-r:after {
        width: 0px;
        height: 0px;
    }
    .updates-section ul.nav .resp-bor {
        border-bottom: 2px solid #999;
    }
    .player-width iframe {
        width: 100%;
        height: 400px;
    }
    .updates-section .home-parliament-wrap .view-content ol li {
        padding-right: 0px;
    }
    section#block-views-the-prs-blog-block-2 {
        padding: 0;
    }
    .exp-home1-resp-banner .slick-modified-dots {
        margin: 5px 0;
    }
    .mp-track-sec-hide {
        display: none;
    }
    .mp-track-sec-show {
        display: block !important;
    }
    #block-views-exp-mp-track-page h2.block-title.mp-track-resp-head::before,
    #block-views-mp-track-map-block h2::before {
        content: "+";
        position: absolute;
        right: 10px;
        font-size: 30px;
        font-family: sans-serif;
        top: 6px;
        font-weight: 100;
    }
    #block-views-exp-mp-track-page h2.block-title.mp-track-resp-head.active::before {
        content: "-";
        position: absolute;
        right: 10px;
        font-size: 30px;
        font-family: sans-serif;
        top: 6px;
        font-weight: 100;
    }
    form.mp-track-resp-form {
        display: none;
    }
    form.mp-track-resp-form.active {
        display: block;
    }
    .mp-track-export-sort-parent .block-search-prs-mp h3 {
        width: 100%;
        margin-bottom: 0;
    }
    .mp-track-export-sort-parent .block-search-prs-mp .mp-track-export-data {
        display: block !important;
        width: 180px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .mp-track-export-sort-parent .mp-track-sort-by.pad-l {
        padding-left: 0px;
    }
    .mp-track-export-sort-parent .mp-track-sort-by {
        width: 100%;
        margin-bottom: 15px;
    }
    .personal_profile_parent:last-of-type {
        border-left: 0px solid #bfbfbf;
    }
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    table {
        border: 0px solid #ccc;
        padding: 0;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables td {
        position: relative;
        padding-left: 45%;
        white-space: normal;
        text-align: left;
    }
    #no-more-tables td:before {
        content: attr(data-title);
    }
    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        text-align: left;
        font-weight: bold;
    }
    .views-widget-filter-field_bill_status select.form-control {
        width: 100% !important;
    }
    .views-widget-filter-field_date_of_introduction_year select.form-control {
        width: 100% !important;
    }
    .views-submit-button button.form-submit {
        margin-top: 10px !important;
        width: 114px;
    }
    .views-field.views-field-title-field {
        display: block;
    }
    .views-field.views-field-field-bill-status {
        float: left;
        margin-top: 10px;
    }
    .views-field.views-field-title-field>span.field-content {
        padding-left: 0;
    }
    .body_upload_files div.body_content {
        width: 100%;
        padding: 0 15px;
    }
    .body_upload_files div.relevant_links_block {
        width: 100%;
        margin-top: 20px;
        padding: 0 15px;
    }
    .container.covid-19 {
        max-width: 96%;
    }
    .view-filters.disp-inf {
        display: block !important;
    }
    .resp-m {
        margin-top: 0;
    }
    .resp-comp {
        margin-top: 2px !important;
    }
    .resp-sel-para {
        display: inline-block !important;
    }
    .resp-li-width {
        width: 100% !important;
    }
    .inp-width-cust {
        width: 100% !important;
    }
    .resp-descp-sm {
        width: 100% !important
    }
    .par-announce-page .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        border: 1px solid #dddddd;
    }
    .par-announce-page .table-responsive>.table>thead>tr>th,
    .par-announce-page .table-responsive>.table>tbody>tr>th,
    .par-announce-page .table-responsive>.table>tfoot>tr>th,
    .par-announce-page .table-responsive>.table>thead>tr>td,
    .par-announce-page .table-responsive>.table>tbody>tr>td,
    .par-announce-page .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .par-pc-page .quicktabs-wrapper ul.quicktabs-tabs li {
        display: block;
        width: 100%;
    }
    .acts-state-page .lmid {
        width: 100% !important;
    }
    .acts-state-page .middleCon {
        width: 100%;
        margin-left: 0px;
        border-left: 0px dashed #ccc;
        padding-left: 4px;
    }
    .acts-state-page .vs5 {
        height: 20px;
        overflow: hidden;
    }
    .st-legislation .table-responsive>.table>tbody>tr>td {
        white-space: nowrap;
    }
    .st-debate .table-responsive>.table>tbody>tr>td {
        white-space: nowrap;
    }
    .view.view-sessionwrap.view-id-sessionwrap table td,
    .node.node-parliament-or-policy table td {
        display: block;
        width: 100% !important;
        height: auto !important;
    }
    div#table-responsive-content {
        overflow-y: auto;
        width: 100%;
    }
    div#table-responsive-content>table {
        width: 600px !important;
    }
    .footer .container {
        max-width: 96%;
    }
    .hdr-resp-show .resp-form-content form .input-group {
        width: 192px;
        vertical-align: middle;
    }
    .hdr-resp-show .resp-form-content {
        margin: 10px 0;
    }
    button#edit-reset {
        margin-top: 10px;
    }
    .main-container {
        max-width: 96%;
    }
    .view-billtrack .views-exposed-form .views-exposed-widget {
        width: 100% !important;
        padding-right: 0 !important;
    }
    .view-billtrack .views-exposed-form .views-exposed-widget.date-wrapper {
        width: 45% !important;
        margin-top: 0;
    }
    .view-billtrack .views-exposed-form .views-exposed-widget.description-field {
        width: 45% !important;
        margin-top: 0;
        margin-right: 12px;
    }
    .covid-19-notification-page .views-submit-button button.form-submit {
        margin-top: 0px !important;
    }
    .view-billtrack .views-exposed-form .views-exposed-widget.date-wrapper-dash {
        width: 5% !important;
        text-align: center;
        margin-top: 0;
    }
    .covid-19-notification-page .views-exposed-form.description-field-wrapper {
        margin-top: 0 !important;
    }
    .views-exposed-form .views-widget-filter-title_field>label {
        padding: 10px 10px 0 0;
    }
    .view-billtrack .views-widget-filter-field_bill_status,
    .view-billtrack .views-widget-filter-field_date_of_introduction_year {
        padding-top: 15px;
        clear: both;
    }
    .view-billtrack .view-content .views-field.views-field-title-field {
        width: 100%;
    }
    .view-billtrack .view-content .views-field.views-field-title-field>span {
        display: inline-block;
    }
    .view-billtrack .view-content>.views-row .views-field-field-bill-status {
        text-align: left;
        margin-top: 6px;
        display: inline-block;
        width: 100%;
    }
    .table-responsive {
        margin-bottom: 15px;
        overflow-y: hidden;
        border: 1px solid #dddddd;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .mla-list-private-page .mp-basic-info {
        padding-left: 0;
    }
    .personal_profile_parent:last-of-type .field-label {
        width: 49%;
    }
    .personal_profile_parent:first-of-type .field-type-image img {
        margin: 0 auto 15px;
    }
    .covid-19-cases-page .view-billtrack .view-content>.views-row {
        padding: 0;
    }
    .covid-19-cases-page .view-billtrack .views-widget-filter-field_bill_status {
        padding-top: 0;
        padding-right: 10px !important;
    }
    .covid-19-cases-page .mp-track-export-data {
        width: 150px;
        display: inline-block;
    }
    .covid-19-videos-page .covid-19-video-head {
        text-align: center;
    }
    .updates-section ul li {
        float: none;
    }
    .updates-section .nav-tabs .nav-link {
        border: 1px solid #aaa;
    }
    .disp-767 {
        display: none;
    }
    #parliament .view-content .border-b-sm {
        border-bottom: 1px solid #aaa;
        padding-bottom: 30px;
    }
    .pdf_file {
        float: unset !important;
        padding: 3px;
    }
}

@media (max-width: 700px) {
    .hdr-resp-show .resp-form-content .inp-pos {
        left: 27.2rem;
    }
}

@media (max-width: 650px) {
    .hdr-resp-show .resp-form-content .inp-pos {
        left: 24.4rem;
    }
}

@media (max-width: 600px) {
    .hdr-resp-show .resp-form-content .inp-pos {
        left: 21.8rem;
    }
}

@media (max-width: 575px) {
    footer.bottom-footer .nav {
        margin: 0;
    }
    #block-prs-resource-prs-footer-copyright {
        text-align: center;
    }
    .personal_profile_parent:first-of-type h1 {
        font-size: 18px;
        margin-top: 8px;
    }
    /*  .block:first-child h2.block-title {
        font-size: 18px;
    }*/
    .node-type-bill h1 {
        font-size: 22px;
    }
    #block-system-main .entity-wrapper {
        width: 276px;
    }
    #block-system-main .view-track-mla>.view-content {
        margin: 40px -15px;
    }
    footer.bottom-footer ul.menu.nav li {
        float: unset;
        display: inline-block;
    }
    .footer.footer-disc-mp .pre-footer-r-wrap {
        padding-left: 0;
        margin-top: 10px;
    }
    .log-scale-respo,
    .log-scale-date-respo {
        display: block;
        float: unset !important;
        margin-left: 40px;
    }
    .covid-19-cases-page .mp-track-export-data-state {
        margin-left: 2px;
    }
    .player-width iframe {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 550px) {
    .hdr-resp-show .resp-form-content .inp-pos {
        left: 19.3rem;
    }
}

@media (max-width: 500px) {
    .hdr-resp-show .resp-form-content .inp-pos {
        left: 16.3rem;
    }
}

@media (max-width: 480px) {
    .personal_profile_parent .field-items .field-item.img-align {
        text-align: center;
    }
    .mp-basic-info .mp-follow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .mp-basic-info div.mp-name {
        width: 100%;
        margin: 45px 0 0;
    }
    .mp-basic-info .mp-follow a {
        float: none;
        display: inline-block;
    }
}

@media (max-width:460px) {
    .resp-input-search {
        width: 280px !important;
    }
    .resp-btn-comp {
        padding: 3px 6px 1px !important;
    }
}

@media (max-width: 450px) {
    .hdr-resp-show .resp-form-content .inp-pos {
        left: 13.8rem;
    }
    .player-width iframe {
        width: 100%;
        height: 100%;
    }
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .prs-sidebar {
        padding-top: 15px;
    }
    .prs-sidebar a {
        font-size: 18px;
    }
}

@media (max-width: 430px) {
    .hdr-resp-show .resp-form-content .inp-pos {
        left: 10rem;
    }
    .hdr-resp-show .resp-form-content {
        left: 30px;
    }
    .hdr-resp-show .resp-form-content p {
        font-size: 16px;
    }
    .mp-track-export-sort-parent .mp-track-sort-by.pad-l {
        padding-left: 0;
    }
    .mp-track-export-sort-parent .block-search-prs-mp h3 {
        margin-bottom: 10px !important;
    }
    .covid-19-notification-page .view-billtrack .view-content>.views-row .summary {
        margin-top: 42px;
    }
}

@media (max-width: 414px) {
    footer.bottom-footer .nav {
        margin: 0;
    }
}

@media (max-width:397px) {
    .resp-m {
        margin-left: 0;
    }
}

@media only screen and (max-width: 362px) {
    .hdr-resp-show .resp-form-content form .input-group {
        width: 135px;
    }
    .hdr-resp-show .resp-form-content .inp-pos {
        left: 8.4rem;
    }
}

@media (max-width: 360px) {
    .hdr-resp-show .resp-form-content .inp-pos {
        z-index: 999;
    }
    footer.bottom-footer ul.menu.nav .leaf {
        display: inline-block;
        text-align: center;
        float: unset;
    }
    footer.bottom-footer .nav>li>a {
        font-size: 16px;
        padding: 5px 5px 2px;
        margin: 5px 0;
        line-height: 1em;
    }
    #block-prs-resource-prs-footer-copyright {
        margin-top: 4px;
        font-weight: 600;
    }
    .head-360 {
        margin-top: 0 !important;
    }
    .home-resp-gallery-slider .field-content a h4 {
        margin-bottom: 0px;
    }
}

@media (max-width: 320px) {
    .hdr-resp-show .resp-form-content {
        left: 36px;
    }
    .hdr-resp-show .resp-form-content .inp-pos {
        left: 7rem;
        margin-top: 2px;
    }
    .home-resp-gallery-slider .portfolio_slider {
        margin: 16px auto 0px;
    }
    .prs-sidebar {
        width: 240px;
    }
    #mySidebar .btn-link {
        padding: 12px 134px 12px 18px;
    }
    footer.bottom-footer .nav {
        margin: 0 0 0 0;
    }
    footer.bottom-footer .nav>li>a {
        padding: 2px 6px 2px;
        margin: 2px 0;
    }
    #block-prs-resource-prs-footer-copyright {
        padding-left: 4px;
    }
    .overlay_1 {
        left: 242px;
    }
    .hdr-resp-show .resp-form-content form .input-group {
        width: 145px;
    }
}