
/*
==============================
RIGHT TO LEFT - RTL
==============================
*/
body{

    font-family: "Alexandria", sans-serif  !important;
    font-size: 14px;
}
header a {
    font-family: "Alexandria", sans-serif  !important;
    font-size: 14px;
    letter-spacing: 0px;
}

span{
  letter-spacing: 0px;
}

.nav-header {
  height: 5.5rem;
  width: 15rem;
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  transition: all .2s ease;
  z-index: 5;
}

.nav-header .brand-logo {
  padding-right: 30px;
}

.header-right .notification_dropdown .nav-link .badge {
  position: absolute;
  font-size: 0.625rem;
  border-radius: 50%;
  left: 0;
  top: 0;
  font-weight: normal;
  height: 17px;
  width: 17px;
  line-height: 6px;
  text-align: center;
  padding: 5px;
}

.mr-3, .mx-3 {
  margin-left: 1rem !important;
  margin-right: -1rem !important;
}

.header {
  padding-right: 15rem;
  padding-left:0;
}

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

.search_bar{
  visibility: hidden;
}

.header-right > li:not(:first-child) {
  padding-right: 1.25rem;
  padding-left: 0rem;
}

.header-right .header-profile > a.nav-link {
  padding: 0px 20px 0px 0px;
  display: flex;
  align-items: center;
  background: #F00000;
  border-radius: 2px;
}

.header-right .header-profile > a.nav-link .header-info {
  padding-right: 0px;
  padding-left: 20px;
  text-align: left !important;
}

.dropdown-menu-right {
  left: 0;
  right: auto;
}

.dropdown-menu .dropdown-item {
  font-size: 12px;
}



.card-body{
  text-align: right;
}

.card-title-rtl {
  text-align: right;
}

 
.page-titles {
  text-align: right;
}

.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\e605";
  font-family: 'simple-line-icons';
  font-size: 10px;
}

.page-titles .compare {
  right: 1px;
  top: 40px;
}

.accordion__header--indicator {
  left: 1.5625rem;
  right:inherit
}

.flout-right {
  float: left !important;
}

.content-rtl{
  text-align: right !important;
}

.card {
  text-align: right;
}
.alert {
  text-align: right;
}
.accordion {
  text-align: right;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}

.full-map-area h1,p{
  right: 27px;
  left: inherit;
}

.header {
  padding-right: 0rem;
  padding-left: 0;
}

.header__nav-link{
  font-size: 15px;
}

.header__nav-item:last-child {
  margin-right: 20px;
}

.profile__avatar {
  margin-left: 15px;
}

.header__content{
  direction: rtl !important;
}

.home__card h2 {
  text-align: right !important;
}

.step {
  text-align: right;
  direction: rtl;
}

.section__title{
  text-align: right;
}

.plan {
  text-align: right;
}

.section__text {
  text-align: right;
}

.footer {
  direction: rtl !important;
}
.categories {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

.plan__list {
  align-items: self-end;
  width: 100%;
}

.card__list {
  display: flex;
  flex-direction: row;
  justify-content: unsafe;
  align-items: center;
  width: 100%;
}
.step__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
}

.footer__tagline {
  text-align: right;
}

.footer__title {
  text-align: right;
}

.footer__social {
  width: 100%;
}

.footer__social a:last-child {
  margin-right: 14px;
}
.contacts__list{
  text-align: right;
}

.footer__links a {
  margin-left: 30px;
}

.section--head {
  direction: rtl;
}

.article__content{
  text-align: right;
}

.article__btn{
  padding: 12px;
}

.article__btn {
  margin-right: -20px;
}

.comments__item {
  text-align: right;
}

.comments {
  text-align: right;
  direction: rtl;
}

.dashbox {
  direction: rtl;
}

.dashbox .accordion {
  text-align: right;
}

.sign__form{
  direction: rtl;
}

.profile__tabs {
  margin-left: auto;
}

.stats {
  align-items: flex-end;
}

.main__table{
  text-align: right;
}

.bd-f {
  padding: 0.39rem 1.75rem !important;
}


.btn{
    padding: 8px !important;
}