.faq_botton_mess{
    height:297px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#f1f1f1;
}

.group-home-heading li {
    color: black;
    font-size: 20px;
    text-transform: uppercase;
}

.footer-subscribe {
    width: 100%;
    float: left;
}

.footer-subscribe .newsletter-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.footer-subscribe .newsletter-form input[type="submit"] {
    width: 80px;
    height: 42px;
    background: #f4ab02;
    color: white;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 1px;
    display: inline-block;
}

.footer-subscribe .newsletter-form input[type="email"] {
    width: calc(100% - 85px);
    display: inline-block;
}

.footer-bct {
    width: 100%;
    float: left;
}

.footer-bct img {
    max-height: 60px;
}

div.dropdown-menu-nav {
    padding-right: 30px !important;
}

.site-header .language__picker .language__current {
    color: white;
}

.site-header .language__picker:hover .language__current {
    color: white;
}

li.sub-menu-nav a {
    color: #0245a3 !important;
}

.logo {
    margin: -11px 0px;
}