.nav-header
{
    display: block;
    float: none;
    text-align: center;
}
.header.header-fixed .nav-header{
    display: flex;
    float: left;
    text-align: left;
}
.header.header-fixed .nav-brand img{
    max-width: 150px;
}
footer h4
{
    color: #fff;
    font-size:18px !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
}
.footer_widget ul li a
{
    color: #fff;
    font-size:18px ;
}
.footer-menu>li:first-child{
   margin-top: 0px !important;
}
.footer-social li a
{
    font-size: 14px !important;
    color: #4a7212 !important;
}
.footer-social li
{
    color: #f41b3b !important;
    background: #fff;
    padding: 8px 12px;
    border-radius: 100%;
}
.alph
{
    margin-top: 20px;
}
.alph a {
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px;
    min-width: 35px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-grid;
    margin-bottom: 5px;
}
.alph a:hover {
    background-color: #719f1e;
}
.alph a.active {
    background-color: #719f1e;
}

.Goodup-btn-book:hover, .Goodup-btn-book:focus, .Goodup-btn-book:active{
    background:#285733;
    color:#ffffff;
}