.header-top2
{
    background-color: #272f54 !important;
}

.header-style2 .header-bottom .header-logo {
    flex: 1 1 327px;
    max-width: 327px;
    padding: 0;
}
.header-style2 .header-bottom .header-logo {
    flex: 1 1 327px;
    max-width: 327px !important;
}
.header-style2 .header-bottom .header-right {
    flex: 1 1 1022px;
    max-width: 1022px !important;
}

.sidebar-header-right .sp-module-content .search input[type="search"] {
    background-color: #ebebeb;
    border-radius: 30px;
    color: #949494;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    width: 208px;
}

.header-style2 .header-bottom .header-logo .logo {
    background-color: #fff;
    padding: 20px 10px 10px 10px !important;
}

.inner-page h5 {
    border-bottom: 1px solid #ddd;
    color: #C21A1A !important;
    font-size: 22px !important;
    font-weight: 600;
    margin: 0 0 10px;
    padding-bottom: 5px !important;
    position: relative;
	text-transform : uppercase !important;
}
.inner-page h5::after {
    background-color: #056839;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
}


