
/* Demo popups */

.education-popup-ct,
.education-popup-after-ct {
  color: #fff;
}

.education-popup-ct {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 99999;
}

.education-popup-ct .education-popup {
  width: 870px;
  border: 6px solid #3A2B8F;
  background: #0B0A13;
  border-radius: 2px;
  padding: 54px 73px 53px 84px;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
  position: relative;
}

.education-popup-ct .education-popup svg {
  margin-bottom: 30px;
}

.education-popup-ct .education-popup h2 {
  font-size: 20px;
  line-height: 20px;
  font-family: montserrat;
  max-width: 524px;
  margin-bottom: 30px;
  color: #fff;
}

.education-popup-ct .education-popup form {
  display: flex;
  margin-bottom: 34px;
}

.education-popup-ct .education-popup .inputs-ct {
  display: flex;
}

.education-popup-ct .education-popup form .left {
  margin-right: 40px;
}

.education-popup-ct .education-popup form .left input {
  width: 296px;
}

.education-popup-ct .education-popup form .left textarea {
  width: 296px;
  height: 94px;
  margin-top: 16px;
}

.education-popup-ct .education-popup form .right input {
  width: 365px;
}

.education-popup-ct .education-popup form .right textarea {
  height: 64px;
  width: 365px;
}

.education-popup-ct .education-popup form .left .inputs-ct input {
  width: 100%;
}

.education-popup-ct .education-popup .inputs-ct .input-err-ct:first-of-type {
  width: 125px;
  margin-right: 5px;
}

.education-popup-ct .education-popup .inputs-ct .input-err-ct:nth-of-type(2) {
  width: 165px;
}

.education-popup-ct .education-popup input {
  height: 32px;
  border: none;
  border-radius: 2px;
  background: #F3F3F3;
  margin-bottom: 12px;
  color: #333;
  font-family: proxima-nova;
  padding-left: 12px;
  font-size: 16px;
}

.education-popup-ct .education-popup textarea {
  border: none;
  border-radius: 2px;
  color: #333;
  padding-top: 7px;
  font-family: proxima-nova;
  padding-left: 12px;
  resize: vertical;
  background: #F3F3F3;
  font-size: 16px;
}

.education-popup-ct .education-popup input::placeholder {
  color: #A9A9A9;
}

.education-popup-ct .education-popup textarea::placeholder {
  color: #A9A9A9;
}

.education-popup-ct .education-popup .button-ct {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.education-popup-ct .education-popup .button-ct button {
  height: 44px;
  width: 258px;
  background: #02DB73;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
}

.education-popup-ct .education-popup .closeBtn {
position: absolute;
bottom: 10px;
right: 13px;
color: #02DB73;
  cursor: pointer;
  font-size: 16px;
font-weight: 600;
margin: 0 !important;
padding: 0 !important;
width: auto !important;
}

.education-popup-ct .education-popup .emailExists {
  color: red;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  display: none;
}

@media (max-width: 600px) {
  .education-popup-ct .education-popup {
      width: 90%;
      padding: 30px 15px;
      overflow: scroll;
      height: 90vh;
  }

  .education-popup-ct .education-popup form {
      flex-direction: column;
  }

  .education-popup-ct .education-popup form .left {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 30px;
  }

  .education-popup-ct .education-popup form .right {
      width: 100%;
  }

  .education-popup-ct .education-popup form .left input {
      width: 100%;
  }

  .education-popup-ct .education-popup form .left textarea {
      width: 100%;
  }

  .education-popup-ct .education-popup form .right input {
      width: 100%;
  }

  .education-popup-ct .education-popup form .right textarea {
      width: 100%;
  }


  .education-popup-ct .education-popup .inputs-ct input:first-of-type {
      width: 50%;
      margin-right: 5px;
  }

  .education-popup-ct .education-popup .inputs-ct input:nth-of-type(2) {
      width: 50%;
  }

  .education-popup-ct .education-popup .button-ct button {
      width: 100%;
  }

  .education-popup-ct .education-popup .closeBtn {
      top: 10px;
  }

}

/* Demo popup after  */

.education-popup-after-ct {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 99999;
}

.education-popup-after-ct .education-popup-after {
  width: 870px;
  border: 6px solid #3A2B8F;
  background: #0B0A13;
  border-radius: 2px;
  padding: 54px 73px 53px 84px;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
  position: relative;
}

.education-popup-after-ct .education-popup-after a {
  text-decoration: none;
}

.education-popup-after-ct .education-popup-after svg {
  margin-bottom: 30px;
}

.education-popup-after-ct .education-popup-after h2 {
  font-size: 32px;
  line-height: 32px;
  font-family: montserrat;
  max-width: 524px;
  margin-bottom: 55px;
}

.education-popup-after-ct .education-popup-after .closeBtn {
  height: 44px;
  width: 258px;
  background: #02DB73;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  min-height: 44px;
  font-weight: 600;
  margin-bottom: 42px;
  cursor: pointer;
}

.education-popup-after-ct .education-popup-after .read-blog {
font-size: 18px;
margin-bottom: 18px;
color: #fff;
  font-family: ltc-caslon-pro;
font-weight: 600;
}

.education-popup-after-ct .education-popup-after .read-blog a {
text-decoration: none;
  color: #02DB73;
  font-family: proxima-nova;
  font-weight: 500;
}

.education-popup-after-ct .education-popup-after .read-blog a span {
  color: #02DB73;
  font-weight: 800;
}

.education-popup-after-ct .education-popup-after .follow {
  font-size: 18px;
  max-width: 483px;
  margin-bottom: 18px;
}

.education-popup-after-ct .education-popup-after .social-buttons {
  margin-bottom: 0px;
}

@media (max-width: 600px) {
  .education-popup-after-ct .education-popup-after {
      width: 90%;
      padding: 30px 15px;
      overflow: scroll;
      height: 90vh;
  }
}

form .error {
  color: #DD6C69;
  font-family: 'proxima-nova';
  font-size: 12px;
  margin: -9px 2px 3px 0;
  display: block;
}

form .input-err-ct {
  display: flex;
  flex-direction: column;
}