.panel-footer {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 0;
    bottom: 0px;
    width: 100%;
}

.panel-footer .footer-bottom {
    background-color: var(--dark-gray);
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    border-top: 5px solid #fff;
    height: 100%;
}

.panel-footer .footer-bottom .wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
    padding: 50px 15px;
}

.panel-footer .footer-bottom .logo-footer {
    max-width: 240px;
    margin: 0 auto 15px;
}

.panel-footer .footer-bottom .logo-footer img { width: 100% }

.panel-footer .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.panel-footer .contentRender_name_plugins_core_textbox h5 {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-family: var(--poppins);
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin: 0 35px 15px;
}

.panel-footer .contentRender_name_plugins_core_textbox ul {
    margin: 0 15px 20px 0;
}

.panel-footer .contentRender_name_plugins_core_textbox ul,
.panel-footer .contentRender_name_plugins_core_textbox ul li {
    list-style: none;
    font-size: 17px;
    line-height: 22px;
    font-family: var(--poppins);
    color: #fff;
}

.panel-footer .contentRender_name_plugins_core_textbox ul li i {
    margin-right: 15px;
    width: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.panel-footer .contentRender_name_plugins_core_textbox ul li:not(:first-child) {
    margin-left: 30px;
}

.panel-footer .footer-bottom .bottom-left {
    position: relative;
    max-width: 320px;
    margin: 0 auto 80px;
}

.panel-footer .footer-bottom .bottom-left:after {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    border-bottom: 5px solid #fff;
    content: "";
}

.panel-footer .footer-bottom .copyright {
    padding: 0 15px 20px;
    text-align: center;
    font-size: 15px;
    font-family: var(--poppins);
    color: #fff;
}

.panel-footer .footer-bottom .simpleview-logo {
    max-width: 226px;
    margin: 0 auto 20px;
}

.panel-footer .footer-bottom .simpleview-logo img {
    width: 100%;
    height: 22px;
}

.panel-footer .navFooter {
    display: none;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

/* DTN Mobile Footer Banner */
.panel-footer.hasMobileAd {
    height: 150px;
}

.panel-footer.hasMobileAd .mobileAd {
    display: block;
}

.panel-footer .mobileAd {
    display: none; 
    width: 100%;
    height: 50px;
}

.panel-footer .mobileAd .dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 300px;
    display: block;
}

.panel-footer .mobileAd .banner-close {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    cursor: pointer;
    right: 10px;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background-color: var(--muted-brown);
    border-radius: 50%;
    margin: 0;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
}

.panel-footer .mobileAd .fa {
    color: white;
}

@media screen and (min-width: 64em){
    .panel-footer .footer-bottom {
        border-top: 8px solid #fff;
    }

    .panel-footer .footer-bottom .wrapper {
        display: flex;
    }

    .panel-footer .footer-bottom .wrapper > div {
        width: 50%;
        max-width: none;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .panel-footer .footer-bottom .logo-footer {
        margin: 0 0 20px;
    }

    .panel-footer .contentRender_name_plugins_core_textbox h5 {
        text-align: left;
        margin: 0 0 15px;
    }

    .panel-footer .contentRender_name_plugins_core_textbox ul {
        margin: 0 0 20px;
    }

    .panel-footer .contentRender_name_plugins_core_textbox ul:last-child {
        margin-bottom: 0;
    }
    .panel-footer .footer-bottom .bottom-left:after {
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        transform: none;
        width: auto;
        height: 100%;
        border-bottom: none;
        border-left: 5px solid #fff;
        content: "";
    }

    .panel-footer .navFooter {
        display: flex;
        justify-content: flex-end;
        list-style: none;
        margin-bottom: 50px;
    }

    .panel-footer .navFooter li a{
        color: #fff;
        font-size: 17px;
        line-height: 22px;
        font-family: var(--poppins);
        text-align: right;
        text-transform: uppercase;
        padding: 0 10px;
        font-weight: 600;
    }

    .panel-footer .navFooter li:last-child a {
        padding-right: 0;
    }

    .panel-footer .footer-bottom .copyright {
        padding: 0 0 30px;
        text-align: right;
    }

    .panel-footer .footer-bottom .simpleview-logo {
        margin: 0 0 10px auto;
    }

    .panel-footer .footer-bottom .simpleview-logo img { width: 100% }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 64em) {
    .panel-footer .footer-bottom .wrapper > div {
        display: block;
    }
}
