/* .headbox h4 {
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #333 !important;
}
.headbox h3 {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 400 !important;
} */


.headbox {
	padding-bottom: 200px !important;
}
.bgdetails {
	padding-top: 30px !important;	
	padding-bottom: 30px !important;
	margin-top: -200px;
	margin-bottom: 0 !important;
}

.news-view-row {
	position: relative;
	display: flex;
	align-items: baseline;
	flex-wrap: nowrap;
	justify-content: right;
	margin-top: 10px;;
}
.news-view-row>.expdate-col {
	/* display: none; */
	flex: 1 0 0% !important;
}
.news-view-row>.btn-col {}

/* xl - more 1 */
@media (min-width: 1549px) and (max-width: 1740px) {
}

/* xl - more 2 */
@media (min-width: 1299px) and (max-width: 1550px) {
}

/* xl - more 3 */
@media (min-width: 1200px) and (max-width: 1300px) {
}

/* xl */
@media (min-width: 1200px) { }

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) { }

/* md */
@media (min-width: 768px) and (max-width: 991.98px) { }

/* sm - sm */
@media (max-width: 767.98px) { 
}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) { }

/* xs */
@media (max-width: 575.98px) { }