.footerDetails h3 {
    color: var(--accent-color);
    font-weight: 600;
}

.footerDetails {
    padding: 40px 0px;
}

.footerGdpr a {
    text-wrap: nowrap;
}

.footerGdpr h4, .footerGdpr p, .footerGdpr a {
    color: black;
}

.footerDetails a:hover,
.footerGdpr a:hover {
	color: #787878;
}

.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%;
}

.footerGdpr {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 991px){
    .footer .footerGdpr {
        padding-bottom: 15px !important;
    }
}

@media only screen and (max-width: 1098px) {
	.footerLogos img {
		width: 200px;
		height: 200px
	}
}

.info-box12 {
    padding: 20px 0px !important;
}


