#footer-left {
	background-color: white;
    color: white;
    height: 7px;
    width: 537px;
    position: absolute;
    top: 192px;
    /* margin-right: 20px; */
    margin-left: -150px;
}

#footer-right {
	background-color: white;
    color: white;
    height: 7px;
    width: 537px;
    position: absolute;
    top: 192px;
	margin-left: 785px;
    /* margin-right: 20px; */
}

.footer-menu {
	display: flex;
    justify-content: space-evenly;
    font-size: 16px;
    color: white;
    font-weight: 800;
    font-family: 'Open Sans';
    padding-top: 40px;
}
.footer-menu li {
	color: white;
}

.footer-contact, .footer-contact-mobile {
	font-size: 13px;
    font-weight: 800;
    color: white;
    font-family: 'Times-Bold';
    /*margin-left: 22.5%;*/
	text-align: center;
    padding-top: 35px;
    padding-bottom: 72px;
}
.footer-contact-mobile {
	display: none;
}
.footer-contact a, .footer-contact-mobile a {
	color: white;
}

@media screen and (max-width: 1536px) {
	#footer-left {
		width: 28%;
		margin-left: auto;
	}
	#footer-right {
		width: 28%;
		margin-left: 69%;
	}
	
}
@media screen and (max-width: 1024px) {

	/*Footer Related */
	.footer-menu {
		padding-left: 7%;
		padding-right: 7%;
	}
	#footer-left {
		width: 25%;
    	margin-left: auto;
    	left: 7%;
	}
	#footer-right {
		width: 25%;
		margin-left: 68%;
	}

	.footer-contact {
		display: none;
	}
	.footer-contact-mobile {
		display: block;
	}
	}
@media screen and (max-width: 810px) {
	.footer-contact {
		margin-left: 0 !important;
	}

}

@media screen and (max-width: 768px) {

	.footer-contact {
		margin-left: 0 !important;
	}
	}
@media screen and (max-width: 540px) {
	#footer-left {
		left: 4% !important;
	}
	#footer-right {
		margin-left: 72% !important;
	}
	.footer-menu {
	overflow-x: auto !important;
	display: block !important;
	padding-top: 0 !important;
	}
	.footer-menu li {
	margin-bottom: 10px !important;
	}
	.footer-contact {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	}
@media screen and (max-width: 540px) {
	#footer-left, #footer-right {
		width: 20% !important;
	}
	#footer-left {
		left: 3% !important;
	}
	#footer-right {
		margin-left: 77.5% !important;
	}
}