@font-face {
  font-family: 'robotomedium';
  src: url('../font/roboto-medium-webfont.eot');
  src: url('../font/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/roboto-medium-webfont.woff2') format('woff2'),
       url('../font/roboto-medium-webfont.woff') format('woff'),
       url('../font/roboto-medium-webfont.ttf') format('truetype'),
       url('../font/roboto-medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url('../font/opensans-regular-webfont.eot');
  src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/opensans-regular-webfont.woff2') format('woff2'),
       url('../font/opensans-regular-webfont.woff') format('woff'),
       url('../font/opensans-regular-webfont.ttf') format('truetype'),
       url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    /*font-family: 'open_sansregular', Arial, sans-serif;*/
    font-size: 14px;
    color: #494949;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family: 'Open Sans', sans-serif !important;*/
    /*background: url(images/bg.jpg) center top no-repeat, url(images/line.png) left top repeat;*/
}

* {
  outline: 0;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

h1 {
  margin-bottom: 8px;
  line-height: 40px;
  font-weight: normal;
  font-family: 'robotomedium', Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #4e4e4e;
}

h1::before,
h1::after {
  content: '';
  display: table;
}

h1::after {
  clear: both;
}

h2 {
    margin-bottom: 7px !important;
    line-height: 36px !important;
    font-weight: normal !important;
    font-family: 'robotomedium', Helvetica, Arial, sans-serif !important;
    font-size: 26px !important;
    color: #4e4e4e !important;
}

h2::before,
h2::after {
  content: '';
  display: table;
}

h2::after {
  clear: both;
}

h3 {
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'robotomedium', Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #4e4e4e;
}

h3::before,
h3::after {
  content: '';
  display: table;
}

h3::after {
  clear: both;
}

h4 {
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'robotomedium', Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #4e4e4e;
}

h4::before,
h4::after {
  content: '';
  display: table;
}

h4::after {
  clear: both;
}

h5 {
  margin-bottom: 7px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'robotomedium', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #000;
}

h5::before,
h5::after {
  content: '';
  display: table;
}

h5::after {
  clear: both;
}

h6 {
  margin-bottom: 7px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'robotomedium', Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #4e4e4e;
}

h6::before,
h6::after {
  content: '';
  display: table;
}

h6::after {
  clear: both;
}

p {
  margin: 0 0 15px 0;
  color:#000;
  font-size:16px;
  padding:0;
}

a {
  color: #2561df;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

a[disabled] {
  pointer-events: none;
}

.container {
  max-width: 1280px;
  margin: 0 auto;  
}

/*ul,
ol {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 20px;
  padding-left: 15px;
}*/

ul {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
  padding-left: 3px;
  position: relative;

}
ol li {
    list-style-type: decimal;
}

    ul li {
        list-style: none;
    }
    ul li::before,
    ol li::before {
        font-family: FontAwesome;
    }

ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-bottom: 0;
  padding-left: 15px;
}


/*ul li::before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  left: -12px;
  top: -1px;
  font-size: 14px;
  list-style: none;
}*/

        ul li > ul > li::before {         
          content: '';
            width: 0px;
            height: 6px;
            background: #dbdbdb;
            display: inline-block;
            position: absolute;
            left: -14px;
            top: 8px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

ol ul {
  list-style-type: circle;
}


table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px 0;
  table-layout:auto!important;
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 5px 10px;
  border: solid 1px #ddd;
}

    table th p,
    table td p {
        margin: 0 !important;
    }

table th {
  padding: 10px;
  background: #f5f5f5;
  font-family: 'robotomedium';
  font-weight: normal;
}

table th.textCenter,
table td.textCenter {
  text-align: center;
}


table th.actions,
table td.actions {
  text-align: right;
}


table th.actions span.separator,
table td.actions span.separator {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  color: #fb7b48;
}


table tfoot tr td {
  text-align: right;
  border: none 0;
  padding: 0;
}

table tfoot tr:first-child td {
  padding-top: 13px;
}

@media (max-width: 1920px){
    .flexslider.home-slider .slides img {
        height: 400px !important;
        width: 100% !important;
    }
}

.image_main_box {
    width: 100%;
    float: left;
    height: auto;
}

.image_main_box img {
    display: inline-block;
    max-width: 100%;
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.flexslider .slides img {
    width: 100% !important;
    height: auto !important;
}

.home_Quick_service .gen-list {
    padding: 20px !important;
}

.home_Quick_service .gen-list h2 {
    margin: 0 0 20px 0 !important;
    padding: 0 0 0 0  !important;
 }

.home_Quick_service .Quick_service {
    padding: 20px !important;
}

.home_Quick_service .Quick_service h2 {
    margin: 0 0 20px 0 !important;
    padding: 0 0 0 0 !important;
}

.home_Quick_service .Quick_service ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}
.home_Quick_service .Quick_service ul li {
    list-style: none;
    position: relative;
    padding-bottom: 10px;
}
    
.home_Quick_service .Quick_service ul li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: -12px;
    top: -1px;
    font-size: 14px;
}
    .home_Quick_service .Quick_service ul li a {
        color: #000;
        font-size: 1em !important;
        font-weight: normal;
    }
.common_wrapper_box {
    width: 100%;
    float: left;
    height: auto;
    background: #ffffff;
    margin: 10px 0px 20px 0px;
    /*border-radius: 10px;
    border: 1px solid;*/
    padding:0 15px;
}
.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100%;
}
.header_background_layer {
    width: 100%;
    float:left;
    height: auto;
    background: rgba(255,255,255,0.7);
}

