Add this css within Appearance-> theme settings->Styling ->Custom Css
body{
direction:rtl;
unicode-bidi:embed;
}
#teaser form .input-group-addon .glyphicon {
margin: 3px;
}
#vehicles .vehicle-tab-nav li a {
padding-right: 15px;
}
#teaser form .styled-select-car select {
padding: 9px 40px 9px 0px;
}
#teaser form .styled-select-time select {
padding: 10px 32px 10px 0px;
}
.navbar-nav li {
float:right
}