/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #141414;
  letter-spacing: 0.01em;
}

.div-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35%;
  -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: #141414;
}

.div-block {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-left: 40px;
}

.heading-1 {
  margin-top: 0px;
  color: #f1f3f7;
}

.heading-2 {
  margin-top: 0px;
  color: #babec7;
  font-weight: 400;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3 {
  width: 100%;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  color: #81858d;
  font-weight: 400;
}

.circle-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: -200px;
  bottom: 0px;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: rgba(241, 243, 247, 0.13);
  background-image: linear-gradient(135deg, #141414 8%, rgba(241, 243, 247, 0));
}

.circle-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 160px;
  z-index: 3;
  width: 80px;
  height: 80px;
  border-radius: 300px;
  background-color: rgba(241, 243, 247, 0.13);
  background-image: linear-gradient(315deg, #1f1c1c, #2a41e8);
}

@media screen and (max-width: 991px) {

  .div-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-1 {
    font-size: 36px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .div-block-3 {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .heading-3 {
    font-size: 36px;
  }

  .circle-1 {
    right: -140px;
    width: 240px;
    height: 240px;
  }

  .circle-2 {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-1 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .div-2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .div-block {
    padding-left: 40px;
  }

  .heading-1 {
    font-size: 32px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .circle-1 {
    bottom: auto;
  }

  .circle-2 {
    right: 60px;
    bottom: 182px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-left: 20px;
  }

  .form-block {
    margin-right: auto;
    margin-left: auto;
  }

  .circle-2 {
    right: 49px;
    bottom: 191px;
  }
}





/* Another Template */
/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
.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;
}

.feature-icon {
  width: 24px;
  margin-right: 12px;
}

.field-label-2 {
  color: #374252;
  font-weight: 600;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -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;
}

.div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  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;
}

.text-block-8 {
  margin-right: 3px;
  font-size: 16px;
}

.page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*overflow-y:scroll;*/
  /*overflow-x: hidden;*/
  width: 100%;
  height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.checkbox {
  width: 14px;
  height: 14px;
}

.checkbox.w--redirected-checked {
  background-color: #2d323e;
}

.form-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 500px;
  -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;
}

.legal-text {
  opacity: 0.85;
  color: #dbdbdb;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.legal-text._3 {
  color: #374252;
}

.checkbox-label {
  opacity: 0.7;
  color: #2d323e;
  font-weight: 500;
}

.legal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.legal-box._2-copy {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.legal-box._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.logo-img {
    width: 100px;
}

.content-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 454.3999938964844px;
  -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;
}

.link-4 {
  color: #2d323e;
}

.block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 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;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #2d323e;
  font-size: 26px;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
}

.text-field-2 {
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
}

.text-field-2:focus {
  border: 1px solid #009da3;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: rgba(55, 66, 82, 0.8);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.link-3 {
  margin-left: 3px;
  color: #009da3;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 45px;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1.1px solid #e4e4e4;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #dbdbdb;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  text-decoration: none;
}

.social-login:hover {
  border-color: #dbdbdb;
  background-color: #f9f9f9;
}

.social-login:active {
  background-color: #f2f2f2;
  box-shadow: 1px 0 3px 0 #dbdbdb;
}

.social-login.facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}

.social-login.facebook:hover {
  opacity: 0.95;
}

.form-field-wrapper {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-1 {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 42px;
  line-height: 130%;
  font-weight: 500;
}

.div-block-2 {
  margin-left: 10px;
  text-align: center;
}

.checkbox-field {
  margin-bottom: 15px;
}

.page-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #1b2d47;
}

.div-2.page-container._1 {
    width: 35%;
    background-color: #141414 !important;
}

.page-container._2 {
  background-color: #fff;
}

._1px-div-line {
  width: 40%;
  height: 0.8px;
  background-color: #e4e4e4;
}

.text-field-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field-box._2 {
  width: 100%;
}

.image {
  height: 25px;
}

.feature-text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 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;
}

.text-block-9 {
  display: inline-block;
  -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: #374252;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.text-block-9._2 {
  color: #fff;
}

