* {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}
.UIFooterControl {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
}
.design_menu_footer .design p {
    margin-bottom: 10px;
    text-align: left;
    color: #FFFFFFB2;
}
.UIFooterControl .CopyRight {
        color: #fff;
        margin: 0 auto;
        padding: 20px 00px;
        width: 100%;
        font-size: 15px;
}
.UIFooterControl .CopyRight table tr td .name{
        font-weight: 600;
        font-size: 19px;
}
.UIFooterControl a {
        color: #101010;
        font: 13px/1.5 Tahoma;
}
.UIFooterControl .Design {
        text-align: right;
}
.UIFooterControl .CopyRight .CopyRightText{
        margin-bottom: 5px;
        margin-top: 5px;
}
div#design_menu_footer {
    border-top: 1px solid #ffffff73;
    padding: 10px 0;
    margin-top: 20px;
    padding-top: 20px;
}
@media only screen and (max-width: 1023px){
        .UIFooterControl * {
                justify-content: flex-start;
                align-items: flex-start;
                text-align: left;
        }
        .UIFooterControl table tr {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        .UIFooterControl table tr td,  .UIFooterControl table tr td * {
            width: 100% !important;
            /* text-align: left !important; */
        }
        .UIFooterControl{
                padding: 0 10px !important;
        }
        .UIFooterControl table tr {
            display: flex;
            flex-direction: column; 
        }
}
@media only screen and (max-width: 768px){
      .UIFooterControl{
                padding: var(--pading-res) !important;
                padding-bottom: 40px !important;
        }
        .CopyRight>table>tbody>tr{
                display: flex;
                flex-direction: column;
                align-items: center;
        }
        .CopyRight>table>tbody>tr td{
                text-align: center !important;
                width: 100% !important;
        }
        .CopyRight>table>tbody>tr td:nth-child(3){
                border-top: 1px solid #FFFFFF26;
                border-bottom: 1px solid #FFFFFF26;
                padding: 16px 0;
        }
        .UIFooterControl .CopyRight .CopyRightText {
                text-align:center;
        }
        .UIFooterControl .CopyRight table tr td span.name{
                font-family: Roboto;
                font-size: 17px;
                font-weight: 500;
                line-height: 22px;
                text-align: center;
        }
        .UIFooterControl .CopyRight table tr td span.name span.name-detail{
                font-family: Roboto;
                font-size: 18px;
                font-weight: 700;
                line-height: 26px;
                text-align: center;
                display: block;
        }
        .UIFooterControl .CopyRight table tr td div.CopyRightText{
                text-align: center;
                font-family: Roboto;
                font-size: 12px;
                font-weight: 400;
                line-height: 18px;
                text-align: center;
                color: #FFFFFFCC;

        }
        .UIFooterControl .CopyRight table tr td div.CopyRightText span.name2{
                width: 100%;
                display: block;
                font-family: Roboto;
                font-size: 12px;
                font-weight: 500;
                line-height: 18px;
                text-align: center;
                color: #ffffff;
        }
        div#design_menu_footer{
                /* margin-bottom: 60px; */
                margin: 0;
                padding: 16px;
        }
        div#design_menu_footer .design_menu_footer .design p{
                font-family: Roboto;
                font-size: 12px;
                font-weight: 400;
                line-height: 14.06px;
                text-align: center;
                color: #FFFFFFB2;

        }
}