.nav > li {
    padding-left: 0 !important;
}

.nav > li::before {
    display: none !important;
}

.cms_page_title {
    width:100%;
    float: left;
    height:auto;
    margin: 0 0 10px 0;
    padding: 5px 0px;
    background: #ffffff;
    border-bottom: solid 2px #ddd;
}

    .cms_page_title h5 {
        font-family: 'robotomedium', Helvetica, Arial, sans-serif;
        font-size: 18px;
        color: #4e4e4e;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

.new_page_content {

}

    .new_page_content .contentcontainercontenttitle, .new_page_content .contentcontainercontentmain {
        width: 100%;
        float: left;
        height: auto;
    }

.new_page_content p {
    padding: 0;
    margin: 0 0 10px 0;
    font-size:16px;
    color:#000;
}
    .new_page_content ul li {
        margin: 0 0 10px 0;
    }

.eventimagediv img{
    max-width: 100%;
}
.eventdetailsdiv {
    padding: 10px 0;
}
.eventdetailsdiv h4 {
    margin: 0 0 0 0;
}
    .eventdetailsdiv p {
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 15px;
    }

.eventblock {
    height: 255px !important;
}
.new_page_content .ePay-Home .plan {
    padding:0;
}
    .new_page_content .ePay-Home .plan .header-online {
        border-radius: 7px 7px 0 0;
    }
    .new_page_content .ePay-Home .links-box {
        padding: 0 10px 0 20px;
    }

.new_page_content .ePay-Home .links-box li {
    position: relative;
    text-align: left;
}
    .new_page_content .ePay-Home .links-box li a {
        display:inline-block;
    }
    .new_page_content .ePay-Home .links-box li hr {
        display: none;
    }
.new_page_content .contentcontainercontenttitle p {
    width: 100%;
    float: left;
    margin: 5px 0 15px 0;
    padding: 0 0 5px 0;
    text-align: left;
    line-height: 40px;
    font-weight: normal;
    font-family: 'robotomedium', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #4e4e4e;
    border-bottom: solid 1px #ddd;
}
/*.new_page_content .contentcontainercontentmain p {
    line-height: 22px;
    font-family: 'open_sansregular', Arial, sans-serif;
    font-size: 14px;
    color: #494949;
    padding: 0 0 0 0;
}*/
.new_page_content .contentcontainercontenttitle p font {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: normal;
    font-family: 'robotomedium', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #4e4e4e;
}

    .new_page_content .contentcontainercontenttitle p {

    }

    .tableWrapperResponsive {
        width: 100%;
    }

.new_page_content .TP_Scheme table{
    table-layout:fixed;
}
.new_page_content .TP_Scheme table td:last-child {
    word-break: break-all;
}

/*New UI Changes refrance*/
a.skip-to-content.mFocus i {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}
a.skip-to-content.mFocus {
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
/*li.mFocus a.mFocus {
    display: flex !important;
}*/
a.mFocus img{
    margin-left:10px;
}
#topBar.make-accessible-header #accessibility ul > li a {
    display: flex;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 16px;
    font-weight: 600;
    font-family: inherit;
}
body .linkheader {
    color: #333333 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 1.5em !important;
}
.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.gen-list.no-border.no-bg.padding-0.border-radius-none.box-list.normal-font ul {
    display: flex;
    justify-content: start;
}
.gen-list.box-list ul li {
    width: calc(32.9% - 10px);
    display: inline-block;
    margin: 5px;
}
.gen-list ul li a span.list-icon, .gen-list ul li .list-anchor span.list-icon {
    display: table-cell;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    background-color: #0972a8;
    border-radius: 50%;
}
.gen-list.statistics-list .list-icon {
    width: 47px !important;
    height: 30px !important;
    font-size: inherit;
}
.gen-list.statistics-list ul li a span.list-icon i {
    font-size: 16px;
}
.gen-list.statistics-list ul li a div.list-text {
    background: #f2efef;
    padding: 0 10px 0 0;
    font-weight: 500;
    font-size: 13px !important;
    font-weight: 700;
    z-index: 1;
    /* display: block; */
    position: relative;
}

.gen-list.statistics-list ul li {
    position: relative;
}
    .gen-list.statistics-list ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        border-bottom: 1px solid #ABABAB;
        width: 100%;
        height: 1px;
        /* background: black; */
    }

