.payment-bg{
    padding: 100px 0 125px 0px; background-image: url(../img/payment-bg_11.webp); background-repeat: no-repeat; background-size: cover;
}
@media (max-width: 767.98px) {
    .payment-bg{
        padding: 75px 0 75px 0px;
    }
}
.form-wrapper {
    max-width: 1050px;
    margin: 0 auto;
    padding: 100px;
    background-color: rgb(229, 230, 231, 0.92);
}

@media (max-width: 991.98px) {
    .form-wrapper {
        padding: 50px;
   }
}

@media (max-width: 767.98px) {
    .form-wrapper {
        padding: 20px;
   }
}

.form-wrapper form {
    position: relative;
}
.form-wrapper h2 {
    margin-bottom: 70px;
}
@media (max-width: 575.98px) {
    .form-wrapper h2 {
        margin-bottom: 30px;
   }
}
.form-wrapper .item {
    margin-bottom: 35px; font-size: 0;
}
@media (max-width: 575.98px) {
    .form-wrapper .item {
        margin-bottom: 30px;
    }
}
.form-wrapper .item label {
    width: 21%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #58595b;
    font-weight: 600;
    padding-right: 10px;
}
@media (max-width: 767.98px) {
    .form-wrapper .item label {
        width: 100%;
        margin-bottom: 5px;
   }
}
.form-wrapper .item .rgt {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.form-wrapper .item .rgt > span {
    width: 50%;
    margin-right: 0;
}
@media (max-width: 575.98px) {
    .form-wrapper .item .rgt > span {
        width: 100%;
   }
}
@media (max-width: 767.98px) {
    .form-wrapper .item .rgt {
        width: 100%;
   }
}
.form-wrapper .item .invalid-feedback {
    font-size: 14px;
    padding: 5px 0 0 15px;
    width: 80%;
    float: right;
    color: #b52337;
    font-weight: 600;
}
@media (max-width: 767.98px) {
    .form-wrapper .item .invalid-feedback {
        width: 100%;
        padding-left: 5px;
        padding-top: 5px;
   }
}
.form-wrapper .item input{
    height: 30px;
    width: 79%;
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #58595b;
    font-family: 'Raleway', sans-serif;
}
@media (max-width: 767.98px) {
    .form-wrapper .item input {
        width: 100%;
   }
}
.form-wrapper .item textarea {
    height: 85px;
    width: 79%;
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 12px;
    display: inline-block;
    vertical-align: top;
    color: #58595b;
    font-family: 'Raleway', sans-serif;
}
@media (max-width: 767.98px) {
    .form-wrapper .item textarea {
        width: 100%;
   }
}
.form-wrapper .item ::-webkit-input-placeholder {
    font-size: 16px;
    color: #58595b;
}
.form-wrapper .item ::-moz-placeholder {
    font-size: 16px;
    color: #58595b;
}
.form-wrapper .item :-ms-input-placeholder {
    font-size: 16px;
    color: #58595b;
}
.form-wrapper .item :-moz-placeholder {
    font-size: 16px;
    color: #58595b;
}
.form-wrapper .item input[type="radio"] {
    opacity: 0;
    width: 100%;
    position: absolute;
    z-index: 9;
    height: 23px;
}
.form-wrapper .item input[type="radio"] + .label-radio {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 36px;
    margin: 0 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #58595b;
}
.form-wrapper .item input[type="radio"] + .label-radio::before {
    content: "";
    transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 0px solid #00356f;
    font-size: 0;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}
.form-wrapper .item input[type="radio"] + .label-radio::after {
    content: "";
    transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #00356f;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.form-wrapper .item input[type="radio"]:checked + .label-radio::before {
    background-color: transparent;
    width: 24px;
    height: 24px;
    border-width: 2px;
}
.form-wrapper .item input[type="radio"]:checked + .label-radio::after {
    width: 14px;
    height: 14px;
}
.form-wrapper .item span {
    margin: 0 40px 15px 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.form-wrapper .item span input {
    width: auto;
}
.form-wrapper .item.submit-item {
    text-align: left; margin-top: 15px; display: inline-block;
}
.form-wrapper .item.submit-item button{
    background-color: #83b9e2; font-size: 25px; color: #003673; padding: 8px 26px; cursor: pointer; border-radius: 24px; transition: all 0.4s ease-in-out;
}
.form-wrapper .item.submit-item button:hover{
    background-color: #00356f; color: #fff;
}

.form-wrapper .item.submit-item .normal button {
    background-color: white; font-size: 25px; color: #003673; padding: 8px 26px; cursor: pointer; border-radius: 24px; transition: all 0.4s ease-in-out;
}
.form-wrapper .item.submit-item .normal button:hover{
    background-color: white; color: black;
}

@media (max-width: 767.98px) {
    .form-wrapper .item.submit-item button{
        font-size: 18px;
    }
}

.form-wrapper .head-items .item{
    display: flex; flex-wrap: wrap; justify-content: space-between;
}
@media (max-width: 767.98px) {
    .form-wrapper .head-items .item{
        display: block;
    }
}
.form-wrapper .head-items .item span{
    margin-bottom: 0;
}
.form-wrapper .head-items .item span:last-child{
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .form-wrapper .head-items .item span{
        margin: 0 0 15px 0; display: block;
    }
}

.form-wrapper .head-items .item input, .form-wrapper .head-items .item input[type="radio"] + .label-radio{
    font-size: 25px; font-weight: 600; color: #003673; height: 30px; cursor: pointer; line-height: 30px;
}
@media (max-width: 991.98px) {
    .form-wrapper .head-items .item input, .form-wrapper .head-items .item input[type="radio"] + .label-radio{
        font-size: 18px; padding-left: 30px;
    }
}
@media (max-width: 575.98px) {
    .form-wrapper .head-items .item input, .form-wrapper .head-items .item input[type="radio"] + .label-radio{
        font-size: 16px;
    }
}
.form-wrapper .item select{
    height: 46px;
    width: 100%;
    font-size: 24px;
    padding: 8px 22px;
    border-radius: 40px;
    font-weight: 500;
    color: #003673;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23009de1" width="20" height="20" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
  background-position: 98% 14px;
  background-repeat: no-repeat;
    background-color: #fff;
}
@media (max-width: 991.98px) {
    .form-wrapper .item select{
        background-position: 97% 15px;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23009de1" width="16" height="16" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
    }
}
@media (max-width: 575.98px) {
    .form-wrapper .item select{
        background-position: 96% 15px;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23009de1" width="16" height="16" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
    }
}


@media (max-width: 991.98px) {
    .form-wrapper .item select{
        font-size: 18px;
    }
}
@media (max-width: 575.98px) {
    .form-wrapper .item select{
        font-size: 16px;
    }
}
.contact-fields{
    background-color: #e7e8e9;
  }

.head-items .only-head-items{
    margin-bottom: 0px;
}
.head-items.with-head-items{
    margin-bottom: 70px;
}
@media (max-width: 575.98px) {
    .head-items.with-head-items{
        margin-bottom: 35px;
    }
}


#createNav .existing-customer{
        border-top: 2px solid #e7e8e9; padding-top: 35px;
}
