body {
    direction: rtl;
}
.coming-soon-content .newsletter-form button {
    left: 0;
    right: auto;
}
.coming-soon-content .newsletter-form .input-newsletter {
    padding-right: 15px;
    padding-left: 0;
}
.coming-soon-content #timer div::before {
    left: -9px;
    right: auto;
}
.coming-soon-content #timer div::after {
    left: -9px;
    right: auto;
}

/* RTL responsive css*/
@media only screen and (max-width: 767px) {
      
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
        
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
       
}
/*# sourceMappingURL=responsive.css.map */