.ooredoo-5g{
    background: #ed1c24;
    border-radius: 5px;
    position: fixed;
    width: 300px;
    height: 105px;
    bottom: 2%;
    left: 2%;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0px 0px 1px 0px #e8e8e8;
}
.ooredoo-5g .content{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.ooredoo-5g .content.center{
    align-items: center;
}
.ooredoo-5g .content.bottom{
    align-items: flex-end;
}
.ooredoo-5g .content>button{
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    color: #000;
    font-size: 18px;
    font-family: sans-serif;
    top: 0px;
    cursor: pointer;
}
.ooredoo-5g .image{
    
}
.ooredoo-5g .image img{
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}
.ooredoo-5g .description{
    padding-right: 10px;
    padding-left: 10px;
}
.ooredoo-5g .description.left{
    text-align: left;
}
.ooredoo-5g .description.right{
    text-align: right;
}
.ooredoo-5g .description.center{
    text-align: center;
}
.ooredoo-5g .description p {
    font-size: 14px;
    color: inherit;
    font-weight: 400;
    line-height: 20px;
    font-family: sans-serif;
}
.ooredoo-5g .description p  a{
    color: #ffffff;
}