.brand {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: rgba(0, 157, 163, 0.12);
  color: #009da3;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .form-box {
    width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .legal-box._2-copy {
    display: block;
    margin-top: 60px;
  }

  .legal-box._2 {
    display: none;
  }

  .content-wrapper {
    max-width: none;
  }

  .block-2 {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .heading-2 {
    position: static;
    margin-bottom: 22px;
  }

  .form-box {
    width: 550px;
    margin-top: 0%;
  }

  .heading-1 {
    max-width: none;
    margin-top: 20px;
  }

  .div-block-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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .page-container {
    width: 100% !important;
  }

  .text-field-box {
    width: 49%;
  }

  .image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .block-1 {
    padding-bottom: 60px;
  }

  .brand {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-box {
    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;
  }

  .legal-box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-2 {
    position: static;
  }

  .form-box {
    width: auto;
    margin-top: 5%;
  }

  .heading-1 {
    max-width: 400px;
  }

  .page-container {
    width: 100% !important;
  }

  .brand {
    position: static;
    top: auto;
  }
}

@media screen and (max-width: 479px) {
  .social-box {
    margin-bottom: 0%;
  }

  .div-block-6-copy {
    width: 100%;
  }

  .text-block-8 {
    white-space: nowrap;
  }

  .content-box {
    padding-top: 45px;
  }

  .form-wrapper {
    max-width: 460px;
  }

  .legal-box {
    -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;
  }

  .button {
    margin-top: 20px;
  }

  .block-2 {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    position: static;
    line-height: 140%;
  }

  .link-3 {
    white-space: nowrap;
  }

  .form-box {
    width: auto;
    margin-top: 0%;
  }

  .social-login {
    width: 48%;
    height: 45px;
  }

  .heading-1 {
    font-size: 36px;
    line-height: 140%;
    font-weight: 500;
  }

  .text-field-box {
    width: 100%;
  }

  .block-1 {
    padding-right: 20px;
    padding-bottom: 75px;
    padding-left: 20px;
  }
}

.block-2{
    min-height:100vh;
}



.wt-main {
    margin-top: 0;
}
main.wt-main {
    background: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #323232;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1.5em;
    font-style: normal;
    font-family: 'Nunito',Arial,Helvetica,sans-serif;
}
.wt-joinsteps li.wt-active a {
    border-color: #2a41e8;
    color: #2a41e8;
}
.wt-joinsteps li.wt-done-next a {
    color: #fff;
    background: #2a41e8;
    border-color: #2a41e8;
}
.account-type input.account-type-radio:checked ~ label {
    color: #fff !important;
    background-color: #2a41e8!important;
}
.account-type input.account-type-radio ~ label:hover {
    color: #2a41e8;
    background-color: #2a41e812;
}
.form-group {
    margin: 0;
    padding: 5px;
    position: relative;
}
.form-group.form-group-half.toolip-wrapo.ah-tel-floating-label {
    width: 100%;
}
header#header-container {
    display: none;
}
.account-type div {
    padding: 5px;
}
.account-type {
    display: flex;
    width: calc(100% + 0px);
    margin: 0 0 10px 0;
}
.account-type div {
    flex: 1;
    margin-right: 0px;
    padding: 5px;
}
.wt-footerbottom {
    background-color: #f7f7f7;
}
.wt-footerholder, .wt-footerbottom {
    background-color: #f7f7f7;
    display: none;
}
.ah-step-before-completed:after{
    background: #2a41e8 !important;
}
.ah-invisible {
    display: none !important;
}
.col-xl-6.ah-next-prev-btns-1 {
    padding-right: 5px !important;
}
.col-xl-6.ah-next-prev-btns-2 {
    padding-left: 5px !important;
}
.col-xl-6.ah-next-prev-btns-1 .button, .col-xl-6.ah-next-prev-btns-2 .button{
    width:auto !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	padding: 19px 11px;
	font-size: 14px;
	font-family: "Poppins",Arial,Helvetica,sans-serif;
}
.chosen-container-multi {
	z-index: auto;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option{
	font-weight: 400 !important;
    font-family: 'Poppins';
}

/** hireo dropdown style **/
.ah-hireo-dropdown .bootstrap-select.btn-group button {
    background-color: transparent !important;
    font-weight: 100 !important;
    color: #000 !important;
    font-size: 14px !important;
    padding-left: 10px !important;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: none;
    height:50px;
}
.ah-hireo-dropdown span.floating-label{
    color: #006dfe!important;
}
.ah-hireo-dropdown span.filter-option {
    margin-bottom: -12px !important;
}
.ah-hireo-dropdown .bs-searchbox .form-control:focus, .ah-hireo-dropdown .bs-searchbox .form-control {
    margin-bottom: 0 !important;
    width: 100% !important;
    float: none !important;
    box-shadow: none !important;
    background: #f4f4f4 !important;
    margin: -5px 0 10px 0 !important;
    height: 38px !important;
    line-height: 38px !important;
    padding: 10px !important;
    border-radius: 4px !important;
    border-color: #f4f4f4 !important;
}
.ah-hireo-dropdown .bs-searchbox:after {
    top: 15px !important;
}
.ah-hireo-dropdown .dropup .dropdown-toggle::after{
    display:none !important;
}
.ah-hireo-dropdown .dropdown-menu.open {
    border: 1px solid #ddd;
}
.ah-hireo-dropdown a.chosen-single {
    padding-bottom: 0px !important;
    padding-top: 15px !important;
    padding-left: 10px !important;
}

.wt-select:after {
    content: '' !important;
}

.ah-languages-select .chosen-container.chosen-container-multi {
    padding-top: 18px;
    padding-left: 0px;
}

.form-group.form-group-half.toolip-wrapo.ah-tel-floating-label {
    width: 50% !important;
}


.wt-projecttitle figure img {
    width: 100%;
    opacity: .80;
    display: block;
    border-radius: 4px;
    height: auto;
}

.accordion-no-result {
    background: url(https://api.iconify.design/ic/outline-business.svg?color=%23777)no-repeat center center/contain;
    content: url(https://api.iconify.design/ic/outline-business.svg?color=%23777);
    padding: 0px;
}

.logo-api-autocomplete-container #leaflet-geocode-cont ul li.powered-by-clearbit strong:before {
	background-image: url(https://logo.clearbit.com/clearbit.com)!important;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 17px;
	width: 17px;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: -2px
}

.logo-api-autocomplete-container #leaflet-geocode-cont ul li:before {
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	top: 10px;
	left: 20px;
	margin-right: 0;
	color: #aaa;
	transition: .3s;
	content: ""!important
}

.logo-api-autocomplete-container #leaflet-geocode-cont ul li {
	color: #888;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	padding: 20px 15px!important;
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
	cursor: pointer;
	transition: .3s;
	position: relative
}

.logo-api-autocomplete-container span.ah-list-company-name {
	width: 35px!important;
	height: 35px!important;
	overflow: hidden!important;
	line-height: unset!important;
	top: unset !important;
	vertical-align: middle!important;
	border-radius: 4px!important;
	border: 0!important;
	display: flex!important;
	background: #fff0!important
}

.logo-api-autocomplete-container span.ah-list-company-name img {
	margin: auto!important;
	verticle-align: middle!important;
	max-height: 35px!important;
	max-width: 35px!important
}

.logo-api-autocomplete-container span.highlight {
	/*padding-left: 45px!important*/
}

.logo-api-autocomplete-container #leaflet-geocode-cont.active {
	display: block;
	margin-left: 48px!important;
	width: calc(100% - 48px)!important
}

.logo-api-autocomplete-container .ah-selected-logo-i {
	padding: 5px!important;
	display: flex!important;
	vertical-align: middle!important;
	background: #fff!important
}

.logo-api-autocomplete-container .ah-selected-logo-i img {
	margin: auto!important;
	max-height: 35px!important;
	max-width: 35px!important
}

.logo-api-autocomplete-container span.floating-label {
	position: absolute!important;
	display: block!important;
	pointer-events: none!important;
	margin-left: 60px!important;
	margin-top: -38px!important;
	transition: .2s ease all!important;
	font-family: "Poppins"!important;
	color: #999!important;
	font-size: 15px!important;
	max-height: 28px!important;
	overflow: hidden!important
}

.logo-api-autocomplete-container input:focus~.floating-label,.logo-api-autocomplete-container input:not(:focus):valid~.floating-label {
	margin-top: -50px!important;
	font-size: 11px!important;
	color: #006dfe!important
}

.logo-api-autocomplete-container input.with-border,input[type=text].with-border {
	box-shadow: none!important
}

.logo-api-autocomplete-container input.input-text.with-border.ah-logo-api-input {
	color: #000!important;
	padding-top: 10px!important;
	font-size: 14px!important;
	font-family: "Poppins"!important;
	font-weight: 400 !important;
	padding-left: 60px!important;
	padding-bottom: 0px !important;
	margin-bottom:0 !important;
}

.logo-api-autocomplete-container i.no-result {
	background: url(https://api.iconify.design/ic/outline-business.svg?color=%23777)no-repeat center center/contain;
	content: url(https://api.iconify.design/ic/outline-business.svg?color=%23777);
	padding: 10px!important
}

.logo-api-autocomplete-container #leaflet-geocode-cont ul li.powered-by-osm {
	display: block!important;
	padding: 9px 20px 9px 0!important;
	font-size: 12px!important;
	font-weight: 500!important;
	color: #999!important;
	pointer-events: none!important;
	text-align: right!important
}

.logo-api-autocomplete-container input.with-border {
	border: 1px solid #e0e0e0!important
}

.logo-api-autocomplete-container .input-with-icon-left input {
	padding-left: 65px!important
}

.logo-api-autocomplete-container input {
	height: 48px;
	line-height: 48px;
	padding-right: 20px;
	outline: 0;
	font-size: 16px;
	color: gray;
	margin: 0 0 16px;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	font-weight: 500;
	opacity: 1;
	border-radius: 8px !important;
	border: 0;
	box-shadow: 0 1px 4px 0 rgb(0 0 0/12%)
}

.logo-api-autocomplete-container i {
	position: absolute;
	top: 0;
	color: #a0a0a0;
	text-align: center;
	line-height: 48px;
	width: 48px;
	height: 48px;
	font-size: 19px;
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	display: block;
	border-radius: 8px 0 0 8px !important
}

.logo-api-autocomplete-container {
	position: relative
}

.logo-api-autocomplete-container #leaflet-geocode-cont ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.logo-api-autocomplete-container #leaflet-geocode-cont {
	position: absolute;
	z-index: 110;
	background: #fff;
	border: 0;
	border-radius: 0 0 4px 4px;
	top: 46px;
	box-shadow: 0 1px 4px 0 rgb(0 0 0/12%);
	display: none;
	width: 100%;
	border-top: 1px solid #e8e8e8
}

.logo-api-autocomplete-container #leaflet-geocode-cont:before {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -5px
}

