body{
    /*text-align: justify; */
}
list-unstyled, #sidebar ul{
    list-style: none;
    padding: 0;
}

.readmorebtn{
    color: #fff !important;
}
.header{
    background: #e0f7fa;
}
.govnotpdf .fas{
    font-size: 21px;
}
.govnotpdf td, .govnotpdf th{
    padding: 5px;
}
.logo img{
	width: 100%;
	margin: 5px 0;
}
.logo .logoname{
    width: 82%;
    height: auto;
}
.logo h1{
	font-size: 25px;
    text-transform: uppercase;
    color: #f58634;
    margin-top: 12px;
}

.logo h5{
	font-size: 21px;
}
.logo .socialmedia{
	list-style: none;
	margin: 0;
    padding: 0;
	clear: both;
	display: inline-block;
}
.logo .socialmedia li{
	float: left;
	margin-left: 10px;
}
.logo .socialmedia img{
	width: 26px;
	height: 26px;
}
.logo .thirdbox h6{
	font-size: 16px;
    line-height: 22px;
	/*margin-right: 10px;*/
	color: #007bb5;
}
.logo .thirdbox h6 .fa{
	margin-left: 10px;
	color: #009688;
}
.logo .langCnt{
    overflow: auto;
    margin: 10px 0
}
.logo select{
    width: 50%;
}
/*********************************************/
.bg-green{
	background-color: #00923f!important;	
}
.bg-green .nav-link{
    color: #fff !important;
}
.bg-green{
    background-color: #51A8B1 !important;
}
.btn-green {
    color: #fff;
    background-color: #51A8B1;
    border-color: #51A8B1;
}
.btn-green:hover {
    color: #fff;
    background-color: #ea6807;
    border-color: #ea6807;
}
.text-green{
    color: #51A8B1;
}
.text-orange{
    color: #FF5722;
}
.bg-orange{
    background-color: #FF5722 !important;
}
.latestnewsCntOrange{
    background-color: #FBE9E7 !important
}
/*******************************************/
.navbar{
	padding: 0rem 1rem !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 8px 13px;
}
.navbar ul li{
    border-right: 1px dotted #333333;
}
.navbar .dropdown-menu{
    /*background-color: #009688;*/
    background-color: #51A8B1;
    border-radius: 0;
    top: 39px;
    min-width: 16rem;
    padding:0;
    margin-top: 0;
}
.navbar .dropdown-menu li{
    border-bottom: 1px dotted #333333;
}
/**/
.latestnewsCnt{
	background: #eee;
	/*padding: 0 10px;*/
}
.latestnewsCnt .NewsLine{
	cursor: pointer;
	padding: 0 30px;
	color: #007bb5;
}
.latestnewsCnt .LNewstitle{
	position: absolute;
    background: #0c5460;
    color: #fff;
    z-index: 5;
    padding: 5px 10px;
}
.latestnewsCnt marquee{
	padding: 5px 0 0 0;
}

/*****************************************************/
.navbar-dark .navbar-nav .nav-link{
    /*color: rgba(255,255,255,0.9);    */
    color: #000;
}
.navbar-dark .navbar-nav .nav-link:hover{
    background-color: #438A91;
    color: #000;
}
.navbar-dark .navbar-nav .active>.nav-link{
    background-color: #438A91;
    color: #000;    
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top:0px;
}
/******************DownloadsCnt Button*****************/
.downloadsCnt{
    margin: 10px 0;
}
.downloadsCnt label{
    width: 160px;
    padding: 6px 4px;
    font-size: 13px;
    border-radius: 5px;
    background: #2196F3;
    color: #fff;
    margin: 10px 3px 0 0;
    font-weight: normal;
}
.downloadsCnt a{
    color: #fff !important;
}
/*******************************************************/
/*Side bar*/
.leftCnt{
	position: relative;
}
.leftCnt h1{font-size: 25px;}
.leftCnt h4{font-size: 23px;}
.sidenav .heading{
	background-color: #0c5460;
    padding: 5px 10px;
    color: #fff;
    font-size: 21px;
    display: block;
}
/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 200px;
    /*position: fixed;*/
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 1px 1px #ccc;
    overflow-x: hidden;
    padding-bottom: 15px;
}
.sidenav ul{
	list-style: none;
	padding: 0;
}
.sidenav ul li{
    border-bottom: 1px solid #ccc;
}
/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 5px 8px 5px 16px;
    text-decoration: none;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 500;
    display: block;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.sidenav li:last-child{
	border: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
    background-color: #f58634;
}

/* Main content */

