.visa-form-section {
    margin-top: 45px
}

.visa-form-section .select2-container {
    width: 100% !important;
    display: block
}

.visa-form-section .select2 .select2-selection {
    height: 44px !important;
    display: flex !important;
    align-items: center !important
}

.visa-form-section .select2 .select2-selection__rendered {
    font-weight: 500;
    color: #000
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #595959 !important;
    font-weight: 600;
}

.visa-form-section .select2 .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important
}

.visa-form-section .select2-results__option {
    font-size: 15px;
    font-weight: 500
}

.visa-form-section .form-inner-heading {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-bottom: 8px;
    line-height: normal
}

.visa-form-section .form-inner-title {
    font-size: 13px;
    color: #666;
    padding-bottom: 6px;
    line-height: 22px;
    margin-top: 5px
}

.visa-form-section .visa-form-card {
    padding: 18px 18px 35px;
    box-shadow: rgba(0,0,0,.24) 0px 3px 8px;
    border-radius: 12px
}
.dubai-form-section .visa-form-card {
    background: #f8f9fa;
    padding: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 10px;
}

.visa-form-section .visa-form-card .form-row {
    margin-top: 3px
}

.visa-form-section .visa-form-card .form-price {
    font-size: 18px;
    margin-top: 35px;
    font-weight: 600;
    color: #d71921
}

.visa-form-section .uae-input-group .uae-group-label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    padding-left: 2px;
}
.visa-form-section .uae-input-group .text-red {
    color: red;
}

.visa-form-section .uae-input-group .uae-input {
    height: 44px;
    font-size: 15px;
    border-color: #b3b3b3;
    border-radius: 8px;
    font-weight: 500;
}
.visa-form-section .uae-input-group .uae-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset; /* or any other background color */
    box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #000; /* Set text color */
    transition: background-color 5000s ease-in-out 0s; /* Prevent flickering on change */
}

.visa-form-section .uae-input-group .error {
    font-size: 15px;
}

.visa-form-section .uae-input-group .input-container .uae-input {
    padding-right: 30px !important;
}

.visa-form-section .uae-input-group .input-container .checkicon {
    color: #06a506;
    font-size: 14px;
    right: 10px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.visa-form-section .uae-input-group .input-container .checkicon.show {
    opacity: 1;
    visibility: visible;
}

.visa-form-section .uae-input-group .input-container.input-container-two .checkicon {
    right: 40px;
}

.visa-form-section .uae-input-group .input-container.input-textarea .checkicon {
    top: 15px;
}

.visa-form-section .uae-input-group .iti__country-list {
    background-color: #fff;
    z-index: 3;
    width: 100%;
}

.visa-form-section .uae-input-group .uae-textarea {
    height: 100px;
    font-size: 15px;
}

.visa-form-section .uae-input-group .label-title {
    font-size: 13px;
}

.visa-form-section .uae-input-group .date-input::before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    top: 9px;
    right: 12px;
    position: absolute;
    font-size: 18px;
    z-index: 1;
}
.sticky-sidebar {
  position: sticky;
  top: 75px;
  z-index: 10;
}

.visa-form-section .iti {
    width: 100%;
    display: flex;
    height: 44px;
    align-items: center;
    border: 1px solid;
    border-color: #b3b3b3;
    border-radius: 8px;
    background: #fff;
}

.visa-form-section .iti .uae-input {
    border: 0;
    padding-left: 5px;
    background-color: rgba(0,0,0,0);
    border-left: 1px solid #b3b3b3;
    border-radius: 0;
}

.visa-form-section .iti .iti__flag-container {
    position: unset;
    height: 44px;
}

.visa-form-section .iti .iti__selected-country {
    border-color: #b3b3b3;
}

.visa-form-section .iti .iti__country {
    font-size: 15px;
}

.visa-form-section .iti--inline-dropdown .iti__dropdown-content {
    z-index: 3 !important;
}

.visa-form-section .upload-heading {
    font-size: 21px;
}

.visa-form-section .accepted-format {
    font-size: 15px;
}

.visa-form-section .form-note-card {
    padding: 10px;
}