#topBar #accessibility ul li a {
    color: #fff;
    border-left: 1px solid #707070;
}
#topBar {
    border-bottom: 1px solid #d8d8d8;
    background: #000;
}
    #topBar #accessibility ul li a:hover {
        /* background: #333333; */
        color: #ffffffc4;
        text-decoration: none;
    }
.mva7-thc-activetheme-district-theme #topBar.make-accessible-header #accessibility ul li a:hover img, .home-1 #topBar.make-accessible-header #accessibility ul li a:hover img {
    filter: grayscale(0) invert(0);
}
.mva7-thc-activetheme-district-theme #topBar.make-accessible-header #accessibility ul .show-social-links img, .mva7-thc-activetheme-district-theme #topBar.make-accessible-header #accessibility ul .accessible-icon img {
    filter: grayscale(1) invert(1);
}
.mva7-thc-activetheme-district-theme #topBar.make-accessible-header #accessibility ul .show-social-links:hover img, .mva7-thc-activetheme-district-theme #topBar.make-accessible-header #accessibility ul .accessible-icon:hover img {
    opacity: 0.8;
    filter: grayscale(1) invert(1);
}
#topBar.make-accessible-header #accessibility ul li ul.accessiblelinks.textSizing li a {
    color: #000;
}
    #topBar.make-accessible-header #accessibility ul li ul.accessiblelinks.textSizing li a:hover {
        color: #ffffff;
    }
