p,button,header,span,a{
    font-family: 'Cairo', sans-serif!important;
}
.nv_6 .section1{
    direction: rtl;
}
.nv_6 .section2{
    direction: rtl;
}

.nv_6 .section2 .app-describe{
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', sans-serif;
    margin: 0 0 25px 44px;
}
.screenshot-carousel{
    direction: ltr;
}
.screenshot-carousel .owl-dots{
    left: auto;
    right: -30px;
}
.nv_6 .section2 .app-title{
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', sans-serif;
}
.nv_6 .section2 .input-txt{
    direction: rtl;
   
    font-family: 'Cairo', sans-serif;
}
.section4-div2 header.title,.section4-div2 p.txt-describe,.section4-div2 p.txt-sub-describe{
    text-align: right;
    direction: rtl;
}

.section5{
    direction: rtl;
}
.nv_6 .section5 .app-describe{
    direction: rtl;
    text-align: right;
}
.section7{
    direction: rtl;
}

.section7 .div-terms p{
    margin: 18px 12px 21px 44px;
    padding: 12px 25px 16px 5px;
}
.frame-img{
    -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.placeholder::after {
    direction: ltr;
}

/* responsive */
/* lg screen */
@media (max-width: 1200px) {
    
}
/* md screen */
@media (max-width: 992px) {
    .nv_6 .section2 .app-title{
        font-size: 30px;
    }
    .nv_6 .section2 .app-describe{
        font-size: 17px;
        margin: 25px 0 0 0;
    }
}
/* sm screen */
@media (max-width: 768px) {
    .section4-div2 header.title{
        padding-top: 30px;
    }
    .img-store{
        width: 50%;
    }
    .section7 .div-terms p{
        margin: 18px 12px 21px 0;
    }
    .div-img-store img.footer-logo{
        width: 200px;
    }
    .section7 .div-img-store .img-app-store{
        width: 200px;
    }
}
/* xs screen */
@media (max-width: 576px) {
    .img-store{
        width: 70%;
    }
    .div-img-store img.footer-logo{
        width: 150px;
    }
    .section7 .div-img-store .img-app-store{
        width: 120px;
    }
}