body {
    font-family: 'Tajawal', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal', sans-serif;
}
.offerdescription h2 {
    font-size: 44px \9;
    font-weight: 400;
}
.logo {
    float: right;
}

.header::after {
    content: "";
    clear: both;
    display: table;
}

.title h3 {
    margin: 0px;
    float: right;
}

.table-curved tbody>tr>td:last-child {
    border-left: 1px solid #e1e1e1;
}

.table-curved tbody>tr>td:first-child {
    border-left: none;
}

.table-curved th:first-child {
    border-radius: 0;
}

tr.expand td:last-of-type {
    padding-right: 0;
    padding-left: 30px;
}

tr.expand td:last-of-type::after {
    float: left !important;
    margin-right: 0;
    margin-left: -20px;
}

.panel-nav {
    float: right;
}

div.panel-body div.alert {
    clear: both;
}

.card {
    text-align: right;
}

.card-body h4, .panel {
    text-align: right;
}

.card-blesta > .card-header, .panel .card-blesta > .panel-heading {
    margin-left: 0;
    margin-right: -1px;
    text-align: right;
}

#my-info .list-group {
    padding: 0;
}

.alert {
    text-align: right;
}

.alert .close {
    float: left;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1px;
}


.sf-menu>li {
    float: right;
    /* Let text-align handle it */
    display: inline-block;
}

.ribbon-small .ribbon-content {
    left: 30px;
}

/*p:last-child {
    text-align: center;
}*/

.single_box_right {
    text-align: right;
}

.testimonial-content p {
	direction: rtl;
}

.testimonial-content .whoclient h5 {
	direction: rtl;
}


.main-footer ul li:before {
    content: "\f104";
    right: -10px;
    top: 9px;
}

/*html[dir="rtl"] .main-footer {
    flex-direction: row;
    display: flex;
    text-align: right;
}*/

.dropdown-menu {
    text-align: center;
}