h6{
        font-weight:bold;
        margin-bottom: 10px;
}
.UIFooterControl {
        color: #FFFFFF;
        margin: 0 auto;
        position: relative;
        width: 100%;
}
.logo-left img {
        width:150px;
}
.bottom_left{
        text-align:left;
}
.bottom_left h6{
        margin-bottom:10px;
}
.bottom_left p{
        margin-bottom:10px;
}
.UIFooterControl .Design {
        position: absolute;
        right: 10px;
        top: 10px;
}
.bottom_right{
        position: relative;
        display:flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: flex-end;
        justify-content: space-evenly;
        align-items: center;
}
.menuFooter{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 0 0 10px 0;
        align-items: flex-start;
}
.menuFooter div:first-child .stLeft{
        padding-left: 0px;
}
.menuFooter div .stLeft{
        border-right:1px solid #fff;
        color:#fff;
        font-weight:bold;
        padding: 1px 12px;
}
.stLeft:hover{
        color:#fff;
}
.menuFooter div:nth-last-child(1) .stLeft{
        border:unset !Important;
}
@media screen and (max-width:768px){
        .logo-left img{
                width:100px !important;
        }
        .bottom_right img{
                width:100px !important;
        }
        .UIFooterControl p, .UIFooterControl p *{
                text-align: left !important;
                /* display: flex; */
                flex-wrap: nowrap;
                align-items: stretch;
                flex-direction: row-reverse;
                align-content: center;
                line-height: inherit;
        }
        .stLeft {
                border: unset !Important;
        }
        .UIFooterControl{
                position:relative !important;
        }
        .ipv6{
                width: 100px !important;
                height: 20px !important;
        }
}