#topBar.make-accessible-header #accessibility ul li ul.accessiblelinks.textSizing li.highContrast.dark.tog-con a {
    color: #fff;
}
/*.mva7-thc-activetheme-district-theme .nav li.active > a, .mva7-thc-activetheme-district-theme .nav li.hover > a, .mva7-thc-activetheme-district-theme .nav li > a:hover {
    background: #e4911c;
    color: #ffffff;
    outline: 0;
}*/
.mva7-thc-activetheme-district-theme .nav ul, .home-1 .nav ul {
    background: #fff;
    color: #000;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.mva7-thc-activetheme-district-theme .nav .sub-menu li:hover > a {
    background: #4e8af7 !important;
    color: #fff;
    border-radius: 0px;
}
.nav ul {
    width: 100%;
    min-width: 250px;
}
.home_Quick_service .gen-list ul {
    padding-left: 0;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.home_Quick_service .gen-list ul li a div.list-text, .home_Quick_service  .gen-list ul li .list-anchor div.list-text {
    display: block;
    vertical-align: middle;
}
.gen-list.small-icon-list li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.gen-list.small-icon-list .list-icon {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    margin-bottom:15px;
}
.home_Quick_service .gen-list ul li a span.list-icon i {
    font-size: 30px;
    line-height: inherit;
    color: #fff;
}
.gen-list.no-border.no-bg.padding-0.border-radius-none.box-list.normal-font ul.find-service {
    justify-content: center;
    width: 100%;
}
.gen-list.box-list ul.find-service li {
    width: 130px;
    /* float: left; */
    margin: 1%;
    padding: 1em;
    background: #333333;
    text-align: center;
    display: table;
    max-height: 140px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    border-radius: 0px;
}
.find-services{
    background:#eee;
    padding-bottom:30px;
}
ul.find-service {
    display: flex;
    justify-content: center;
}
.gen-list ul.find-service span {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1;
    margin-bottom: 10px;
    background-color: transparent !important;
}
.gen-list ul.find-service span i {
    font-size: 3em;
}
.gen-list ul.find-service li a span.list-icon {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    margin-bottom: 10px;
    background-color: transparent !important;
}
.khowMinisterBoxImg {
    max-height: 150px;
    overflow: hidden;
}
.box-3 {
    border: 3px solid #d5d3d3;
    margin-right: 10px;
    border-radius: 10px;
}
.khowMinisterBoxImg {
    max-height:130px;
    overflow:hidden;
}
.khowMinisterBoxImg img {
    /* overflow: hidden; */
    max-width: 100%;
    height: auto;
}
.knowMinister{
    padding:20px;
}
.vc_custom_1510030204939{
    background:transparent !important;
}



.helpline-no.gen-list.no-list ul li {
    padding: 10px;
    border: 1px solid #ccc;
}
.helpline-no.gen-list.no-list.col-two ul li {
    margin: 0 10px 10px 0;
    width: calc(50% - 10px);
}
h2.heading3 {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 1.5em !important;
}

.vc_row.wpb_row.vc_row-fluid.vc_row-no-padding.no-remove.vc_hidden {
    opacity: 1;
}
li.ml-auto {
    margin-left: auto;
}
#topBar #accessibility > ul > li:nth-of-type(1), #topBar1 #accessibility > ul > li:nth-of-type(1) {
    order: unset;
}
.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-bottom: 0;
}
body{
    overflow-x:hidden !important;
}
.mva7-thc-activetheme-district-theme .nav li:hover > a {
    background: #4e8af7;
}
#overflowMenu {
    background: #621616;
}
.pageheader {
    background: #4e8af7;
    color: #fff;
}
.pageheader p{
    font-size: 1.75em;
    text-align: left;
    font-family: inherit;
    font-weight: normal;
    padding: 5px 20px;
    color: #fff;
    margin-bottom: 15px;    
    text-transform:uppercase;
}

