body{
  overflow-x: hidden;
}
#et-main-area #main-content{
  min-height: 86vh;
  background-color: #fafafa;
}
.registerbutton {
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  padding: 12px 29px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #2b7eff;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 2px;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  letter-spacing: inherit;
  white-space: nowrap;
  transition: background 0.15s ease;
  opacity: 1;
}
.registerbutton:hover {
  color: #ffffff !important;
  opacity: 0.8;
}
.register{
  width: 90%;
  margin: 0px auto;
}
.register-items {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0px auto 0px;
}
.register-item {
  box-sizing: content-box;
  padding: 1%;
}
.register-item-header{
  text-align: center;
}
.register-item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 8px 16px #378bc987;
  border-radius: 5px;
}
.register-item-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 12px;
}
.register-item-price {
  display: inline-flex;
  align-items: baseline;
  font-size: 20px;
}
.register-item-price-amount {
  font-size: 65px;
  line-height: 71px;
  font-weight: 700;
  color: #191e2a;
  margin-bottom: 23px;
}
.register-item-features-list {
  list-style: none;
  padding: 0;
}
.register-item-features-list li {
  margin-bottom: 0;
  padding: 14px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.register-item-features-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #e9ecf8;
}
.register-item-features-list li::after {
  content: "";
  display: block;
  width: 31px;
  height: 24px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%2011h14v2H5z%22%20fill%3D%22%239298B8%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.register-item-features-list li.is-checked::after {
  background-image: url("https://blessingai.com/wp-content/uploads/2022/11/check.svg");
}
#registerfrm label, #loginfrm label{
  display:block;
}
#registerfrm label[for="registeremail"], #loginfrm label[for="loginpwd"]{
  margin-top:15px;
}
#registerfrm input[type="text"], #registerfrm input[type="email"], #loginfrm input[type="email"], #loginfrm input[type="password"]{
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  background-color: #bbdefb;
  color: #000;
}
#registerfrm input[type="email"], #loginfrm input[type="password"]{
  margin-bottom: 20px;
}
.registerrequired, .loginrequired{
  color: red;
}
.frmerr, .frmerrlogin{
  text-align: center;
  color: red;
  margin-bottom: 20px;
  font-size: 12px;
}
.document-loading-cont img{
  display: block;
  width: 90px;
  margin: 0px auto 0px;
}
.document-loading-txt {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
.successmsg {
  text-align: center;
}
.register-item-features-list li:nth-child(1)::before{
  display:none;
}