/* html,
body{
    direction: rtl;
} */

.main-title h1{
    direction: ltr;
}
/* 
.option{
    flex-direction: row;
}

.option-mul{
    flex-direction: row;
} */

#cm-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#ft-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}


#kg-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#lb-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

@media (max-width: 768px) {  
    .questions .contanier .ques a span{
        text-align: justify;
    }
}

nav .section a span{
    direction: ltr;
}

.about .contanier .sec p{
    line-height: 1.7;
}

.dir{
    padding-right: 5px !important;
    text-align: end !important;
}

.apply{
    direction: rtl;
}

.ffcont{
    direction: rtl;
}

.contact-now{
    direction: rtl;
}

.content-pages h1{
    direction: rtl;
    border-left: 0 !important;
    border-right: 10px solid #0e3a5d;
    padding-right: 5px;
}

.content-pages p{
    direction: rtl;
    padding-right: 5px;
}

.product-content{
    direction: rtl;
}

.product-content .section .title{
    direction: rtl;
    border-left: 0 !important;
    border-right: 10px solid #0e3a5d;
    padding-right: 5px;
}

.content-pages .contanier .contact-now{
    line-height: 1.5;
}

.content-pages .contanier p{
    text-align: center !important;
}

.around{
    direction: rtl;
}

.questions .contanier .ques a{
    direction: rtl;
}

.option-mul{
    direction: rtl;
}

.option{
    direction: rtl;
}