/*custom css*/

.field--name-field-sho {
	display: none;
}

.view-contact-info .item-list ul li:first-child .views-field-nothing {
	display: none;
}

.new-images:after {
	content: '';
	background: url('../images/neweic.gif');
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;

}

.tender-pdf-list li .new-recruitment-icon {
	padding-right: 0;
	padding-left: 45px;
}

.tender-pdf-list li .new-recruitment-icon:before {
	left: 0;
	content: '';
	background: url('../images/neweic.gif');
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
}

.pagerer-container .pagerer-panes .pagerer-center-pane ul li.is-active a {
	background-color: skyblue;
}

.lab-analysis {
	color: #3B921B;
}

.defaulter:before {
	background-image: url('../images/ban.svg');
}

.custom-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.custom-popup .popup-content {
	width: 65%;
	margin: 0 auto;
	padding: 10px 50px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background-color: #3b921b;
	color: white;
	max-height: 600px;
	overflow-y: auto;
	overflow-x: scroll;

}

.custom-popup .popup-content::-webkit-scrollbar {
	display: none;
}

.custom-popup .close-popup {
	position: absolute;
	top: -3px;
	right: 7px;
	cursor: pointer;
	font-size: 28px;
	font-weight: bold;

}

.custom-popup h1 {
	text-align: center;
	margin: 10px 0px 30px;
	font-size: 2.6rem;
	text-transform: capitalize;
}

.custom-popup ul li {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 600;
}

.custom-popup ul li:nth-last-child(even) {
	margin-bottom: 5px;
}

.custom-popup ul li:nth-last-child(odd) {
	line-height: normal;
	margin-bottom: 20px;
}

/*popup slider*/
.custom-popup .popup-carousel .owl-pagination {
	flex-direction: row;
	left: 45%;
	margin-top: 20px;
	top: 100%;
	transform: translateX(100%, -50%);
}

.custom-popup .owl-carousel .owl-item img {
	width: 100% !important;
	height: 100% !important;
}

.slideshow-container {
	width: 90%;
	margin: 0px auto;
}

.custom-popup .popup-content {
	padding: 30px 20px 0px 20px;
}

/*@media screen and (max-width : 1200px) {
	.custom-popup .popup-content {
		overflow-y: auto;
		overflow-x: scroll;
		max-height: 600px;
	}
}
*/

@media screen and (max-width : 1366px) {
	.custom-popup .popup-content {
		max-height: 600px !important;
		overflow: auto;
	}
}

@media screen and (min-width : 1400px) {
	.custom-popup .popup-content {
		max-height: 950px !important;
		overflow: auto;
	}
}

/*@media screen and (min-width : 1600px) {
	.custom-popup .popup-content {
  	max-height: 1100px !important;
  	overflow: auto;
	}	
}
*/
@media screen and (max-width : 820px) {
	.custom-popup .popup-content {
		top: 30%;
	}

	.custom-popup .popup-carousel .owl-pagination {
		left: 36%;
	}

}

@media screen and (max-width : 769px) {
	.custom-popup .close-popup {
		top: -10px;
		right: 4px;
	}

	.custom-popup .popup-content {
		width: 80%;
		padding: 25px 15px 0px 20px;
		text-align: left;
		top: 30%;
	}

	.custom-popup h1 {
		font-size: 2rem;
	}

	.custom-popup .popup-carousel .owl-pagination {
		left: 42%;
	}
}

@media screen and (max-width : 500px) {
	.custom-popup .popup-content {
		top: 35%;
	}

	.custom-popup .popup-carousel .owl-pagination {
		left: 32%;
	}

	/*.custom-popup .owl-carousel .owl-item img {
		width: 294px;
	}*/
}

@media screen and (max-width : 400px) {
	/*.custom-popup .owl-carousel .owl-item img {
		width: 270px;
	}*/
}

@media screen and (max-width : 375px) {

	/*.custom-popup .owl-carousel .owl-item img {
		width: 250px;
	}*/
	.custom-popup .popup-content {
		top: 40%;
	}
}