.visa-form-section .form-note-card .file-note {
    font-size: 14px;
    line-height: 27px;
}

.visa-form-section .form-note-card a {
    font-weight: 500;
}

.visa-form-section .form-btn-main {
    margin-top: 25px;
    gap: 20px;
}

.visa-form-section .form-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
    height: 43px;
    color: #fff !important;
    border: 0;
    gap: 7px;
    transition: all .3s ease-in-out;
    outline: none;
    padding: 8px 28px;
    background: linear-gradient(to bottom, #8e0a0a 0, #b40d14 99%) !important;
}
.form-sidebar-main .form-btn-main .form-btn {
    width: auto;
}

.visa-form-section .form-btn img {
    height: 17px;
    filter: invert(1);
}

.visa-form-section .form-btn i {
    margin-left: 5px;
}

.visa-form-section .form-btn:hover {
    transform: scale(0.95);
}

.visa-form-section .form-btn.form-btn-one {
    background: #333 !important;
}

.visa-form-section .form-btn.form-btn-one:hover {
    background-color: #181818 !important;
}

.visa-form-section .form-btn.form-btn-two.loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid rgba(0,0,0,0);
    border-top-color: #fff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.visa-form-section .form-btn.form-btn-three {
    background: #d71921 !important;
}

.visa-form-section .form-price {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 16px;
}

.visa-form-section .add-anothe-btn {
    background: linear-gradient(to bottom, #8e0a0a 0, #b40d14 99%) !important;
    padding: 9px 20px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}


#anotherapplicant {
    width: 130px;
    font-weight: 700;
    text-transform: capitalize;
}

.select2-dropdown {
    border-color: #b3b3b3 !important;
}

.select2-container--default .select2-selection--single {
    border-color: #b3b3b3 !important;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection__rendered {
    font-size: 15px
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #d71921 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd !important;
    color: #000 !important;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-container--default .select2-dropdown {
    border-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.flatpickr-calendar .flatpickr-monthDropdown-months {
    font-size: 17px !important;
}

.flatpickr-calendar .numInputWrapper {
    font-size: 17px !important;
}

.flatpickr-calendar .flatpickr-weekday {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.flatpickr-calendar .flatpickr-day {
    color: #000 !important;
}

.flatpickr-calendar .flatpickr-disabled {
    color: rgba(57,57,57,.1) !important;
}

.flatpickr-calendar .flatpickr-day.selected {
    color: #fff !important;
}
.visa-form-card .visa-form-price {
    font-size: 17px;
    color:var(--theming1);
    right: 0;
    top: 0;
    font-weight: 700;
}

@media (max-width:991px){
    .visa-form-card .visa-form-price {
        position: unset !important;
        text-align: end;
        font-size: 16px;
    }
	.sticky {
    position: unset !important;
    top: unset !important;
}
}

@media(max-width: 767.98px) {
    .visa-form-section .select2 .select2-selection__rendered {
        font-size:14px;
    }

    .visa-form-section .form-inner-heading {
        font-size: 17px;
    }

    .visa-form-section .visa-form-card {
        padding: 13px 13px 22px;
    }

    .visa-form-section .uae-input-group .uae-group-label {
        font-size: 14px;
    }

    .visa-form-section .uae-input-group .uae-input {
        font-size: 14px;
    }

    .visa-form-section .uae-input-group .uae-textarea {
        font-size: 14px;
    }

    .visa-form-section .uae-input-group .error {
        font-size: 14px;
    }

    .visa-form-section .form-inner-title {
        font-size: 12px;
    }

    .visa-form-section .upload-heading {
        font-size: 18px;
    }

    .visa-form-section .form-note-card {
        padding: 8px;
    }

    .visa-form-section .form-note-card .file-note {
        font-size: 13px;
    }

    .visa-form-section .form-btn-main {
        margin-top: 20px;
        gap: 15px;
    }

    .visa-form-section .form-btn {
        font-size: 16px
    }

    .visa-form-section .add-anothe-btn {
        font-size: 14px;
    }
}

.step-form-section .step-progress {
    direction: rtl;
    margin-bottom: 10px;
    margin-top: 30px;
}

.step-form-section .step-progress .step {
    text-align: end;
}

.step-form-section .step-progress .step .step-icon {
    width: 30px;
    height: 30px;
    border: 2px solid #d1d1d1;
    border-radius: 50% 50%;
    color: #d1d1d1;
    z-index: 1;
    background-color: #fff;
    margin-right: auto;
}

.step-form-section .step-progress .step::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d1d1d1;
}

.step-form-section .step-progress .step .step-text {
    font-size: 15px;
    color: #595959;
    margin-top: 8px;
    font-weight: 600;
}

.step-form-section .step-progress .step.active .step-icon {
    border: 1px solid #000;
    color: #000;
}

.step-form-section .step-progress .step.active .step-text {
    color: #000;
    font-weight: 700;
}

.step-form-section .form-step-item {
    display: none;
}

.step-form-section .form-step-item.active {
    display: block;
}

.step-form-section .step-progress.step-progress-done .step>.step-icon,.step-form-section .step-progress .step.active~.step>.step-icon {
    border-color: #d71921;
    background: #d71921;
    color: #fff;
}

.step-form-section .step-progress.step-progress-done .step>.step-text,.step-form-section .step-progress .step.active~.step>.step-text {
    color: #d71921;
}

.step-form-section .step-progress .step.active~.step:before {
    background: #d71921;
}

.step-form-section .step-progress.step-progress-done .step-icon:before,.step-form-section .step-progress .step.active~.step>.step-icon:before {
    content: "✓";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d71921;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 50% 50%;
}

.step-form-section #previous,.step-form-section #submit,.step-form-section #data-submitted {
    display: none;
}
.form-sidebar {
    box-shadow: rgba(0,0,0,.24) 0px 3px 8px;
    border-radius: 12px;
    padding: 12px;
    overflow: hidden;
}

