/* extra location footer css */
.ed-heading-top{
	width: 100%;
	padding: 50px 0;
	margin-top: 20px;
}
.ed-heading-top h3{
	text-align: center;
    margin: 0px 0 65px 38px;
    font-weight: 600;
    font-size: 40px;
    color: black
}
.ed-heading-top .location-content ul{
	list-style-type: none;
}

.ed-heading-top .location-content ul li{
	 padding: 5px;
    margin: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #ffffff;
    background: red;
}
