.txt-footer div{
	margin-bottom: 10px;
}
footer{
	background: #6c757d;
	color: #ffffff;
}
.heading{
	font-size: 16px;
	border-bottom: 2px solid #edbc79;
}
.block-footer {
	display: flex;
	float: none;
	margin: auto;
	max-width: 1240px;
}
footer a:hover{
	color: #edbc79;
	text-decoration: none;
}
.address {
	margin: 20px auto;
	line-height: 30px;
	font-size: 16px;
}
.footer_contact{
	background: #122244 !important;		
	color: white;
	padding: 10px 0px;
	width: 100%;
	display: block;
	font-size: 12px;
}
.link3 {
	color: green!important;
}
.link3:hover {
	color: #00c300!important;
}
.mb-block .txt-footer {
	float: none;
	margin: auto;
	font-size: 14px;
	line-height: 25px;
}
a.link4 {
	color: #dc2020;
}
a.link4:hover {
	color: red;
}
.block-footer {
	display: flex;
	float: none;
	margin: auto;
	max-width: 1240px;
	flex-wrap: wrap;
}

.footer_contact img{
	width: 100%;
	margin: auto;
}
.footer_contact i.fa{
	font-size: 100px;
}
.pd1{
	padding: 20px 0;
}
.z-line{
	text-align: right; 
	margin: 5px 0;
	padding-right: 10px;
}

.mb-block {
	width: 20%;
}
@media (max-width: 576px){
	.address div{
		padding: 0 15px;
	}
	.mb-block {
		width: 100%;
		padding: 5px 10px;
	}
	.address {
		line-height: 25px;
		font-size: 13px;
		margin: 10px auto;
	}
	.footer_contact a div{
		display: none;
	}
	.footer_contact i.fa{
		font-size: 50px;
	}
	.footer_contact .container .row-bs{
		justify-content: center;
	}
	.footer_contact a.navbar-brand img{
		width: 150px!important;
	}
	.navbar-brand {
		margin: 0 5px!important;
	}
	.pd1{
		padding: 0;
	}
	.z-line{
		text-align: left; 
		margin: 5px;
	}
	.footer_contact img {
		margin: 5px;
	}

	/* @media screen and (max-width: 768px) {
		.z-line{
			text-align: left; 
			margin: 5px;
		}
	} */
}