.tina_seek_call_to_action .et_pb_button .button_arrow_icon .arrow:after,
.tina_seek_call_to_action .et_pb_button .button_arrow_icon .arrow:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 6px;
    height: 1.5px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 15;
    transform-origin: right center;
}

.tina_seek_call_to_action .et_pb_button .button_arrow_icon .arrow:after {
    transform: translate(0, -50%) rotate(-45deg);
}

.tina_seek_call_to_action .et_pb_button .button_arrow_icon .arrow:before {
    transform: translate(0, -50%) rotate(45deg);
}

.tina_seek_call_to_action .et_pb_button .button_arrow_icon {
    display: block;
    width: 13px;
    height: 1.5px;
    background-color: #fff;
    position: relative;
    z-index: 20;
    transition: 0.3s;
    margin-top: 15px;
}

.tina_seek_call_to_action:hover .et_pb_button .button_arrow_icon {
    width: 40px;
}


.tina_seek_call_to_action:hover .et_pb_text{
    color: #ffffff !important;
}



@media only screen and (max-width: 980px) {
    .tina_seek_call_to_action .et_pb_button .button_arrow_icon {
        margin: 15px auto 0;
    }
}
