.t-upwidget-container__button:hover {
    background-color: #12607d !important;
}
.t-submit:hover {
    background-color: #12607d !important;
}
.add_call{
    display: block;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    right: 0;
    z-index: 10000;
    bottom: 0;
    font-size: 18px;
    color: white!important;
    background-color: #1c92ba;
}
.t228__leftcontainer span{
    position: absolute;
    top: 66px;
    left: 50px;
}
@media screen and (max-width: 480px) {
  .t228__leftcontainer span{
    display:none;
 
}
}