/* extra css */
.sub-dropdown{
	overflow-y: scroll;
	height: 250px;
}

marquee{
     padding: 10px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
	 background-color: #004aad;
	 
}

/* extra location footer css */
.location-head-top{
	width: 100%;
	padding: 50px 0;
	margin-top: 20px;
}
.location-heading-top h3{
	text-align: center;
    margin: 0px 0 65px 38px;
    font-weight: 600;
    font-size: 40px;
    color: #004aad;
}

.location-head-top .location-content ul li{
	padding: 5px;
	margin: 5px;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
    background-color: #dfa5de; 
	border-radius: 5px;
	color: #333;
    list-style-type: none;
}
.location-head-top .location-content ul li a{
	color: #333;
}
.call-whatsaap{
	position: fixed;
    z-index: 999;
    top: 53%;

}

