@font-face {
  font-family: open_sansregular;
  src: url(../fonts/OpenSans-Regular-webfont.eot);
  src: url(../fonts/OpenSans-Regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/OpenSans-Regular-webfont.woff) format("woff"),
    url(../fonts/OpenSans-Regular-webfont.ttf) format("truetype"),
    url(../fonts/OpenSans-Regular-webfont.svg#open_sansregular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: gadugiregular;
  src: url(../fonts/gadugi-webfont.eot);
  src: url(../fonts/gadugi-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/gadugi-webfont.woff) format("woff"),
    url(../fonts/gadugi-webfont.ttf) format("truetype"),
    url(../fonts/gadugi-webfont.svg#gadugiregular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: helveticaneueregular;
  src: url(../fonts/helveticaneue-webfont.eot);
  src: url(../fonts/helveticaneue-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/helveticaneue-webfont.woff2) format("woff2"),
    url(../fonts/helveticaneue-webfont.woff) format("woff"),
    url(../fonts/helveticaneue-webfont.ttf) format("truetype"),
    url(../fonts/helveticaneue-webfont.svg#helveticaneueregular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --mainbtn-bg-color: #4092fb;
  --mainbtn-hover-color: #2e83f1;
}
body {
  font-family: helveticaneueregular;
  margin: 0;
  padding: 0;
  background: url(https://d2wuvg8krwnvon.cloudfront.net/newui/images/app-builder-bg.svg)
    no-repeat center center !important;
  background-size: cover !important;
  font-weight: 700;
  font-display: block;
}
html[lang="ar"] body {
  direction: rtl;
}
a {
  color: var(--mainbtn-bg-color);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
a:hover {
  color: var(--mainbtn-hover-color);
  text-decoration: underline;
}
main {
  margin-top: 54px;
}
li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-top {
  border: none;
  min-height: 56px;
}
.navbar-brand {
  height: 50px;
  float: left;
  padding: 0px;
  padding-top: 5px;
}
.navbar-brand img {
  margin-top: 7px;
  max-height: 32px;
  max-width: 200px;
  width: auto;
}
html[lang="ar"] .navbar-brand {
  float: right;
}
header a {
  background: 0 0;
  border: none;
  color: #fff !important;
  line-height: 33px;
  padding: 5px 10px;
  margin-left: 5px;
  font-size: 0.8125rem;
  font-weight: 400;
  display: inline-block;
}
.globeDropdown {
  display: inline-block;
  float: left;
  margin: 0;
  position: relative;
}
.globeDropdown-content a {
  border-bottom: 1px solid #eff1f2;
  color: #626668 !important;
  display: block;
  font-size: 14px;
  padding: 1px 16px;
  text-decoration: none;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.iconz-global {
  color: #fff;
  display: inline-block;
  height: 17px;
  width: 20px;
  top: 3px;
  position: relative;
}
.lagTxt {
  color: #555;
  font-size: 14px;
}
#main_header:hover .iconz-global {
  color: #3cc3d2;
}
.globeDropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropbtn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
  padding: 12px 13px 14px;
}
.dropbtn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.globeDropdown-content {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  right: 1px;
  max-height: 450px;
  min-width: 200px;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: auto;
  transition: all 0.2s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.globeDropdown:hover .globeDropdown-content {
  opacity: 1;
  visibility: visible;
}
h1 {
  font-size: 28px;
  font-weight: 400;
  color: #212121;
}
h2 {
  font-size: 21px;
  font-weight: 400;
  color: #212121;
  margin: 0 0 15px;
}
.h5,
h5 {
  font-size: 14px;
}
.red-astrick {
  display: inline-block;
  line-height: 10px;
  color: Red;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs li.active a {
  background-color: #228aba;
  border-color: #228aba;
  color: #fff;
}
.tab-links {
  position: relative;
  border-bottom: none;
  margin: 40px 0 0 0;
}
.tab-links li.active button:before {
  background: url(https://d2wuvg8krwnvon.cloudfront.net/newui/images/left.png)
    no-repeat scroll left center rgba(0, 0, 0, 0);
  bottom: -7px;
  content: ".";
  position: absolute;
  left: -16px;
  width: 16px;
  color: #228aba;
}
.tab-links li.active button:after {
  background: url(https://d2wuvg8krwnvon.cloudfront.net/newui/images/right.png)
    no-repeat scroll left center rgba(0, 0, 0, 0);
  bottom: -7px;
  content: ".";
  position: absolute;
  right: -16px;
  width: 16px;
  color: #228aba;
}
.tab-links li {
  float: left;
  list-style: none outside none;
  text-align: center;
  margin-right: 3%;
  margin-left: 8%;
  width: 20%;
}
.tab-links li:last-child {
  margin-right: 0;
}
.active {
  position: relative;
}
.tab-links button {
  border-radius: 10px 10px 0 0;
  color: #909090;
  display: inline-block;
  font-size: 17px;
  padding: 10px;
  position: relative;
  transition: all 0.15s linear 0s;
  width: 100%;
  border-style: none;
  bottom: 1px;
  background: #ddd;
}
li.active button,
li.active button:hover {
  background: #228aba;
  color: #fff;
  border-color: #228aba;
}
.tab-links button span {
  font-size: 18px;
  margin-right: 5px;
}
.tab-Container {
  border: 5px solid #228aba;
  border-radius: 13px;
  padding: 15px;
  min-height: 250px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #fff;
}
.topMargin {
  margin: 35px 0 0 0;
}
.sectionHeadign {
  background-color: #228aba;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  margin: 20px 0 0 10px;
  font-size: 20px;
}
.buttonNext {
  border: none;
  background: #95b10c;
  color: #fff !important;
  font-size: 18px;
  border-radius: 3px;
  line-height: 45px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.buttonNext:focus,
.buttonNext:hover {
  color: #fff;
  text-decoration: none;
}
.fs12 {
  font-size: 12px;
}
.appCategory {
  float: left;
  margin-top: 8px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.appCategory ul li {
  float: left;
  width: calc(26% - 23px);
  text-align: center;
  margin: 0 20px 20px 0;
  margin-right: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  position: relative;
}
.appCategory ul li a h5 {
  margin: 0;
  margin-top: 15px;
}
.appCategory ul li {
  opacity: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.appCategory ul li {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.appCategory ul li:nth-of-type(4n + 4) {
  margin-right: 0;
}
.appCategory ul li a {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #a9a9a9;
  border-radius: 5px;
  border: 1px solid #cecece;
  box-shadow: 0 1px 3px #cecece;
  background: 0 0 !important;
  position: relative;
  text-decoration: none;
}
.appCategory ul li a span {
  font-size: 65px;
  width: 100%;
  margin: auto;
  display: block;
  padding: 7px 0;
}
.appCategory ul li a span {
  background: -webkit-linear-gradient(
    100deg,
    #feca00 0,
    #edd167 20%,
    #eaae5d 40%,
    #95b10c 60%,
    #63c6f2 80%,
    #feca00 100%
  );
  background: -moz-linear-gradient(
    100deg,
    #feca00 0,
    #edd167 20%,
    #eaae5d 40%,
    #95b10c 60%,
    #63c6f2 80%,
    #feca00 100%
  );
  background: -o-linear-gradient(
    100deg,
    #feca00 0,
    #edd167 20%,
    #eaae5d 40%,
    #95b10c 60%,
    #63c6f2 80%,
    #feca00 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}
.appCategory ul li.active a {
  background: #3485b3 !important;
  border: 1px solid #3485b3;
  color: #fff;
}
.appCategory ul li.active a span {
  background: #fff none repeat scroll 0 0 padding-box text;
  color: #fff;
}
.appCategory ul li a:hover {
  text-decoration: none;
}
.popoverIcon {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ddd;
  cursor: pointer;
}
.popover-content,
.popover-content h2 {
  color: #fff;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content img {
  border: 3px solid #fff;
  width: 100%;
}
.popover {
  display: none;
  background: #fff;
}
.appCategory ul li .popoverIcon:hover .popover {
  opacity: 1;
  max-width: 500px;
  width: 500px;
  left: 20px;
  top: -134px;
  height: auto;
  overflow: visible;
  transition: opacity 0.3s ease 0.7s;
  z-index: 9999;
  border: 4px solid #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 5px;
  display: block;
  position: absolute;
}
.pop-icon {
  margin-bottom: 20px;
  font-size: 45px;
  display: block;
  margin-top: 15px;
}
.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  top: 50%;
  left: -20px;
  margin-top: -9px;
  border-right-color: #020101;
  border-right-color: #fff;
  border-left-width: 0;
  border-width: 10px;
}
.phone {
  position: absolute;
  background: #111;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #aaa;
  right: 15px;
  width: 350px;
  height: 600px;
  padding: 105px 25px 25px 25px;
  transform: 0;
  margin: 20px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.phone::before {
  content: "";
  width: 60px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  background: #333;
  top: 50px;
}
.phone .phone-area {
  width: 320px;
  height: 100%;
  display: block;
  width: 100%;
  margin-top: 0;
  position: relative;
  overflow-y: hidden;
  z-index: 0;
}
.phone .theme-switch {
  position: absolute;
  right: 100%;
  margin-right: 2px;
  top: 70px;
  white-space: nowrap;
}
.phone-header {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  font-weight: 400;
  position: absolute;
  z-index: 12;
  min-height: 47px;
  background: #4e4e4e;
}
.phone-header h1 {
  display: block;
  padding: 14px 0;
  outline: 0;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.appCategory-layout ul {
  list-style: none;
  margin-right: -3.5%;
}
.appCategory-layout ul li {
  float: left;
  width: calc(33% - 20px);
  text-align: center;
  position: relative;
  margin: 0 20px 20px 0;
}
.appCategory-layout ul li:nth-of-type(4n + 4) {
  margin-right: 20px;
}
.appCategory-layout ul li.active img {
  background: #1e4260 !important;
  width: 100%;
  border: none !important;
}
.appCategory-layout ul li .smallp {
  font-size: 15px;
  color: #6e6e6e;
  margin-top: 5px;
}
.appCategory-layout ul li img {
  background: #e0e0e0;
  padding: 36px 10px;
  border-radius: 6px;
  max-width: 100%;
}
.nav-side {
  float: right;
  margin-top: 6px;
}
.nav-side li {
  float: left;
  display: inline-block;
  font-family: open_sansregular, "Lucida Grande", Arial;
}
@media only screen and (max-width: 1024px) {
  .phone {
    width: 100%;
    right: 0;
  }
  .appCategory ul li a span {
    padding: 0;
  }
  header a {
    padding: 6px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 14px;
  }
  .navbar-brand {
    width: 225px;
  }
  .navbar-brand img {
    width: auto;
    max-width: 100%;
    margin-top: 8px;
  }
  .tab-Container {
    border-radius: 8px;
  }
  main {
    margin-top: 22px;
  }
  .tab-links li {
    margin-right: 8px;
    margin-left: 8px;
    width: calc(33% - 16px);
  }
  .tab-links button {
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    padding: 10px 8px;
    font-weight: 700;
  }
  .tab-links button span {
    font-size: 12px;
    margin-right: 3px;
    font-weight: 700;
  }
  .tab-links {
    margin: 30px 0 0 0;
  }
  .tab-links li.active button::after,
  .tab-links li.active button::before {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .appCategory-layout ul {
    margin: 0;
  }
  .appCategory ul li {
    width: calc(50% - 10px);
  }
  .appCategory ul li:nth-of-type(4n + 4) {
    margin-right: 10px;
  }
  .appCategory ul li:nth-of-type(2n + 2) {
    margin-right: 0;
  }
}
.small-grayHeading {
  color: #848484;
  font-size: 12px;
  margin-top: 5px;
  display: block;
  font-family: gadugiregular;
}
.reviewSection {
  width: 100%;
  margin: 10% auto 5px;
  float: left;
}
.reviewcompaniesimg {
  width: 150px;
  height: 30px;
  margin-bottom: 10px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.review-companies {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
}
.reviewcompanieswrapper {
  position: relative;
  text-align: center;
  margin: 1rem 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.reviewcompanieswrapper:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.reviewcompanieswrapper::after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  top: 0;
  width: 1px;
  position: absolute;
  right: -15px;
  margin: auto;
  bottom: 0;
}
html[lang="ar"] .reviewcompanieswrapper::after {
  right: auto;
  left: -15px;
}
.reviewcompanieswrapper:last-child::after {
  display: none;
}
.reviewrating {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}
.reviewratingstar {
  font-size: 0.8rem;
  color: #6D6D6D
}
.reviewratingstar i.fill {
  color: #efce4a;
}
.reviewSection .commonHeading {
  font-size: 1.1rem;
  margin-top: 2rem;
  color: #9c9c9e;
  font-family: open_sansregular;
  padding: 0 15px;
}
.reviewSection .commonHeading h2 {
  color: #6D6D6D;
}
.reviewSection .commonHeading h4 {
  line-height: 25px;
  font-size: 1.1rem;
  font-weight: 400;
}
.reviewSection .subHeading {
  font-size: 0.9rem;
  margin: 1rem 0 2rem;
  color: #929292;
  font-family: open_sansregular;
  font-weight: 400;
}
@media (max-width: 767px) {
  .reviewSection {
    width: 100%;
  }
  .reviewcompanieswrapper {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    padding: 0 0;
    margin: 7px 0;
  }
  .reviewcompaniesimg {
    width: 120px;
    text-align: center;
    margin: 0 auto 5px;
  }
  .reviewrating {
    margin-bottom: 5px;
  }
  .reviewcompanieswrapper::after {
    left: 100%;
    height: 106%;
  }
  .reviewcompanieswrapper::before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    bottom: 0;
    width: 90%;
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 0;
    bottom: -9%;
    right: 0;
  }
  .reviewcompanieswrapper:nth-child(2n)::after,
  .reviewcompanieswrapper:nth-child(n + 5)::before {
    visibility: hidden;
  }
}
@media (max-width: 480px) {
  .reviewSection .commonHeading {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
  .reviewSection .commonHeading h4 {
    line-height: 20px;
    font-size: 13px;
  }
  .reviewSection .subHeading {
    font-size: 11px;
    margin: 0.5rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .reviewSection {
    width: 100%;
  }
  .reviewcompanieswrapper {
    width: 33.33%;
    padding: 0 0;
    margin: 7px 0;
  }
  .reviewcompaniesimg {
    margin: 0 auto 10px;
  }
  .reviewcompanieswrapper:nth-of-type(3)::after {
    background: 0 0;
  }
  .reviewcompanieswrapper::before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    bottom: 0;
    width: 90%;
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 0;
    bottom: -9%;
    right: 0;
  }
  .reviewcompanieswrapper:nth-of-type(4)::before,
  .reviewcompanieswrapper:nth-of-type(5)::before,
  .reviewcompanieswrapper:nth-of-type(6)::before {
    visibility: hidden;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .reviewSection {
    width: 100%;
  }
  .reviewcompanieswrapper {
    width: 16.66%;
  }
}
.catfeacture-section {
  width: 100%;
  float: left;
  font-size: 21px;
  text-align: left;
  line-height: 40px;
  margin-bottom: 10px;
}
.catfeacture-section ul {
  padding-left: 10px;
  padding-top: 20px;
  list-style-type: none;
}
#app_phone,
#app_phone_seo {
  float: left;
  height: 745px;
  margin: 0 auto 0;
  padding: 0;
  width: 377px;
  position: relative;
  z-index: 0;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.25);
}
.android {
  border-radius: 20px !important;
}
.android .phone-speaker,
.iphone .phone-speaker {
  width: 89px;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  left: 0;
}
.android .phone-speaker {
  width: 110px;
}
.android .circle1,
.iphone .circle1 {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 3px;
}
.android .circle1 {
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.android .circle2,
.iphone .circle2 {
  display: inline-block;
  width: 60px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 3px;
}
.android .circle3 {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 3px;
}
.iphone .circle3 {
  display: none;
}
.android .home-button,
.iphone .home-button {
  position: absolute;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 3px;
  bottom: 28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  height: 45px;
  width: 45px;
  border-radius: 100%;
}
.android .home-button {
  width: 80px;
  border-radius: 30px;
  height: 30px;
  bottom: 34px;
}
.simulatorContent {
  background: rgba(0, 0, 0, 0) url(/newui/images/layout.png) no-repeat scroll
    center center;
  background-size: auto;
  width: 91%;
  height: 76%;
  top: 80px;
  position: absolute;
  left: 17px;
  text-align: center;
  background-size: cover;
}
.appNameheader {
  background: #6f6f6f;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.appNameheader h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
  float: left;
  width: 100%;
  line-height: 47px;
  text-align: center;
  margin: 0;
}
.loginInnerSimu {
  padding: 60px 20px 0;
  background: rgba(00, 00, 00, 0.7);
  height: 92.33%;
}
.save-con-text {
  background: #fff;
  padding: 15px;
  text-align: left;
  border-radius: 10px;
  font-size: 18px;
  width: 100%;
  margin-top: 40%;
}
.save-con-text p {
  margin: 0 0 15px;
}
.save-con-text .buttonNext {
  border-radius: 30px;
}
.loading_dots span {
  background-color: var(--mainbtn-bg-color);
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  width: 15px;
  -webkit-animation: loading_dots 0.8s linear infinite;
  -moz-animation: loading_dots 0.8s linear infinite;
  -ms-animation: loading_dots 0.8s linear infinite;
  animation: loading_dots 0.8s linear infinite;
  position: relative;
  top: 1px;
}
.loading_dots span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading_dots span:nth-child(1) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@keyframes loading_dots {
  0% {
    background-color: var(--mainbtn-bg-color);
  }
  50% {
    background: #fff;
  }
  100% {
    background-color: var(--mainbtn-bg-color);
  }
}
.appheight {
  height: 45px;
}
.pos-rel {
  position: relative;
}
.appNameAlert {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  right: 0;
  width: 250px;
  padding: 10px;
  background: #fefefe;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 0 1px 3px #aaa;
  border: 1px solid red;
  opacity: 0.9;
  font-family: open_sansregular;
}
.addMoreAlert::before,
.addMoreAlertTextarea::before,
.appNameAlert::before,
.navHeaderAlert::before,
.pageNameAlert::before {
  border-color: red transparent transparent;
  border-style: solid;
  border-width: 8px;
  content: "";
  height: 0;
  right: 4%;
  margin-left: 50%;
  pointer-events: none;
  position: absolute;
  bottom: -16px;
  width: 0;
}
.errorAlert::before {
  border-color: red transparent transparent;
  border-style: solid;
  border-width: 8px;
  content: "";
  height: 0;
  left: 10px;
  pointer-events: none;
  position: absolute;
  bottom: -16px;
  width: 0;
}
.addMoreAlert .icon-cancel,
.addMoreAlertTextarea .icon-cancel,
.appNameAlert .icon-cancel,
.errorAlert .icon-cancel,
.maxCharAlert .icon-cancel,
.navHeaderAlert .icon-cancel,
.pageNameAlert .icon-cancel {
  border: 1px solid red;
  padding: 0 5px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 0 0 5px;
  color: red;
  float: right;
}
.maxCharAlert {
  position: absolute;
  z-index: 100;
  bottom: 40px;
  right: -45px;
  width: 220px;
  padding: 10px;
  background: #fefefe;
  font-size: 0.875em;
  border-radius: 5px;
  box-shadow: 0 1px 3px #aaa;
  border: 1px solid red;
  opacity: 0.9;
  word-wrap: break-word;
  color: #000;
}
.afterlog-bg {
  background: #fff;
  border: none;
  min-height: 56px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.catfeacture-section-2 h4 {
  font-size: 21px;
  margin-top: 1rem;
  color: #9c9c9c;
  font-family: open_sansregular;
  font-weight: 400;
  margin-bottom: 0;
}
.catfeacture-section-2 {
  width: 100%;
  float: left;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 40px;
}
.catfeacture-section-2 ul {
  padding-top: 20px;
  list-style-type: none;
}
.catfeacture-section-2 ul li {
  padding: 10px 16px;
  display: inline-block;
}
.catfeacture-section-2 ul li img {
  height: 43px;
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
}
.catfeacture-section-2 ul li img:hover {
  opacity: 1;
  filter: none;
  transition: all 0.4s ease-in-out;
}
.addconditionCode .container#outer {
  padding-top: 100px;
}
.mobApp-section h1 {
  font-size: 24px;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .catfeacture-section-2 ul li {
    padding: 4px 5px;
  }
  .catfeacture-section-2 ul li img {
    height: 20px;
  }
  .catfeacture-section-2 h4 {
    font-size: 16px;
    margin: 0;
  }
  .mobApp-section h1 {
    font-size: 14px;
  }
  .addconditionCode .container#outer {
    padding-top: 0;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
  outline: 0;
}
.container {
  width: 1140px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.pull-left {
  float: left;
}
html[lang="ar"] .pull-left {
  float: right;
}
.left-content {
  width: 75%;
  padding: 0 15px;
  box-sizing: border-box;
}
.right-content {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}
.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: 0;
  font-family: helveticaneueregular;
}
.text-center {
  text-align: center;
}
.simulator-app {
  transform: translateX(-60px) translateY(-2%) scale(0.75);
  -webkit-transform: translateX(-60px) translateY(-2%) scale(0.75);
  -moz-transform: translateX(-60px) translateY(-2%) scale(0.75);
  -o-transform: translateX(-60px) translateY(-2%) scale(0.75);
  -ms-transform: translateX(-60px) translateY(-2%) scale(0.75);
}
@media only screen and (max-width: 767px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .left-content {
    width: 60%;
    padding: 0 10px;
  }
  .right-content {
    width: 40%;
    padding: 0 10px 0 0;
  }
  .buttonNext {
    font-size: 12px;
  }
  .small-grayHeading {
    font-size: 10px;
  }
  .catfeacture-section-2 {
    margin-bottom: 0;
  }
  .catfeacture-section-2 ul {
    padding-top: 0;
  }
  .simulator-app {
    transform: translateX(-11%) translateY(-7%) scale(0.6) !important;
    -webkit-transform: translateX(-11%) translateY(-7%) scale(0.6) !important;
    -moz-transform: translateX(-11%) translateY(-7%) scale(0.6) !important;
    -o-transform: translateX(-11%) translateY(-7%) scale(0.6) !important;
    -ms-transform: translateX(-11%) translateY(-7%) scale(0.6) !important;
  }
  html[lang="ar"] .simulator-app {
    transform: translateX(11%) translateY(-7%) scale(0.6) !important;
    -webkit-transform: translateX(11%) translateY(-7%) scale(0.6) !important;
    -moz-transform: translateX(11%) translateY(-7%) scale(0.6) !important;
    -o-transform: translateX(11%) translateY(-7%) scale(0.6) !important;
    -ms-transform: translateX(11%) translateY(-7%) scale(0.6) !important;
  }
  .appNameAlert {
    width: 150px;
    font-size: 10px;
  }
}
.demoRibbonContainer {
  position: relative;
}
.demoRibbon {
  position: absolute;
  top: 22px;
  right: -10px;
  overflow: visible;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 99;
}
.demoRibbon:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 6px;
  border-top: 20px solid rgba(0, 0, 0, 0.3);
  border-bottom: 20px solid rgba(0, 0, 0, 0.3);
  border-right: 20px solid rgba(0, 0, 0, 0.3);
  border-left: 20px solid transparent;
}
.demoRibbon:after {
  content: "";
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  bottom: -2px;
  left: 6px;
  right: 1px;
}
.demoRibbon span {
  display: block;
  padding: 14px 20px;
  position: relative;
  background: red;
  overflow: visible;
  height: 40px;
  margin-left: 29px;
  color: #fff;
  text-decoration: none;
}
.demoRibbon span:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  border-top: 10px solid red;
  border-right: 10px solid transparent;
}
.demoRibbon span:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  border-top: 20px solid red;
  border-bottom: 20px solid red;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.tabbable-panel {
  float: left;
  width: 100%;
}
.tabbable-line > .nav-tabs {
  display: flex;
}
.tabbable-line > .nav-tabs > li {
  width: auto;
  text-align: center;
  flex: 1;
}
.safariBrowser .tabbable-line.appElement > .nav-tabs > li {
  width: 50%;
}
.safariBrowser .tabbable-line > .nav-tabs > li {
  width: 33.33%;
}
.tabbable-line > .nav-tabs > li a {
  color: #717171;
  font-size: 16px;
  border-bottom: 2px solid #cecece;
  margin: 0;
  border-radius: 0;
}
.tabbable-line > .nav-tabs > li.active a {
  background: 0 0 !important;
  border-color: transparent !important;
  border-bottom: 2px solid #228aba !important;
  color: #228aba !important;
}
.themeColor-list {
  width: 85%;
  margin: 0 auto;
}
.themeColor-list .themecolorName {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  font-size: 18px;
  font-family: open_sansregular;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  letter-spacing: 0;
  transform: translate(0, -50%);
  margin-top: -3px;
  z-index: 9999;
  font-weight: 400;
}
.themeColor-list > .nav-tabs > li {
  width: 33.33%;
  position: relative;
  display: block;
}
.themeColor-list > .nav-tabs > li > a > img {
  max-width: 100%;
  width: 100%;
}
.themeColor-list > .nav-tabs > li > a {
  padding: 10px;
  border: 1px dashed #ddd;
  margin: 10px 10px;
  border-radius: 4px;
  transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-webkit-transition: all 0.3s;
  position: relative;
  display: inline-block;
}
.themeColor-list > .nav-tabs > li a:before {
  content: "";
  background: rgba(140, 140, 140, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
}
.themeColor-list > .nav-tabs > li > a:hover {
  background-color: #e8f9ff;
  border: 1px dashed var(--mainbtn-bg-color);
  transform: scale(1.05);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-webkit-transition: all 0.3s;
}
.themeColor-list .color-list {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.themeColor-list .color-list span {
  height: 10px;
  width: 100%;
  display: block;
  flex: 1;
}
.themeColor-list .editTheme {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
  padding: 5px;
  border-radius: 100px;
  height: 30px;
  width: 30px;
  background: #95b00a;
  line-height: 22px;
  text-align: center;
  color: #fff;
  display: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs {
  border-bottom: none !important;
}
.themeColor-list > .nav-tabs li.active .editTheme {
  display: block;
}
@media screen and (max-width: 767px) {
  .themeColor-list > .nav-tabs > li {
    width: 50%;
  }
  .themeColor-list > .nav-tabs > li > a {
    margin: 5px;
    padding: 5px;
  }
  .themeColor-list .themecolorName {
    padding: 5px;
    font-size: 12px;
  }
  .themeColor-list .color-list {
    padding: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .themecolorName {
    font-size: 14px;
  }
}
.appbuilder-step h1 {
  font-size: 45px;
  font-weight: 700;
  color: #20303c;
  display: block;
  letter-spacing: 1px;
  margin: 30px 0;
}
.appbuilder-step h1 small {
  font-size: 14px;
}
.appbuilder-step .top-box {
  max-width: 600px;
  margin: 0 auto;
}
.appbuilder-step .top-box .form-control {
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background: 0 0;
  box-shadow: none;
  font-size: 20px;
  font-weight: 700;
  padding: 6px 0;
}
.appbuilder-step .top-box .form-control:focus {
  border-bottom: 2px solid var(--mainbtn-bg-color);
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-next {
  border-color: var(--mainbtn-bg-color);
  color: #fff;
  background: var(--mainbtn-bg-color);
  border-radius: 30px;
  padding: 13px 25px;
  font-size: 16px;
  min-width: 200px;
  max-width: 100%;
  margin: 30px 0 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.btn-next:active,
.btn-next:focus,
.btn-next:hover {
  border-color: #2668BF;
  background: #2668BF;
  color: #fff;
  text-decoration: none;
}
.appbuilder-step h3 {
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  color: #20303c;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
.appbuilder-step h3 small {
  line-height: 20px;
  font-size: 14px;
}
.verticals-container {
  width: 80%;
  margin: 30px auto;
}
.m-t-0 {
  margin-top: 0 !important;
}
.verticals-container li {
  font-size: 18px;
  line-height: 36px;
  list-style: none;
  letter-spacing: 0.01vmax;
  text-align: left;
  margin-bottom: 2.8vh;
  cursor: pointer;
  display: block;
  width: 33.33%;
  float: left;
  padding-left: 70px;
}
[dir="rtl"] .verticals-container li {
    float: right;
}
[dir="rtl"] .back-btn button {
    direction: ltr;
}
[dir="rtl"] .container ~  .back-btn {
  text-align: left;
}

html[lang="de"] .verticals-container li {
  padding-left: 25px;
}
html[lang="ru"] .verticals-container li {
  font-size: 16px;
}
.verticals-container a {
  color: #121416;
  font-weight: 700;
  padding-right: 0.2vw;
  transition: color 0.1s;
  letter-spacing: 1px;
  transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-webkit-transition: all 0.3s;
  display: inline-block;
}
.verticals-container a:focus,
.verticals-container a:hover {
  transform: scale(1.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-webkit-transition: all 0.3s;
  color: var(--mainbtn-bg-color);
  text-decoration: none;
}
.tab-1.appbuilder-step {
  margin-top: 8%;
}
.select_platform {
  width: 100%;
  margin-top: 25px;
}
.select_platform li {
  display: inline-block;
  text-align: center;
  margin: 0 60px;
}
.select_platform li a {
  height: 415px;
  margin: 0 auto 0;
  padding: 0;
  width: 210px;
  position: relative;
  z-index: 0;
  background: #fff;
  border-radius: 20px;
  display: block;
  border: 1px solid #707070;
  transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-webkit-transition: all 0.3s;
}
.select_platform li a:hover {
  transform: scale(1.05);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-webkit-transition: all 0.3s;
  border: 2px solid #2e83f1;
}
.select_platform li .android .phone-speaker,
.select_platform li .iphone .phone-speaker {
  width: 60px;
  height: 38px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select_platform li .android .circle1,
.select_platform li .iphone .circle1 {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #707070;
  border-radius: 3px;
}
.select_platform li .android .circle2,
.select_platform li .iphone .circle2 {
  display: inline-block;
  width: 40px;
  height: 4px;
  border: 1px solid #707070;
  border-radius: 3px;
}
.select_platform li .android .home-button,
.select_platform li .iphone .home-button {
  position: absolute;
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 3px;
  bottom: 11px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  height: 26px;
  width: 26px;
  border-radius: 100%;
}
.select_platform li .iphone .circle3 {
  display: none;
}
.select_platform li .android .circle1 {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.select_platform li .android .circle3 {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #707070;
  border-radius: 3px;
}
.select_platform li .android .home-button {
  width: 45px;
  border-radius: 30px;
  height: 17px;
  bottom: 16px;
}
.select_platform li .android .phone-speaker {
  width: 80px;
}
.select_platform li .android {
  border-radius: 10px !important;
}
.select_platform li a .inner {
  position: absolute;
  background: #f7f9ff;
  width: calc(100% - 30px);
  height: calc(100% - 80px);
  top: 35px;
  left: 15px;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  border: 1px solid #dbdbdb;
}
.select_platform li a .inner img {
  max-width: 102px;
  margin: 0 auto;
}
.select_platform li a .inner .platformName {
  display: block;
  color: #0a0a0a;
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
}
.appbuild-simulator {
  width: 280px;
  margin-right: 30px;
}
.appbuild-simulator-text {
  width: calc(100% - 310px);
  padding-left: 30px;
  text-align: left;
  margin-top: 23%;
}
html[lang="ar"] .appbuild-simulator-text {
  padding-right: 30px;
  padding-left: 0;
}
.appbuilder-step .appbuild-simulator-text h3 {
  margin: 0;
}
.cssloader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -40px;
}
.sm-loader {
  width: 30px;
  height: 30px;
  margin: 0;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  display: inline-block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  z-index: 1011;
  top: 0;
  background: rgba(8, 8, 8, 0.4);
}
.bottomtxt {
  float: left;
  width: 100%;
  font-size: 18px;
  margin-top: 2rem;
  color: #6D6D6D;
  font-family: open_sansregular;
  font-weight: 400;
}
.app-counting-list {
  display: flex;
  width: 90%;
  text-align: left;
  margin: 50px auto;
}
.app-counting-list li {
  flex: 1;
  padding: 15px 25px;
  border-right: 1px solid #e5e5e5;
}
html[lang="ar"] .app-counting-list li {
  border-right: 0;
  border-left: 1px solid #e5e5e5;
}
.app-counting-list li:last-child {
  border-right: 0;
}
html[lang="ar"] .app-counting-list li:last-child {
  border-left: 0;
}
.app-counting-list li img {
  width: 40px;
  float: left;
  margin-right: 15px;
}
.app-counting-list li span {
  float: left;
  width: calc(100% - 55px);
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 8px;
}
.tab-1.appbuilder-step.web {
  direction: rtl;
  display: table;
  width: 100%;
  margin-top: 10% !important;
}
.tab-1.appbuilder-step.web .simulator-app {
  max-width: 730px;
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
  border-radius: 4px !important;
  height: 450px !important;
  transform: none !important;
}
.tab-1.appbuilder-step.web .appbuild-simulator,
.tab-1.appbuilder-step.web .appbuild-simulator-text {
  float: none;
  width: 100%;
  margin: 0 auto;
  display: table-footer-group;
}
.tab-1.appbuilder-step.web .appbuild-simulator-text {
  margin-bottom: 100px;
  padding: 0;
  display: block;
}
.tab-1.appbuilder-step.web .simulatorContent {
  width: calc(100% - 6px);
  height: calc(100% - 60px);
  top: 40px;
  left: 3px;
}
.tab-1.appbuilder-step.web .save-con-text {
  max-width: 300px;
  margin: 35px auto;
}
.tab-1.appbuilder-step.web .demoRibbon {
  top: 7px;
}
.web .phone-speaker {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  text-align: center;
  left: 15px;
}
.web .circle1,
.web .circle2,
.web .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #cecece;
}
.hidden-md {
  display: none;
}
@media screen and (max-width: 767px) {
  .appbuilder-step h1,
  .appbuilder-step h3 {
    font-size: 22px;
    display: inline-block;
    margin: 30px 0;
  }
  .appbuilder-step h1 small,
  .appbuilder-step h3 small {
    display: block;
  }
  .themeColor-list,
  .verticals-container {
    width: 100%;
    margin: 0 auto;
  }
  .verticals-container li {
    font-size: 18px;
    width: 100%;
    background: #f3f3f3;
    padding: 5px 15px;
    margin-bottom: 5px;
    border-radius: 4px;
  }
  .verticals-container a {
    display: block;
  }
  .verticals-container a span {
    float: right;
  }
  .select_platform li {
    margin: 0 35px 40px;
  }
  .appbuild-simulator,
  .tab-1.appbuilder-step.web .appbuild-simulator {
    display: none;
  }
  .appbuild-simulator-text {
    width: 100%;
    margin-top: 5%;
    padding: 0;
    text-align: center;
  }
  .appbuilder-step .top-box .form-control {
    font-size: 16px;
  }
  .tab-1.appbuilder-step {
    margin-top: 5%;
  }
  .verticals-container a:hover {
    transform: scale(1);
  }
  .bottomtxt {
    font-size: 14px;
    margin-top: 0;
  }
  .select_platform {
    margin-top: 0;
  }
  .app-counting-list {
    width: 100%;
    margin: 0 auto 50px;
    display: block;
  }
  .app-counting-list li {
    display: block;
    width: 100%;
    overflow: hidden;
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .appbuilder-step .appbuild-simulator-text h3 {
    margin: 30px 0 0;
  }
  .hidden-md {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .appbuilder-step h1,
  .appbuilder-step h3 {
    font-size: 35px;
    display: inline-block;
  }
  .verticals-container {
    width: 100%;
  }
  .verticals-container li {
    font-size: 16px;
    padding-left: 50px;
  }
  .simulator-app {
    transform: translateX(-30px) translateY(-2%) scale(0.75);
    -webkit-transform: translateX(-30px) translateY(-2%) scale(0.75);
    -moz-transform: translateX(-60px) translateY(-2%) scale(0.75);
    -o-transform: translateX(-30px) translateY(-2%) scale(0.75);
    -ms-transform: translateX(-30px) translateY(-2%) scale(0.75);
  }
  .app-counting-list {
    width: 100%;
  }
  .app-counting-list li {
    padding: 15px 15px;
  }
}
@media (max-width: 636px) {
  .header-top .navbar-brand {
    width: 150px;
    padding-left: 0;
    margin-left: 0;
    margin-top: 5px;
  }
  .header-top .nav-side {
    margin-right: -10px;
  }
  .header-top .lagTxt {
    font-size: 11px;
  }
  .fixed-top .dropbtn {
    padding: 10px;
    margin-top: 6px;
  }
}
[lang="ar"] .nav-side {
  float: left;
}
.loader.web-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
}
.loader.web-loader .pic-wrap {
  width: 60px;
}
.loader.web-loader .pic-wrap img {
  max-width: 100%;
  width: 100%;
}

.navbar-brand:focus {
  outline: 5px auto #4092fb !important;
  outline-offset: -2px !important;
}
/* tooltip design start */

.select_platform .loyalTooltip span{
  display:none;
}
.select_platform .loyalTooltip:hover span{
  display:block;
}
.select_platform .loyalTooltip {
    position: absolute;
    left: calc(50% - 7px);
    bottom: 20%;
    color: #707070;
    cursor: pointer;
    z-index: 2;
}

.select_platform .loyalTooltip>span {
    position: absolute;
    font-size: 12px;
    width: 210px;
    background: #fff;
    font-style: normal;
    font-family: 'open_sansregular';
    padding: 14px 10px;
    left: -105px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
    top: 30px;
}

.select_platform .loyalTooltip>span::after {content: '';position: absolute;left: calc(50% - 5px);border: 10px solid transparent;bottom: 100%;border-bottom-color: white;width: auto;}

.tollpreview > .device{cursor: pointer;}
#previewtllp {position: absolute;z-index: 1000;-webkit-transform: scale3d(.9,.9,1);transform: scale3d(.9,.9,1);width: 100%;max-width: 350px;padding: 10px 15px;padding: 20px 25px;top: 0;left: 0;background-color: #f7f7f7;-webkit-box-shadow: 0 5px 35px rgba(0,0,0,.25), 0 0 0 1px rgba(0,0,0,.05);box-shadow: 0 5px 35px rgba(0,0,0,.25), 0 0 0 1px rgba(0,0,0,.05);visibility: hidden;opacity: 0;transition: visibility 0s linear 0s, transform 0.2s, opacity 300ms; font-family: 'open_sansregular';}
#previewtllp.animate-zoom{opacity:1;visibility:visible;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;}
.custom-tooltip {display: none;}
.tolltitle {line-height: 1.57142857em;color: #222;padding-bottom: 5px;font-size: 14px;font-weight: 600;text-transform: uppercase;}
.tollsubtitle {font-size: small;line-height: 20px;color: #767676;}



/*store new step css*/
.row.s4 .col {
    width: 25%;
    float: left;
    padding: 0px 15px;
}

.ecomtemp-sec img {
    max-width: 100%;
}

.row:after {content: '';display: table;clear: both;}
.ecomtemp-sec .item-wrap {
    position: relative;
    padding: 12px;
    border: 2px solid #eee;
    margin-bottom: 30px;
}
.ecomtemp-sec .item-wrap h4 {
    margin: 0px;
    font-family: open_sansregular;
    margin-top: 12px;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

.ecomtemp-sec .item-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 80%);
    display: flex;
    align-items: center;
    font-family: 'open_sansregular';
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.ecomtemp-sec .item-wrap:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.ecomtemp-sec .item-wrap .pic-wrap {
    position: relative;
    overflow: hidden;
}

.ecomtemp-sec .item-wrap .overlay p {
    position: absolute;
    bottom: 0;
    left: 13px;
    color: #000;
    font-size: 12px;
}

.ecomtemp-sec .item-wrap .overlay .btn-wrap {
    margin: auto;
}
.ecomtemp-sec .item-wrap img{
  transition: .3s;
}
.ecomtemp-sec .btn {border-radius: 50px;height: 40px;line-height: 40px;min-width: 100px;padding: 0px 15px;transition: .3s;text-decoration: none;}
.ecomtemp-sec .item-wrap:hover img {
    transform: scale(1.06);
}

.ecomtemp-sec .item-wrap:hover .pic-wrap {
    border-radius: 15px;
    transform: scale(1.04,1.03);
}
.ecomtemp-sec .item-wrap .pic-wrap .pic img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.ecomtemp-sec .item-wrap:hover {
    border-radius: 15px;
    border: 2px solid #136ee1;

    overflow: hidden;
}
.ecomtemp-sec .item-wrap .overlay .btn-wrap .btn {
    margin-bottom: 10px;
}

.ecomtemp-sec .item-wrap .overlay .btn-wrap .btn.btn-success {
    background: var(--mainbtn-bg-color);
    color: #fff;
    border: 2px solid var(--mainbtn-bg-color);
}


.ecomtemp-sec .item-wrap .overlay .btn-wrap .btn.btn-outline {
    border: 2px solid var(--mainbtn-bg-color);
}

.ecomtemp-sec .item-wrap .overlay .btn-wrap .btn.btn-success:hover {
    background: var(--mainbtn-bg-color);
    border: 2px solid var(--mainbtn-bg-color);
    color: #fff;
}

.ecomtemp-sec .item-wrap .overlay .btn-wrap .btn.btn-outline:hover {
    background: var(--mainbtn-bg-color);
    color: #fff;
}
.tempPreview .modal-content {
    border: 0px;
    border-radius: 20px;
    font-family: 'open_sansregular';
    font-weight: 500;
    box-shadow: 0 23px 66px rgb(0 0 0 / 15%);
}

.tempPreview .modal-content .content-wrap {
    text-align: center;
    padding: 20px;
}

.tempPreview .modal-content .content-wrap .btn.btn-success {
    background: var(--mainbtn-bg-color);
    color: #fff;
    border: 2px solid var(--mainbtn-bg-color);
    min-width: 100px;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
}


.tempPreview .modal-content img {
    margin-top: 20px;
}

.tempPreview .modal-content .content-wrap p {
    font-size: 16px;
    margin-bottom: 20px;
}

@media(max-width:767px){
  .ecomtemp-sec .item-wrap h4 {
    min-height: 30px;
        font-size: 12px;
        margin-bottom: 4px;
}
.ecomtemp-sec .item-wrap {
    padding: 5px;
}
.ecomtemp-sec .item-wrap .content-btn .btn {
    background: var(--mainbtn-bg-color);
    font-family: 'open_sansregular';
    min-width: inherit;
    height: auto;
    line-height: inherit;
    padding: 3px 19px;
    font-size: 13px;
    margin-bottom: 4px;
    color:#fff;
}

.ecomtemp-sec .item-wrap .overlay {
    display: none;
}
}
.back-btn button:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

@media(min-width:1140px){
  .ecomtemp-sec {
    padding: 0 4%;
}
}
@media(min-width:768px){
  .ecomtemp-sec .col-sm-4:nth-child(3n + 1) {
    clear: both;
}
}

/* word into app code start */

.main_login_section {
    background: url(../images/bg.svg) no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0;
    padding: 0;
    height: calc(100% - 86px);
}
.tab-main-sec {
    margin: 0 auto;
    max-width: 1170px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.tab-main-sec +.reviewSection {
    margin-top: 10px;
}
.tab-bar .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: initial;
    color: initial;
    background: #d3e5f8;
    border: 1px solid #00b0f2;
}
.tab-bar .tab-pane.fade.active.show {
    background: #fff;
    color: #8a97a6;
    padding: 25px;
    border-radius: 14px;
    border: 1px solid #bcd3ee;
    box-shadow: 0 13px 14px rgba(172, 210, 247, 0.51);
    text-align: left;
    min-height: 270px;
}
.tab-main-sec .tab-bar {
    margin: 0 auto;
    max-width: 730px;
}
.tab-main-sec .tab-bar .nav-pills .nav-link {
    border-radius: 0.25rem;
    margin: 0px 10px 10px 10px;
}
.tab-main-sec .heading {
    font-size: 38px;
    font-weight: bold;
    color: #1a314d;
    margin-bottom: 30px;
    margin-top: 0px;
}
.tab-main-sec .heading span {
    color: #00b0f2;
}
.tab-main-sec .heading + p {
    font-size: 17px;
    color: rgb(26 49 77 / 70%);
    font-weight: 500;
    margin-bottom: 30px;
}
.tab-main-sec .sumbit-btn .btn-primary {
    background: #00b0f2;
    border: 0;
    font-size: 21px;
    padding: 10px 43px;
    border-radius: 50px;
    margin: 40px 0px;
    box-shadow: 0 13px 14px rgb(172 210 247 / 51%);
    position: relative;
    z-index: 1;
    transition: .3s;
    margin-bottom: 0px;
}
.tab-main-sec .sumbit-btn .btn-primary:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: #00b0f25e;
    right: 0px;
    bottom: 0px;
    border-radius: 50px;
    z-index: -1;
    
}

.tab-main-sec .sumbit-btn .btn-primary:hover:before {
    transform: scale(1.4);
    opacity: 0;
    transition: .5s;
}
.tab-main-sec .sumbit-btn .btn-primary:focus,
.tab-main-sec .sumbit-btn .btn-primary:hover {
    outline: 0px;
}

.tab-main-sec .sumbit-btn .btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(46 189 244);
}

.des-wrap {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: rgb(255 255 255 / 67%);
    position: relative;
}
.gvoice-btn {
    width: 30px;
    display: inline-block;
    position: absolute;
    bottom: 21px;
    right: 19px;
    transition: .3s;
    background: #14c39b;
    padding: 5px 7px;
    border-radius: 50px;
    opacity: 0.7;
    border: 1px;
    z-index: 1;
}
.gvoice-btn.active{
  background: #f44336;
}
.gvoice-btn:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #f44336;
    border-radius: 50px;
    z-index: -1;
}
.gvoice-btn.active::before{
  animation: circleRipple 1s infinite;
}
@keyframes circleRipple{
  from{
    transform: scale(1);
    transform-origin: center center;
    opacity: 1;
  }
  to{
    transform: scale(2);
    transform-origin: center center;
    opacity: 0;
  }
}
.gvoice-btn:hover {
  opacity: 1;
}
.gvoice-btn img {
    width: 100%;
    filter: invert(1);
}
.des-wrap textarea:focus {
    box-shadow: none;
}

.des-wrap textarea {
    height: 200px;
    border: 0px;
    box-shadow: none;
    background: rgb(255 255 255 / 60%);
    color: rgb(26 49 77 / 60%);
    font-family: poppins;
    font-weight: 300;
    padding-right: 24px;
}
.btn-success.gpt-btn {
    background: #00b0f2;
    color: #fff;
    border: 2px solid #00b0f2;
    min-width: 100px;
    border-radius: 50px;
    height: 40px;
    line-height: 1;
    padding: 0px 15px;
    margin-top: -4px;
    font-weight: 600;
    font-size: 15px;
}
.btn-success.gpt-btn:hover,
.btn-success.gpt-btn:focus {
    border-color: #28a7d6;
    color: #28a7d6;
    background: transparent;
}
@media (max-width: 1024px) {
    .tab-main-sec {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .main_login_section {
        background-size: contain;
    }
}

@media (max-width: 767px) {
    .tab-main-sec .heading{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .tab-main-sec .heading + p{
          font-size: 13px;
    }
    .tab-main-sec .sumbit-btn .btn-primary{
          font-size: 16px;
    }
    .tab-bar {
        max-width: 100%;
    }
    .main_login_section {
        background-size: contain;
    }
    .heading {
        font-size: 28px;
    }
    .heading + p {
        font-size: 18px;
    }
    .sumbit-btn .btn-primary {
        font-size: 20px;
    }
    .tab-bar .nav-pills .nav-link {
        border-radius: 0.25rem;
        margin: 0;
    }
}

.gpt-preview-option ul {
    text-align: center;
}
.gpt-preview-option ul li {
    display: inline-block;
}
.gpt-preview-option li > a {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    color: #BFBFBF;
    background: white;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    padding: 0 !important;
    display: inline-block;
    margin: 0 2px 7px !important;
    overflow: visible !important;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.gpt-preview-option li > a.active {
    background: #449fed;
    color: #fff;
}

.sumbit-btn .btn-primary.disabled {
    background: #cbcbcb !important;
    opacity: 1;
}
.sumbit-btn button.disabled.btn-primary::before{
  display: none;
}
.tooltip.fade {
    background: transparent;
}

.navbar-brand .beta-v {
    border: 1px solid #00b0f2;
    float: right;
    padding: 2px 8px;
    font-size: 10px;
    border-radius: 4px;
    color: #00b0f2;
    background: #fff;
    user-select: none;
    line-height: 1;
    position: relative;
    top: 0px;
}
@media(max-width:767px){
  .tab-main-sec.gpt-wrapp .tabs-head {
    margin-top: 20px;
}
}
/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

.btn.show-loader {text-indent: -1111px;position: relative;}
.btn.show-loader .cssLoader {
  display: block !important;
}

.btn.show-loader .cssloader {
  display: block !important;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  border-width: 3px;
}
