a {
    text-decoration: none;
}

.logo{
	width: 120px;
	margin: auto;
}
.jeevikaheader .logo{
	width: 120px;
	margin: auto; max-width:100%;
}
.jeevikaheader .logo + label {
    font-size: 10px;
    margin-top: 0px;
}

.lightboxgallery-gallery {
  display: block;
  margin: 60px -10px;
}
.lightboxgallery-gallery-item {
  cursor: zoom-in;
  display: block;
  float: left;
  width: 25%;
}

@media only screen and (max-width : 767px) {
  .lightboxgallery-gallery-item {
    width: 33.3333%;
  }
}

@media only screen and (max-width : 479px) {
  .lightboxgallery-gallery-item {
    width: 50%;
  }
}

.lightboxgallery-gallery-item img {
  width: 100%;
}

.lightboxgallery-gallery-item > div {
  position: relative;
  margin: 10px;
}

.lightboxgallery-gallery-item > div:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

.lightboxgallery-gallery-item:hover > div:after {
  opacity: 1;
}

.lightboxgallery-gallery-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

.lightboxgallery-gallery-item:hover .lightboxgallery-gallery-item-content {
  opacity: 1;
}

.lightboxgallery-gallery-item-title {
  display: block;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 1px;
}

.redc{
	color: #e42626;
}
.greench1{
	color: #198754;
}
.greench5{
	color: #198754;
}

label{
	margin-top: 15px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.greench1 {
		font-size: 1.2rem;
	}
}

.navigation .navbar .navbar-nav {
    margin: auto;
}

.logo-part{
	height: 100px;
	margin: auto;
}

.logo-pop{
	height: 50px;
	margin: auto;
}


@media (max-width: 767px) {
	/* .hotdeal-r{
		top: 19%;
		left: 1%;
	} */
}

.hotdeal-r {
    padding: 2px;
    background: #ffc600;
    color: #000;
	border: 1px solid;
	border-radius: 50px;
    position: fixed;
    top: 70%;
    z-index: 99999999999;
    width: 150px;
    right: 1%;
    float: right;
	text-align: center;
}

.hotdeal-r {
    padding: 2px;
    background: #ffc600;
    color: #000;
	border: 1px solid;
	border-radius: 10px;
    position: fixed;
    top: 75%;
    z-index: 99999999999;
    width: 90px;
    right: 1%;
    float: right;
	text-align: center;
}

.hotdeal-r2 {
    padding: 2px;
    background: #ffc600;
    color: #ededed;
	border: 1px solid;
	border-radius: 10px;
    position: fixed;
    top: 60%;
    z-index: 99999999999;
    width: 110px;
    right: 1%;
    float: right;
	text-align: center;
    animation: swing ease-in-out 10s infinite alternate;
}

.hotdeal-r3 {
  padding: 2px;
  background: #ffc600;
  color: #ededed;
border: 1px solid;
border-radius: 10px;
  position: fixed;
  top: 35%;
  z-index: 99999999999;
  width: 110px;
  right: 1%;
  float: right;
text-align: center;
  animation: swing ease-in-out 10s infinite alternate;
}

.naeemclosebtn {
	margin-top: -20px;
    color: #fff;
    /* font-weight: bold; */
    float: right;
    font-size: 30px;
    line-height: 17px;
    cursor: pointer;
    transition: 0.3s;
	background: #f44336;
    padding: 5px 5px;
    border-radius: 15px;
}
.sideNav {background: #eaffee; color: #fff;border-radius: 1em;    padding: 0 0.9em 0 0 !important;}
ul.menu {
    margin-left: 1em;
    padding: 0;
    list-style: none outside;
    text-align: left;
	    margin-top: 20px;
    margin-bottom: 20px;
}
.menu-item {
    margin: 0;
    padding-top: 0.2em;
    border-bottom: dotted 1px #070707;
}
.menu-item a {
    font-weight: 700;
    line-height: 1.2em;
    color: #000000;
    text-decoration: none;
}
 .menu-item a.is-active {
    color: #007DC5;
}

.table thead.thead-dark th {
    background: #3b9066;
    color: #fff;
}
.view-content{background:#fff; border-radius:1em; padding:20px;}
.view-content caption {
    font-size: x-large;
    text-align: left;
    font-weight: 700;
}
span.md_cont {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    border: 1px dashed #ced4da;
    border-radius: 10px;
    width: 380px;
    margin: 0 auto;
}
.logo.lg_lt {
    width: auto;
    margin: 0;
}
.logo.lg_rt {
    width: auto;
    margin: 0;
    float: right;
}
.logo.lg_lt img {
    width: auto !important;
    float: left;
    height: 120px;
}
.logo.lg_rt img {
    width: auto !important;
    float: right;
    height: 120px;
}
.logo.lg_rt a {
    display: block;
}

.col-md-12.mrg_s {
    margin: 20px 0 20px;
}
/*testing  */ 
.cke_notification_warning {
    background: #c83939;
    display: none;
    border: 1px solid #902b2b;
}