html:lang(ar) body {
  font-family: GE_SS_Text_Light, Aller_Rg;
}

/* Home */
div.container.services img {
  height: 50px;
}

/* TableTop */
.vm-image img {
  height: 200px;
}

.table-top-card {
  width: 90%;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px;
  margin: auto;
  margin-bottom: 50px;
}

.table-top-card h2 {
  font-size: 120%;
  font-family: GE_SS_Text_Bold, Aller_Bd;
}

.table-top-card img.product-img {
  width: 30px;
  height: 30px;
}

.feature-icon-text {
  font-size: 12px;
}


/* Common */
.vertical-line-separator {
  border-right: 7px solid;
}

.vertical-line-separator-green {
  border-color: #489490;
}

.vertical-line-separator-sky-blue {
  border-color: #45B6E4;
}

.vertical-line-separator-yellow {
  border-color: #F3D95A;
}

.vertical-line-separator-dark-ping {
  border-color: #DC3098;
}

.vertical-line-separator-light-green {
  border-color: #AFD960;
}

.btn-full:hover {
  color: #fff;
}


.dotted-line {
  position: relative;
  /* text-align: center; */
}

.dotted-line:before {
  content: "";
  display: block;
  /* margin: 0 auto; */
  border-top: 4px dashed #F5E059;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -20%;
  padding: 0;
  z-index: 0;
  /* text-align: center; */
  vertical-align: middle;
}

.dotted-line-right:before {
  right: -20%;
}

.dotted-line-left:before {
  left: -20%;
}

.dotted-line img {
  position: relative;
  z-index: 1;
}