/* Add an active class to the active dropdown button */
.sidenav .active {
    background-color: green;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.sidenav .dropdown-container {
    display: none;
    /*background-color: #262626;*/
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.sidenav .fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/***************************************************************************/
/* Fixed sidenav, full height */
#sidebar {
    z-index: 1;
    top: 0;
    left: 0;
    /*background-color: #e6e3e3;*/
    /*box-shadow: 0px 0px 1px 1px #ccc;*/
    overflow-x: hidden;
    padding-bottom: 5px;
}
#sidebar .sidebar-header h3{
	background-color: #0c5460;
    padding: 5px 10px;
    color: #fff;
    font-size: 21px;
    display: block;
}

#sidebar ul li{
    border-bottom: 1px solid #ccc;
}
#sidebar ul li a {
    padding: 5px 8px 5px 10px;
    text-decoration: none;
    font-size: 16px;
    color: #4a4a4a;
    display: block;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

#sidebar ul li:last-child{
	border: none;
}
#sidebar li ul{
    background: #E0F7FA;
}
#sidebar li ul li a{
	padding-left: 20px !important;
}
/* On mouse-over */
#sidebar a:hover{
    color: #f1f1f1;
    background-color: #438A91;
}

/* Main content */

/* Add an active class to the active dropdown button */
#sidebar .active a{
    color: #f1f1f1;
    background-color: #438A91;
}
.dropdown-toggle::after{
    float: right;
    margin-top: 8px;
    border-top: 0.4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    #sidebar {padding-top: 15px;}
    #sidebar a {font-size: 18px;}
}