.form-sidebar .sidebar-heading {
    font-size: 18px;
    padding: 12px;
    font-weight: 700 !important;
}

.form-sidebar .sidebar-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #d71921;
    display: none;
}

.form-sidebar .sidebar-body {
    padding: 12px;
}

.form-sidebar .sidebar-data {
    padding: 10px 0;
    gap: 5px;
    align-items: start !important;
}

.form-sidebar .sidebar-data .sidebar-data-title {
    font-size: 15px;
    white-space: nowrap;
    font-weight: 700 !important;    
}

.form-sidebar .sidebar-data .sidebar-data-info {
    font-size: 15px;
    text-transform: capitalize;
}

.form-sidebar .sidebar-data .sidebar-data-price {
    font-size: 17px;
    font-weight: 700;
    color: #d71921;
}

.form-sidebar .sidebar-footer {
    padding: 12px;
    gap: 10px;
}

.form-sidebar .safey-icon {
    height: 25px;
    margin-top: 4px;
}

.form-sidebar .sidebar-footer-title {
    font-size: 14px;
    font-weight: 700 !important;
}

.form-sidebar .sidebar-footer-title-two {
    font-size: 12px;
    gap: 6px;
}

.form-sidebar .sidebar-footer-title-two i {
    color: #d71921;
}

@media(max-width: 767.98px) {
    .step-form-section .step-progress {
        margin-bottom:0px;
        margin-top: 25px;
    }

    .step-form-section .step-progress .step .step-icon {
        font-size: 15px;
    }

    .step-form-section .step-progress .step .step-text {
        font-size: 13px;
    }

    .india-step-progress .step-four .step-icon {
        margin: unset;
        margin-left: auto;
    }

    .india-step-progress .step-four .step-text {
        text-align: start;
    }

    .india-step-progress .step-three .step-icon {
        margin: auto;
    }

    .india-step-progress .step-three .step-text {
        text-align: center;
    }

    .form-sidebar .sidebar-heading {
        font-size: 17px;
    }

    .form-sidebar .sidebar-data {
        padding: 8px 0;
    }

    .form-sidebar .sidebar-data .sidebar-data-title {
        font-size: 14px;
    }

    .form-sidebar .sidebar-data .sidebar-data-info {
        font-size: 14px
    }

    .form-sidebar .sidebar-data .sidebar-data-price {
        font-size: 16px;
    }

    .form-sidebar .sidebar-footer {
        padding: 10px;
    }

    .form-sidebar .safey-icon {
        height: 22px;
        margin-top: 3px;
    }

    .form-sidebar .sidebar-footer-title {
        font-size: 13px
    }
}

