.logo-footer {
    max-width: 13.5625rem;
    margin: 0 auto;
    margin-bottom: 1.2rem !important;
}
.icon-footer-custom {
    max-width: 5rem;
    margin: 0 auto;
}
.sec_footer:before {
    content: '';
    display: block;
    background-color: var(--secondary-color);
    position: absolute;
    width: 100%;
    height: 1px;
    top: 7.5rem;
}
.footer-row-mid h6 {
    color: #E0C472;
    font-family: var(--text-font);
    letter-spacing: 0.0375rem;
    text-transform: inherit;
}
.footer-row-mid .icon-box h6 {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-family: var(--text-font-m);
    margin-bottom: 0.25rem;
}
.f-n-l-custom h3 {
    font-size: 1.625rem;
    line-height: 2rem;
    color: #BCBCBC;
}
.footer-row-mid {
    margin-top: 3rem;
    max-width: 73.3125rem !important;
}
.footer-row-mid .col {
    border-bottom: .5px solid #707070;
    margin-bottom: 1.25rem;
}
.footer-row-mid .col:nth-child(1) {
    max-width: 48%;
    flex-basis: 48%;
}
.footer-row-mid .col:nth-child(1) .col-inner {
    max-width: 27.625rem;
    margin-left: 0;
}
.footer-row-mid .col:nth-child(2) {
    max-width: 37%;
    flex-basis: 37%;
}
.footer-row-mid .col:nth-child(3) {
    max-width: 15%;
    flex-basis: 15%;
}
.sec_footer .icon-box-img img {
    width: auto !important;
}
.sec_footer .icon-box {
    padding-bottom: 0.75rem;
}
.sec_footer p {
    font-size: 0.875rem;
    font-family: var(--text-font);
}
.footer-row-bottom .ux-menu {
    flex-direction: row;
    justify-content: center;
}
.footer-row-bottom .ux-menu .ux-menu-link__link{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.75rem;
    font-family: var(--text-light);
    color: #BCBCBC;
}
.footer-row-bottom .ux-menu .ux-menu-link.flex.menu-item:last-child {
    opacity: 0.5;
}
.footer-row-bottom .col {
    padding-bottom: 1rem;
}
.third-color h6 {
    color: var(--third-color);
}
.icon-facebook:before {
    content: "";
    background-image: url(../images/facebook-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    /*position: absolute;*/
    width: 1.875rem;
    height: 1.875rem;
}
.icon-instagram:before{
    content: "";
    background-image: url(../images/instagram-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    /*position: absolute;*/
    width: 1.875rem;
    height: 1.875rem;
}
.icon-youtube:before {
    content: "";
    background-image: url(../images/youtube-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    /*position: absolute;*/
    width: 1.875rem;
    height: 1.875rem;
}
.icon-linkedin:before {
    content: "";
    background-image: url(../images/linkedin-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    /*position: absolute;*/
    width: 1.875rem;
    height: 1.875rem;
}
.social-icons i {
    min-width: 3rem;
    margin-top: 1rem;
}
.social-icons.follow-icons {
    margin-left: -0.25rem;
}
.third-color-icon .icon-instagram:before{
    background-image: url(../images/instagram-icon-third.svg);
}
.third-color-icon .icon-linkedin:before {
    background-image: url(../images/linkedin-icon-third.svg);
}
.third-color-icon .icon-youtube:before {
    background-image: url(../images/youtube-icon-third.svg);
}
.third-color-icon .icon-facebook:before {
    background-image: url(../images/facebook-icon-third.svg);
}
