.opthcls{
	border-bottom:1px solid #2D473E;
	padding-bottom:3px;
}
.lb-close:hover{
	background:url(/content/assets/vendors/lightbox/images/close-1.webp) top right no-repeat;
	background-size:contain;
	background-color:#FFF;
}
.blog-card-img {
    width: 100%;
    height: 480px; 
    object-fit: cover;
    object-position: center; 
}
a {
	color: #2d473e;
}
a:hover {
	color: #6c7e77;
}
.nav-item {
	/*font-weight:600;*/
	background-color:#C0D8C8;
	/*border-right: 1px solid #2d473e;*/
	margin-left:2px;
	font-size:.875rem
}
.my1{
	margin-top:0;
}
@media (max-width: 991px) {
	.nav-item {
		margin-top:5px;
		margin-left:0px;
	}
	.my1{
	margin-top:5px;
	width:100%;
	text-align:left;
	}
}