body{
    font-family: 'Figtree';
}
.ar{
    font-family: "Noto Kufi Arabic", sans-serif;
}
.container{
    padding-top: 15px !important;
}
.banner{
    margin-top:20px;
}
img{
    max-width: 100%;
}
.mobile{
    display: none;
}
.desktop{
    display: block;
}
@media(max-width:480px){
    .mobile{
        display: block !important;
    }
    .banner{
        margin-bottom: 15px;
    }
    .desktop{
        display: block !important;
    }
}
.form-group{
    margin-bottom: 10px;
}
.ar .form-group,.ar .form-control{
direction: rtl;
text-align: right;
}
.btn{
    width: 100%;
    background-color: rgb(18 135 229)
}
.lang{
    position: absolute;
    right: 15px;
    top:30px;
    font-family: "Noto Kufi Arabic", sans-serif;
}
