.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.button-2.adminlock {
  opacity: 0.35;
  text-decoration: line-through;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.logo-block.hidden {
  display: none;
}

.profilesectionclass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.profilesectionclass.b {
  min-height: auto;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.profilesectionclass.lightmodetheme {
  background-color: #fff;
}

.downloadbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #60269e;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.downloadbutton.alone {
  width: 100%;
}

.mainbuttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainbuttons.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.social-icon-block {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.social-icon-block.b {
  justify-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-column-gap: 25px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.paragraph-3 {
  margin-top: 16px;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.profilepicturediv {
  position: relative;
  width: 202px;
  height: 202px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.profilepicturediv.editprofile {
  position: relative;
  width: 200px;
  height: 200px;
}

.description {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.description.lightmodetheme {
  color: #222;
}

.name {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.name.b {
  margin-top: 0px;
  text-align: left;
}

.name.b.lightmodetheme {
  color: #222;
}

.name.b.arabic {
  text-align: right;
}

.name.editprofile {
  margin-top: 0px;
}

.name.lightmodetheme {
  color: #222;
}

.div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-bottom: 13px;
  margin-left: 354px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-142 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 200px;
  margin-left: 354px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-7 {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
}

.paragraph-7.lightmodetheme {
  color: #222;
}

.text-block-59 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-6 {
  width: 100%;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #10cfc9;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.paragraph-4 {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.connectionsblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.connectionsblock.hidden {
  display: none;
}

.connectionsblock.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.paragraph-5 {
  color: #fff;
}

.div-block-143 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
}

.div-block-143.hidden {
  display: none;
}

.div-block-143.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.heading-4 {
  color: #fff;
  text-align: left;
}

.div-block-147 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bodybusinessclass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #222;
}

.bodybusinessclass.lightmodetheme {
  background-color: #fff;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121214;
}

.nav-bar.activator {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #60269e;
}

.nav-bar.regular {
  position: static;
}

.hamburgericon {
  width: 50px;
  height: 50px;
}

.naviconbackground {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #602692;
  background-image: none;
}

.naviconbackground.lightmodetheme {
  background-image: -webkit-gradient(linear, right top, left top, from(#545aa0), color-stop(90%, #6db9e1));
  background-image: linear-gradient(270deg, #545aa0, #6db9e1 90%);
}

.hamburgerline {
  width: 35px;
  height: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 10px;
  background-color: #fff;
}

.image {
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f5f5;
  border-radius: 100%;
}

.image.lightmodetheme {
  border-color: #60269e;
}

.introdiv {
  margin-bottom: 30px;
}

.introdiv.b {
  margin-bottom: 0px;
}

.profession {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.profession.b {
  text-align: left;
}

.profession.b.lightmodetheme {
  color: #222;
}

.profession.b.arabic {
  text-align: right;
}

.profession.lightmodetheme {
  color: #222;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.redirectionassurance {
  margin-bottom: 30px;
}

.div-block-148 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121214;
}

.text-block-42 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 700;
}

.businesspicturesection {
  padding-top: 50px;
}

.container {
  width: 100%;
  max-width: 600px;
}

.connectionsheaderclass {
  margin-left: 15px;
  color: #fff;
}

.connectionsheaderclass.lightmodetheme {
  color: #222;
}

.connectionsheaderclass.arabic {
  margin-right: 15px;
  margin-left: 0px;
}

.connectionsnumberclass {
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
}

.connectionsnumberclass.lightmodetheme {
  color: #222;
}

.main-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-info.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.qr-businessclass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #60269e;
  background-image: none;
}

.qr-businessclass.lightmodetheme {
  background-image: none;
}

.qr-businessclass.logo {
  background-color: transparent;
}

.business-bio {
  margin-bottom: 30px;
}

.contact-info {
  margin-bottom: 30px;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  width: 50%;
  padding: 100px;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.link-block:hover {
  background-color: #e47d41;
}

.div-block-149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-149.editprofile {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-150 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-150.editprofile {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-151 {
  width: 95px;
}

.div-block-151.logo {
  width: 100%;
}

.orbar {
  width: 106px;
  height: 1px;
  background-color: #efefef;
}

.orbar.member {
  width: 90px;
}

.heading-60 {
  color: #999;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.orangebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #602692;
  background-image: none;
  font-weight: 700;
  text-align: center;
}

.orangebutton.editprofile {
  width: 95vw;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #60269e;
  background-image: none;
}

.orangebutton.editprofile.lightmodetheme {
  background-image: -webkit-gradient(linear, right top, left top, from(#545aa0), color-stop(90%, #6db9e1));
  background-image: linear-gradient(270deg, #545aa0, #6db9e1 90%);
}

.orangebutton.password {
  margin-top: 15px;
  background-color: #602692;
  background-image: none;
}

.orangebutton.qrdone {
  width: 200px;
  margin-top: 10px;
  background-image: -webkit-gradient(linear, right top, left top, from(#df6338), color-stop(90%, #f0b153));
  background-image: linear-gradient(270deg, #df6338, #f0b153 90%);
}

.main-form {
  height: 49px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #10cfc9;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.main-form::-webkit-input-placeholder {
  color: #f5f5f5;
}

.main-form:-ms-input-placeholder {
  color: #f5f5f5;
}

.main-form::-ms-input-placeholder {
  color: #f5f5f5;
}

.main-form::placeholder {
  color: #f5f5f5;
}

.main-form.arabic {
  text-align: right;
}

.forgotpasswordblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.error-handlers {
  color: #f5f5f5;
}

.text-block-61 {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

.div-block-152 {
  width: 600px;
  margin-top: 35px;
  padding-right: 20px;
  padding-left: 20px;
}

.heading-62 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: 400;
  text-align: center;
}

.or-login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 40px 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-63 {
  margin-bottom: 15px;
}

.image-2 {
  margin-bottom: 20px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 125px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.bluebutton-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #007aff;
  font-weight: 700;
  text-align: center;
}

.bluebutton-2.editprofile {
  margin-bottom: 25px;
}

.bluebutton-2.delete {
  display: block;
  width: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff0004;
}

.link-2 {
  color: red;
  text-decoration: none;
}

.div-block {
  width: 95vw;
  max-width: 600px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block.activatorpicture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #222;
}

.paragraph.arabic {
  text-align: right;
}

.text-field {
  height: 49px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #10cfc9;
  font-size: 16px;
  font-weight: 700;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.editprofile {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  background-color: #222;
  color: #fff;
}

.text-field.editprofile:focus {
  border: 1px solid #0085f7;
}

.text-field.editprofile::-webkit-input-placeholder {
  color: #fff;
}

.text-field.editprofile:-ms-input-placeholder {
  color: #fff;
}

.text-field.editprofile::-ms-input-placeholder {
  color: #fff;
}

.text-field.editprofile::placeholder {
  color: #fff;
}

.text-field.editprofile.countrycode {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 1px solid transparent;
  border-radius: 0px 10px 10px 0px;
  background-color: transparent;
}

.text-field.editprofile.countrycode.activator {
  color: #333;
}

.text-field.editprofile.countrycode.activator::-webkit-input-placeholder {
  color: #fff;
}

.text-field.editprofile.countrycode.activator:-ms-input-placeholder {
  color: #fff;
}

.text-field.editprofile.countrycode.activator::-ms-input-placeholder {
  color: #fff;
}

.text-field.editprofile.countrycode.activator::placeholder {
  color: #fff;
}

.text-field.editprofile.lightmodetheme {
  background-color: #60269e;
  background-image: none;
  color: #f5f5f5;
}

.text-field.editprofile.lightmodetheme::-webkit-input-placeholder {
  color: #f5f5f5;
}

.text-field.editprofile.lightmodetheme:-ms-input-placeholder {
  color: #f5f5f5;
}

.text-field.editprofile.lightmodetheme::-ms-input-placeholder {
  color: #f5f5f5;
}

.text-field.editprofile.lightmodetheme::placeholder {
  color: #f5f5f5;
}

.text-field.editprofile.activator {
  margin-bottom: 0px;
}

.text-field.editprofile.arabic {
  text-align: right;
}

.text-field.hidden {
  display: none;
}

.text-field.arabic {
  text-align: right;
}

.text-field.sugg {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.heading-64 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #222;
  font-weight: 400;
  text-align: center;
}

.heading {
  margin-bottom: 15px;
}

.heading.arabic {
  text-align: right;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.section-6.socialmedia {
  padding-top: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
}

.link-3 {
  display: none;
  text-decoration: none;
}

.iconwrapper {
  width: 50px;
  margin: 5px 0px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.iconwrapper.editprofile.hidden {
  display: none;
}

.social-button {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
}

.social-button.editprofile {
  width: auto;
  height: auto;
  margin-right: 17px;
  margin-left: 0px;
  border-radius: 10px;
}

.social-button.editprofile._1 {
  height: 40px;
}

.social-button.editprofile {
  width: auto;
  height: auto;
  margin-right: 17px;
  margin-left: 0px;
}

.textfieldwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.textfieldwrapper.hidden {
  display: none;
}

.textfieldwrapper.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.heading-65 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #222;
  font-weight: 400;
  text-align: center;
}

.text-area {
  min-height: 100px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #10cfc9;
  font-size: 16px;
  font-weight: 700;
}

.text-area::-webkit-input-placeholder {
  color: #fff;
}

.text-area:-ms-input-placeholder {
  color: #fff;
}

.text-area::-ms-input-placeholder {
  color: #fff;
}

.text-area::placeholder {
  color: #fff;
}

.text-area.editprofile {
  margin-bottom: 0px;
  background-color: transparent;
  color: #fff;
}

.text-area.editprofile::-webkit-input-placeholder {
  color: #fff;
}

.text-area.editprofile:-ms-input-placeholder {
  color: #fff;
}

.text-area.editprofile::-ms-input-placeholder {
  color: #fff;
}

.text-area.editprofile::placeholder {
  color: #fff;
}

.text-area.editprofile.lightmodetheme {
  background-color: #60269e;
  background-image: none;
}

.text-area.editprofile.lightmodetheme::-webkit-input-placeholder {
  color: #f5f5f5;
}

.text-area.editprofile.lightmodetheme:-ms-input-placeholder {
  color: #f5f5f5;
}

.text-area.editprofile.lightmodetheme::-ms-input-placeholder {
  color: #f5f5f5;
}

.text-area.editprofile.lightmodetheme::placeholder {
  color: #f5f5f5;
}

.text-area.editprofile.arabic {
  text-align: right;
}

.text-area.arabic {
  text-align: right;
}

.end-if-picture-exists {
  display: none;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #222;
}

.image-3 {
  width: 150px;
  height: 150px;
  border: 3px solid #fff;
  border-radius: 100%;
}

.image-3.logo {
  border-radius: 10px;
}

.div-block-144 {
  width: 100%;
  text-align: center;
}

.if-picture-exists {
  display: none;
}

.picture {
  position: relative;
  margin-top: 30px;
  margin-right: 0px;
  text-align: center;
}

.heading-66 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #707070;
  font-weight: 400;
}

.heading-67 {
  margin-bottom: 15px;
  text-align: center;
}

.upload-picture-form {
  margin-top: 20px;
  margin-bottom: 30px;
}

.section-8 {
  padding-right: 150px;
  padding-left: 150px;
}

.sociallinkblock {
  border-radius: 35px;
  box-shadow: 0 5px 15px 0 #000;
}

.sociallinkblock.lightmodetheme {
  box-shadow: 0 5px 15px 0 #fff;
}

.sociallinkblock.buycard {
  box-shadow: 0 5px 15px 0 #000;
}

.sociallinkblock.buycard.lightmodetheme {
  box-shadow: none;
}

.html-embed-2 {
  display: none;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/bubblesBlurr.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-9.editprofile {
  padding-top: 75px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
  background-image: none;
}

.section-9.editprofile.lightmodetheme {
  background-color: #dadee2;
}

.section-9.friends {
  min-height: 95vh;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: none;
  background-size: auto;
}

.div-block-153 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.select-field {
  width: 70px;
  height: 49px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #fff;
}

.select-field.activator {
  color: #fff;
}

.div-block-154 {
  width: 600px;
  margin-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-154.editprofile {
  margin-top: 30px;
}

.image-6 {
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.heading-68 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: 400;
}

.heading-68.editprofile {
  margin-top: 25px;
  color: #fff;
}

.heading-68.editprofile.lightmodetheme {
  color: #222;
}

.heading-68.editprofile.arabic {
  text-align: right;
}

.heading-68.arabic {
  text-align: right;
}

.div-block-146 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #222;
}

.div-block-146:hover {
  border-color: #0085f7;
}

.div-block-146.activator {
  margin-bottom: 0px;
}

.div-block-146.contactactivator {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #10cfc9;
}

.div-block-146.contactactivator.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.heading-69 {
  margin-bottom: 15px;
  color: #fff;
}

.div-block-155 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload-photo-form {
  color: #fff;
}

.upload-photo-form.lightmodetheme {
  color: #222;
}

.html-embed-4 {
  height: 20px;
}

.form {
  margin-top: 16px;
}

.errordiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: red;
}

.errordiv.hidden {
  display: none;
}

.errordiv.hidden.floater {
  position: fixed;
  top: 75px;
}

.errordiv.floater {
  position: fixed;
  top: 75px;
}

.text-block-62 {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #f5f5f5;
}

.div-block-156 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preferencesbuttonsclass {
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#df6338), color-stop(90%, #f0b153));
  background-image: linear-gradient(180deg, #df6338, #f0b153 90%);
  color: #fff;
}

.preferencesbuttonsclass.lightmodetheme {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#545aa0), color-stop(90%, #6db9e1));
  background-image: linear-gradient(180deg, #545aa0, #6db9e1 90%);
}

.whitetext {
  color: #fff;
}

.whitetext.lightmodetheme {
  color: #222;
}

.whitesurrounding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.whitesurrounding.hidden {
  display: none;
}

.text-span {
  color: #d4965a;
}

.text-span-2 {
  color: #6366ff;
}

.div-block-157 {
  width: 100%;
  margin-bottom: 20px;
}

.button-3 {
  width: 100%;
  background-color: red;
  text-align: center;
}

.button-3.blackpreferences {
  background-color: #111;
}

.button-3.friendspreferences {
  border-radius: 10px;
  background-color: #87923b;
}

.heading-70 {
  margin-bottom: 15px;
}

.heading-70.arabic {
  text-align: right;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block.hidden {
  display: none;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  height: 100%;
  max-width: 600px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-158 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96vw;
  max-width: 600px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-159 {
  width: 100%;
}

.menu-button {
  width: 25px;
  height: 50px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-1 {
  position: absolute;
  top: 20px;
  width: 25px;
  height: 3px;
  border-radius: 20%;
  background-color: #111;
}

.line-1.whiter {
  background-color: #fff;
}

.line-2 {
  position: absolute;
  top: 27px;
  width: 25px;
  height: 3px;
  border-radius: 20%;
  background-color: #111;
}

.line-2.whiter {
  background-color: #fff;
}

.line-3 {
  position: absolute;
  top: 34px;
  width: 25px;
  height: 3px;
  border-radius: 20%;
  background-color: #111;
}

.line-3.whiter {
  background-color: #fff;
}

.menu-button-2 {
  display: block;
}

.menudiv {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100vh;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: linear-gradient(95deg, #df6338, #e2733d 25%, #eb9c4b 75%, #f0b153 103%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.menudiv.lightmodetheme {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5458a5), to(#fff));
  background-image: linear-gradient(180deg, #5458a5, #fff);
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

.heading-71 {
  font-family: Poppins, sans-serif;
}

.text-block-63 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-160 {
  margin-bottom: 30px;
}

.div-block-161 {
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-72 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

.div-block-162 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-162.hidden {
  display: none;
}

.div-block-162.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.deletebutton {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  background-image: url('../images/deleteIcon1.png');
  background-position: 50% 50%;
  background-size: cover;
  color: red;
}

.div-block-163 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
  box-shadow: 0 0 20px -5px #000;
}

.social-status-indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggle-wrapper {
  width: 60px;
  margin-left: 20px;
  padding: 3px;
  border-radius: 30px;
  background-color: #d8d8d8;
  box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.13);
  cursor: pointer;
}

.toggle-wrapper.arabic {
  margin-left: 0px;
}

.toggle-button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.social-status-indicator-2 {
  width: auto;
  height: 32px;
}

.floatingcarddiv {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cardflip {
  position: absolute;
  border-radius: 9px;
}

.image-8 {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.image-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  border-radius: 10px;
  -webkit-transform: translate3d(0px, 0px, -1px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: translate3d(0px, 0px, -1px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-164 {
  width: 250px;
  border-radius: 10px;
}

.image-10 {
  border-radius: 10px;
}

.bigqrwrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(42, 42, 45, 0.75);
}

.image-11 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.qrwrapper {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.image-12 {
  width: 25px;
}

.div-block-165 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.informationwrapper {
  position: static;
  display: none;
  background-color: #fff;
}

.fieldwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-168 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e9e9;
}

.heading-73 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-169 {
  padding: 10px;
  background-color: #f5f5f5;
}

.pop-up {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: auto;
  padding: 100px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.pop-up-icon-2 {
  position: absolute;
  left: 0%;
  top: -13%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border: 5px solid #60269e;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
}

.exit-button-2 {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: #60269e;
  cursor: pointer;
}

.pop-up-heading-2 {
  color: #333;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.qrwrapper-2 {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.image-13 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.arabicbutton {
  width: 161.66px;
  margin-top: 10px;
  padding: 13px 30px;
  border-radius: 50px;
  background-color: #10cfc9;
  direction: rtl;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.arabicbutton:hover {
  background-color: #000;
}

.arabicbutton.off {
  display: none;
}

.login-cookie-validator {
  display: none;
}

.sectionremover {
  display: none;
}

.html-embed-5 {
  margin-top: -5px;
}

.passwordrequirements {
  display: none;
}

.html-embed-6 {
  display: none;
}

.div-block-170 {
  margin-top: 50px;
}

.form-slide {
  width: 100%;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.success-message {
  padding: 0px;
  background-color: transparent;
}

.radio-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-heading {
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
}

.text-area-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.radio-button-label {
  display: none;
}

.form-back {
  position: static;
  width: 48%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 13px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #7f58e2;
  border-radius: 10px;
  background-color: rgba(127, 88, 226, 0.1);
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-back:hover {
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, 0.3);
  letter-spacing: 3px;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px rgba(127, 88, 226, 0.6);
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.form-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-step.last-step {
  margin-bottom: 0px;
  padding-bottom: 70px;
}

.text-field-done {
  position: relative;
  width: 1px;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #7f58e2;
  border-radius: 50%;
  background-color: rgba(127, 88, 226, 0.2);
  background-image: url('../images/done-violet.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: height 300ms cubic-bezier(.25, .46, .45, .94), width 300ms cubic-bezier(.25, .46, .45, .94);
  transition: height 300ms cubic-bezier(.25, .46, .45, .94), width 300ms cubic-bezier(.25, .46, .45, .94);
}

.text-field-done.area-done {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0%;
  bottom: auto;
  width: 10px;
  height: 10px;
}

.radio-button-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.step-number {
  width: 100%;
  color: rgba(127, 88, 226, 0.5);
  font-size: 16px;
  font-weight: 900;
}

.radiobutton {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-transition: border-width 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
  transition: border-width 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
}

.radiobutton:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.radiobutton.w--redirected-checked {
  border-width: 9px;
  border-color: rgba(127, 88, 226, 0.5);
  background-color: rgba(127, 88, 226, 0.3);
}

.radiobutton.w--redirected-focus {
  border-color: rgba(127, 88, 226, 0.5);
  box-shadow: none;
}

.area-label {
  position: absolute;
  top: 10px;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  -webkit-transition: font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  transition: font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 600;
}

.field-label {
  position: relative;
  top: 0px;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: background-color 300ms ease, font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 300ms ease, font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.slide-nav {
  display: none;
}

.text-area-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  min-height: 240px;
  padding-top: 12px;
  padding-right: 50px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
}

.text-area-2:hover {
  display: block;
  border-color: rgba(0, 0, 0, 0.15);
}

.text-area-2:focus {
  border-color: rgba(127, 88, 226, 0.5);
}

.checkbox {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
  transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
}

.checkbox:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.checkbox.w--redirected-checked {
  border-color: rgba(127, 88, 226, 0.5);
  background-color: rgba(127, 88, 226, 0.3);
  background-image: url('../images/done-violet.svg');
  background-size: 16px;
}

.checkbox.w--redirected-focus {
  border-color: rgba(127, 88, 226, 0.5);
  box-shadow: none;
}

.text-field-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 19px 2px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.text-field-wrapper.third {
  width: 31%;
}

.text-field-wrapper.half {
  width: 48%;
}

.form-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.radiobutton-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.radiobutton-field:hover {
  color: #7f58e2;
}

.form-next {
  position: static;
  width: 48%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #7f58e2;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-next:hover {
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, 0.6);
  letter-spacing: 3px;
}

.form-next:active {
  border: 1px none #000;
}

.form-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: -40px;
  margin-bottom: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.form-block-2 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 80px 70px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 20px 50px -50px rgba(32, 45, 73, 0.2);
}

.form-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #7f58e2;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, 0.6);
  letter-spacing: 3px;
}

.form-button:active {
  border: 1px none #000;
}

.form-button:focus {
  border: 1px none #000;
}

.form-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.checkbox-field:hover {
  color: #7f58e2;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.fields-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 60px;
  padding-right: 50px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
}

.text-field-2:hover {
  display: block;
  border-color: rgba(0, 0, 0, 0.15);
}

.text-field-2:focus {
  border-color: rgba(127, 88, 226, 0.5);
}

.button {
  position: static;
  display: inline-block;
  min-height: 60px;
  padding: 15px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #7f58e2;
  border-radius: 10px;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  letter-spacing: 3px;
}

.button:active {
  border: 1px none #000;
}

.radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fcfcfc;
  border-radius: 10px;
  background-color: #fcfcfc;
  cursor: pointer;
}

.radio-button:hover {
  background-color: rgba(127, 88, 226, 0.2);
}

.radio-button.w--redirected-checked {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(127, 88, 226, 0.5);
  background-color: rgba(127, 88, 226, 0.3);
  -webkit-transition: border-color 300ms ease, background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 300ms ease, background-color 300ms cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender {
  background-image: url('../images/genders-02.svg');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  -webkit-transition: border-color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender:hover {
  border-color: rgba(127, 88, 226, 0.2);
}

.radio-button.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button.gender.male {
  background-image: url('../images/genders-01.svg');
}

.radio-button.gender.male.w--redirected-focus {
  box-shadow: none;
}

.month-plan {
  margin-right: 35px;
  margin-left: 35px;
  padding: 15px 40px;
  border: 1px solid #2e856e;
  border-radius: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#545aa0), color-stop(90%, #6db9e1));
  background-image: linear-gradient(270deg, #545aa0, #6db9e1 90%);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.month-plan.w--current {
  margin-right: 35px;
  border-color: #99aea2;
  background-color: #2e856e;
  background-image: -webkit-gradient(linear, right top, left top, from(#df6338), color-stop(90%, #f0b153));
  background-image: linear-gradient(270deg, #df6338, #f0b153 90%);
  color: #fff;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabsmenu {
  margin-bottom: 50px;
  text-align: center;
}

.tabsmenu.hidden {
  display: none;
}

.tab-pane-link-profile {
  width: 100%;
}

.linker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 20px;
  background-color: #60269e;
  text-decoration: none;
}

.linker._2 {
  background-color: #a239ca;
}

.linker.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-89 {
  width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  border-radius: 100%;
}

.div-block-91 {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 16px;
}

.div-block-91.arabic {
  text-align: right;
}

.heading-51 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-90 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-52 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.existingprofileswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-4 {
  border-radius: 10px;
  background-color: #000;
  background-image: none;
}

.profileinstance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.profileinstance.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.imagewrapperpreferences {
  width: 50px;
}

.profileinfowrapperpreferences {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profileinfowrapperpreferences.arabic {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.workwrapperpreferences {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-74 {
  margin: 0px 10px;
  font-size: 16px;
  line-height: 21px;
}

.button-5 {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 30px;
  line-height: 14px;
}

.button-5.currentprofile {
  background-color: red;
}

.image-18 {
  border: 1px solid #f5f5f5;
  border-radius: 100%;
}

.friendswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.friendstitle {
  display: inline;
  min-width: 250px;
  margin-bottom: 50px;
  border-top: 5px solid #562598;
  border-bottom: 5px solid #562598;
  border-radius: 30px;
  color: #562598;
  text-align: center;
}

.friendsimage {
  border: 1px solid #fff;
  border-radius: 100%;
}

.friendwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 20px;
  background-color: #562598;
}

.friendwrapper.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.friendname {
  margin-top: 0px;
  margin-bottom: 0px;
}

.friendpreviewtextwrapper {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 16px;
}

.friendpreviewtextwrapper.arabic {
  text-align: right;
}

.viewfriendprofilebutton {
  border-radius: 10px;
  background-color: #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.terms-text {
  display: none;
  margin-top: 20px;
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
}

.login-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 18px 10px;
  border-radius: 6px;
  background-color: #60269e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.login-button:hover {
  background-color: #10cfc9;
}

.login-btn {
  margin-right: 15px;
  padding: 15px 22px;
  border-radius: 5px;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: #000;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.login-btn:hover {
  box-shadow: 0 10px 20px -5px rgba(24, 16, 99, 0.36);
}

.memberstack-form {
  position: relative;
  padding-top: 20px;
  text-align: center;
}

.login-head {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 400;
}

.memberstack-bolt {
  margin-top: -6px;
}

.password-link {
  float: right;
  color: rgba(162, 121, 249, 0.75);
  font-weight: 400;
  text-align: right;
}

.hide {
  display: none;
}

.login-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(162, 121, 249, 0.75);
}

.login-link:hover {
  color: #7649d6;
}

.login-field {
  position: relative;
  height: 46px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #f8f8f8;
  box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-size: 16px;
}

.login-field:focus {
  border: 1px solid #a279f9;
  background-color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 #a279f9;
}

.close-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  opacity: 0.25;
  cursor: pointer;
}

.login-label {
  width: 100%;
  margin-bottom: 5px;
  padding-left: 2px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.signup-button {
  padding: 15px 22px;
  border-radius: 5px;
  background-color: #254054;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, 0.36);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.signup-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px rgba(24, 16, 99, 0.36);
}

.login-page-link {
  color: #000;
  font-weight: 600;
}

.modal-scroll {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-accent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #60269e;
}

.login-container {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 70px 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 300;
  text-align: left;
}

.login-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8888;
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}

.memberstack-tag {
  position: absolute;
  top: -12px;
  right: -12px;
  display: none;
  overflow: hidden;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6px;
  padding-left: 6px;
  border: 2px solid #f5f8fa;
  border-radius: 50%;
  background-color: #2aa8ff;
  box-shadow: 0 0 10px 1px #fff;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
}

.memberstack-tag:hover {
  overflow: visible;
}

.memberstack-tag.field-tag {
  top: 38px;
  right: -12px;
}

._100-vh-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.memberstack-tag-label {
  position: absolute;
  top: -3px;
  right: 30px;
  width: 158px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: #000;
}

.field-wrapper {
  position: relative;
  width: 100%;
  min-height: 30px;
}

.field-wrapper.first-name-wrapper {
  margin-right: 15px;
}

.signup-form-block {
  display: none;
}

.login-image {
  height: 35px;
}

.secondary-action {
  display: none;
  font-size: 15px;
  line-height: 1.6em;
}

.login-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.memberstack-diamond {
  position: absolute;
  top: 8px;
  right: -3px;
  bottom: 0px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: transparent;
}

.text-block-64 {
  color: #fff;
}

.image-19 {
  width: 155px;
  height: 155px;
  border-radius: 35px;
}

.image-20 {
  width: 100px;
  height: 100px;
  border-radius: 20px;
}

.c-navlinks {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: rgba(91, 98, 180, 0);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.c-navlinks:hover {
  background-color: rgba(91, 98, 180, 0.5);
}

.c-navlinks.w--current {
  background-color: #5b62b4;
}

.c-faq-2 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.c-navlink-icon {
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-nav-extra-links {
  padding-top: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.c-faq-divider {
  padding-right: 20px;
  padding-left: 20px;
}

.cloneable-area-2 {
  display: none;
  min-height: 50vh;
}

.c-faq-a {
  overflow: hidden;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.ci-side-navlinks {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.c-sidenavbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.c-sidenavbar.hidden {
  z-index: 100;
}

.c-faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-a-text {
  font-size: 1em;
  line-height: 1.6em;
}

.c-navlinks-item {
  position: relative;
  overflow: hidden;
}

.c-navlinks-item.hidden {
  display: none;
}

._w-navlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._w-navlinks.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-faq-q-text {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._w-faq-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-navlink-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.c-side-brand-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-stripe-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.navlink-text {
  position: relative;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
}

.c-faq-icon {
  position: relative;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-21 {
  display: none;
  height: 25px;
}

.side-brand-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-top: 10px;
  margin-right: 10px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink-icon {
  width: 25px;
}

.c-sidenavbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #6d76da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 117, 61, 0.9)), to(rgba(227, 117, 61, 0.9))), -webkit-gradient(linear, left top, right top, from(#df6338), to(hsla(0, 0%, 100%, 0))), url('../images/bg-pattern.svg');
  background-image: linear-gradient(180deg, rgba(227, 117, 61, 0.9), rgba(227, 117, 61, 0.9)), linear-gradient(90deg, #df6338, hsla(0, 0%, 100%, 0)), url('../images/bg-pattern.svg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, fixed;
  color: #fff;
}

.c-sidenavbar-container.lightmodetheme {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 118, 218, 0.9)), to(rgba(109, 118, 218, 0.9))), -webkit-gradient(linear, left top, right top, from(#6d76da), to(hsla(0, 0%, 100%, 0))), url('../images/bg-pattern.svg');
  background-image: linear-gradient(180deg, rgba(109, 118, 218, 0.9), rgba(109, 118, 218, 0.9)), linear-gradient(90deg, #6d76da, hsla(0, 0%, 100%, 0)), url('../images/bg-pattern.svg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, contain;
  background-attachment: scroll, scroll, fixed;
}

.c-side-navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-faq-item {
  margin-bottom: 10px;
  border-left: 3px solid #2ea07c;
  font-size: 1.2em;
  line-height: 1.6em;
  cursor: pointer;
}

.faq-divider {
  height: 0px;
  border-top: 1px dashed hsla(0, 0%, 100%, 0.25);
}

._w-navlink-text {
  position: relative;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.c-faq-a-text {
  overflow: auto;
  height: 100%;
  padding: 20px;
}

.b-faq {
  overflow: auto;
  height: 100%;
  padding: 10px;
}

.c-howto-divider {
  width: 100%;
  height: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #eee;
}

._w-help-btn {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 5000px;
  background-color: rgba(19, 19, 19, 0.15);
  box-shadow: 0 0 15px 0 rgba(19, 19, 19, 0.15);
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

.howto-list-item-img {
  overflow: hidden;
  border-radius: 5px;
}

._w-faq {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(19, 19, 19, 0.2);
}

.c-howto-close {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  cursor: pointer;
}

._w-howto-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #333;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.help-icon {
  z-index: 500;
  height: 25px;
}

.c-help-btn {
  padding: 10px;
  text-align: right;
}

.howto-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #219fa3;
  font-size: 1.5em;
  line-height: 1.4em;
}

.c-help-text {
  overflow: hidden;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.help {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  overflow: hidden;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.c-help-link {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.help-text {
  padding-left: 12px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}

.c-help-open-nav {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.b-help-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5000px;
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
}

.b-help-btn.close-menu {
  position: relative;
}

.b-help-btn.open-menu {
  position: absolute;
  display: none;
  opacity: 0;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.c-faq {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 400px;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-faq-btn {
  position: relative;
  padding: 10px;
  text-align: right;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.c-howto-header {
  padding-right: 40px;
}

.side-brand-name {
  margin-top: 10px;
}

.link-block-2 {
  display: none;
}

.body-4 {
  min-height: 100vh;
}

.heading-75 {
  display: none;
}

.navigationbutton {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.button-6 {
  position: relative;
  display: block;
  padding: 18px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 10px;
  background-color: transparent;
}

.navigatorbutton {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  margin-top: 20px;
  margin-right: 20px;
  padding: 18px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
}

.navigatorbutton.lightmodetheme {
  border-color: #3077b6;
  background-color: #000;
}

.qrcta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, right top, left top, from(#df6338), color-stop(90%, #f0b153));
  background-image: linear-gradient(270deg, #df6338, #f0b153 90%);
  font-weight: 700;
  text-align: center;
}

.qrcta.editprofile {
  width: 95vw;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.qrcta.editprofile.lightmodetheme {
  background-image: -webkit-gradient(linear, right top, left top, from(#545aa0), color-stop(90%, #6db9e1));
  background-image: linear-gradient(270deg, #545aa0, #6db9e1 90%);
}

.qrcta.password {
  margin-top: 15px;
}

.qrcta.qrdone {
  width: 200px;
  margin-top: 10px;
  background-image: -webkit-gradient(linear, right top, left top, from(#df6338), color-stop(90%, #f0b153));
  background-image: linear-gradient(270deg, #df6338, #f0b153 90%);
}

.qrcta.lightmodetheme {
  background-image: -webkit-gradient(linear, right top, left top, from(#545aa0), color-stop(90%, #6db9e1));
  background-image: linear-gradient(270deg, #545aa0, #6db9e1 90%);
}

.simplydone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #60269e;
  font-weight: 700;
}

.link-4 {
  text-decoration: none;
}

.html-embed-7 {
  display: none;
}

.roundingicons {
  border-radius: 35px;
}

.image-23 {
  border-radius: 35px;
}

.image-24 {
  border-radius: 35px;
}

.iconradius {
  border-radius: 15px;
}

.image-26 {
  border-radius: 15px;
}

.image-27 {
  border-radius: 15px;
}

.faq-body-cont {
  padding: 20px;
  border-top: 1px none #000;
  background-color: #60269e;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #10cfc9;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq.editprofile {
  padding-right: 10px;
  background-color: #10cfc9;
}

.faq.editprofile.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.faq.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 24px;
  margin-right: 16px;
}

.iconwrapperaccordion {
  width: 50px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 25%;
}

.faq-answer {
  margin-bottom: 0px;
  color: #fff;
}

.faq-answer.arabic {
  text-align: right;
}

.faq-p {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #f4f6f8;
}

.text-field-3 {
  height: 49px;
  margin-bottom: 15px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.text-field-3:focus {
  border-color: #0085f7;
}

.text-field-3::-webkit-input-placeholder {
  color: #fff;
}

.text-field-3:-ms-input-placeholder {
  color: #fff;
}

.text-field-3::-ms-input-placeholder {
  color: #fff;
}

.text-field-3::placeholder {
  color: #fff;
}

.text-field-3.editprofile {
  margin-right: 10px;
  background-color: #222;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
}

.text-field-3.editprofile:hover {
  border-style: solid;
  border-width: 1px;
}

.text-field-3.editprofile::-webkit-input-placeholder {
  color: #fff;
}

.text-field-3.editprofile:-ms-input-placeholder {
  color: #fff;
}

.text-field-3.editprofile::-ms-input-placeholder {
  color: #fff;
}

.text-field-3.editprofile::placeholder {
  color: #fff;
}

.text-field-3.editprofile.activator {
  margin-bottom: 0px;
}

.fieldwrapperaccordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.numbersblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  background-color: #222;
}

.numbersblock:hover {
  border-color: #0085f7;
}

.numbersblock.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.terms-text-2 {
  margin-top: 20px;
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
}

.secondary-action-2 {
  font-size: 15px;
  line-height: 1.6em;
}

.modalfade {
  display: none;
}

.croppingcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preview {
  width: 200px;
  height: 200px;
  border: 2px solid #a279f9;
  border-radius: 100%;
}

.preview.logo {
  border-radius: 10px;
}

.previewimage {
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
}

.previewimage.logo {
  border-radius: 10px;
}

.croppingcontainer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  font-weight: 300;
  text-align: left;
}

.croppingcontainer.hidden {
  display: none;
}

.text-block-65 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.editcropping {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.editcropping.lightmodetheme {
  background-image: -webkit-gradient(linear, right top, left top, from(#545aa0), color-stop(90%, #6db9e1));
  background-image: linear-gradient(270deg, #545aa0, #6db9e1 90%);
}

.croppingimage {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.cropimagewrapper {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 400px;
  max-width: 400px;
  min-height: 400px;
  min-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.cropbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #602692;
  background-image: none;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.cropbutton.lightmodetheme {
  background-image: none;
}

.imagemenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uploadbutton {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 26px;
}

.modifybutton {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #00f;
  font-size: 18px;
}

.addpicture {
  color: #60269e;
  font-size: 26px;
  text-align: center;
}

.addpicture.activator {
  margin-top: 20px;
  margin-bottom: 20px;
}

.modalstart {
  display: none;
}

.modalend {
  display: none;
}

.button-7 {
  position: absolute;
  right: 2%;
  width: 20px;
  height: 20px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/icon-cloneable-close.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.languagebutton {
  display: none;
  background-color: transparent;
  color: #cfcfcf;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

.langchooser {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 150px;
  text-align: center;
}

.div-block-171 {
  display: none;
  height: 49px;
  margin-bottom: 15px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-171.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.englishprofilebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  color: #60269e;
  font-size: 16px;
}

.englishprofilebutton.arabic {
  color: #fff;
}

.heading-76 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #60269e;
  font-size: 16px;
  line-height: 20px;
}

.arabicprofilebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  color: #222;
  font-size: 16px;
}

.arabicprofilebutton.arabic {
  color: #df6338;
}

.navigatorbackground {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 56px;
  height: 56px;
  margin-top: 20px;
  margin-right: 20px;
  border-radius: 10px;
  background-color: #333;
}

.link-block-3 {
  color: #333;
  text-decoration: none;
}

.passwordcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.passwordcontainer.arabic {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.passicon {
  position: absolute;
  top: 6px;
  margin-right: 10px;
}

.passicon.arabic {
  margin-right: 0px;
  margin-left: 10px;
}

.html-embed-8 {
  display: none;
}

.section {
  text-align: center;
}

.pop-up-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(42, 42, 45, 0.75);
}

.pop-up-icon {
  position: absolute;
  left: 0%;
  top: -13%;
  right: 0%;
  bottom: auto;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border: 5px solid #60269e;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
}

.exit-button {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: #60269e;
  cursor: pointer;
}

.pop-up-heading {
  color: #000;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block {
  display: inline-block;
  margin-left: 15px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(155, 158, 184, 0.22);
  border-radius: 4px;
  color: #20355a;
}

.text-block.pressed {
  background-color: #602692;
  color: #fff;
}

.englishbutton {
  width: 161.6875px;
  margin-top: 10px;
  padding: 13px 30px;
  border-radius: 50px;
  background-color: #60269e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.englishbutton:hover {
  background-color: #000;
}

.div-block-173 {
  margin-top: 100px;
}

.div-block-174 {
  margin: 25px 10px;
}

.image-29 {
  width: 30px;
  height: 30px;
}

.image-29.logo {
  position: absolute;
  width: 35px;
  height: 35px;
  max-width: none;
  border: 2px solid #60269e;
  border-radius: 10px;
}

.image-29.logo.arabic {
  left: -35px;
}

.link-block-4 {
  width: 30px;
  height: 30px;
}

.image-30 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-8 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.button-8 {
  left: auto;
  top: auto;
  right: 1%;
  bottom: 1%;
  display: none;
  margin-right: 5px;
  margin-bottom: 10px;
}

.button-8.show {
  display: block;
}

.dashboardicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5000px;
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
}

.dashboardicon.close-menu {
  position: relative;
}

.dashboardicon.open-menu {
  position: absolute;
  display: none;
  opacity: 0;
}

.leadgenerationoverlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8888;
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-scroll-lead {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-overlay-lead {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  opacity: 0.25;
  cursor: pointer;
}

.lead-container {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 70px 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 300;
  text-align: left;
}

.lead-accent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #60269e;
}

.lead-form-block.hidden {
  display: none;
}

.sharebackbutton {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding: 12px 18px 10px;
  border-radius: 6px;
  background-color: #60269e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.sharebackbutton:hover {
  background-color: #10cfc9;
}

.disclaimertext {
  display: block;
  margin-top: 20px;
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
}

.leadgenerationfield {
  border-radius: 6px;
  font-size: 16px;
}

.leadgenerationfield.arabic {
  text-align: right;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox-label {
  margin-left: 5px;
}

.checkbox-label.arabic {
  margin-right: 5px;
  margin-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.heading-77 {
  color: #fff;
}

.openlead {
  display: none;
  width: 100%;
  height: 50px;
}

.clickevents {
  display: none;
}

.textarea {
  font-size: 16px;
}

.textarea.arabic {
  text-align: right;
}

._w-cards-list {
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
}

._w-content {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.5em;
  line-height: 1em;
}

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

.div-block-175 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-175.arabic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-card-title {
  margin-bottom: 10px;
}

.c-card {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.c-card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.c-card._4 {
  position: -webkit-sticky;
  position: sticky;
  top: 260px;
}

.c-card._1 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.c-card._5 {
  position: -webkit-sticky;
  position: sticky;
  top: 340px;
}

.c-card._3 {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}

.c-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-card-content-divider {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #bbb;
}

.c-cards-list {
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

._w-card {
  position: relative;
  width: 100%;
  min-height: 530px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(19, 19, 19, 0.5);
}

.downloadlead {
  text-decoration: none;
}

.c-card-details {
  margin-bottom: 20px;
}

.card-subtitle {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.card-subtitle.arabic {
  margin-right: 0px;
  margin-left: 10px;
}

.c-cloneable {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.card-details {
  margin-bottom: 0px;
}

.c-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.service-liste {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #242424;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: none;
}

.service-liste.light {
  background-color: #525252;
  letter-spacing: 1.2px;
}

.service-liste.end {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #242424;
}

.leaddownload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px 11px 0px 0px;
  background-color: #60269e;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.leaddownload.alone {
  width: 100%;
}

.div-block-176 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.leadmap.hidden {
  display: none;
}

.sticky-card-sections {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 120px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-10 {
  display: flex;
  width: 100%;
  max-width: 650px;
  padding-top: 125px;
  justify-content: center;
  align-items: center;
}

.grid-content {
  border-radius: 20px;
  background-color: #c4c4c4;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.grid-content._2 {
  width: 100vw;
  min-height: 530px;
  background-color: #fff;
}

.link-block-5 {
  display: block;
  color: #fff;
  text-decoration: none;
}

.heading-78 {
  text-align: center;
}

.noleadsblock {
  position: relative;
  z-index: 51;
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-align: center;
}

.heading-79 {
  margin-bottom: 25px;
}

.text-block-66 {
  font-size: 16px;
}

.html-embed-9 {
  display: none;
}

.unseencounter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100%;
}

.unseencounter.hidden {
  display: none;
}

.newleadtextblock {
  position: absolute;
  left: auto;
  top: 1%;
  right: 2%;
  bottom: auto;
  font-family: Poppins, sans-serif;
  color: #60269e;
  font-weight: 700;
}

.newleadtextblock.arabic {
  left: 2%;
  right: auto;
}

.newfriendtextblock {
  position: absolute;
  left: auto;
  top: 4%;
  right: 4%;
  bottom: auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 700;
}

.navedits {
  display: none;
}

.newfriendmarker {
  position: absolute;
  left: auto;
  top: 5%;
  right: 2%;
  bottom: auto;
  display: none;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: red;
}

.newfriendmarker.shown {
  display: block;
}

.leadbox.arabic {
  margin-left: 0px;
}

.image-31 {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 100%;
}

.html-embed-10 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -10%;
  bottom: auto;
  width: 35px;
  height: 35px;
}

.companylogo {
  position: absolute;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.companylogo.hidden {
  display: none;
}

.modal-body {
  position: relative;
  z-index: 10;
  width: 400px;
  height: 400px;
  margin: 20px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-body.settings {
  height: auto;
}

.close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  display: none;
  width: 25px;
  cursor: pointer;
}

.modal-closer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.69);
}

.text-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 304px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
}

.text-block-55.change-profile-pic {
  color: #313131;
  font-weight: 400;
}

.text-block-55.remove-photo {
  color: #f44557;
}

.settings-photo-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-wrapper.settings {
  display: none;
}

.links-corner {
  width: 48px;
  height: 100%;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  text-decoration: none;
}

.div-block-107.change-profile-pic {
  padding-top: 45px;
  padding-bottom: 45px;
}

.div-block-107.final-settings-no-border {
  border-bottom-style: none;
}

.html-embed-11 {
  display: none;
}

.div-block-178 {
  position: relative;
  margin-top: 35px;
}

.leadstrash {
  position: absolute;
  right: 0px;
}

.leadstrash.arabic {
  left: 0px;
  right: auto;
}

.body-5 {
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.qrorlogo.logo {
  border-radius: 10px;
}

.image-32 {
  position: absolute;
  left: auto;
  top: auto;
  right: 11%;
  bottom: 7%;
  border-radius: 100%;
}

.image-32-copy {
  position: absolute;
  left: auto;
  top: -9%;
  right: -27%;
  bottom: auto;
  z-index: 10;
  border-radius: 100%;
}

.image-32-copy.arabic {
  left: -58px;
  right: auto;
}

.link-5 {
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
}

.image-33 {
  position: absolute;
  left: auto;
  top: -11%;
  right: -16%;
  bottom: auto;
  border-radius: 100%;
}

.image-33.arabic {
  left: -30px;
  right: auto;
}

.input---brix {
  min-height: 60px;
  margin-bottom: 0px;
  padding: 30px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 500px;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #170f49;
  font-size: 18px;
  line-height: 20px;
}

.input---brix:hover {
  border-color: #4a3aff;
  color: #4a3aff;
}

.input---brix:focus {
  border-color: #4a3aff;
  color: #4a3aff;
}

.input---brix::-webkit-input-placeholder {
  color: #6f6c90;
}

.input---brix:-ms-input-placeholder {
  color: #6f6c90;
}

.input---brix::-ms-input-placeholder {
  color: #6f6c90;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.input---brix.large---brix {
  min-height: 74px;
  padding: 24px 40px;
  color: #333;
}

.input---brix.large---brix:hover {
  border-color: #60269e;
}

.input---brix.large---brix:focus {
  border-color: #60269e;
}

.input---brix.large---brix.arabic {
  text-align: right;
}

.popup-1-form---brix {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-content-wrapper---brix {
  position: relative;
  z-index: 100;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 3px 14px 0 rgba(74, 58, 255, 0.16), 0 -2px 4px 0 rgba(20, 20, 43, 0.12), 0 12px 44px 0 rgba(20, 20, 43, 0.34);
}

.popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
  width: 690px;
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
}

.popup-1---brix {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 64px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background-color: #fff;
  text-align: center;
}

.overlay---brix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.61);
}

.popup-form-block---brix {
  width: 100%;
  margin-bottom: 0px;
}

.close-popup---brix {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.close-popup---brix:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.success-message---brix {
  border-radius: 16px;
  background-color: #4a3aff;
  color: #fff;
}

.error-message---brix {
  padding: 20px;
  border-radius: 16px;
}

.subscribe-button---brix {
  position: absolute;
  left: auto;
  top: auto;
  right: 12px;
  bottom: auto;
  padding: 16px 32px;
  border-radius: 80px;
  background-color: #60269e;
  background-image: none;
  box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.12);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.subscribe-button---brix.arabic {
  left: 12px;
  right: auto;
}

.popup-wrapper---brix {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-wrapper---brix.hidden {
  display: none;
}

.popup-1-illustration---brix {
  width: 140px;
  margin-bottom: 24px;
  border-radius: 100%;
}

.html-embed-12 {
  display: none;
}

.image-34 {
  display: none;
  max-height: 100px;
  margin-bottom: 40px;
}

.companyname {
  display: none;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

.companyname.b {
  margin-top: 0px;
  text-align: left;
}

.companyname.b.lightmodetheme {
  color: #222;
}

.companyname.b.arabic {
  text-align: right;
}

.companyname.editprofile {
  margin-top: 0px;
}

.companyname.lightmodetheme {
  color: #222;
}

.div-block-179 {
  position: absolute;
  left: 0%;
  top: 49px;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
  background-color: #10cfc9;
}

.div-block-180 {
  position: relative;
}

.employeelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.employeelink:hover {
  color: #602692;
}

.text-block-68 {
  font-size: 16px;
  line-height: 22px;
}

.div-block-181 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-9 {
  border-radius: 10px;
}

.link-block-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

.shareback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: #10cfc9;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.shareback.alone {
  width: 100%;
}

.text-block-69 {
  color: #fff;
}

.link-block-7 {
  padding: 10px 80px;
  border-radius: 5px;
  background-color: #10cfc9;
  text-decoration: none;
}

.addfriendshop {
  width: 116.01px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #10cfc9;
  color: #fff;
  text-decoration: none;
}

.div-block-182 {
  text-align: center;
}

.or-login-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thaibutton {
  width: 161.6875px;
  margin-top: 10px;
  padding: 13px 30px;
  border-radius: 50px;
  background-color: #10cfc9;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.thaibutton:hover {
  background-color: #000;
}

.thaibutton.off {
  display: none;
}

.checkbox_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-section-title {
  margin-bottom: 12px;
  color: #0a1f44;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}

.paragraph-8 {
  display: none;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  color: #5b617c;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}

.details-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.text-block-70 {
  color: #5b3acc;
  font-weight: 500;
}

.form12_checkbox_field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 120px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 35px 22px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(198, 211, 255, 0.28);
}

.slider-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.checkbox-field-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-counter {
  color: rgba(91, 97, 124, 0.45);
  font-size: 14px;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.checkbox-image {
  width: 45px;
}

.checkbox-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5b3acc;
  font-size: 14px;
}

.checkbox-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  opacity: 0;
  cursor: pointer;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.title-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 15px;
  margin-left: 15px;
}

.div-block-137 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  min-width: 24px;
  margin-right: 8px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background-color: #1075e2;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  line-height: 26px;
  font-weight: 700;
}

.button-10.cv {
  margin-top: 30px;
}

.button-10.cv.desktop-hidden {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.button-10.cv.desktop-hidden.view-cv {
  min-width: auto;
  margin-top: 0px;
}

.div-block-183 {
  width: 100%;
}

.div-block-184 {
  width: 100%;
}

.div-block-185 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.buynowpopup {
  position: fixed;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
}

.main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 500px;
  padding-left: 25px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/popupbackground.png');
  background-position: 50% 50%;
  background-size: auto;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-80 {
  font-size: 25px;
  font-weight: 400;
}

.exit-button-3 {
  position: absolute;
  left: auto;
  top: 1%;
  right: 1%;
  bottom: auto;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: #60269e;
  cursor: pointer;
}

.heading-2 {
  margin-bottom: 30px;
  font-size: 45px;
}

.button-11 {
  margin-top: 20px;
  padding: 20px 81px;
  border-radius: 47px;
  background-color: #602692;
  font-size: 27px;
  font-weight: 700;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .section-3 {
    background-position: 50% 50%;
  }

  .section-4 {
    background-position: 50% 50%;
  }

  .section-5 {
    background-position: 50% 50%;
  }

  .section-6 {
    background-position: 50% 50%;
  }

  .section-7 {
    background-position: 50% 50%;
  }

  .section-9 {
    background-position: 50% 50%;
  }

  .menu-button {
    height: 59px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .c-sidenavbar.hidden {
    z-index: 100;
  }

  .modal-scroll-lead {
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    position: absolute;
    left: 24px;
    right: 24px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-137 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .buynowpopup {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .social-icon-block.b {
    justify-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .profilepicturediv {
    width: 152px;
    height: 152px;
  }

  .profilepicturediv.editprofile {
    width: 152px;
    height: 152px;
  }

  .name.b {
    font-size: 28px;
  }

  .naviconbackground {
    width: 40px;
    height: 40px;
  }

  .hamburgerline {
    width: 27px;
    height: 4px;
  }

  .profession.b {
    font-size: 16px;
  }

  .text-block-42 {
    color: #f5f5f5;
  }

  .container {
    width: 80%;
  }

  .connectionsheaderclass {
    font-size: 16px;
  }

  .connectionsnumberclass {
    font-size: 16px;
  }

  .qr-businessclass {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .body-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block {
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-151 {
    width: 60px;
  }

  .div-block-152 {
    width: 100%;
    max-width: 600px;
  }

  .heading-63 {
    margin-bottom: 10px;
  }

  .section-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-3 {
    width: 100%;
    height: auto;
    max-height: 150px;
    max-width: 150px;
    min-height: 100px;
    min-width: 100px;
  }

  .section-9.editprofile {
    padding-top: 125px;
  }

  .section-9.friends {
    padding-top: 100px;
  }

  .bodydiv {
    padding-top: 75px;
  }

  .arabicbutton {
    text-align: center;
  }

  .form-slide {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .radio-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radio-buttons.genders {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-heading {
    font-size: 24px;
  }

  .form-back {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .form-step {
    height: 100%;
  }

  .form-next {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .form-block-2 {
    padding: 40px 40px 50px;
  }

  .button {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .month-plan {
    width: 45%;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .month-plan.w--current {
    margin-right: 10px;
  }

  .login-button {
    margin-top: 15px;
  }

  .login-head {
    font-size: 20px;
  }

  .login-label {
    margin-bottom: 2px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .login-container {
    margin-bottom: 70px;
    padding-top: 50px;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .login-image {
    height: 28px;
  }

  .c-navlinks:hover {
    background-color: rgba(91, 98, 180, 0);
  }

  .c-nav-extra-links {
    padding-top: 0px;
    border-top-style: none;
  }

  .nav-divider {
    width: 100%;
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    opacity: 0.2;
  }

  .c-menu-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-sidenavbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .c-nav-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-side-brand-logo {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c-side-brand-logo.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-menu-btn {
    float: none;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0);
    border-radius: 10px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    color: #fff;
  }

  .c-menu-btn.w--open {
    border-color: hsla(0, 0%, 100%, 0.75);
    background-color: transparent;
  }

  .c-menu-btn.lightmodetheme {
    background-color: #60269e;
  }

  .side-brand-logo {
    margin-top: 0px;
    margin-right: 0px;
  }

  .c-sidenavbar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 20, 0.95)), to(rgba(18, 18, 20, 0.95))), -webkit-gradient(linear, left top, right top, from(#121214), to(hsla(0, 0%, 100%, 0))), url('../images/bg-pattern.svg');
    background-image: linear-gradient(180deg, rgba(18, 18, 20, 0.95), rgba(18, 18, 20, 0.95)), linear-gradient(90deg, #121214, hsla(0, 0%, 100%, 0)), url('../images/bg-pattern.svg');
    background-position: 0px 0px, 0px 0px, 100% 50%;
    background-size: auto, auto, contain;
    background-attachment: scroll, scroll, fixed;
  }

  .c-sidenavbar-container.lightmodetheme {
    background-color: #fff;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
    box-shadow: 1px 1px 3px 0 #000;
  }

  .c-side-navmenu {
    display: block;
    height: auto;
    padding: 10px;
    background-color: #6d76da;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 38, 158, 0.95)), to(rgba(96, 38, 158, 0.95))), -webkit-gradient(linear, left top, right top, from(#df6338), to(hsla(0, 0%, 100%, 0))), url('../images/bg-pattern.svg');
    background-image: linear-gradient(180deg, rgba(96, 38, 158, 0.95), rgba(96, 38, 158, 0.95)), linear-gradient(90deg, #df6338, hsla(0, 0%, 100%, 0)), url('../images/bg-pattern.svg');
    background-position: 0px 0px, 0px 0px, 100% 50%;
    background-size: auto, auto, contain;
    background-repeat: repeat, repeat, repeat;
    background-attachment: scroll, scroll, fixed;
    color: #fff;
  }

  .c-side-navmenu.lightmodetheme {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 38, 158, 0.95)), to(rgba(96, 38, 158, 0.95))), -webkit-gradient(linear, left top, right top, from(#6d76da), to(hsla(0, 0%, 100%, 0))), url('../images/bg-pattern.svg');
    background-image: linear-gradient(180deg, rgba(96, 38, 158, 0.95), rgba(96, 38, 158, 0.95)), linear-gradient(90deg, #6d76da, hsla(0, 0%, 100%, 0)), url('../images/bg-pattern.svg');
    background-position: 0px 0px, 0px 0px, 100% 50%;
    background-size: auto, auto, contain;
    background-repeat: repeat, repeat, repeat;
    background-attachment: scroll, scroll, fixed;
  }

  .c-faq {
    width: 100%;
  }

  .side-brand-name {
    margin-top: 0px;
  }

  .link-block-2 {
    position: relative;
    display: block;
    padding: 18px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0);
    border-radius: 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .link-block-2.lightmodetheme {
    background-color: #10cfc9;
  }

  .navigatorbutton {
    display: none;
  }

  .croppingcontainer {
    margin-bottom: 70px;
    padding-top: 50px;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-172 {
    width: 64px;
    height: 64px;
  }

  .image-28 {
    height: 35px;
  }

  .englishbutton {
    text-align: center;
  }

  .modal-scroll-lead {
    overflow: auto;
  }

  .lead-container {
    margin-bottom: 70px;
    padding-top: 50px;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sharebackbutton {
    margin-top: 15px;
  }

  .c-card._1 {
    top: 120px;
  }

  .section-10 {
    margin-bottom: 0px;
  }

  .div-block-177 {
    display: none;
  }

  .html-embed-10 {
    right: -15%;
  }

  .image-32-copy {
    right: -39%;
  }

  .input---brix.large---brix {
    min-height: 64px;
    margin-bottom: 16px;
    padding: 16px 32px;
  }

  .popup-1-form---brix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    left: 24px;
    right: 24px;
    width: auto;
    max-width: none;
    border-radius: 20px;
  }

  .popup-1---brix {
    max-width: none;
    padding: 32px;
  }

  .subscribe-button---brix {
    position: static;
    width: 100%;
    min-height: 66px;
    background-position: 67% 52%;
    line-height: 18px;
  }

  .popup-wrapper---brix {
    padding-right: 24px;
    padding-left: 24px;
  }

  .popup-1-illustration---brix {
    height: auto;
    max-width: 28%;
    margin-bottom: 16px;
  }

  .companyname.b {
    font-size: 28px;
  }

  .thaibutton {
    text-align: center;
  }

  .checkbox_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .form-content {
    width: 90%;
  }

  .div-block-137 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-10.cv.desktop-hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-wrapper {
    padding-left: 10px;
  }

  .heading-80 {
    text-align: center;
  }

  .heading-2 {
    font-size: 35px;
  }

  .button-11 {
    padding: 14px 51px;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .social-icon-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .social-icon-block.b {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .naviconbackground {
    width: 40px;
    height: 40px;
  }

  .hamburgerline {
    width: 20px;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .container {
    width: 85%;
  }

  .orbar.member {
    width: 15%;
  }

  .social-button.editprofile {
    margin-right: 50px;
  }

  .social-button.editprofile {
    margin-right: 50px;
  }

  .picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menudiv {
    -webkit-transform: translate(-300px, 0px);
    -ms-transform: translate(-300px, 0px);
    transform: translate(-300px, 0px);
  }

  .menudiv.lightmodetheme {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5458a5), color-stop(40%, #4d97d2), color-stop(60%, #55bbe4), to(#acd9be));
    background-image: linear-gradient(180deg, #5458a5, #4d97d2 40%, #55bbe4 60%, #acd9be);
  }

  .pop-up {
    width: 96%;
    padding: 30px 10px;
  }

  .pop-up-icon-2 {
    display: none;
  }

  .arabicbutton {
    margin-top: 15px;
    text-align: center;
  }

  .form-back {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-field-wrapper.half {
    width: 100%;
  }

  .form-next {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-block-2 {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
  }

  .button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .month-plan {
    width: auto;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
  }

  .month-plan.w--current {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tabs {
    width: 100%;
  }

  .linker {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .div-block-89 {
    margin-bottom: 20px;
  }

  .div-block-91 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .heading-51 {
    margin-bottom: 10px;
  }

  .div-block-90 {
    margin-top: 25px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

  .button-4 {
    width: 100%;
  }

  .friendwrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .friendname {
    margin-bottom: 10px;
  }

  .friendpreviewtextwrapper {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .viewfriendprofilebutton {
    width: 100%;
    background-color: #000;
  }

  .login-head {
    font-size: 18px;
  }

  .login-container {
    margin-bottom: 70px;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
  }

  .c-sidenavbar.hidden {
    z-index: 100;
  }

  .c-side-brand-logo {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .c-sidenavbar-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .croppingcontainer {
    margin-bottom: 70px;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
  }

  .cropimagewrapper {
    min-height: 320px;
    min-width: 320px;
  }

  .pop-up-icon {
    top: -28%;
    width: 125px;
    height: 125px;
  }

  .englishbutton {
    text-align: center;
  }

  .lead-container {
    margin-bottom: 70px;
    padding-right: 5%;
    padding-bottom: 30px;
    padding-left: 5%;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._4 {
    top: 200px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._w-card {
    min-height: 496px;
    margin-bottom: 40px;
    padding: 20px;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .card-details {
    font-size: 0.9em;
    line-height: 1.2em;
  }

  .div-block-176 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .newfriendtextblock {
    top: 2%;
    right: 5%;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .modal-body.settings {
    width: 100%;
    max-width: 400px;
    padding: 0px;
  }

  .text-block-55 {
    color: #313131;
    text-decoration: none;
  }

  .modal-wrapper {
    display: none;
    padding: 30px;
  }

  .div-block-107 {
    background-color: transparent;
    color: #313131;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    left: 16px;
    right: 16px;
    border-radius: 16px;
  }

  .popup-1---brix {
    padding: 40px 16px 32px;
  }

  .subscribe-button---brix {
    padding: 15px 34px 16px 38px;
    background-position: 247px 50%;
    text-align: center;
  }

  .popup-wrapper---brix {
    padding-right: 16px;
    padding-left: 16px;
  }

  .popup-1-illustration---brix {
    height: auto;
    max-width: 40%;
  }

  .div-block-182 {
    margin-bottom: 30px;
  }

  .thaibutton {
    text-align: center;
  }

  .checkbox_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .form12_checkbox_field {
    width: 49%;
    height: 130px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .slider-content-wrap {
    width: 100%;
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-content {
    width: 100%;
  }

  .div-block-137 {
    padding-right: 20px;
  }

  .div-block-138 {
    width: 121.546875px;
  }

  .button-10.cv.desktop-hidden.view-cv {
    padding-right: 0px;
    padding-left: 0px;
  }

  .buynowpopup {
    z-index: 999;
    padding-top: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-wrapper {
    height: auto;
    padding-top: 13px;
    padding-bottom: 26px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/popupbackground-copy.png');
    background-position: 50% 73%;
    background-size: auto;
    background-attachment: scroll;
  }

  .right {
    width: auto;
    height: auto;
  }

  .heading-80 {
    font-size: 17px;
  }

  .lottie-animation {
    width: 80%;
    margin-bottom: 45px;
  }

  .left {
    width: auto;
    height: auto;
  }
}

