.header-coa {
    background: #e9e9eb none repeat scroll 0 0;
    color: #000;
    padding: 0 50px 20px;
    width: 100%;
    font-size: 20px;
    height: 150px;
    overflow-y: auto;
    position: relative;
}

.heading{
	background-color: #e9e9eb ;
	box-shadow: inset 0 12px 15px -15px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 12px 15px -15px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 12px 15px -15px rgba(0, 0, 0, .3);
	padding:0 20px;
}

.heading h3{
	font-size: 18px;
}


.logo.theme-logo-bg.hidden-xs.hidden-sm{
    display: none !important;
}
.footer-coa {
    padding: 10px 50px;
    height: 80px;
    width: 100%;
    font-size: 20px;
    background: #e9e9eb;
    overflow: auto;
}
