/* proceed form css start*/
.Proceed-modal-lg #regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Style the input fields */
.Proceed-modal-lg input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: none;
  border-bottom: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
.Proceed-modal-lg input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.Proceed-modal-lg .tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.Proceed-modal-lg .step {
  margin: 0 2px;
  background-color: #000000;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  color: #fff;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.Proceed-modal-lg .step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.Proceed-modal-lg .step.finish {
  background-color: #dedede;
  color: #000000;
}
.Proceed-modal-lg .fee {
  position: absolute;
  top: 2.8rem;
  transform: translate(85%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Proceed-modal-lg .member-content {
  position: relative;
}

.Proceed-modal-lg .fee p {
  font-size: 24px;
  font-weight: 900;
}
.Proceed-modal-lg .member-content::after {
  content: "Fee";
  position: absolute;
  padding: 1rem 4rem;
  font-size: 20px;
  color: white;
  display: flex;
  top: -1rem;
  font-weight: 600;
  left: 0.7rem;
  background: url(../img/feebg.png);
  align-items: center;
  justify-content: center;
}
.Proceed-modal-lg .col-md-4.input-prar {
  font-size: 17px;
  font-weight: 600;
}
.Proceed-modal-lg .mems-fee .col-md-12 p {
  font-size: 20px;
  font-weight: 600;
}
.Proceed-modal-lg button#nextBtn {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 10px 20px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
}
.Proceed-modal-lg button#nextBtn:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}
.Proceed-modal-lg .yr-mem p:nth-child(1) {
  font-size: 25px;
  font-weight: 900;
}
.Proceed-modal-lg .yr-mem p:nth-child(2) {
  font-size: 12px;
}
.Proceed-modal-lg .mems-fee {
  /*margin-top: 6rem;*/
}
.Proceed-modal-lg .email-verify-img {
  text-align: end;
}
.Proceed-modal-lg .email-verify p:nth-child(1) {
  font-size: 25px;
  font-weight: 900;
}
.Proceed-modal-lg .email-verify p:nth-child(2) {
  font-size: 12px;
}
.Proceed-modal-lg .en-email {
  font-size: 17px;
  font-weight: 600;
}
.Proceed-modal-lg button#prevBtn {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 10px 20px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
}
.Proceed-modal-lg button#prevBtn:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}
.modal-heading {
  text-align: center;
}
.modal-signup-sec .body-modal .modal-heading {
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.modal-signup-sec .body-modal form {
  padding-top: 25px;
}
.modal-signup-sec .body-modal form .nav-tabs {
  padding-bottom: 25px;
}
.modal-signup-sec input.form-control::placeholder {
  color: #8a8a8a;
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 400;
}
.modal-signup-sec .have_account {
  font-size: 14px;
  color: #272727;
  font-weight: 600;
}
.modal-signup-sec .have_account a {
  text-decoration: underline;
  color: #000;
}
.signup-section .modal-heading {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.signup-section .modal-heading h3 {
  margin-bottom: 20px;
}
.signup-section form {
  padding-top: 15px;
}
.signup-section form input::placeholder {
  font-size: 13px;
  color: #8a8a8a;
  font-family: "Poppins";
  font-weight: 500;
}
.signup-section form .text-center {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.signup-section form .text-center a {
  color: #000;
  text-decoration: underline;
}
#card-element{
  width: 36rem
}
/* proceed form css End*/
/* responsive start here */
@media(max-width:767px){
.Proceed-modal-lg #regForm {
  margin: 0px auto;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  min-width: unset;
}
.Proceed-modal-lg .modal-dialog.modal-lg {
  max-width: 96%;
  margin: 20rem auto;
}
section.agentprofile .information .form-start {
  margin-top: 3rem;
}
.Proceed-modal-lg .member-content::after{
  top: 2rem;
}
.Proceed-modal-lg .fee{
  top: 6.8rem;
}
.Proceed-modal-lg .mems-fee .col-md-12 p{
  margin-top: 8rem;
}
}
@media(max-width:575px){
  .Proceed-modal-lg .mems-fee .col-md-12 p{
    margin-top: 6rem;
  }
  .Proceed-modal-lg .modal-dialog.modal-lg {
    margin: 8rem auto;
  }
  .ElementsApp input.InputElement {
    width: auto;
}
.Proceed-modal-lg .member-content::after{
  top: 3rem;  
    left: 0;
}
.Proceed-modal-lg .fee {
  top: 6.8rem;
    transform: translate(50%, 0);
}
#card-element{
  width: 100%;
}
}
@media(max-width:480px){
  .Proceed-modal-lg .member-content::after{
    top: 3rem;
    left: 0;
  }
  .Proceed-modal-lg .mems-fee .col-md-12 p{
    margin-top: 6rem;
  }
  .Proceed-modal-lg .fee{
    top: 6.8rem;
    transform: translate(50%, 0);
  }
  .Proceed-modal-lg .modal-dialog.modal-lg {
    margin: 7rem auto;
}
.CardField-child {
  transform: unset !important;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;

  display: block !important;
}
span.CardField-child{
  display: block !important;
}
}
@media(max-width:320px){
  .Proceed-modal-lg .fee {
    top: 5.8rem;}
    .Proceed-modal-lg .member-content::after {
      top: 2rem;
    }
}
/* responsive end here */
