@font-face {
    font-family: 'Nunito';
    src: url('../../fonts/Nunito.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quantico';
    src: url('../../fonts/Quantico.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

:root {
    --primary-color: #00509b;
    --secondary-color: #509e34;
    --error-color: #c02b0a;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    background-color: #f5f5f7 !important;
    font-family: 'Nunito';
    margin: 0;
}

.booking-form-con {
    padding: 50px 0;
    position: relative;
}

.logo-wrap {
    text-align: center;
}

.logo-wrap .logo {
    max-height: 120px;
    width: auto;
    max-width: 100%;
}

.logo-wrap {
    padding-bottom: 50px;
}

.step-booking-form .form-btn {
    margin-top: 30px;
}

.form-field {
    margin-bottom: 30px;
}

.form-field.email,
.form-field.phone {
    display: none;
}

.form-field label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    cursor: pointer;
}

.form-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #c4bfbf transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    margin-left: -15px;
    margin-top: 9px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #c4bfbf transparent !important;
    border-width: 0 6px 8px 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color) !important;
}

.form-field.error label {
    color: var(--error-color);
}

.form-field.error .error,
#card-errors {
    color: var(--error-color);
    font-weight: 600;
    letter-spacing: 0.3px;
    display: block;
    margin-top: 5px;
}

.form-field .required {
    color: var(--error-color);
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.form-field select,
.form-field input,
.select2-search__field {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border: 1px solid #d7d6d6;
    border-radius: 4px;
    color: #595959;
    outline: none;
    cursor: text;
    width: 100%;
    padding: 10px;
}

.select2-container {
    width: 100% !important;
}

.select2-selection {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border: 1px solid #d7d6d6 !important;
    border-radius: 4px !important;
    color: #595959;
    outline: none;
    height: auto !important;
    width: 100%;
    padding: 10px;
}

.stripe-Wrap {
    border-style: none;
    padding: 10px;
    background: rgba(18, 91, 152, 0.05);
    border-radius: 4px;
}

.form-btn a,
.form-btn button {
    display: inline-block;
    background-color: var(--primary-color) !important;
    padding: 10px;
    color: #FFF !important;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    max-width: 250px;
}

.box-container {
    max-width: 680px;
    display: block;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background: #FFF;
    padding: 50px 30px;
    width: 90%;
    border-radius: 5px;
}

.step-progress {
    margin-bottom: 50px;
}

.due-amount-wrap {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.progress-container {
    box-shadow: 0 4px 5px rgb(0, 0, 0, 0.1)
}

.progress-container,
.progress {
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    height: 10px;
    width: 100%;
}

.progress {
    background-color: var(--secondary-color);
    width: 0;
    transition: width 0.6s linear;
}

.percentage {
    background-color: var(--secondary-color);
    border-radius: 5px;
    box-shadow: 0 4px 5px rgb(0, 0, 0, 0.2);
    color: #fff;
    font-size: 12px;
    padding: 4px;
    position: absolute;
    top: 20px;
    left: 0;
    transform: translateX(-50%);
    width: 40px;
    text-align: center;
    transition: left 0.6s linear;
}

.percentage::after {
    background-color: var(--secondary-color);
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    height: 10px;
    width: 10px;
    z-index: -1;
}

error {
    color: var(--error-color);
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 600;
    background: #fff9f9;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .041);
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 10px 15px 10px;
    width: 100%;
    display: none;
}

error.show {
    display: block;
}

.step {
    display: none;
}

[data-step="1"] .step1,
[data-step="2"] .step2 {
    display: block;
}

.form-btn button,
.form-btn .prv-step {
    display: none;
}

.form-btn .next-step {
    display: inline-block;
}

[data-step="1"][data-steps="1"] .form-btn button,
[data-step="2"][data-steps="2"] .form-btn button,
[data-step="3"][data-steps="3"] .form-btn button,
[data-step="2"][data-steps="2"] .form-btn .prv-step,
[data-step="3"][data-steps="3"] .form-btn .prv-step {
    display: inline-block;
}

[data-step="2"][data-steps="2"] .form-btn .next-step,
[data-step="3"][data-steps="3"] .form-btn .next-step {
    display: none;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-roller {
    display: none;
}

.loader-container {
    position: relative;
}

.loader-container.loading::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #00000054;
    z-index: 9;
}

.loader-container.loading .lds-roller {
    display: block;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.booking-success-wrap {
    display: none;
}

.success-title {
    font-size: 22px;
    font-weight: 900;
    color: #000;
}

.success-description {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.booking-barcode {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.full-screen-btn,
.exit-full-screen-btn {
    height: 20px;
    width: 20px;
    padding: 0;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    top: 15px;
    right: 15px;
}

.exit-full-screen-btn {
    display: none;
}