.header-register {
  padding: 20px 0;
  text-align: center;
}

.header-register h1 {
  font-size: 30px;
  color: #344383;
  font-family: "proxima_nova_rgregular";
}

.form-try-free-register {
  opacity: 0;
  visibility: hidden;
}

.form-try-free-register.loaded {
  opacity: 1;
  visibility: visible;
}

.w-banner-register .form-try-free-other {
  background: none;
  padding: 0;
}

.w-form-register {
  background: #fff;
  padding: 20px 20px 0px 20px;
  margin: 0 auto;
  width: 80%;
  color: #666;
  text-align: center;
  /* position: relative; */
  z-index: 21;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.w-form-register h3 {
  color: #71bce6;
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
}

.w-form-register>span {
  color: #666;
  display: block;
  font-size: 18px;
  margin: 10px 0 5px 0;
}

.already-account a {
  color: #48b5e4;
  text-decoration: underline;
}

.aldready-account a:hover {
  color: #3ca0dc;
}

.already-account {
  display: inline-block;
  text-align: center;
  width: 90%;
  color: #666;
}

.register-term {
  color: #8d92ae;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

.register-term a {
  color: #48b5e4;
}

.register-term a:hover {
  color: #3ca0dc;
  text-decoration: underline;
}

.w-footer-logos {
  text-align: center;
}

.w-footer-logos ul {
  margin-bottom: 0;
  padding: 0 90px;
}

.w-footer-logos li {
  display: inline-block;
  padding: 0 40px;
  vertical-align: middle;
  width: 20%;
  text-align: center;
}

.w-footer-logos li img {
  vertical-align: middle;
  display: inline-block;
}

.w-form-register .layer-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}

.w-form-register .layer-success .inner-success {
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  color: #fff;
  position: relative;
  padding: 30px;
}

.w-form-register .layer-success .w-icon-ok {
  font-size: 50px;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}

.layer-success .w-icon-ok i {
  color: #3ca5de;
}

.w-form-register .layer-success p {
  color: #666;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 0;
}

.w-form-register a {
  color: #3ca5de;
}

.w-form-register p a:hover {
  text-decoration: underline;
}

.w-footer-logos #testimonial {
  border-top: 0;
}

.w-banner-register .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dzsparallaxer.height-is-based-on-content {
  padding: 0;
}

.container-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  height: 100vh;
}

.flex-left,
.flex-right {
  height: 100%;
}

.flex-left {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #fff;
}

.flex-right {
  width: 65%;
  position: relative;
  background: rgb(103, 216, 218);
  background: linear-gradient(135deg, rgb(0 231 235) 0%, rgb(0 139 187) 100%);
}

.flex-right h3 {
  font-family: "proxima_nova_rgregular";
  font-size: 26px;
  margin-bottom: 5px;
}

.flex-right #emerge-stats {
  position: absolute;
  bottom: 0;
  padding: 0 !important;
  left: 0;
  width: 100%;
  background: #575756 !important;
}

.flex-right #emerge-stats h3.stats-name span,
.flex-right #emerge-stats h3.stats-name {
  color: #fff !important;
  font-size: 19px;
}

.flex-right #emerge-stats p.odometer,
.flex-right #emerge-stats p.odometer span {
  color: #98e4dd !important;
  font-size: 30px;
  font-weight: 800;
}

.images-meta {
  text-align: center;
  margin-bottom: 30px;
}

.images-meta img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
}

.image-meta:nth-child(2) img {
  border: 1px solid #31aee2;
}

.images-meta .image-meta {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin: 0 7px;
}

.title-meta {
  font-family: 'proxima_novasemibold';
  font-size: 18px;
  line-height: 23px;
}

.w-human-diff {
  margin-bottom: 20px;
}

.w-human-diff span {
  display: inline-block;
}

.human-diff {
  color: #48b5e4;
}

#testimonial {
  background-image: url('../images/register/signup-testimonial-bg-pattern-new.svg');
  background-size: cover;
}

.testimonial-item {
  padding: 10% 20%;
}

.register-testimonial-bubble {
  background: #fff;
  padding: 30px 20px;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
}

.register-testimonial-bubble:after {
  content: '';
  position: absolute;
  left: 47%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  clear: both;
}

.register-testimonial-info {
  text-align: center;
}

img.testi-avatar {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 10px solid #FFF;
  width: 150px;
  height: 150px;
}

#element-register .btn-primary {
  background: #71bce6 !important;
  border-color: #71bce6 !important;
  font-weight: bold;
}

#element-register .btn-primary:hover {
  background: #2da7eb !important;
  border-color: #2da7eb !important;
}

.form-try-free-other .help-block,
.w-form-register .help-block,
.w-form-try-free .help-block {
  color: #a94442 !important;
}

.abcRioButtonLightBlue {
  width: 100% !important;
}

.abcRioButtonContentWrapper {
  border: 2px solid #7fc3e9 !important;
}

div#custom-registration {
  width: 80%;
  margin: 0 auto;
  padding: 0 20px 20px;
  background:#fff;
}

.custom-ssu {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: stretch;
}

.custom-ssu-col {
  margin-bottom: 10px;
}

button#linkedin-signup-btn {}

button#linkedin-signup-btn:hover {}

.btn.btn-ssu {
  background: #fff;
  border: 2px solid #71bce6;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}

.btn.btn-ssu:hover {
  background: #eee;
}
.custom-ssu-col a,
.custom-ssu-col a:hover {
  color: #666 !important;
}
.flex-right #emerge-stats .container,
.w-banner-register .container {
  width: auto;
}

@media screen and (max-width: 1199px) {
  .w-footer-logos ul {
    padding: 0;
  }

  .flex-right {
    padding: 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .container-flex {
    height: auto
  }

  .flex-right {
    width: 100%;
    padding: 0;
  }

  .flex-left {
    width: 100%;
  }

  div#custom-registration,
  .w-form-register {
    width: 100%;
  }

  .flex-right #emerge-stats {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .flex-right {
    /* display: none; */
  }

  .container-flex {
    background: none;
    display: block;
  }

  .flex-left {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .w-form-register {
    width: 100%;
  }

  .w-footer-logos li {
    text-align: center;
    margin-bottom: 25px;
  }

  .content-sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .flex-left {
    width: 100%;
  }
}