.payment-detail-card {
    box-shadow: rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 1px 3px 1px;
}

.payment-detail-card .payment-detail-header {
    padding: 12px;
}

.payment-detail-card .payment-detail-subheading {
    font-size: 14px;
    font-weight: 500;
}

.payment-detail-card .payment-price-total {
    font-size: 16px;
    font-weight: 700;
    color: #d71921;
}

.payment-detail-card .edit-btn {
    background-color: #d71921;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    gap: 4px;
}

.payment-detail-card .edit-btn i {
    transition: all .3s ease-in-out;
}

.payment-detail-card .edit-btn:hover {
    background-color: #e83b42;
}


.payment-detail-card .table th {
    font-weight: 500;
    padding: 10px 13px;
    font-size: 15px;
    font-weight: 600;
}

.payment-detail-card .table td {
    font-size: 14px;
    padding: 10px 13px;
    font-weight: 500;
}

.payment-detail-card .payment-detail-body {
    padding: 12px;
}

.payment-detail-card .payment-detail-title {
    font-size: 16px;
    font-weight: 700;
}

.payment-detail-card .payment-detail-title-two {
    font-size: 15px;
}

.payment-detail-card .payment-detail-data {
    padding-block:8px}

.payment-detail-card .payment-inner-heading {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}

.payment-detail-card .payment-detail-input:checked~.payment-check-card {
    border: 2px solid #009739;
}

.payment-detail-card .payment-detail-input:checked~.payment-check-card .express-check {
    background-color: #009739;
}

.payment-detail-card .payment-check-card {
    border-radius: 7px;
    border: 1.5px solid #c9c9c9;
    cursor: pointer;
    transition: all .1s ease-in-out;
    gap: 10px;
    padding: 10px;
}

.payment-detail-card .payment-check-card .express-check {
    height: 16px;
    max-width: 16px;
    min-width: 16px;
    font-size: 12px;
    color: #fff;
    background-color: #b3b3b3;
    margin-top: 5px;
}

.payment-detail-card .payment-check-card .payment-check-title {
    font-weight: 700;
}

.payment-detail-card .payment-check-card .payment-check-price {
    color: #009739;
    font-weight: 600;
    font-size: 15px;
}

.payment-detail-card .payment-check-card .payment-check-para {
    font-size: 14px;
    margin-top: 1px
}

.payment-detail-card .payment-total-main {
    padding: 8px;
    margin-top: 18px
}

.payment-detail-card .payment-total-title {
    font-size: 17px;
    font-weight: 700
}

.payment-detail-card .payment-total-price {
    font-size: 18px;
    font-weight: 700;
    color: #d71921
}

.payment-sidebar .payment-detail-header {
    padding: 12px
}

.payment-sidebar .payment-sidebar-inner {
    gap: 14px
}

.payment-sidebar .payment-detail-subheading {
    font-size: 14px;
    margin-top: 2px
}

.payment-sidebar .payment-sidebar-card {
    padding: 13px 10px;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    gap: 10px;
    transition: all .1s ease-in-out
}

.payment-sidebar .payment-sidebar-card img {
    height: 33px
}

.payment-sidebar .payment-sidebar-card .payment-sidebar-check {
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    border: 1px solid #ccc
}

.payment-sidebar .payment-sidebar-card .payment-sidebar-check::before {
    content: "";
    position: absolute;
    right: -3px;
    top: -1px;
    height: 0px;
    width: 9px;
    background-color: #f8f9fa;
    transition: all .3s ease-in-out
}

