
.docked-menu-sec {
    height: auto;
    overflow-y: auto;
}
.docked-menu-sec {
    padding: 25px 35px 35px 35px;
    width: 220px;
    height: auto;
    background: #0c619b;
    position: absolute;
    right: -280px;
    top: 0px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
}
.home_hero {
	background: url(../images/hero-bg.png) top center no-repeat;
	min-height: 420px;
	background-size:cover;
}