#headerrow-83115 .header-container-box {
	height: 120px !important;
}

.header-wrap .logo img {
	max-height: 98% !important
}

.footerDetails h3 {
    color: var(--accent-color);
    font-weight: 600;
}

.footerDetails a.social-05 {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0px 3px 10px;
}
.footerDetails a.social-05, .footerDetails a.social-05:link, .footerDetails a.social-05:visited, .footerDetails a.social-05:hover {
    color: #464446;
    border: 1px solid #464446;
    transition: all ease-in 300ms;
}
.footerDetails a.social-05:hover {
    color: #FFF;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.footerDetails .footerLogos {
    display: flex;
    gap: 10%;
    padding-bottom: 30px;
}

.footerDetails {
    padding: 40px 0px;
}

.footerGdpr a {
    text-wrap: nowrap;
}

.footerGdpr h4, .footerGdpr p, .footerGdpr a {
    color: white;
}

.footerDetails a:hover,
.footerGdpr a:hover {
	color: #787878;
}

.footerGdpr {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    height: 50px;
}

@media only screen and (max-width: 991px){
    .footer .footerGdpr {
        padding-bottom: 15px !important;
    }
}








