/* .form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    height: 100vh;
    margin: 0 auto;
    gap: 20px;
    justify-content: center;
  } */
.form-item {
    display: flex;
    flex-direction: column;
}
.form-item.has-error .form-label {
    color: red;
}
.form-item.has-error .form-input {
    border-color: red;
    background-color: #ffe1e1;
}
.form-label {
    font-size: 15px;
    color: #fff;
    margin-bottom: 6px;
    font-family: "poppins";
    font-weight: 500;
}
.form-group input {
    background: transparent;
}
.form-group input {
    border-radius: 1px;
    border: 1px solid #585858;
    padding: 10px 10px;
    margin-top: 3px;
}
.form-group input::placeholder {
    color: #ababab;
    font-family: "poppins";
    font-weight: 300;
    font-size: 16px;
}
.form-group select {
    background: transparent;
}
.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent url("../img/select-arrow.webp") no-repeat right
        center;
    background-position-x: 94%;
}
.form-group select option {
    color: #fff;
}
.form-group select {
    border-radius: 1px;
    border: 1px solid #585858;
    padding: 10px 10px;
    margin-top: 3px;
    color: #ababab;
    font-family: "poppins";
    font-weight: 300;
    font-size: 16px;
}
h2.wizard-heading {
    text-align: start !important;
    font-size: 23px;
    margin-top: 20px;
}
.form-item.book-now.form-group.mb-3 label.form-label {
    visibility: hidden;
    margin-bottom: 8px;
}
button.btn.return-none.bordered {
    display: none !important;
}
.form-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.form-content {
    display: none;
    flex-direction: column;
    gap: 10px;
}
.form-content.active {
    display: flex;
}

.btn1 {
    padding: 10px 24px;
}
.btn.bordered {
    border-color: #1e4dba;
    color: #1e4dba;
}
section#stepwrapper {
    padding: 60px 0;
}
.btn.primary {
    background-color: #efc368;
    color: #000;
    width: 100%;
}
.btn[disabled] {
    cursor: not-allowed;
}

.wizard {
    position: relative;
    display: flex;
    width: 100%;
}
.wizard:before {
    content: "";
    position: absolute;
    background-color: #f5e3be;
    height: 2px;
    width: 100%;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
}
.form-content h2 {
    text-align: center;
    font-size: 23px;
    margin-top: 20px;
}
form.form {
    background: #000;
    padding: 30px 30px 80px 30px;
}
.wizard-bar {
    position: absolute;
    background-color: #efc368;
    height: 2px;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s ease;
}
.wizard-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    padding-top: 10px;
}
.wizard-item {
    z-index: 2;
    transition: 0.4s ease;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #efc368;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-color: #000;
}
.wizard-item.active {
    background-color: #efc368;
    color: #000;
}
.wizard-item.active.with-image:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 8.9087L17.1443 6L9.97468 13.191L6.8557 10.0399L4 12.888L8.53671 17.4126C8.91618 17.7888 9.4295 18 9.96456 18C10.4996 18 11.0129 17.7888 11.3924 17.4126L20 8.9087Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
/* .wizard-item.with-image:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 8.9087L17.1443 6L9.97468 13.191L6.8557 10.0399L4 12.888L8.53671 17.4126C8.91618 17.7888 9.4295 18 9.96456 18C10.4996 18 11.0129 17.7888 11.3924 17.4126L20 8.9087Z' fill='%231E4DBA'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
  } */
.table-wrapper .table thead tr th {
    border-bottom: none;
    border-top: none;
    text-align: start !important;
    padding: 22px 22px !important;
    font-size: 14px;
    font-weight: 700;
    font-family: "poppins";
    color: #fff;
    background: #585858;
}
.table-wrapper .table tbody tr td {
    background: transparent;
    text-align: start !important;
    vertical-align: text-bottom;
    font-size: 15px;
    border: none;
    vertical-align: middle;
    color: #fff;
    padding: 0;
    padding: 22px 22px !important;
    border-radius: 0px;
}
footer#footer {
    display: block !important;
}
footer#footer {
    padding: 69px 0px;
    background-image: url(../img/footer-step.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    /* background-image: linear-gradient( to bottom, #000000ad, #0413077d, #04130761, #04130782, #041307 ); */
}
/* responsive starts here */
@media (max-width: 480px) {
    #stepwrapper .table-wrapper .table thead tr th {
        padding: 12px 12px !important;
    }
    #stepwrapper .table-wrapper .table tbody tr td {
        padding: 12px 12px !important;
    }
}
/* responsive ends here */
