#smartbanner,
#smartbanner.android {
    background: #fff;
    border-top: 5px solid #fdb728;
    height: 110px;
}

#smartbanner .sb-icon {
    width: 45px;
    height: 50px;
    top: 28px;
    left: 14px;
    border-radius: 0;
    box-shadow: none;
    background-size: cover;
    background-position: center;
}

#smartbanner .sb-info,
#smartbanner.android .sb-info,
#smartbanner.android .sb-info strong,
#smartbanner .sb-info strong {
    left: 67px;
    color: #005a73 !important;
    text-shadow: none;
    font-family: Roboto;
    font-weight: 500;
    top: 30px;
    width: auto;
}

#smartbanner .sb-button,
#smartbanner.android .sb-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    border: 0 !important;
    padding: 0 !important;
    min-width: auto !important;
    height: 35px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
}

#smartbanner .sb-button span,
#smartbanner.android .sb-button span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 17px;
    background: #fff !important;
    color: #005972;
    border: 2px solid #005972;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 18px;
    font-family: Roboto;
}

#smartbanner .sb-close,
#smartbanner.android .sb-close {
    background: none !important;
    text-shadow: none !important;
    box-shadow: none;
    left: auto;
    top: 6px;
    right: 6px;
    font-size: 27px;
    color: #005972;
}

#smartbanner {
    top: 0;
    z-index: 10;
    position: fixed !important
}