/*.tel-fix {
    position: fixed;
    bottom: 0;
    display: inline-block;
    width: 100%;
    background: #000;
    right: 0;
    z-index: 50;
}
.tel-fix .phone {
    float: left;
    position: relative;
    left: 40px;
    font-size: 22px;
    background: #000;
    bottom: 32px;
    padding: 10px 25px;
    border-radius: 15px 15px 0 0;
    color: #fff !important;
}
.tel-fix .phone::before {
    position: absolute;
    content: '';
    background: url("../img/telfix-Shape.png") no-repeat 0 0;
    right: -13px;
    bottom: 11px;
    width: 13px;
    height: 12px;
}

.tel-fix .phone::after {
    position: absolute;
    content: '';
    background: url("../img/telfix-Shape.png") no-repeat 0 0;
    left: -13px;
    bottom: 11px;
    width: 13px;
    height: 12px;
    transform: rotateY(180deg);
}*/
#logodesignContainer .container {
    padding: 0;
    margin: 0;
    width: 100%;
}