
/*For Footer CSS START*/
footer{
	margin-top: 100px !important;
	background-color: #f9d8b9 !important;
	min-height: 200px;
	z-index: 10;
	position: relative;
  	margin-top: -150px; /* negative value of footer height */
  	clear:both;
  	font-family: Maax_Regular-205TF;
  	font-size: 12px;
  	line-height: 2.5;
  	text-align: left;
	color: #2d4579 !important;;
	font-weight: 500;
}

footer h4{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  margin-top: 0px;
  margin-bottom: 0px;
}
footer a{
	text-decoration: none !important;
	color: #2d4579 !important;
}
.logo_footer{
	width: 100px;
}
.footer_margin{
	margin-top: 50px;
}
.footer-links li {
	list-style-type:none;
	margin-top: 0px;
}
.footer-links a{
	list-style-type: none !important;
	text-decoration: none !important;
	color: #2d4579;
	font-weight: 500;
	line-height: 1.88;
} 
.social-logo{
	padding: 5px;
	max-width: 90px;
}

	/* Small Devices, Tablets */
	    @media only screen and (max-width : 768px) {
	    	footer{
	    		text-align: center;
	    		margin-top: 20px !important;
	    	}
	    	.footer_margin{
				margin-top: 20px;
			}
			.logo_footer{
				margin-top: 50px;
			}
			.footer_margin-mobile{
				margin-bottom: 50px
			}
	    }

/*For Footer CSS STOP*/