.UIFooterControl {
        color: #112B3C;
        margin: 0 auto;
        padding: 0;
        position: relative;
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
}
.UIFooterControl .CopyRight .top{padding: 10px;}
.UIFooterControl .CopyRight .title{
        color: #112B3C;
        text-align: justify;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        padding-bottom: 10px;
}
.UIFooterControl .CopyRight .top .left{
        width: 100%;
}
.CopyRight .CopyRightText{
        color: #000;
        text-align: justify;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
}
.CopyRight .CopyRightText em{
        color: #000;
        padding-right: 10px;
}
.UIFooterControl .CopyRight .design p {
        color: #112B3C;
        text-align: left;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 16px 23px 16px 0;
        margin: 0;
}
.UIFooterControl .design_menu_footer{
        /* background: rgba(25, 167, 206, 0.50); */
        border-top: 1px solid;
}
.UIFooterControl a {
        color: #fff;
}
.UIFooterControl > a:hover {
        text-decoration: underline;
        font: italic 14px arial;
}
@media only screen and (max-width: 768px) {
    .UIFooterControl .CopyRight .top {
        flex-direction: column;
    }

    .UIFooterControl .CopyRight .top .left {
        width: 100%;
    }

    div.UIFooterControl {
        padding: 0px !important;
    }

    .UIFooterControl .CopyRight .design p {
        font-size: 14px;
        text-align: center;
        padding: 10px !important;
    }

    .CopyRight .CopyRightText {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .UIFooterControl .CopyRight .title {
        text-align: center;
    }

    .UIFooterControl .CopyRight .title {
        font-size: 16px;
        font-weight: bold;
    }

    .CopyRight .CopyRightText {
        font-size: 14px;
    }
    .UIFooterControl .CopyRight .top {
    padding: 0px;
}
}

