/* General */
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}
.full-width {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
body .uwy.userway_p2 .uai {
  top: 97% !important;
}
h3 {
  color: #ff0000;
  font-size: 36px;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
p {
	color: #272727;
}
a {
	color: #ff0000;
	transition: color .25s ease-in-out;
}
a:hover {
	color: #272727;
	text-decoration: none;
}
a:focus {
  color: unset;
  text-decoration: none;
}
.txt-underline {
  text-decoration: underline;
}
.txt-bold {
  font-weight: 700;
}
.txt-italic {
  font-style: italic;
}
.caps {
  text-transform: uppercase;
}
.hide-desktop {
  display: none !important;
}
.hide-mobile {
  display: block !important;
}
/* .container {
  width: 1450px;
} */
.arabic-reg {
  font-family: 'Tajawal', sans-serif;
  font-size: 18px !important;
}


/* Navbar */
.navbar-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
}
.language-select {
  position: absolute;
  right: 0;
}
.language-select .dropdown-menu {
  right: 0 !important;
  left: unset !important;
}
.dropdown-menu a {
  display: block;
}
.language-toggle {
  background: none;
  border: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  align-items: end;
}
#languageSelect img {
  margin-right: 4px;
}
.dropdown-menu {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-item {
  padding: 6px;
  border-bottom: 1px solid #eee;
  color: #000;
}
.dropdown-item:last-child {
  border-bottom: 0;
}
.dropdown-item.active {
  background: #eee;
}
.dropdown-item.active {
  background: #eee;
  font-weight: 400;
}


/* Splash Page */
.hero {
  margin-bottom: 30px;
}
.hero-wrap {
  background: #e4e6e5;
}
.hero-image {
  text-align: center;
}
.hero-image img {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.flags {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.flag-single {
  text-align: center;
  width: 80px;
}
.flag-single p {
  font-size: 10px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.language {
  padding: 20px 0px 30px 0px;
}
.language h2 {
  font-size: 24px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.flag-single .arabic-reg {
  margin-top: 0px !important;
}


/* Product Translation Pages */
.product-image img {
  width: 100%;
  height: auto;
}
.product-tile {
  background: #ec2028;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  border-radius: 12px;
}
.product-flex {
  position: relative;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 440px;
}
.product-flex p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.product-image, .product-content {
  width: 50%;
}

.nav-tabs.pro_selector {
  border-bottom: none;
}
.pro_selector li {
  width: 50%;
  text-align: center;
}
.pro_selector a {
  border-radius: 0 !important;
  border: none !important;
  color: #fff;
  background: #ce1b22;
  padding: 16px !important;
  margin-right: 0px !important;
  font-size: 12px;
  font-weight: 400;
}
.pro_selector a:hover {
  background: #a7151b !important;
}
.pro_selector .active a {
  background: #ec2028 !important;
  color: #fff !important;
  margin-right: 0;
}
.tab-pane img {
  height: auto;
  max-width: 55%;
}
.tab-pane h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.tab-pane h3:after {
  content: '';
  display: block;
  max-width: 70px;
  height: 2px;
  margin-top: 10px;
  background: #b9161d;
}
.tab-pane {
  height: 290px;
  overflow: scroll;
}
.font-style-italic {
  font-style: italic;
}
.tab-pane.diagram {
  height: auto;
  overflow: unset;
  position: relative;
  bottom: 0px;
  text-align: center;
}
.tab-pane.bullet-list {
  color: #fff;
}
.tab-pane.bullet-list li {
  padding: 4px 0px;
}
.spec_svg svg {
  height: 16px;
  fill: #fff;
  margin-right: 6px;
}
.svg-wrap svg {
  height: 8px;
  fill: #fff;
  margin-right: 2px;
}
.spec_svg {
  display: flex !important;
  flex-direction: row;
  align-items: end;
  justify-content: center;
}

/* Arabic*/
#arabic .overview-txt, #arabic .bullet-list {
  text-align: right;
}
#arabic .tab-pane h3:after {
  display: none;
}
#arabic .pro_selector a {
  font-size: 16px;
}


/* Footer */
.site-footer {
  background: #414042;
  padding: 40px 15px;
}
.footer-wrap {
    display: flex;
    align-items: center;
}
.site-footer .footer-left a {
  color: #fff;
  text-decoration: underline;
}
.site-footer .footer-left a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.footer-left {
  display: flex;
  align-items: center;
}
.footer-left p {
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  margin-top: 10px;
}
.active-language {
  float: right;
}
.active-language a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-left img {
    width: 180px;
}


/* Legal Pages */
.content-section {
  margin-bottom: 30px;
}
.content-section h2 {
  margin-top: 20px;
  font-size: 24px;
  margin-bottom: 4px;
}
.privacy-policy #content {
  margin-top: 20px;
}
#arabic-translation {
  text-align: right !important;
}