.payment-sidebar .payment-sidebar-card .payment-sidebar-check img {
    height: 125%;
    width: 0%;
    left: 2px;
    position: absolute;
    top: -6px;
    transition: all .3s ease-in-out
}

.payment-sidebar .sidebar-input:checked~.payment-sidebar-card {
    border: 1.8px solid #d71921
}

.payment-sidebar .sidebar-input:checked~.payment-sidebar-card .payment-sidebar-check::before {
    height: 9px
}

.payment-sidebar .sidebar-input:checked~.payment-sidebar-card .payment-sidebar-check img {
    width: 125%
}

.payment-sidebar .payment-sidebar-terms {
    font-size: 14px
    font-weight: 600;
}

.payment-sidebar .payment-btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #d71921;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    gap: 6px
}

.payment-sidebar .payment-btn i {
    transition: all .3s ease-in-out
}

.payment-sidebar .payment-btn:hover i {
    transform: translateX(4px)
}

@media(max-width: 767.98px) {
    .payment-detail-card .payment-detail-header {
        padding:10px
    }

    .payment-detail-card .payment-detail-subheading {
        font-size: 12px
    }

    .payment-detail-card .payment-price-total {
        font-size: 14px
    }

    .payment-detail-card .edit-btn {
        font-size: 13px
    }

    .payment-detail-card .payment-detail-body {
        padding: 10px
    }

    .payment-detail-card .payment-detail-title {
        font-size: 15px
    }

    .payment-detail-card .payment-detail-title-two {
        font-size: 14px
    }

    .payment-detail-card .payment-detail-data {
        padding-block:7px}

    .payment-detail-card .payment-inner-heading {
        font-size: 16px
    }

    .payment-detail-card .payment-check-card {
        gap: 8px;
        padding: 8px
    }

    .payment-detail-card .payment-check-card .payment-check-price {
        font-size: 14px
    }

    .payment-detail-card .payment-check-card .payment-check-title {
        font-size: 15px
    }

    .payment-detail-card .payment-check-card .payment-check-para {
        font-size: 13px
    }

    .payment-detail-card .payment-total-main {
        padding: 6px
    }

    .payment-detail-card .payment-total-title {
        font-size: 16px
    }

    .payment-detail-card .payment-total-price {
        font-size: 17px
    }

    .payment-sidebar .payment-detail-header {
        padding: 10px
    }

    .payment-sidebar .payment-sidebar-inner {
        gap: 12px
    }

    .payment-sidebar .payment-detail-subheading {
        font-size: 12px
    }

    .payment-sidebar .payment-sidebar-card {
        padding: 12px 8px;
        gap: 8px
    }

    .payment-sidebar .payment-sidebar-terms {
        font-size: 13px
    }

    .payment-sidebar .payment-btn {
        font-size: 14px
    }
}

.add-another-modal .modal-dialog {
    width: 90%;
    max-width: 90%
}

.add-another-modal .modal-title {
    font-size: 18px
}

.oman-add-another .modal-dialog {
    width: 60%;
    max-width: 60%
}

@media(max-width: 991.98px) {
    .oman-add-another .modal-dialog {
        width:70%;
        max-width: 70%
    }
}

@media(max-width: 767.98px) {
    .add-another-modal .modal-dialog {
        width:97%;
        max-width: 97%
    }

    .oman-add-another .modal-dialog {
        width: 96%;
        max-width: 96%
    }
}

.fileupload-section {
    margin-top: 20px
}

.fileupload-section .upload-heading {
    font-size: 15px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 700 !important;
}

.fileupload-section .upload-card {
    border: 1px dashed #d71921;
    padding: 15px;
    border-radius: 3px;
    min-height: auto
}

.fileupload-section .upload-card.dz-started {
    padding-bottom: 25px
}

.fileupload-section .upload-card .dz-message {
    margin-block:20px}

.fileupload-section .upload-card .dz-message .upload-icon {
    font-size: 25px;
    color: #d71921
}

.fileupload-section .upload-card .dz-message .dz-button {
    color: #d71921;
    font-size: 15px;
    margin-top: 3px
}

