.q_slider .qbutton.green {
border-color: #009FE3 !important;
color: #FFFFFF !important;
background-color: #009FE3 !important;
}
.q_slider .qbutton.green:hover {
border-color: #FFED00 !important;
color: #009FE3 !important;
background-color: #FFED00 !important;
}

.testimonials_holder .flex-direction-nav a{
    border-color: red;
}
.testimonials_holder .flex-direction-nav a:hover{
    background-color: #FFED00;
    border-color: #FFED00;
}
.testimonials_holder .flex-direction-nav a:before{
    color: aqua;
}
.testimonials_holder .flex-direction-nav a:hover:before{
    color: black;
}