.footer-section {
	background-color: #1c7a58;
	padding-top: 35px;
}

.foot-ul {
	padding: 0px;
}

.footer-section h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.foot-ul a {
	color: white;
	font-size: 14px;
}

.foot-ul li {
	margin-bottom: 15px;
}

.footer-section .container {
	width: 1240px;
}

.bottom-logo img {
	width: 114px;
}

.footer-bottom {
	display: flex;
	align-items: flex-end;
	margin: 30px 0px;
}

.footer-bottom p {
	margin-right: 20px;
	color: #fff;
	font-size: 10px;
	margin-top:10px;
	/* margin-left: 15px; */
}

.sub-footer-img {
	float: right;
}

.sub-footer-img img {
	width: 25px;
	margin: 0px 5px;
}

.seal {
	width: 140px !important;
}

.sub-footer {
	padding: 20px 0px;
}

.sub-footer-atag {
	align-self: center;
	display: flex;
	padding: 15px 0px;
}

.sub-footer-atag p {
	margin: 0px 10px 0px 0px;
	font-size: 10px;
	color: #222;
}

.sub-footer-atag a {
	font-size: 10px;
	color: #6b6b6b;
	margin: 0px 10px;
}

.sub-footer .container {
	width: 1240px;
}

.bigsale:hover {
	box-shadow: 0px 0px 5px #4c4c4c47;
}

.threediv {
	background: #aa2222;
	padding: 35px 0px;
}

.threediv h1 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.threediv p {
	color: white;
	text-align: center;
	font-size: 15px;
}

.threediv a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}

.foot-ul a:hover {
	text-decoration: underline !important;
}

.sub-footer-atag a:hover {
	text-decoration: underline !important;
}

.subfooter_row {
	display: flex;
	align-items: center;
}

.subfooter_dv {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 12px;
}

.foot-ul .social_icon {
	margin-right: 8px;
}

@media only screen and (min-width: 992px) {
	.sub-footer .container {
		width: 970px;
	}

	.footer-section .container {
		width: 970px;
	}

}

@media only screen and (min-width: 767px) {
	.sub-footer-atag a {
		margin: 0px;
	}

	
}


@media only screen and (min-width: 1200px) {
	.sub-footer .container {
		width: 1240px;
	}

	.footer-section .container {
		width: 1240px;
	}
}

@media only screen and (max-width: 768px) {
	.sub-footer-atag {
		display: block;
	}

	/* .sub-footer-img {
		float: left;
	} */

	.sub-footer .container {
		width: auto;
	}

	.footer-section .container {
		width: auto;
	}
}

@media screen and (max-width:767px) {
	.subfooter_row {
		flex-direction: column;
	}
	
}