body .activenav, body .activenav a {
    background-color: #4e8af7 !important;
    color: #fff !important;
}
body .activenav:hover, body .activenav a:hover{background:#2561df!important;}

p.col-xs-11.nomargin, p.col-xs-11.nomargin i {
    color: #4e8af7 !important;
}
    p.col-xs-11.nomargin a {
        color: #000;
    }
span.col-xs-1.nomargin i {
    color: #4e8af7 !important;
}
.sidenav {
    box-shadow: 0px 9px 23.22px 3.78px rgba(0, 0, 0, 0.08);
}
.sidenav a,
.sidenav button.dropdown-btn{
    font-family: inherit;
    font-size: 15px;
    padding: 10px 15px;
    border:0;

}
.dropdown-container.plclass{padding:0 15px;}

.sidenav a, .dropdown-btn {
    font-family: 'segoe_uisemibold';
}
.sidenav a:hover, .dropdown-btn:hover {
    /* color: #818181; */
    /* color: #ffffffd4; */
    background-color: #4e8af7 !important;
    color: white !important;
}
.contentcontainercontentmain a {
    color: #e4911c !important;
    font-weight: 600;
}

.pageheader {
    border-radius:0;
}
.page .row .col-xs-12 .col-lg-3 > div, .page .row .col-xs-12 .col-lg-9 > div {
    box-shadow: none !important;
}
.type-page .row > .col-lg-12 {
    margin: 20px 0px;
}
.smallwebline {
   display:none;
    margin-bottom: 8px;
}
.pagecontent a {
    color: #e4911c;
}
.pagecontent ul li b {
    display: inline-block;
    margin-right: 20px;
    margin-left: 5px;
    margin-top: 10px;
}
    .pagecontent ul li b + br {
        margin-bottom: 20px;
        display: block;
        display: block;
    }
.pagecontent ul li a {
    color: #2561df;
}
.MinisterProfile .Pdesg a {
    color: #0972a8;
    font-weight: 400;
    font-family: math;
}
.common_wrapper_box {
   margin-bottom:0;
}
.vc_row.vc_row-o-equal-height > .vc_column_container{
    align-items:flex-start;
}
.khowMinisterBox {
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 30px;
    text-align: center;
    min-width: 192px;
    max-width1:100%;
}
.type-page .row > .col-lg-12 {
    margin: 5px 0px;
}
.contentcontainercontentmain div {
    overflow-x: auto;
    height: 486px;
    overflow-y: auto !important;
}
.contentcontainercontentmain div {
    overflow-x: auto;
    height: auto;
    overflow-y: auto !important;
    /*max-height: 500px;*/
}
.tableWrapperResponsive span.bt-content {
    white-space: normal;
}
.AMCtable2 table > tbody > tr:first-child > td > span {
    color: #fff !important;
   
}
.contentcontainercontentmain div ul {
    padding: 0;
}
    .contentcontainercontentmain div ul li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 15px;
        font-size: 16px;
    }
    .contentcontainercontentmain div ul li:after {
        position: absolute;
        content: "\f105";
        font-family: Font Awesome\ 5 Free;
        font-size: 16px;
        color: #2561df;
        font-weight:900;
        left:0;
        top:2px;
    }
    .contentcontainercontentmain div ul li a{color:#000!important;font-weight:normal;}


    .contentcontainercontentmain div ul strong {
        min-width: 175px;
        display: inline-block;
    }
.contentcontainercontentmain .contentnavigatebox {
    overflow-x: unset;
    float: left;
}
.contentcontainercontentmain div {
    width: 100%;
    float: left;
}
@media screen and (max-width: 930px) {
    #topBar.make-accessible-header #accessibility > ul > li:nth-of-type(2), #topBar.make-accessible-header #accessibility > ul > li:nth-of-type(3), #topBar1.make-accessible-header #accessibility > ul > li:nth-of-type(2), #topBar1.make-accessible-header #accessibility > ul > li:nth-of-type(3) {
        width: auto;
        border: none;
    }
}
.flex-direction-nav .flex-next, .full-cntrl-bottom-caption-bottom.flexslider:hover .flex-direction-nav .flex-next {
    left: 51%;
    bottom: 20px;
    top: auto;
}
.full-cntrl-bottom-caption-bottom .flex-direction-nav a {
    opacity: 1;
    top: auto;
    bottom: 20px;
}
.flex-direction-nav a, .home-3 .flex-direction-nav a {
    height: 43px !important;
}
.flex-direction-nav li a {
    position: absolute;
    opacity:1;
}
.flexslider .flex-direction-nav .flex-prev {
    left: 45% !important;
    bottom: 20px;
    top: auto;
    opacity: 1;
}
.flex-direction-nav a:before {
    font-size: 25px;
}
.full-cntrl-center-caption-bottom .container .slide-caption {
    padding-top: 20px;
    padding-bottom: 70px;
}
.full-cntrl-center-caption-bottom .container .slide-caption p {
    margin: 0;
}
ul.slides li .container {
    padding: 0;
}
.flexslider{
    border:0;
}
.mva7-thc-activetheme-district-theme .flexslider.full-cntrl-center-caption-bottom .flex-pauseplay a, .home-1 .flexslider.full-cntrl-center-caption-bottom .flex-pauseplay a {
    left: 48.8%;
    bottom: 27px;
    width: 25px;
    height: 25px;
    bottom: 35px;
    top: auto;
}
.home_marquee {
    margin: 15px 0px;
    font-size: 20px;
    font-weight: 600;
}
.mva7-thc-activetheme-district-theme .full-cntrl-center-caption-bottom .container .slide-caption, .home-1 .full-cntrl-center-caption-bottom .container .slide-caption {
    background: rgba(0, 0, 0, 0.69) !important;
}
.twitter-timeline.twitter-timeline-rendered span b {
    margin-bottom: 10px;
    display: inline-block;
}
.twitter-timeline.twitter-timeline-rendered span {
    display: block;
    margin-bottom: 0px;
    color: #e4911c;
}
.twitter-timeline.twitter-timeline-rendered b {
    color: #000;
}
.Loginbtn a {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    margin-bottom: 10px;
    background: #0972a8;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
}
.nav li ul li ul.show-menu {
    z-index: 9999;
}

