html, body {direction:rtl;}

.block1-content {
    text-align: right;
}
.block1-title {
    text-align: right;
}
.content {
    text-align: right;
}
.liveview {
    border-radius: 0px 15px 15px 0px;
    left: -145px;
    right: 0;
    margin-right: auto;
    width: 15%;
}
.liveview:hover{
    left: 0;
    right: 0;
    margin-right: auto;
    transition: all 0.9s;
}
.sendanote-head{
    border-radius: 50px 0px 0px 50px;
    left: 0;
    right: -95px;
    margin-left: auto;
    width: 167px;
}
.sendanote-head:hover {
    right: 0;
    left: 0;
    margin-left: auto;
    transition: all 0.9s;
}
.sendanote-head .text {
    width: 75px;
}
.wpglobus-selector-box {
    left: 50px;
    right: inherit;
}
.block7home .phone-contact-form, .block7home .name-contactform,
.block7home .phone-contact-form, .block7home .mail-contact-form {
    text-align: right;
}