
.card-container {
    display: flex;
    gap: 40px;
    justify-content: center;
}
.card-container .card {
    background: #fff;
    padding: 40px;
    max-width: 320px;
    border-radius: 40px;
    min-height: 440px;
}

.card-container .card h3 {
    font-size: 26px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(0,0,0,0.05);
    margin-bottom: 5px;
}
.card-container h6 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}
.card_price {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    padding-bottom: 40px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    margin-top: 40px;
}

.card_price sub {
    font-size: 16px;
}

.card-buy-now-button {
    background-color: #AED667 !important;
    border:none !important;
    color:#fff !important;
}
.__button_form{
    text-align: center;
    margin-top: 40px;
}
.d-flex {
    display: flex;
    gap: 70px;
    justify-content: space-between;
    align-items: flex-start;
}
._w_50 {
    width: 50%;
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
    border-radius:40px;
}
._w_40 {
    width: 40%;
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
    border-radius:40px;
}
._w_60 {
    width: 60%;
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
    border-radius:40px;
}
._w_70 {
    width: 70%;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
    border-radius:40px;
}
._w_30 {
    width: 30%;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
    border-radius:40px;
}
._w_100 {
    width: 100%;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07);
    border-radius:40px;
}
.membership-form-container {
    padding:150px 0;
    display:flex;
    justify-content:center;
}
.membership-form-container .step{
    width:1260px;
}
._w_50 h3{
        font-size: 36px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgba(0,0,0,0.05);
}

button.remove-member-btn {
    background: red;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 2px 10px;
    font-size: 13px;
}
div#add-more-members {
    text-align: right;
    margin-bottom:20px;
}
button#add-member-btn {
    background: green;
    color: #fff;
    border: none;
    padding: 5px 20px;
    border-radius: 20px;
}
img.payment_image {
    width: 160px;
    margin-top: 19px;
    display: block;
    margin-left: auto;
}

.StripeElement--focus {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
  }
  .card-element-disabled {
      background-color: #e9ecef;
      opacity: 1;
  }
#card-element {
    display: flex;
    align-items: center;
    padding: 11px;
    border: 1px solid #000;
    border-radius: 10px;
}
  #card-element div {
      flex-grow: 1;
  }
  #card-element-error {
      color: #ff0000;
  }
  #submit-payment {
    background: #2a327b !important;
    color: #fff !important;
    border: none;
    padding: 6px 20px;
    border-radius: 20px;
}
@media (max-width: 768px) {
.card-container {
    display: flex;
    gap: 40px;
    /* justify-content: center; */
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.d-flex {
    display: flex;
    gap: 70px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
}
._w_30, ._w_40,._w_50,._w_60,._w_70,._w_80{
    width:100%;
}
img.payment_image {
    width: 80px;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-bottom: 10px;
}
.membership-form-container {
    padding: 50px 20px;
}
}
  