/*Gallery-center box css*/
.gallery_center {
    margin-top: 10px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

    .gallery_center ul.gallery {
        display: flex;
        padding: 0;
        column-gap: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .gallery_center ul.gallery li {
            width: calc(100% / 3 - 20px);
            position: relative;
            padding: 8px;
            margin-bottom: 15px;
        }

            .gallery_center ul.gallery li img {
                max-width: 100%;
                height: auto;
                padding: 0;
                border: 0;
                box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
                min-height: 250px;
                min-width: 300px;
                width:100%;
            }

            .gallery_center ul.gallery li::before {
                content: "";
                display: none;
            }

            .gallery_center ul.gallery li em {
                background: #fff;
                top: 10%;
                padding: 10px;
                border-radius: 0px;
                padding: 15px 22px 30px 22px;
                display: inline-block;
                position: relative;
                top: 0;
                left: 0;
                border: 2px solid #dbdbdb;
                color: #000;
                font-size: 16px;
                width: 90%;
                border-top: 0;
                text-align: center;
                margin: 0 auto;
                display: table;
                font-weight: 600;
            }

                .gallery_center ul.gallery li em:after {
                    position: absolute;
                    bottom: 2px;
                    content: "\f0d8";
                    font-family: Font Awesome\ 5 Free;
                    font-weight: 900;
                    left: 0;
                    right: 0;
                    width: auto;
                    line-height: 0;
                    font-size: 20px;
                    opacity: 0;
                }

            .gallery_center ul.gallery li:hover em {
                border-color: #4e8af7;
            }

                .gallery_center ul.gallery li:hover em:after {
                    opacity: 1;
                    color: #4e8af7;
                }

/*accordian*/
a.accordian-href {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #4e8af7;
    margin-bottom: 5px;
    position: relative;
}

    a.accordian-href strong, a.accordian-href strong sup {
        color: #fff !important;
    }

    a.accordian-href:after {
        content: "\f107";
        position: absolute;
        font-size: 18px;
        color: #fff;
        font-weight: 900;
        font-family: Font Awesome\ 5 Free;
        right: 15px;
    }

/*SubHeadings border Css */
.contentnavigatebox h3,
.contentcontainercontenttitle h3,
#History > p, .contentcontainercontenttitle > p,
.contentcontainercontenttitle h5,
.heading-title,
.new_page_content .contentcontainercontenttitle p,
.contentcontainercontenttitle h4,
.contentnavigatebox h4,
#IntroductiontotheCity > p,
.new_page_content .contentcontainercontenttitle p font
{
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 2px dotted #2561df !important;
    color: #2561df !important;
    line-height: 40px;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}
.new_page_content .contentcontainercontenttitle p font
{
    margin: 0 !important;
    padding: 0;
    border: 0 !important;
}
.contentcontainerpage div > h5 {
    font-size: 18px;
    color: #000;
}

/*table Button css start here*/
#searchButton.btnthemecolor,
#resetid.btnthemecolor 
{
    border-radius: 4px;
    color: #fff !important;
}
#searchButton.btnthemecolor{background:#0a1e46!important}
#resetid.btnthemecolor{background:#e4911c!important}

#searchButton.btnthemecolor:hover,#resetid.btnthemecolor:hover {
    opacity: 0.8;
} 


/*Justify Text*/
.contentcontainercontentmain p,
.new_page_content p {
    text-align: justify;
    font-family: 'segoe_uiregular' !important;
    font-size: 16px;
    color: #000 !important;
    padding: 0;
}



@media only screen and (max-width: 991px) {
    
    .pageheader p{font-size:1.55em;padding:5px 15px;}
    .contentnavigatebox h3, .contentcontainercontenttitle h3 {
        font-size: 16px;
    }
     h4 { font-size: 20px; }
    .gallery_center ul.gallery li{width:calc(100% / 3 - 15px);}
    .contentcontainerpage{padding:0 15px;}
    .gallery_center ul.gallery li img {
        min-width: auto;
        min-height: 170px;
    }
    .gallery_center ul.gallery li em{font-size:14px;}
}
@media only screen and (max-width: 767px) {
    h4 { font-size: 18px; }
    .new_page_content p, p{font-size:15px;}
    .pageheader p{font-size:1.25em;}
    .gallery_center ul.gallery li{width:calc(100% / 2 - 10px);}
}
@media only screen and (max-width: 576px) {
    h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 460px) {
    .gallery_center ul.gallery li{width:calc(100% / 1 - 0px);}
}