.nav-area {
  background-color: rgba(249, 250, 252, 0.95);
}
.navbar-right:lang(ar) {
  float: left !important;
}
.navbar-right li {
  margin: 0px;
}
.navbar-right li a {
  line-height: 26px;
  padding: 30px 21px;
}
.nav .nav-img-link {
  width: 60px;
  height: auto;
}
.navbar > .container .navbar-brand:lang(ar),
.navbar > .container-fluid .navbar-brand:lang(ar) {
  margin-left: 96px;
  margin-right: -15px;
}
@media only screen and (max-width: 768px) {
  .col-sm-offset-1:lang(ar) {
    margin-left: initial;
  }
}
.navbar-collapse.collapse.in {
  border: none;
}
.text-right {
  float: left !important;
}
.service-img {
  min-height: 400px;
  max-height: 400px;
}
.placeholder {
  background-image: url('/site_media/static/img/bw/placeholder.png') !important;
}
.about-left {
  background-image: none;
  padding: 0;
}
.about-left img {
  max-width: 350px;
  height: auto;
  margin: auto;
  display: block;
}
.feature-tab .tablist li {
  padding: 15px 5px;
  padding-bottom: 20px;
}
.service-img img,
.tablist-content img {
  display: block;
  margin: auto;
}
img.support {
  border-radius: 50px;
}
@media only screen and (max-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar-default .navbar-nav > li > a {
    padding: 12px;
  }
}
.hero-alternate {
  margin-top: 87px;
  width: 100%;
  background: #efeff0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .hero-alternate {
    margin-top: 95px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-alternate {
    margin-top: 64px;
  }
}
.about-left img,
.download-screen img {
  display: block;
  margin: auto;
}
ul.messages {
  padding: 15px;
}
ul.messages li {
  color: white;
  padding: 15px;
}
ul.messages li.success {
  background-color: #032887;
}
ul.messages li.error {
  background-color: #870303;
}