/****************************************/
.eresultCnt, .viti{
    text-align: center;
    background: #ddd;
    margin: 0 0 15px 0;
    padding: 20px 5px;
    background-color: #e6e3e3;
    box-shadow: 0px 0px 1px 1px #ccc;
    width: 100%;
}
.eresultCnt img{
    width: 90%;
    margin: 0 0 8px 0;
}
.eresultCnt a, .viti a{
    font-weight: 600;
    text-decoration: none;
}
 {
    text-align: center;
    background: #ddd;
    margin: 15px 0;
    padding: 25px 5px;
    background-color: #e6e3e3;
    box-shadow: 0px 0px 1px 1px #ccc;    
}
/*****************************************/
.headclockCnt{
    /*margin: -5px 10px 12px 0;*/
    display: block;
    overflow: auto;
}
.headclockCnt #timeCnt2{
    width: 100px;
    text-align: center;
    color: #007bb5;
    display: inline-block;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #17a2b8;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#timeCnt, #timeCnt1{
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom,#2ba0da,#04c);
    background-image: -ms-linear-gradient(to bottom,#2ba0da,#04c);
    background-image: linear-gradient(to bottom,#2ba0da,#04c);
    border-radius: 3px;
    background-repeat: repeat-x;
    color: #fff;
    padding: 3px 0;
    font-size: 18px;
}
.calendarCnt, .calendarCnt1{
    text-align: center;
    box-shadow: 1px 1px 1px 1px #ccc;
    margin: 0;
    /*padding: 5px 20px;*/
}
.datepicker{
    margin: 0 auto;
}
.container h1{
    font-size: 28px;
}
/****************************************/
.gov_links{margin-bottom: 10px;}
.gov_links a img, .gov_links1 a img{
	width: 100%;
    /*border: 3px solid #0c5460;*/
    margin: 10px 0 0 0;
}
.gov_links_left{
    text-align: right;
    margin-top: 12px;
    display: none;
}
.gov_links_left a img{
    width: 185px;
    margin: 5px 0;
}
/******************************************/
/*******************************************/
.midCnt{
    /*margin-bottom: 15px;*/
    /*padding: 10px;*/
    /*background:radial-gradient(#fff,#fff,#ccc);*/
    /*display: block;*/
    /*height: 78px;*/
}
.midCnt img{
    width: 100%;
    margin-bottom: 10px;
    /*float: left;*/
    /*width: 40%;*/
    /*padding-right: 5px;*/
    /*padding-bottom: 5px;*/
}
/****************Right Container********************/
.right-homeCnt .header{
	background-color: #009688;
    /*padding: 10px;*/
    color: #fff;
    display: block;
}
.right-homeCnt .card{
	margin-bottom: 15px;
}
.right-homeCnt .header h5{
	margin-bottom: 0;
	font-weight: 400;
}
.right-homeCnt .header h5 span{
    padding: 8px;
    position: relative;
    display: inline-block;
    color: #fff;
}
.right-homeCnt .header h5 i{
    float: right;
    padding: 10px;
    background: #386e73;
}
.right-homeCnt ul{
	list-style: none;
	padding: 0;
}
.right-homeCnt a {
	color: #212529;
	text-decoration: none;
    font-size: 14px;
}
/**************/
.newseventCnt{
    height: 250px;
}
.newseventCnt h4{
	font-weight: 400;
	font-size: 17px;
	color: #f58634;

}
.newseventCnt .vticker{
}
.newseventCnt ul li{
	padding:5px;
	border-bottom: 1px solid #ccc;
}
.newseventCnt ul li:hover{
    background: #eee;
}
.newseventCnt .vticker p{
	font-size: 14px;
    position: relative;
    /*text-indent: 10px;*/
}
.newseventCnt .vticker p .fa{
    font-weight: 600;
    padding-right: 3px;
    color: #009688;
}
.newseventCnt .vticker .date{
	font-size: 12px;
}
/*********Query*************/
.Cnt{
	padding: 10px;
}
.Cnt input[type='text'],.Cnt input[type='password'], .Cnt textarea{
	margin: 5px;
	width: 96%;
}
.Cnt input[type='submit']{
	margin: 5px;
}
/*****************/
.underconstimg{
    width: 100%;
}
/*******************************************/
.footer ul li a{
    color: #8BC34A;
    text-decoration: none;
}
.footer ul li a:hover{
    color: #fff;
}
.footer p{
    color: #bfbfbf;
    margin-bottom: 5px;
}
.footer strong{
    font-weight: 600;
    color: #fff;
}
.supportemail ul li strong{
    display: block;
    color: #fff;
    font-weight: 400;
    line-height: 19px;
}
.supportemail ul li a{
    line-height: 18px;
    margin-bottom: 7px;
    display: block;
}
/*************************Footer Bottom****************/
.footerbootom{
    list-style: none;
    padding: 0;
}
.footerbootom li{
    float: left;
    padding: 0px 10px;
}
.footerbootom li a{
    /*font-weight: 600;*/
}

.listnone{
    list-style: none;
    padding-left: 10px;
}
.visitcount{
    width: 150px;
    background-color: #2b2b2b;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 21px;
    letter-spacing: 5px;
    font-weight: 600;
}
/******************************************************/
/*************REsponsive codes*************************/
/******************************************************/
#responsivenavbar{display: none;}
.respgovlinks{display: none;}
#accreadlabel{text-align: right;}
@media only screen and (max-width: 1200px) {
    body{font-size: 14px;}
    .calendarCnt{margin: 0 !important;}
    .downloadsCnt{margin: 0 !important; text-align: center;}

}
@media only screen and (max-width: 991px) {
    /*header*/
    .socialmedia{float: left;}
    .headclockCnt{margin: 6px 10PX; float: left; clear: left;}
    .logo .langCnt{margin: 0 0 10px 0;}
    .logo .langCnt select{width: auto}
    /*menu*/
    #mainnavbar{display: none;}
    #responsivenavbar{display: block;}
    #sidebar{display: none;}
    #navbarSupportedContent .dropdown .dropdown-menu{padding-left: 25px; background: #438A91;}
    .navbar ul li{border-right: none; border-bottom: 1px dotted #333}
    .navbar ul li ul{border: none;}
    .navbar ul li ul li a{font-size: 14px;}
    /*responsive*/
    .respgovlinks{display: block;}
    .gov_links_left{display: none !important; }
    /**/
    .container.main .row{ display: flex; }
    .container.main .row .left{order:2;}
    .container.main .row .right{order:1;}
}
@media only screen and (max-width: 768px) {
    .container h1{font-size: 25px;}
    .container h4{font-size: 21px;}
    .main .right ul{padding-left: 20px;}
    /*h1{font-size: 31px;}
    h3{font-size: 24px;}
    .midCnt .card h3{
        font-size: 11px;
    }
    .latestnewsCnt .LNewstitle{ display: none;  }*/
    .footer .row div:first-child{ text-align: center; }
    .footer .footerbootom{display: inline-block;}
    .footer .visitcount{margin: 10px auto;}
    .footer .copyright p{text-align: center !important;}
}
@media only screen and (max-width: 575px) {
    
    #accreadlabel{text-align: left;}
    #acreadsubmitbtn{float: right; margin: 10px 0;}
    .accreadCnt h5::before, .accreadCnt h5::after{display: none !important;}
    .gov_links .row div{margin:0 10px !important; padding: 0px !important;}
   /*#resultform .btn{
        float: right;
        margin: 10px;
   }*/
}
@media only screen and (max-width: 426px) {
    /*header*/
    .socialmedia li{margin-right: 5px; margin-left: 0px !important;}
    .headclockCnt{margin: 6px 0PX;}
    .logo .langCnt{margin: 0 0 5px 0;}
    .logo .thirdbox h6{font-size: 14px; line-height: 18px;}
    /*.headclockCnt{margin: 6px 0; float: right;}*/
    /*.langCnt{width: 100%; display: block;}*/
    /*.logo .logoname{
        width: 81%;
    }
    .accreadCnt h5::before, .accreadCnt h5::after{
        display: none !important;
    }*/
}
@media only screen and (max-width: 400px) {
    /*.headclockCnt{
        margin: 5px 0;
        float:none;}*/
}