html{
    direction: rtl;
}
body{
    background-color: #fcfcfc;
    font-family: 'Cairo', sans-serif;

}
form{
    width: 100%;
}
form input{
    direction: ltr;
    width: 50%;
    padding: 10px;
    border: 1px solid #0d97ff;
    border-radius: 5px;
}
input:focus {
    outline: none !important;
    border:1px solid #0d97ff;
    box-shadow: 0 0 10px #719ECE;
}
#query{
    color: #F3782A!important;
}

.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    box-sizing: inherit;
    background-color: #d9f1f1;
    width: 100%;
    margin-top: 10px;
}
.phone{
    color: #F3782A!important;;
}
#app{
}
.devider{
    margin-bottom: 200px;
}
button{
    padding: .64em !important;
}



@media only screen and (max-width: 768px) {
    form input{
        direction: ltr;
        width: 90%;
        padding: 10px;
        border: 1px solid #0d97ff;
        border-radius: 5px;
    }
    button{
        margin-top: 5px!important;
        width: 80%;
        border-radius: 10px!important;
    }
    .footer{
        text-align: center;
    }
}