.fileupload-section .upload-card .dz-preview {
    margin: 0;
    box-shadow: rgba(99,99,99,.2) 0px 2px 8px 0px;
    border-radius: 20px
}

.fileupload-section .upload-card .dz-preview:hover {
    z-index: 5
}

.fileupload-section .upload-card .dz-preview .dz-image {
    z-index: 5
}

.fileupload-section .upload-card .dz-preview .dz-filename {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fileupload-section .upload-card .dz-details {
    z-index: 5 !important
}

.fileupload-section .upload-card .dz-error-mark {
    display: none !important
}

.fileupload-section .upload-card .dropzone-close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    z-index: 6;
    border: 0;
    background-color: rgba(255,255,255,.5);
    height: 35px;
    cursor: pointer;
    width: 35px;
    border-radius: 50%;
    box-shadow: rgba(99,99,99,.2) 0px 2px 8px 0px
}

.fileupload-section .upload-card .dropzone-close>* {
    cursor: pointer
}

.fileupload-section .upload-card .dz-error-message {
    top: 140px !important
}

.loader-main {
    position: relative;
    z-index: 1200
}

.loader-main::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8))
}

.loader-main .loader-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 5rem;
    width: 5rem;
    margin: auto;
    z-index: 999;
    overflow: visible;
    top: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0
}

.loader-main .loader-dots {
    display: inline-flex;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #fff;
    animation: three 1.5s infinite ease-in-out both
}

.loader-main .loader-dot-1 {
    animation-delay: -320ms
}

.loader-main .loader-dot-2 {
    animation-delay: -160ms
}

@keyframes three {
    0%,80%,100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.loader-main .loading-text {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 5px
}


/* trustpilot review section start */
.trustpilot-cta-section .trustpilot-inner {
   /* background-color: #04DA8D;  */
   padding: 24px 10px;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
   border-radius: 6px;
}
.trustpilot-cta-section .tripadvisor-logo {
    height: 28px;
}
.trustpilot-cta-section .trustpilot-text {
    font-size: 15px;
    gap: 12px;
    color: #595959;
}
.trustpilot-cta-section .trustpilot-star-list {
   height: 16px;
}
.trustpilot-cta-section .trustpilot-text .read-reviews {
    font-weight: 700;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 8px;
    transition: all 0.3s ease-in-out;
}
.trustpilot-cta-section .trustpilot-text .read-reviews:hover {
    color: #00B67A;
}
.trustpilot-cta-section .trustpilot-text .read-reviews::before {
    content: '';
    position: absolute;
    left: 0;
    height: 15px;
    width: 1.4px;
    top: 4px;
    background-color: #000;
}
@media (max-width:767px){
    .trustpilot-cta-section .trustpilot-inner {
       padding: 20px 10px;
    }
}

/* trustpilot review section end */


.payment-heading-section {
    height: 310px;
    background: url(../img/page-header.webp) no-repeat;
    background-position: center;
    background-size: cover
}

.payment-heading-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.4)
}

.payment-heading-section .heading-section-heading>* {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal
}

.payment-heading-section .breadcrumb {
    gap: 10px
}

.payment-heading-section .breadcrumb .breadcrumb-item {
    font-size: 15px;
    padding: 0
}

.payment-heading-section .breadcrumb .breadcrumb-item a {
    color: #fff;
    gap: 7px;
    text-decoration: none;
    font-weight: 500
}

.payment-heading-section .breadcrumb .breadcrumb-item::before {
    display: none
}

.payment-heading-section .breadcrumb .breadcrumb-item.active {
    color: rgba(255,255,255,.8);
    padding: 0
}

.payment-heading-section .breadcrumb .breadcrumb-item i {
    font-size: 12px
}


.payment-main-page .payment-alert {
    padding: 10px;
    gap: 10px
}

.payment-main-page .payment-alert img {
    height: 25px
}

.payment-main-page .payment-alert .alert-title {
    font-size: 15px;
    color: #40990c
}

.payment-main-page .payment-alert .alert-close {
    font-size: 20px;
    color: #999
}

