#newV {
    position: fixed;
    z-index: 999;
    bottom: 0;
    height: 108px;
    left: 102px;
    width: 300px;
    border-radius: 24px 24px 0 0;
    transition: 0.4s;
    background-color: #1967d2;
}

#decorI {
    position: absolute;
    z-index: 2;
    bottom: 55px;
    left: 0;
    width: 291px;
    height: 146px;
    transition: 0.4s;
}

#newV a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 40px 23px 10px 23px;
    text-decoration: none !important;
    position: relative;
}

#newV.oz a div {
    width: 180px !important;
}
#newV a div {
    position: absolute;
    width: 228px !important;
    transition: 0.4s;
}

#newV a h3 {
    /*font-family: "segoe ui", serif;*/
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto 5px;
    text-align: left;
    color: white;
    width: 100%;
    display: block;
}
#newV a p {
    /*font-family: "segoe ui", serif;*/
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    margin: 0 auto;
    text-align: left;
    color: white !important;
    width: 100%;
    display: block;
}
#newV a #iconR {
    right: 23px;
    bottom: 37px;
    position: absolute;
    transition: 0.3s;}

a:link, a:visited {
    color: #1e97e7;
    text-decoration: none;
}