body {
    background-image: linear-gradient(to right, #FFEEA3, #FFF9DE, #FFFFFF);
}
.register-form-bg {
    /* background-image: linear-gradient(to right, #FFEEA3, #FFF9DE, #FFFFFF); */
}
.regi-btn {
  margin-left: 6%;
  margin-bottom: 7% !important;
}
.regi-form-overall p {
    color: #2C2B2B;
    font-size: 16px;
    line-height: 20px;
}
.regi-form-left img {
  width: 80%;
}
.regi-form-bg::after {
  content: '';
  /* background: url(../images/form-bg-img.svg); */
  top: 57px;
  position: absolute;
  width: 96%;
  height: 85%;
  border-bottom-right-radius: 49px;
  left: 25px;
  border-bottom-left-radius: 100px;
  transform: rotate(-4deg);
  border-top-right-radius: 50px;
  background: rgba(255,255,255,.3);
  box-shadow: 0px 1px 3px #eee;
  border-top-left-radius: 50px;
}
.regi-form {
  background: #fff;
  box-shadow: 0px 3px 6px #00000046;
  border-radius: 41px;
  padding: 5%;
  position: relative;
z-index: 11;
}

.reg-form-withoutbox {
  padding: 5%;
  position: relative;
  background: none !important;
  box-shadow: none !important;
  z-index: 11 !important;
  border-radius: none !important;

}

/* .regi-form-withoutbox ::after {
  
    top: 57px;
    position: absolute;
    width: 96%;
    height: 85%;
    border-bottom-right-radius: 49px;
    left: 25px;
    border-bottom-left-radius: 100px;
    transform: rotate(
-4deg);
 
    border-top-left-radius: 50px;
} */


  .regi-form input {
    padding: 10px 0 3px;
    /* margin-bottom: 20px; */
    /* font-size: 14px; */
  }
  .form-control:focus {
    border-color:#d7d7d7 ;
  }
  
  .regi-form input {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #a2a2a2;
    background: transparent;
border-radius: 0;
  }
  .regi-form input:focus {
    background: transparent;
    box-shadow: none;
  }
  
  .regi-form div {
    position: relative;
  }
  
  
  .control-label {
    display: block;
    position: absolute;
    opacity: 0;
    bottom: 1.9rem;
    color: #5d5d5d;
    transition: 0.5s;
    font-size: 12px;
  }
  
  .form-control:placeholder-shown + .control-label {
    visibility: hidden;
    z-index: -1;
    /* transition: 0.5s; */
    font-family: 'brandon-grotesque-Italic';
  }
  
  .form-control:not(:placeholder-shown) + .control-label,
  .form-control:focus:not(:placeholder-shown) + .control-label {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    /* transform: translateY(5px); */
    transition: 0.5s;
    font-family: 'brandon-grotesque-Italic';
    top: -6px;
  }

  .styled-checkbox {
    position: absolute;
    opacity: 0;
  }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 18px !important;
    color: #2C2B2B !important;
    margin-top: 0px;
  }
  .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 18px;
    background: transparent;
    border: 1px solid;
    /* border-radius: 4px; */
  }
  .styled-checkbox:hover + label:before {
    /* background: #f35429; */
  }
  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .styled-checkbox:checked + label:before {
    background: transparent;
  }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 9px;
    top: -6px;
    /* background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0 black, 4px -6px 0 black, 4px -8px 0 black;
    transform: rotate(45deg); */
    display: inline-block;
    transform: rotate(45deg);
    height: 21px;
    width: 12px;
    border-bottom: 3px solid #5F5D5D;
    border-right: 3px solid #5F5D5D;
  }
  .unstyled {
    margin: 9% 0px 0;
    padding: 0;
    list-style-type: none;
  }
  .unstyled li {
      margin-bottom: 13px;
  }
  .regi-form p {
      color: #2C2B2B;
      font-size: 20px;
      font-family: 'brandon-grotesque-bold';
  }
  .investment-req label {
      position: unset;
      font-size: 18px !important;
color: #2C2B2B !important;
  }
  .investment-req {
      list-style-type: none;
      padding-left: 0;
      margin: 6% 0px 0;
  }
  .investment-req li {
    margin-bottom: 8px;
  }
  .investment-req input {
      width: auto;
  }
  .submit-btn {
      background-image: linear-gradient(180deg, #656565, #333333) !important;
      width: auto !important;
      border-radius: 10px !important;
        color: #fff;
        font-size: 17px !important;
        text-transform: uppercase;
        padding: 3px 10px !important;
        margin-top: 5%;
  }
  .submit-btn:focus {
      border: none !important;
  }
  .thankyou-msg {
      color: #2C2B2B !important;
      font-size: 22px !important;
      line-height: 30px !important;
  }
  .next-1, .next-2 {
      cursor: pointer;
  }
  fieldset:not(.active) {
    display: none;
  }

  footer {
    position: fixed;
    width: 100%;
    bottom: 0;
  }
  .footer-pos {
      position: fixed;
      bottom: 0;
      width: 100%;
  }
  .bottom-right-quarter-circle {
    width: 8px;
    height: 8px;
    border-radius: 0 100px 0px 0px;
    background-color: #ccc;
    position: absolute;
    right: 0;
}
  .full-circle {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: transparent;
    position: relative;
    border: 1px solid #ccc;
    margin-top: 3%;
    margin-left: 6%;
    display: none;
}
.right-quarter-circle {
    width: 8px;
    height: 17px;
    border-radius: 0 100px 100px 0px;
    background-color: #ccc;
    position: absolute;
    right: 0;
}
.full-quarter-circle {
    width: 18px;
    height: 18px;
    border-radius: 100px 100px 100px 100px;
    background-color: #ccc;
    position: absolute;
    right: 0;
}
.error {
    font-size: 12px;
    color: #f44;
    /* display: none; */
}
.regi-form-overall {
    margin-bottom: 50px;
}
/* input::placeholder {
    color: #495057;
    opacity: 1 !important;
} */
::placeholder {
    color: #495057 !important;
    opacity: 1 !important; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #495057 !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #495057 !important;
  }
  .regi-btn img {
    width: 45px;
  }
  .regi-btn h4 {
    font-size: 25px;
  }
  .regi-btn h4 span {
    font-family: 'SFProDisplay-Regular';
  }
  .icon-label {
    display: block;
    position: absolute;
    left: -13%;
    top: 13%;
  }
  .icon-label img {
    width: 21px !important;
  }
  .regi-form-bg-sec::after {
    content: '';
    top: 45px;
    position: absolute;
    width: 96%;
    height: 57%;
  }
  .regi-form-bg-thir::after {
    content: '';
    height: 66%;
    top: 44px;
  }
  .regi-form-bg-sec .icon-label {
    display: block;
    position: absolute;
    left: -8%;
    top: 6%;
}
.regi-form-bg-thir .icon-label {
  display: block;
  position: absolute;
  left: -8%;
  top: 6%;
}
.regi-form-bg-fou::after {
  height: 80%;
}
.regi-form-bg-fiv::after {
  height: 69%;
  top: 46px;
}
.regi-form-bg-fiv .icon-label {
  display: block;
  position: absolute;
  left: -8%;
  top: 6%;
}
@media (max-width: 600px) {
  .regi-btn h4 {
    font-size: 22px;
}
}
@media (max-width: 767px) {
    footer {
       position: unset;
      }
      .footer-pos {
        position: fixed;
      }
      .thankyou-msg {
        color: #2C2B2B !important;
        font-size: 18px !important;
        line-height: 25px !important;
        text-align: center;
    }
    .regi-form-overall {
        margin-bottom: 30px;
    }
    .regi-form-overall-left {
      margin-bottom: 0px;
    }
    .regi-form-overall:last-child {
        margin-bottom: 75px;
    }
    .unstyled li {
        margin-bottom: 2px;
    }
    .regi-form label {
        color: #2C2B2B;
    }
    .regi-form-bg::after {
      content: '';
      top: 91px;
      position: absolute;
      width: 93%;
      height: 77%;
      border-radius: 17px;
    }
    .regi-form {
      border-radius: 26px;
    }
    .regi-btn {
      margin-left: 0;
    }
    .regi-form-left img {
      width: 60%;
  }
  .regi-btn img {
    width: 45px !important;
}
.regi-form-bg-thir .regi-form-overall:last-child {
  margin-bottom: 40px;
}
.regi-form-bg-sec .regi-form-overall:last-child {
  margin-bottom: 40px;
}
.next-2 {
  margin-top: 30%;
}
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .regi-form-bg::after {
    top: 76px;
    position: absolute;
    width: 94%;
    height: 78%;
  }
  
}
@media (max-width: 1024px) {
    .full-circle {
        margin-top: 6px;
    }
    .icon-label img {
      right: 33%;
      position: relative;
  }
}
@media (width: 1024px) {
  .regi-form-bg::after {
    content: '';
    top: 71px;
  }
}