.logo-api-autocomplete-container #leaflet-geocode-cont ul li:last-child {
	border: 0;
	border-radius: 0 0 4px 4px
}

.logo-api-autocomplete-container #leaflet-geocode-cont ul li.selected,.logo-api-autocomplete-container #leaflet-geocode-cont ul li:hover {
	background: #fafafa
}

.logo-api-autocomplete-container #leaflet-geocode-cont ul li.powered-by-osm strong {
	color: #333;
	position: relative;
	padding-left: 26px
}

.logo-api-autocomplete-container #leaflet-geocode-cont span.highlight {
	color: #222;
	font-weight: 600
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	padding: 19px 11px;
	font-size: 14px;
	font-family: "Poppins",Arial,Helvetica,sans-serif;
}
.chosen-container-multi {
	z-index: auto;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option{
	font-weight: 400 !important;
    font-family: 'Poppins';
}

/** hireo dropdown style **/
.ah-hireo-dropdown .bootstrap-select.btn-group button {
    background-color: transparent !important;
    font-weight: 100 !important;
    color: #000 !important;
    font-size: 14px !important;
    padding-left: 10px !important;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: none;
    height:50px;
}
.ah-hireo-dropdown span.floating-label{
    color: #006dfe!important;
}
.ah-hireo-dropdown span.filter-option {
    margin-bottom: -12px !important;
}
.ah-hireo-dropdown .bs-searchbox .form-control:focus, .ah-hireo-dropdown .bs-searchbox .form-control {
    margin-bottom: 0 !important;
    width: 100% !important;
    float: none !important;
    box-shadow: none !important;
    background: #f4f4f4 !important;
    margin: -5px 0 10px 0 !important;
    height: 38px !important;
    line-height: 38px !important;
    padding: 10px !important;
    border-radius: 4px !important;
    border-color: #f4f4f4 !important;
}
.ah-hireo-dropdown .bs-searchbox:after {
    top: 15px !important;
}
.ah-hireo-dropdown .dropup .dropdown-toggle::after{
    display:none !important;
}
.ah-hireo-dropdown .dropdown-menu.open {
    border: 1px solid #ddd;
}
.ah-hireo-dropdown a.chosen-single {
    padding-bottom: 0px !important;
    padding-top: 15px !important;
    padding-left: 10px !important;
}

.wt-select select {
    color: #000 !important;
    padding-bottom: 0px !important;
    padding-top: 15px !important;
    padding-left: 10px !important;
}
.wt-experienceaccordion span.wt-head-title {
    display: inline-block;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    padding-right: 10px;
    overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  -webkit-text-fill-color: #000 !important;
}

.button-div {
    padding: 0 5px;
}

.ah-view-home-page-btn, .ah-full-width-btn{
    width:100% !important;
}

.div-2.page-container._1 {
    width: 35%;
    background-color: #141414 !important;
    background-color: rgba(241, 243, 247, 0.13);
    background-image: linear-gradient(342deg, #000000, #2a41e8);
}

.circle-1 {
    background-image: linear-gradient(60deg, #191919, #ff0000);
}

.logo-img {
    width: 175px;
}

input::placeholder {
     color: transparent !important;
}

#project_cat_multiselect_chosen, #wt-sidebar, .chosen-container, .chosen-container-multi, .chosen-single, .downloadable-select, .form-group, .wt-numeric, .wt-select, .wt-select select {
    border-radius: 4px!important;
}

input.form-control, textarea.form-control {
    border-radius: 4px !important;
}

.selected-flag {
    background: #f7f7f7;
    border-radius: 4px 0 0 4px;
}

.form-group-label label span{
    background: #2a41e816 !important;
    color: #2a41e8 !important;
}

.form-group-label label span:hover{
    background: #2a41e8 !important;
    color: #fff !important;
}

#tidio-chat {
    display: none;
}

span.ah-error-message {
    color: #ff0000;
    font-family: 'Poppins';
    font-size: 12px;
    padding: 0 5px;
}

.ah-field-error input {
    border-color: #ff0000 !important;
}

.ah-field-error .floating-label, .ah-field-error input.form-control:focus, .ah-field-error textarea.form-control:focus {
    color: #ff0000 !important;
}

.selected-flag {
    background: #fff0 !important;
    border-radius: 4px 0 0 4px !important;
    border-right: 1px solid #ddd !important;
} 

.logo-api-autocomplete-container i {
    border-radius: 4px 0 0 4px !important;
}

.logo-api-autocomplete-container input {
    border-radius: 4px !important;
}

.logo-api-autocomplete-container i, .logo-api-autocomplete-container input{
    height: 50px !important;
}

span.caret {
    display: none;
}

span.bs-caret:after {
    top: 0;
    right: 15px;
    z-index: 1;
    color: #666;
    display: block;
    content: '\e874';
    position: absolute;
    text-align: center;
    font-size: inherit;
    line-height: 50px;
    font-family: 'Linearicons-Free';
}

.ah-hireo-dropdown .bootstrap-select.btn-group button {
    border-radius: 4px;
}

.chosen-container-multi .chosen-choices li.search-choice, .page-template-dashboard .wt-experienceaccordion .wt-collapseexp fieldset .form-group .wt-labelgroup .wt-btn, .wt-attachfile, .wt-uploadingbox {
    border-radius: 4px;
}

.button-div .button {
    width: 100% !important;
}

.wt-joinsteps .ah-step-description {
    color: #999;
    margin-top: 10px;
}

.wt-active .ah-step-description, .wt-done-next .ah-step-description{
    color: #2a41e8;
}

.wt-joinsteps li a {
    margin-left: auto;
    margin-right: auto;
}

.wt-joinsteps li+li:after {
    top: 28%;
}

@media screen and (max-width: 425px) {
    
    .form-group-half {
        width: 100%;
    }
    
    .form-group.form-group-half.toolip-wrapo.ah-tel-floating-label {
        width: 100% !important;
    }
    
}