
.UIFooterControl {
    color: #1d446b;
    width: 100%;
}
.UIFooterControl .CopyRight {
    font: 13px arial;
    padding: 10px;
}
.UIFooterControl a {
    color: #fff;
}
.UIFooterControl .Design {
    text-align: right;
}
.UIFooterControl .CopyRight .top{
        padding: 20px 0px 25px 0px;
        display: flex;
        gap: 80px;
}
.UIFooterControl .CopyRight .title{
        color: #fff;
        text-align: justify;
        font-family: Roboto;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        padding-bottom: 10px;
}
.UIFooterControl .CopyRight .top .left{
        width: 70%;
}
.CopyRight .CopyRightText{
        color: #fff;
        text-align: justify;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
}
.CopyRight .CopyRightText em{
        color: #fff;
        padding-right: 10px;
}
.UIFooterControl .CopyRight .design p {
        color: #112B3C;
        text-align: right;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 16px 23px 16px 0;
        margin: 0;
}
@media only screen and (max-width: 768px){
        .UIFooterControl .CopyRight .top .left {
    width: 100%;
}
.CopyRight .CopyRightText {
    flex-direction: row !important;
    justify-content: flex-start;
}
.CopyRight .CopyRightText em {
    width: 40px;
}
.CopyRight .iconfb, .CopyRight .iconyoutube{

}
.CopyRight .iconfb svg, .CopyRight .iconyoutube svg{
     width: 48px !important;     
}
} 