.payment-main-page .payment-card {
    box-shadow: rgba(0,0,0,.1) 0px 1px 3px 0px,rgba(0,0,0,.06) 0px 1px 2px 0px;
    padding: 0;
}

.payment-main-page .payment-header {
    padding: 12px;
}

.payment-main-page .payment-header .payment-heading {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.payment-main-page .payment-body {
    padding: 18px 12px;
}

.payment-main-page .payment-img {
    height: 32px;
}

.payment-main-page .payment-main-group .payment-label {
    font-size: 15px;
    margin-bottom: 4px;
    padding-left: 5px
}

.payment-main-page .payment-main-group .payment-input {
    font-size: 15px;
    height: 45px;
    color: #000
}

.payment-main-page .payment-main-group .payment-input:focus {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.payment-main-page .payment-main-group .payment-method {
    font-size: 12px
}

.payment-main-page .payment-main-group select {
    font-size: 14px
}

.payment-main-page .payment-main-group .textarea {
    height: 70px
}

.payment-main-page .payment-main-sidebar {
    position: sticky;
    top: 70px
}

.payment-main-page .payment-main-sidebar .payment-check:checked~.payment-label {
    border: 1.5px solid #198754
}

.payment-main-page .payment-main-sidebar .payment-check:checked~.payment-label .payment-check-icon {
    height: 20px
}

.payment-main-page .payment-main-sidebar .payment-sidebar-main {
    gap: 12px
}

.payment-main-page .payment-main-sidebar .payment-label {
    border: 1px solid #bfbfbf;
    padding: 11px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.payment-main-page .payment-main-sidebar .payment-label .payment-img {
    height: 35px
}

.payment-main-page .payment-main-sidebar .payment-label .payment-check-icon {
    height: 0px;
    transition: all .3s ease-in-out
}

.payment-main-page .payment-main-sidebar .payment-terms {
    font-size: 14px;
    margin-top: 10px;
    gap: 5px;
    padding-left: 3px
}

.payment-main-page .payment-btn {
    font-size: 15px;
    background-color: #d71921;
    color: #fff;
    padding: 10px 20px;
    gap: 8px;
    border-radius: 34px;
    border: 3px solid #fff;
    box-shadow: rgba(0,0,0,.16) 0px 1px 4px
}

.payment-main-page .payment-btn::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.payment-main-page .payment-btn:hover::before {
    height: 250%;
    transition: all .3s linear;
    background-color: rgba(0,0,0,0)
}

@media(max-width: 767.98px) {
    .payment-main-page .payment-alert {
        padding:8px;
        gap: 8px
    }

    .payment-main-page .payment-alert img {
        height: 22px
    }

    .payment-main-page .payment-alert .alert-title {
        font-size: 13px
    }

    .payment-main-page .payment-alert .alert-close {
        font-size: 16px
    }

    .payment-main-page .payment-header .payment-heading {
        font-size: 16px
    }

    .payment-main-page .payment-img {
        height: 30px
    }

    .payment-main-page .payment-main-group .payment-label {
        font-size: 14px
    }

    .payment-main-page .payment-main-group .payment-input {
        font-size: 14px
    }

    .payment-main-page .payment-main-group .payment-method {
        font-size: 11px
    }

    .payment-main-page .payment-main-group select {
        font-size: 13px
    }

    .payment-main-page .payment-main-sidebar .payment-label .payment-img {
        height: 32px
    }

    .payment-main-page .payment-btn {
        font-size: 14px
    }
}

.fileupload-section .upload-card .dropzone-close {
    left: unset;
    transform: unset;
    bottom: unset;
    top: -15px;
    right: -15px;
    background: #fff;
    border: 1px solid #eee
}

.fileupload-section .upload-card .dz-remove {
    display: none!important
}

.fileupload-section .upload-card.dz-started {
    padding-bottom: 15px
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.webp) !important;
}

.table-section table, 
.table-section th, 
.table-section td {
    border: 1px solid rgb(209, 209, 209);
    border-collapse: collapse;
}
 


@media (max-width:576px){
    .dubai-form-section .form-btn {
        width: 230px;
        padding-inline: 0;
    }
}