.gdd-002-valbtn {
    display: block !important;
    position: fixed;
    font-family: "Ubuntu";
    background-color: #51966a;
    font-size: 1.125em;
    padding: 0.7777777778em 2.2777777778em 0.8888888889em 3.111111em;
    color: #ffffff;
    line-height: 1em;
    text-decoration: none;
    border-radius: 20px 0 0px 20px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 2;
    right: -1.55555555555556em;
    /*bottom: 4.44444em;*/
    bottom: 6.666666666666667em;
}

.gdd-002-valbtn::before {
    content: "";
    position: absolute;
    background-image: url(checkvalve-search.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1.666666666666667em 1.666666666666667em;
    width: 1.666666666666667em;
    height: 1.666666666666667em;
    left: 0.8333333333333333em;
    bottom: 0.5em;
}

.gdd-002-valbtn {
    right: -1.555555555555556em;
    color: #ffffff;
}