
.work-box .arrow {
    left: unset;
    right: 77%;
}
.topbar-link a > i {
    vertical-align: top;
}

.client-images > img {
    max-height: 45px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

.nav-pills .nav-link {
    text-align: right;
}

/* Pricing Badge and Blog Lable position RTL fix*/
.pricing-box .pricing-lable,
.blog-box .blog-lable {
    right: unset;
    left: 0px;
    top: 8px;
    border-radius: 0 20px 20px 0;
}
.pricing-box {
    padding: 35px 42px;
}

.pricing-plan > h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .pricing-plan > h1 > sup.text-muted {
        text-decoration: line-through;
        display: inline-block;
        top: auto;
        margin-left: 8rem;
        font-weight: 400;
    }
    .pricing-plan > h1 > span {
        display: flex;
        align-items: baseline;
    }

.home-badge p {
    margin-bottom: 0.6rem;
}

/* Owl Carousel RTL fix*/
[dir="rtl"] .owl-item {
    float: right !important;
    min-height: 310px;
}
.owl-stage-outer {
    overflow: hidden;
}.owl-nav,
.owl-dots {
    display: none;
}


/* Contact form RTL fix*/

.custom-form .contact-lable {
    left: unset;
    right: 17px;
    position:relative;
    top: 12px;
}

#success_page h3 {
    color: #4353ff;
}

/* Footer */
.footer-link {
    text-align: center;
}