.features__area-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 70px 60px;
    background-color: #000;
    color: #fff;
}

h4 {
    font-size: 20px;
    color: #8d2029;
}

p {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: "DM Sans", sans-serif;
    text-align: justify;
}

.contact__area-right-form-item .input-icons {
    position: absolute;
    right: 25px;
    top: 40px;
    color: #343a40;
}

#space {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
}

label {
    font-weight: 500;
    font-size: 15px;
    color: #444444;
}

.asterisk {
    color: red;
}

.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #e6edee;
}

#next_city_of_disembarkation_checkbox {
    width: 21px;
    height: 21px;
    position: relative;
    top: 5px;
}

.contact__area-right-form-item>input[type=checkbox] {
    outline: 2px solid #8d2029;
    outline-offset: -2px;
}

@media (max-width: 576px) {
    .gender-inline {
        display: inline-block;
        margin-right: 0px;
        /* Adjust as needed */
    }

    .current_symptoms-inline {
        display: inline-block;
        margin-right: 0px;
    }

    .used_passport-inline,
    .visted_country_list-inline,
    .previous_visit-inline {
        display: inline-block;
        margin-right: 0px;
        /* Adjust as needed */
    }
}


.gender-inline {
    margin-right: 0 !important;
}

.gender-inline label {
    width: 100%;
    padding: -1px 10px;
    margin: 0px 8px 0px 0px;
}

.gender-inline input {
    width: 0px;
    height: 0px;
    position: absolute;
    visibility: hidden;
}

.gender-inline label span {
    border: 2px solid #000;
    border-radius: 9px;
    color: #000;
    text-align: center;
    height: 38px;
    line-height: 100%;
    display: block;
    cursor: pointer;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 116px;
}

.gender-inline input:checked+label span {
    border-color: #00b352;
    color: #000;
    background-color: #e9fcf8;
}

.current_symptoms-inline {
    margin-right: 0 !important;
}

.current_symptoms-inline label {
    width: 100%;
    padding: 0px 0px;
    margin: 0px;
}

.current_symptoms-inline input {
    width: 0px;
    height: 0px;
    position: absolute;
    visibility: hidden;
}

.current_symptoms-inline label span {
    border: 2px solid #000;
    border-radius: 9px;
    color: #000;
    text-align: center;
    height: 38px;
    line-height: 100%;
    display: block;
    cursor: pointer;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 116px;
}

.current_symptoms-inline input:checked+label span {
    border-color: #00b352;
    color: #000;
    background-color: #e9fcf8;
}

.used_passport-inline,
.visted_country_list-inline,
.previous_visit-inline {
    margin-right: 0 !important;
}

.used_passport-inline label,
.visted_country_list-inline label,
.previous_visit-inline label {
    width: 100%;
    padding: 0px 0px;
    margin: 0px;
}

.used_passport-inline input,
.previous_visit-inline input,
.visted_country_list-inline input {
    width: 0px;
    height: 0px;
    position: absolute;
    visibility: hidden;
}

.used_passport-inline label span,
.previous_visit-inline label span,
.visted_country_list-inline label span {
    border: 2px solid #000;
    border-radius: 9px;
    color: #000;
    text-align: center;
    height: 38px;
    line-height: 100%;
    display: block;
    cursor: pointer;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 116px;
}

.form-parent {
    background: #ffffff;
    box-shadow: 5px 5px 35px #b9b6b6;
    border-radius: 12px;
    opacity: 0.9;
    max-width: 1150px;
}


.used_passport-inline input:checked+label span,
.previous_visit-inline input:checked+label span,
.visted_country_list-inline input:checked+label span {
    border-color: #00b352;
    color: #000;
    background-color: #e9fcf8;
}

.c1 {
    border: 1px solid #e60000 !important;
    background-color: #ffecee !important;
    border-radius: 4px !important;
    box-shadow: 0 0 10px rgba(229, 0, 0, .2) !important;
}

#c1 {
    border: 1px solid #e60000 !important;
    border-radius: 4px !important;
    background-color: #ffecee !important;
    box-shadow: 0 0 10px rgba(229, 0, 0, .2) !important;
}

.c2 {
    border: 1px ridge #00b352 !important;
    border-radius: 4px !important;
    box-shadow: 0 0 10px rgba(229, 0, 0, .2) !important;
    background-color: #e9fcf8 !important;
}

#c2 {
    border: 1px ridge #00b352 !important;
    border-radius: 4px !important;
    box-shadow: 0 0 10px rgba(229, 0, 0, .2) !important;
    background-color: #e9fcf8 !important;
}

input[type="text"],
input[type="email"],
textarea {
    color: #343a40;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    background: rgb(249, 250, 251);
    padding-left: 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}
.form-check-input:checked {
    background-color: #0d6efd !important;
    /*border-color: #0d6efd;*/
}
.form-check-input[type=radio] {
    border-radius: 50% !important;
}
.application-heading {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    opacity: 0.9;
}

@media only screen and (max-width: 767px) {
    .gender-inline label span {
        width: 70px;
    }

    .mobile-padding {
        padding-top: 3%;
    }

    .form-parent {
        border-radius: 20px;
        max-width: 90%;
    }

    .application-heading {
        font-size: 16px;
    }


input[type="text"], input[type="email"], textarea {
  font-size: 13px;
}
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .gender-inline label span {
        width: 83px;
    }
}

.btn-submit {
    display: block;
    margin: 0 auto;
    background: #008000;
    border: 0;
    padding: 11px;
    color: #fff;
    transition: .4s;
    border-radius: 50px;
    width: 194px;
}
.btn-submit:hover {
    background-color: #008000a6;
}

.about__two {
    background-image: url(../../img/payment-page-background.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.about__two::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(246, 251, 255, .8);
    position: absolute;
}

.terms-of-services {
    margin-bottom: 10px;
}

.terms-of-services h4 {
    font-size: 12px;
}

.terms-of-services {
    font-size: 11px;
    color: #adb1d6
}

checkbox-container {
    display: flex;
    align-items: flex-start;
}


.terms-service-checkbox {
    margin-right: 20px;
}

input.terms-service-checkbox {
    width: 3%;
    height: 30px;
}

#accept_terms_service {
    display: none;
}

#accept_terms_service+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border: 2px solid #003a8f;
    border-radius: 3px;
    margin-right: 8px;
}

label.terms_services {
    position: relative;
}

#accept_terms_service:checked+label::before {
    content: '';
    background-color: #0d6efd;
    color: #fff !important;
}

#accept_terms_service:checked+label::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 6px;
    top: 3px;
    transform: rotate(45deg);
}


a {
    color: #003a8f !important;
}

.heading-1 {
    text-align: start;
    font-size: 41px;
    display: flex;
    flex-direction: column;
    row-gap: 0;
    line-height: 51px;
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}

.heading-1::after {
    content: "";
    display: block;
    width: 15%;
    height: 5px;
    border-radius: 3px;
    background-color: #003A8F;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.hidden {
    display: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #ededed;
    border-color: transparent;
    border-radius: 0px;
    background: #8d2029;
    color: #fff;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

input[type="checkbox"]{
    width: auto;
}

.contact__area-right-form-item {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .heading-1 {
        font-size: 20px;
        line-height: 27px;
    }
}