.p-15 {
    padding: 15px;
}
.p-40 {
    padding: 40px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-8{
    margin-right: 8px!important;
}
.mr-15 {
    margin-right: 15px;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-24 {
    margin-top: 24px !important;
}
.mt-60 {
    margin-top: 60px;
}
.cl-red {
    color: #ec1c24;
}
.cl-gray {
    color: #434343;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.w-100 {
    width: 100% !important;
}
.flex-grow-1 {
    flex-grow: 1;
}
.ml-5 {
    margin-left: 5px;
}
.mx-auto {
    margin:0 auto;
}
.text-14 {
    font-size: 14px!important;
}
.text-16 {
    font-size: 16px;
}
.text-18 {
    font-size: 18px;
}
.text-20 {
    font-size: 20px;
}
.text-24 {
    font-size: 24px !important;
}
.text-28 {
    font-size: 28px;
}
.text-black {
    color: #333;
}
.text-orange {
    color: #ffb200;
}
.text-blue {
    color: #085bb9 !important;
}
.bg-gray {
    background: #F9F9F9;
}
.bg-orange {
    background: rgba(255, 191, 136, 0.35);
}
.bg-blue {
    background: #085bb9;
}
.text-white {
    color: #fff;
}
.apply__header {
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.apply__header .container > div {
    display: flex;
    align-items: center;
    column-gap: 3rem;
    padding: 1.2rem 0;
}
.apply__header .container > div > a {
    width: 3.2rem;
}
.apply__header .container > div > a img {
    transform: rotate(-90deg);
}
.apply__header .container > div > h1 {
    flex: 1;
    text-align: center;
    font-size: 24px;
    margin: 0;
}
.apply__header--1 {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-bottom: none;
}
.process {
    padding: 4rem 0 2rem 0;
}
.process__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.process__item {
    color: #919191;
    width: calc(100% / 3);
    text-align: center;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none !important;
}
.process__item::after {
    position: absolute;
    height: 2px;
    background-color: #f4f4f4;
    width: 100%;
    content: "";
    top: 25%;
    left: -50%;
    z-index: 1;
}
.process__item:hover > .process__item--circle {
    color:#085BB9;
}
.process__item:hover > span {
    color:#085BB9;
}
.process__item:first-child::after {
    content: unset;
}
.process__item--circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #EAEAEA;
    z-index: 3;
    position: relative;
}
.process__item.active > span {
    color:#085BB9;
}
.process__item.active .process__item--circle {
    border: none;
    background: linear-gradient(204.55deg, #65ADFF -8.43%, #085BB9 131.58%);
    color: #fff;
}
.process__item.active::after {
    background: linear-gradient(204.55deg, #65ADFF -8.43%, #085BB9 131.58%);
}
.apply {
    display: flex;
    column-gap: 3rem;
}
.apply__form {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    flex: 1;
}
.apply__form.apply__extra_service {
    border: 2px solid #f9933c;
}
.apply__form--step2 {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
.apply__form--step2 > div {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
    border-radius: 1rem;
    overflow: hidden;
}
.apply__form--step2 > div:nth-of-type(2) {
    padding: 4rem;
    background-color: #fff;
    margin-top: 3.2rem;
}
.apply__form--step2 > div > h2 {
    padding: 4rem 4rem 2rem 4rem;
    margin-bottom: 0;
    background-color: #fff;
}
.apply__form--step3 {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    overflow: unset;
}
.apply__form--step4 {
    height: fit-content;
    border:none;
}
.apply__order {
    width: 400px;
}
.apply__order--step4 .apply__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.apply__order--step4 .apply__middle > div > div > div {
    width: 40%;
    flex: unset;
}
.apply__order--step4 .apply__middle > div > div > span {
    flex: 1;
}
.apply__order--step4 .apply__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1rem;
}
.apply__main {
    box-shadow: 0px 1px 24px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 20px;
}
.apply__title {
    background-color: #fff;
    padding: 1.6rem 2rem;
}
.apply__middle {
    padding: 2rem 2.5rem 0 2.5rem;
    background-color: #fff;
}
.apply__middle > div {
    font-size: 14px;
    color:#434343;
}
.apply__middle > div > p strong {
    color: #3a3534;
}
.apply__middle > div:not(:first-child) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid #d0d0d0;
}
/*.apply__middle > div:last-child {
    padding-bottom: 0;
}*/
.apply__middle > div > div {
    display: flex;
}
.apply__middle > div > div.hidden {
    display: none;
}
.apply__middle > div > div > span {
    width: 23%;
    text-align: right;
}
.apply__middle > div > div > div,
.apply__middle > div > div p {
    flex: 1;
}
.apply__middle > div > div:not(:first-child) {
    margin-top: 1.5rem;
}
.apply__promotion {
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.apply__promotion .btn {
    font-size: 14px;
    height: 3.6rem;
    padding: 0 1rem;
}
.apply__button {
    background-color: #fff;
    padding: 2rem;
    margin-top: 4px;
}
.apply__bottom {
    font-size: 14px;
    margin-top: 2rem;
    border: 1px solid #d0d0d0;
    border-radius: 1rem;
    background-color: #fff;
    padding: 2rem;
}
.apply__bottom > p {
    margin-bottom: 0;
}
.apply__footer {
    padding-top: 3rem;
}
.apply__footer .contact {
    margin-bottom: 3rem;
}
.apply__footer .contact__item:last-child {
    grid-column: 0.3333333333;
}
.apply__footer .contact__item .footer__item {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply__footer .contact__social {
    margin-top: 0;
}
.apply__footer .contact__social li:not(:last-child) {
    margin-bottom: 0;
}
.box--error {
    padding: 1rem;
    background: linear-gradient(0deg, rgba(239, 51, 51, 0.05), rgba(239, 51, 51, 0.05)), #fff;
    border-radius: 1rem;
    font-size: 14px;
    text-align: center;
}
.package__list {
    display: flex;
    align-items: stretch;
    flex-wrap:wrap;
    flex-direction:column;
    gap: 20px;
}
.package__list .package__item {
    margin-bottom: 0;
    padding: 24px;
    border: 1px solid #d0d0d0;
    border-radius: 1rem;
    background-color: #fff;
    cursor: pointer;
    width: calc(100% / 3);
    min-height: 8.2rem;
    width:100%;
}
.package__list .package__item.active {
    border: 1px solid #085BB9;
    opacity: 1;
    background-color: #71B3FF33 !important;
    /* box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.07), 0px 7px 18px rgba(0, 0, 0, 0.04), 0px 0px 5px rgba(0, 0, 0, 0.03); */
    background-color: #fff;
}
.package__list .package__item.disabled {
    background-color: #ddd;
    opacity: 0.6;
}
.package__list .package__item .checkmark {
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
}
.package__list .package__item > div {
    margin-left: 3rem;
}
.collapse__custom {
    padding: 1.5rem 2rem;
    border: 1px solid #d0d0d0;
    border-radius: 1rem;
    transition: 0.3s ease-out;
}
.collapse__custom.active {
    border: 1px solid #00783e;
}
.collapse__custom.active .custom-checkmark .collapse--text {
    font-weight: 700;
    color: #00783e;
}
.collapse__custom .card {
    border: 0;
    padding: 1rem 0 0 3rem;
    font-size: 14px;
}
.collapse__custom .card ul {
    list-style: disc;
}
.collapse__custom .card ul li a {
    text-decoration: underline;
    color: #5f5f5f;
}
.collapse__custom .card ul li p {
    color: #919191;
    font-size: 14px;
}
.collapse__custom .card ul li:not(:last-child) {
    margin-bottom: 2rem;
}
.collapse__custom .card ul.list-unstyled {
    list-style: none;
}
.collapse__custom:not(:first-child) {
    margin-top: 1rem;
}
.collapse--text {
    font-weight: 500;
    font-size: 18px;
    color: #5f5f5f;
}
.close-order,
.show-order {
    display: none;
    transition: 0.3s ease-out;
}
.overlay.overlay-apply {
    background: rgba(0, 0, 0, 0.5);
    z-index: 4;
    display: none;
    transition: 0.3s ease-out;
    position: fixed;
}
.overlay.overlay-apply.active {
    display: block;
    opacity: 1;
}
.overflow-hidden {
    overflow: hidden;
}
.collapse__item {
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px 30px;
    border-bottom: 1px solid #D4D4D4;
}
.collapse__item:last-child {
    border-bottom: none;
}
.btn-collapse {
    order: 1;
}
.btn-collapse[aria-expanded="true"] + .btn-delete {
    display: flex;
}
.add-pax {
    background-color: #fff;
    padding: 2rem 4rem 0 4rem;
    border-top: 1px solid #d0d0d0;
    text-align: center;
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.add-pax .btn {
    height: 4rem;
    background: linear-gradient(0deg, rgba(255, 191, 136, 0.35), rgba(255, 191, 136, 0.35)), #FFFFFF;
    color: #434343;
    margin-top:-55px;
    font-weight: 600;
    outline: none;
    border: none;
    border-radius: 6px;
    font-size: 14px;
}
.add-pax .btn > img {
    width: 1.1rem;
    margin-left: 1rem;
}
.modal__custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-out;
    display: none;
}
.modal__body {
    background-color: #fff;
    min-width: 40rem;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 20px;
}
.modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}
.modal__header > img {
    cursor: pointer;
}
.modal__middle {
    margin-top: 3rem;
    font-size: 14px;
}
.modal__bottom {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
}
.modal__bottom .btn {
    min-width: 12rem;
}
.btn-delete.active + .modal__custom {
    display: flex !important;
}
.mw-160 {
    min-width: 16rem;
}
.collapse--link {
    display: flex;
    color: #5f5f5f;
    transition: 0.3s ease-out;
    justify-content: space-between;
    font-size: 14px;
}
.collapse--link:hover {
    color: #5f5f5f;
}
.collapse--link > div > img {
    width: 0.9rem;
}
.collapse--link > div:first-child {
    display: flex;
    column-gap: 1rem;
    align-items: center;
}
.collapse--link[aria-expanded="false"] img {
    transform: rotate(-180deg);
}
.collapse--link[aria-expanded="true"] img {
    transform: rotate(0deg);
}
.collapse--link + div {
    transition: 0.3s ease-out;
}
.collapse--link + div .card {
    border: none;
    border-radius: 0;
    background-color: #f9f9f9;
}
.collapse--link + div .card ol {
    list-style: upper-greek;
    margin-left: 1.5rem;
}
.collapse--link + div .card ol.list-unstyled {
    list-style: none;
    margin-left: 0rem;
}
.collapse--link + div .card ol li > div {
    display: flex;
    align-items: center;
}
.collapse--link + div .card ol li > div > span {
    display: inline-block;
    font-size: 12px;
    width: 70%;
}
.collapse--link + div .card ol li > div > div {
    width: 30%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
}
.collapse--link + div .card ol li > div > div span {
    text-align: right;
    display: inline-block;
    width: 100%;
}
.collapse--link .tooltip {
    min-width: 20rem;
}
.btn-close-tooltip {
    display: none;
}
@media (max-width: 991px) {
    .btn-close-tooltip {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
}
.line-through {
    text-decoration: line-through;
}
.payment-methods {
    flex-wrap: wrap;
}
.payment-methods .package__item {
    width: 100%;
    min-height: 6.6rem;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.payment-methods .package__item.active {
    color: #085bb9;
    font-weight: 600;
}
.payment-methods .package__item > div {
    margin-left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.payment-methods .package__item > div > div {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.method__item {
    display: none;
}
.method__item.active {
    display: block;
}
.method__item[data-method="paypal"] > div {
    display: flex;
    align-items: center;
}
.method__item[data-method="wirebank"] .card-info {
    padding: 4rem;
}
.method__item[data-method="wirebank"] .card-info ul {
    list-style: disc;
    margin-left: 3rem;
}
.method__item[data-method="wirebank"] .card-info ul li {
    font-size: 14px;
    margin-top: 1rem;
}
.card-info {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 24px 32px;
}
.letter-spacing {
    letter-spacing: 0.5rem;
}
.field-icon {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    margin-bottom: 0;
}
.card__img {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
    height: 100%;
}
.cvv__tooltip .tooltip {
    background: rgba(0, 0, 0, 0.8);
    min-width: 52.4rem;
}
.cvv__tooltip .tooltip > div {
    padding: 2rem 2.4rem;
}
.cvv__tooltip .tooltip > div::after {
    border-top: 1.4rem solid rgba(0, 0, 0, 0.8);
}
.cvv__tooltip .tooltip > div > h3 {
    font-weight: 600;
    color: #fff;
}
.cvv__tooltip .tooltip > div > div {
    display: flex;
    column-gap: 3.2rem;
}
.cvv__tooltip .tooltip > div > div > div {
    width: calc(50% - 3.2rem);
}
.cvv__tooltip .tooltip > div > div > div > * {
    color: #fff;
}
.cvv__tooltip .tooltip > div > div > div > p {
    min-height: 8rem;
}
.info__user {
    border-radius: 0.6rem;
    overflow: hidden;
    border: 1px solid #d4d8da;
    margin: 2rem 0;
}
.info__user li {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    column-gap: 1.5rem;
}
.info__user li:not(:last-child) {
    box-shadow: inset 0px -1px 0px #d4d8da;
}
.view--more.back {
    color: #5f5f5f;
    font-weight: 500;
}
.view--more.back img {
    transform: rotate(-180deg);
    filter: brightness(0) saturate(100%) invert(37%) sepia(10%) saturate(19%) hue-rotate(332deg) brightness(94%) contrast(88%);
}
.view--more.back--1 {
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    background: rgba(208, 208, 208, 0.4);
    border-radius: 10px;
    padding: 0.6rem 1.4rem;
}
.view--more.back--1 img {
    transform: rotate(0deg);
}
.payment__process {
    padding: 1.5rem;
    border: 1px solid #d0d0d0;
    border-radius: 1rem;
    background-color: #fff;
}
.payment__process > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.br-10 {
    border-radius: 10px;
}
.list__benefit {
    margin-top: 2.5rem;
}
.list__benefit li {
    display: flex;
    align-items: center;
}
.list__benefit li:not(:first-child) {
    margin-top: 1rem;
}
.step--bar {
    display: flex;
    column-gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.step--bar > div {
    width: calc(25% - 2rem);
    height: 0.4rem;
    background-color: #ef8233;
    border-radius: 0.2rem;
    opacity: 0.2;
}
.step--bar > div.active {
    opacity: 1;
}
.notice--check {
    background-color: rgba(0, 120, 62, 0.05);
    padding: 0rem 1.2rem;
    border-radius: 2rem;
    display: flex;
    height: 3.2rem;
    align-items: center;
    font-weight: 500;
}
.notice--heading {
    display: flex;
    column-gap: 1.5rem;
}
.stay {
    display: flex;
    column-gap: 2rem;
    margin-bottom: 2rem;
}
.stay > a {
    width: calc(25% - 1rem);
    border-radius: 1rem;
    overflow: hidden;
}
.stay__wrapper {
    margin-top: 2rem;
    margin-bottom: 4rem;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    background-color: #fff;
    padding: 2rem;
}
.upgrade {
    background: #fff;
    box-shadow: 0px 2px 14px rgba(40, 26, 19, 0.14);
    border-radius: 1rem;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #5f5f5f;
    line-height: 1.8rem;
    min-width: 200px;
}
.upgrade__list {
    display: flex;
    justify-content: center;
    column-gap: 4rem;
}
@media (max-width: 991px) {
    .bg-white-mb{
        background-color: white!important;
    }
    .mt-xs-30 {
        margin-top:30px;
    }
    .p-xs-15 {
        padding: 15px;
    }
    .min-w-xs-auto {
        min-width: auto !important;
    }
    .w-xs-100 {
        width: 100%;
    }
    .text-xs-12 {
        font-size: 12px;
    }
    .text-xs-18 {
        font-size: 18px;
    }
    .text-xs-24 {
        font-size: 24px;
    }
    .collapse__item {
        padding: 15px 30px 5px 30px;
    }
    .process {
        padding: 15px;
        background-color: #fff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        position:sticky;
        top:55px;
        z-index:3999
    }
    .upgrade {
        padding: 2rem;
        flex-direction: row;
        column-gap: 2rem;
    }
    .upgrade:not(:last-child) {
        margin-bottom: 2rem;
    }
    .upgrade__list {
        flex-direction: column;
    }
    .mt-xs-0 {
        margin-top: 0;
    }
    .stay {
        flex-wrap: wrap;
        row-gap: 2rem;
    }
    .stay > a {
        width: calc(50% - 1rem);
    }
    .stay__wrapper {
        box-shadow: none;
        border-radius: 0;
        margin-right: -1.5rem;
        margin-left: -1.5rem;
        padding: 2rem 1.5rem;
    }
    .notice--heading {
        flex-direction: column;
    }
    .notice--check {
        width: fit-content;
    }
    .step__wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
        z-index: 100;
        padding: 1.5rem;
    }
    .step__wrapper .step--bar {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .list__benefit {
        margin-top: 2rem;
    }
    .list__benefit li {
        font-size: 16px;
    }
    .pt-xs-0 {
        padding-top: 0 !important;
    }
    .pt-xs-3 {
        padding-top: 3rem !important;
    }
    .pt-xs-20 {
        padding-top: 2rem;
    }
    .payment__process > div {
        flex-direction: column;
    }
    .mw-xs-160 {
        min-width: 16rem;
    }
    .show-order {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .pb-xs-20 {
        padding-bottom: 2rem !important;
    }
    .pb-xs-40 {
        padding-bottom: 40px !important;
    }
    .pb-xs-50 {
        padding-bottom: 50px !important;
    }
    .pb-xs-90 {
        padding-bottom: 90px !important;
    }
    .apply {
        flex-direction: column;
    }
    .apply__form {
        padding: 0;
        background-color: none;
        border: none;
        box-shadow: none;
    }
    .apply__form#list_extraservices{
        padding: 1.5rem 15px;
        margin-top: 60px;
    }
    .apply__form#list_extraservices h2.text-black {
        margin-top: 0;
    }
    .apply__form--step2 {
        padding: 0;
    }
    .apply__form--step2 > div {
        box-shadow: none;
        border-radius: 0;
    }
    .apply__form--step2 > div:nth-of-type(2) {
        margin-top: 1rem;
        padding: 3rem 1.5rem;
    }
    .apply__form--step2 > div h2 {
        padding: 3rem 1.5rem 2rem 1.5rem;
    }
    .apply__form--step3 {
        padding: 0;
    }
    .apply__form--step4 {
        order: 1;
    }
    .apply__order {
        width: 100%;
    }
    .apply__order--step4 {
        order: 0;
        margin-top: 20px;
    }
    .apply__order--step4 .apply__main {
        position: unset;
        margin-bottom: 3rem;
        border-radius: 1rem;
    }
    .apply__order--step4 .apply__bottom {
        display: none;
    }
    .apply__order--step4 .apply__button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 100;
        box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
        border-radius: 12px 12px 0px 0px;
        flex-direction: row;
        padding: 2rem 1.5rem;
        justify-content: space-between;
        column-gap: 3.5rem;
    }
    .apply__order--step4 .apply__button--pending {
        justify-content: center;
    }
    .apply__order--step4 .apply__button > .btn:first-child {
        order: 1;
    }
    .apply__order--step4 .apply__button .view--more.back {
        font-size: 16px;
    }
    .apply__main {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background-color: #f6f6f6;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .apply__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.5rem;
        transition: 0.3s ease-out;
    }
    .apply__title h2 {
        margin-bottom: 0;
    }
    .apply__title .text-total {
        font-size: 14px;
        color: #919191;
        margin-bottom: 0;
    }
    .apply__title.active .close-order {
        display: block;
    }
    .apply__title.active .show-order {
        display: none;
    }
    .apply__title.active .text-total {
        display: none;
    }
    .apply__middle {
        padding: 1.5rem 1.5rem 0 1.5rem;
        margin-top: 0;
    }
    .apply__middle > div > p,
    .apply__middle > div > div > p {
        font-size: 14px;
    }
    .apply__promotion--mb {
        margin-top: 0.4rem;
        padding: 1.5rem;
        background-color: #fff;
        display: flex;
        align-items: center;
        column-gap: 1rem;
    }
    .apply__promotion--mb .form-group {
        flex: 1;
    }
    .apply__button {
        padding: 1rem 1.5rem;
        display: flex;
        column-gap: 1.5rem;
        justify-content: center;
    }
    .apply__button .btn {
        height: 4rem;
        font-size: 14px;
        width: 50%;
    }
    .apply__mb {
        height: 0;
        opacity: 0;
        transition: 0.3s ease-out;
        overflow: auto;
    }
    .apply__mb--step2.active {
        height: 66vh !important;
        overflow-y: scroll;
    }
    .apply__mb.active {
        overflow: auto;
        height: 60.2rem;
        opacity: 1;
        max-height:300px;
    }
    .apply__mb .btn {
        font-size: 14px;
    }
    .apply__footer {
        padding-bottom: 11rem;
    }
    .apply__footer--step4 {
        padding-bottom: 8rem;
    }
    .apply__bottom p {
        font-size: 14px;
    }
    .apply__header .container > div {
        column-gap: 0;
    }
    .form__raido {
        justify-content: space-between;
    }
    .form__raido .custom__raido:last-child {
        margin-bottom: 0;
    }
    .package__list {
        flex-direction: column;
    }
    .package__list .package__item {
        width: 100%;
        padding:16px;
    }
    .select-modal .select2-results {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
        border-radius: 12px 12px 0px 0px;
    }
    .select-modal .select2-results__options li {
        padding: 0 1.5rem;
        position: relative;
    }
    .select-modal .select2-results__options li:after {
        position: absolute;
        content: "";
        transition: 0.3s ease-out;
        opacity: 0;
        background: url(../images/check-red.svg) no-repeat center;
        background-size: cover;
        width: 1.6rem;
        height: 1.2rem;
        top: 50%;
        right: 2rem;
        transform: translateY(-50%);
    }
    .select-modal .select2-results__options li:hover {
        color: #00783e;
    }
    .select-modal .select2-results__options li:hover:after {
        opacity: 1;
    }
    .select-modal--title {
        padding: 1rem 1.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-items: center;
        transition: 0.3s ease-out;
    }
    .select-modal--title span {
        font-size: 18px;
        font-weight: 700;
        color: #3a3534;
    }
    .modal__custom {
        z-index: 1000;
    }
    .modal__body {
        margin: 0 1.5rem;
        min-width: unset;
        width: 100%;
    }
    .add-pax {
        padding: 2rem 1.5rem;
        margin-left: -15px;
        margin-right: -15px;
    }
    .payment-methods .package__item {
        min-height: 6rem;
    }
    .payment-methods .package__item > div > div img {
        width: 5rem;
    }
    .card-info {
        box-shadow: none;
        padding: 16px;
    }
    .card__img {
        margin-bottom: 2rem;
        align-items: flex-start;
    }
    .mb-xs-10 {
        margin-bottom: 1rem;
    }
    .method__item[data-method="wirebank"] .card-info {
        padding: 3rem 1.5rem;
    }
    .method__item[data-method="wirebank"] .card-info ul {
        margin-left: 2.5rem;
    }
    .method__item[data-method="paypal"] > div {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 1rem;
    }
    .cvv__tooltip .tooltip {
        position: fixed;
        min-width: unset;
        width: 100%;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        border: 0;
        bottom: 0;
        height: 100vh;
        transition: 0.3s ease-out;
    }
    .cvv__tooltip .tooltip > div {
        padding: 2rem 1.5rem;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        border-top-left-radius: 1.6rem;
        border-top-right-radius: 1.6rem;
        left: 0;
        right: 0;
    }
    .cvv__tooltip .tooltip > div h3 {
        color: #5f5f5f;
        text-align: center;
        position: relative;
    }
    .cvv__tooltip .tooltip > div h3:after {
        position: absolute;
        content: "";
        width: 3rem;
        height: 0.5rem;
        top: -1rem;
        left: 50%;
        transform: translateX(-50%);
        background: #f5f5f5;
        border-radius: 3px;
    }
    .cvv__tooltip .tooltip > div > div {
        flex-direction: column;
        row-gap: 2rem;
    }
    .cvv__tooltip .tooltip > div > div > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cvv__tooltip .tooltip > div > div > div > p {
        min-height: unset;
        color: #5f5f5f;
    }
    #timezone-wrap{
        margin-bottom: 24px;
    }
}

@media (min-width: 991px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .pb-lg-0 {
        padding-bottom: 0;
    }
}

.form-group {
    margin-bottom: 24px;
}
.form-group label {
    font-size: 14px;
    line-height: 18px;
    color: #434343;
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
}

.form-group.has--error input,
.form-group.has--error select {
    border: 1px solid #ec1c24;
}
.form-group.has--error .text-error {
    display: block;
}
.form-group.has--error .select2-container.select2-container--open .select2-selection--single,
.form-group.has--error .select2-selection.select2-selection--single {
    border: 1px solid #ec1c24;
}

.form-group input,
.form-group textarea,
select.form-control {
    border-radius: 6px;
    width: 100%;
    border: 1px solid #d0d0d0;
    height: 4rem;
    padding-left: 1.5rem;
    font-size: 16px;
    line-height: 1.8rem;
    color: #5f5f5f;
    transition: 0.3s ease-out;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #919191;
    font-weight: 400;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border: 1px solid #085bb9;
}
.form-group .new-show,
.form-group .new-hidden,
.form-group .confirm-show,
.form-group .confirm-hidden,
.form-group .eye--show,
.form-group .eye--hidden {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    cursor: pointer;
    transition: 0.3s ease-out;
}
.form-group .confirm-hidden,
.form-group .new-hidden,
.form-group .eye--hidden {
    display: none;
}
.form-group .confirm-hidden.active,
.form-group .new-hidden.active,
.form-group .eye--hidden.active {
    display: inline-block;
}
.form-group .confirm-show.active,
.form-group .new-show.active,
.form-group .eye--show.active {
    display: none;
}
.form-group .field-label {
    position: absolute;
    left: 10.1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #919191;
    transition: 0.3s ease-out;
    font-weight: 500;
}
.form-group .field-label.active {
    display: none;
}
.form-group .text-error {
    display: none;
}
.form-group .position-relative {
    overflow: hidden;
}
.form-group textarea {
    height: unset;
    padding-top: 5px;
    padding-bottom: 15px;
}
.form-group textarea::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 1.5rem;
}
.form-group textarea::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 1.5rem;
}
.form-group .count__char {
    text-align: right;
    display: block;
    font-size: 12px;
    color: #919191;
}
.form-control:focus {
    box-shadow: none;
}
.select2-dropdown .select2-results__options li {
    padding: 10px 25px 10px 2rem;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    font-size: 14px;
    color: #3a3534;
    cursor: pointer;
    position: relative;
}
.select2-dropdown .select2-results__options li:after {
    position: absolute;
    content: "";
    transition: 0.3s ease-out;
    opacity: 0;
    background: url("../images/check-red.svg") no-repeat center;
    background-size: cover;
    width: 16px;
    height: 12px;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
}
.select2-dropdown .select2-results__options li span {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    font-size: 14px;
    color: #3a3534;
}
.select2-dropdown .select2-results__options li:not(:last-child) {
    border-bottom: 1px solid #f6f6f6;
}
.select2-dropdown .select2-results__options li:hover {
    background: #f9f9f9;
    color: #085bb9;
}
.select2-dropdown .select2-results__options li:hover span {
    color: #3a3534;
}
.select2-dropdown .select2-results__options li:hover:after {
    opacity: 1;
}
.select2-dropdown .select2-results__options li[aria-selected="true"] {
    color: #085bb9;
}
.select2-dropdown .select2-results__options li[aria-selected="true"]:after {
    opacity: 1;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: white;
    color: #085bb9;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #f9f9f9;
}
.select2-search__field {
    width: 100%;
    border: none;
    padding: 10px 20px;
    outline: none;
}
.select2-dropdown {
    border: none;
}
.select2-results__options {
    border-radius: 1rem;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 20rem;
    min-width: max-content;
}
.select2-results {
    background-color: transparent;
    border-radius: 1rem;
}
.select2-container.select2-container--open .select2-selection--single,
.select2-selection.select2-selection--single {
    background-color: #fff;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    display: flex;
    align-items: center;
}
.select2-selection__rendered {
    display: flex;
    align-items: center;
    transition: 0.3s ease-out;
    color: #5f5f5f;
    font-size: 14px;
    padding-left: 15px !important;
}
.select2-selection__rendered span {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    height: 4rem;
    color: #5f5f5f;
    font-weight: 700;
    font-size: 14px;
}
.select2-selection__rendered .select2-selection__placeholder {
    color: #919191;
    display: flex;
    align-items: center;
    height: 4rem;
    font-size: 14px;
    font-weight: 400;
}
.select2-container--open .select2-dropdown {
    margin-top: 0.6rem;
    min-width: 250px !important;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
}
.select2-container.select2-container--open .select2-selection__arrow b {
    background-image: url("../images/header/arrow-gray.svg") !important;
    transform: rotate(180deg);
}
.select2-container .select2-selection__arrow b {
    width: 10px !important;
    height: 6px !important;
    background-image: url("../images/header/arrow-gray.svg") !important;
    transform: rotate(0deg);
    transition: 0.3s ease-out;
    border: none !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 6px;
}
.select2.select2-container {
    height: 40px;
}
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    width: auto!important;
}
@media (max-width: 991px) {
    .select2-results__options {
        min-width: auto;
    }
    .select2-container--open {
        width: calc(100% - 62px);
    }
    .select2-container--open .select2-dropdown--below {
        width: 100% !important;
    }
    .select2-container--open .select2-dropdown {
        border-radius: 1rem;
    }
}
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"] {
    padding-left: 55px;
}
.intl-tel-input .selected-flag {
    padding: 0;
    padding-left: 10px;
}
.txt-phone-1 .intl-tel-input.allow-dropdown .selected-flag,
.txt-phone-1 .intl-tel-input.separate-dial-code .selected-flag {
    width: 9.5rem;
}
.intl-tel-input .selected-flag:after {
    top: 0.9rem;
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 2.2rem;
    right: 0;
    background-color: #919191;
}
.intl-tel-input .country-list .country.highlight,
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}
.txt-phone-1 .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -3x;
    right: 0.6rem;
    width: 10px;
    height: 6px;
    background: url("../images/header/arrow-down.svg") no-repeat center;
    background-size: cover;
    border: none;
}
.txt-phone-1 .selected-flag {
    display: flex;
    align-items: center;
}
.country-code {
    margin-left: 2.4rem;
    display: inline-block;
}
.custom-checkmark {
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
    margin-bottom: 0;
}
.custom-checkmark input[type="checkbox"] {
    display: none;
}
.custom-checkmark input[type="checkbox"]:checked ~ .check-mark {
    background-color: #085bb9;
}
.custom-checkmark input[type="checkbox"]:checked ~ .check-mark.orange {
    background-color: #ffb200;
}
.custom-checkmark input[type="checkbox"]:checked ~ .check-mark:before {
    opacity: 1;
    visibility: visible;
}
.custom-checkmark .check-mark {
    display: inline-block;
    margin-right: 1rem;

    width: 20px;
    height: 20px;

    border: 1px solid #d0d0d0;
    flex-shrink: 0;
    border-radius: 0.4rem;
    position: relative;

    background: #fff;
}
.custom-checkmark .check-mark:before {
    content: url("../images/icon-check-white.svg");
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 2px;
    width: 14px;
    height: 10px;
}
.input-number-wrapper {
    display: flex;
    max-width: 24.2rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 2rem;
    border: 1px solid #d0d0d0;
    column-gap: 1rem;
    background-color: #fff;
    height: 4rem;
}
.input-number-wrapper input {
    border: none;
    position: absolute;
    left: 50%;
    width: 10rem;
    transform: translateX(-50%);
    padding-left: 5rem;
    background: transparent;
}
@media (max-width: 991px) {
    .input-number-wrapper input {
        padding-left: 1.8rem;
        width: 5rem;
    }
    .has-feedback label~.form-control-feedback {
        top: 32px;
    }
}
.input-number-wrapper .sub,
.input-number-wrapper .plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e7fff0;
    cursor: pointer;
}
.input-number-wrapper .sub {
    left: 0.5rem;
}
.input-number-wrapper .sub.disabled {
    background: #d0d0d0;
}
.input-number-wrapper .sub.disabled img {
    filter: invert(58%) sepia(19%) saturate(0%) hue-rotate(86deg) brightness(95%) contrast(94%);
}
.input-number-wrapper .plus {
    right: 0.5rem;
}
.custom__raido {
    position: relative;
    display: block;
    padding-left: 2.6rem;
    cursor: pointer;
    transform: 0.3s ease-out;
    font-size: 14px;
}
.custom__raido input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}
.custom__raido .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    background: transparent;
    border-radius: 50%;
    height: 1.6rem;
    width: 1.6rem;
    border: 1px solid #d0d0d0;
}
.custom__raido .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: transparent;
    transform: translate(-50%, -50%);
}
.custom__raido input:checked ~ .checkmark {
    border: 1px solid #085bb9;
}
.custom__raido input[disabled] ~ .checkmark {
    background-color: #e6e3e3;
}
.custom__raido input:checked ~ .checkmark:after {
    display: block;
    background: #085bb9;
}
.form__raido {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}
.custom-show {
    box-shadow: 0px 38px 101px rgba(0, 0, 0, 0.07), 0px 9px 23px rgba(0, 0, 0, 0.04), 0px 3px 7px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    border: none;
    margin-top: 15px;
    width: auto;
}
.custom-show .calendar-table th {
    font-size: 14px;
}
.custom-show .calendar-table th,
.custom-show .calendar-table td {
    height: 32px;
    line-height: 29px;
}
.custom-show td.off,
.custom-show td.off.in-range,
.custom-show td.off.start-date,
.custom-show td.off.end-date {
    visibility: hidden;
}
.custom-show td.available {
    font-size: 14px;
}
.custom-show th.available:hover {
    border-radius: 1.4rem;
}
.custom-show .drp-calendar.right,
.custom-show .drp-calendar.left {
    padding: 17px 24px 21px;
}
.custom-show .next.available,
.custom-show .prev.available {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.custom-show .next.available span,
.custom-show .prev.available span {
    display: none !important;
}
.custom-show .next.available {
    background-image: url("../images/header/arrow-up.svg");
    transform: rotate(90deg);
}
.custom-show .prev.available {
    background-image: url("../images/header/arrow-up.svg");
    transform: rotate(-90deg);
}
.custom-show td.start-date.end-date {
    background-color: #fff;
    color: #0032af;
    border-radius: 50% !important;
}
.custom-show td.active {
    border-radius: 50%;
}
.form-group.form__date .field-label {
    left: 1.5rem;
}
.form-group.form__date .icon-date {
    position: absolute;
    display: inline-block;
    width: 2.2rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    cursor: pointer;
}
.form-group .text-danger {
    font-size: 13px;
}
.form-group.form-large .position-relative {
    overflow: unset;
}

.notify {
    padding: 1.2rem 0;
    background-color: #fff4e7;
    text-align: center;
}
@media (max-width: 991px) {
    .notify {
        padding: 1rem 1.5rem;
    }
}
::-webkit-scrollbar {
    -webkit-overflow-scrolling: auto;
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #085bb9;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:hover {
    background: #085bb9;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.position-relative {
    position: relative;
}
a:hover {
    text-decoration: none;
}
.padding-block {
    padding: 60px 0;
}

@media (min-width: 1200px) {
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .mb-lg-0 {
        margin-bottom: 0;
    }
}
.text-primary {
    color: #081856;
}
.d-block {
    display: block;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.m-0 {
    margin: 0;
}
.pt-0 {
    padding-top: 0;
}
.align-items-start {
    align-items: start;
}
form {
    margin: 0;
}
.fw-400 {
    font-weight: 400!important;
}
.fw-500 {
    font-weight: 500!important;
}
.btn-gradient,
.btn-gradient:active,
.btn-gradient:focus {
    min-width: 324px;
    font-size: 18px;
    outline: none !important;
    border: none;
    text-transform: none;
    color: #fff;
    background: linear-gradient(204.55deg, #65adff -8.43%, #085bb9 131.58%);
    background-size: 200% auto;
    transition: background-position 0.5s ease-out;
    border-radius: 6px;
}
.btn-gradient:hover {
    background-position: right center;
    color: #fff;
}
.btn-collapse {
    background: none;
}
.btn-collapse[aria-expanded="true"] > img {
    transform: rotate(180deg);
}

.evisa {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    margin-bottom: 0;
    color: #5f5f5f;
}
.evisa tr th {
    background: #ef8233;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    border: none;
    padding: 1.4rem 2rem;
}
.evisa tr th:first-child {
    border-top-left-radius: 1rem;
}
.evisa tr th:last-child {
    border-top-right-radius: 1rem;
}
.evisa tr th:first-child,
.evisa tr td:first-child {
    border-right: 1px solid #fff3e1;
}
.evisa tr td {
    padding: 2rem;
    border-top: 1px solid #fff3e1;
    font-size: 14px;
    vertical-align: middle;
}
.evisa tr td > p {
    margin-bottom: 0.2rem;
}
.evisa tr td > div {
    display: flex;
    column-gap: 0.8rem;
}
.evisa tr td > div > div {
    position: relative;
}
.evisa tr td > div > div img {
    cursor: pointer;
}
.evisa__right {
    border: 1px solid #ef8233;
    border-radius: 1rem;
    background: #fff4e7;
    padding: 3.2rem 2.3rem;
    height: 100%;
}
.evisa__right .collapse,
.evisa__right .collapsing {
    margin-top: 2rem;
}
.evisa__right .collapse .card-body,
.evisa__right .collapsing .card-body {
    padding: 0;
    border-radius: 0;
}
.evisa__right .collapse .card-body ul,
.evisa__right .collapsing .card-body ul {
    padding-left: 2.3rem;
}
.evisa__right .collapse .card-body ul li,
.evisa__right .collapsing .card-body ul li {
    font-size: 14px;
    list-style: disc;
}
.evisa__right h3 {
    cursor: pointer;
    margin-bottom: 0;
}
.evisa__right h3 img {
    transition: 0.3s ease-out;
    display: none;
}
.evisa__form {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    background: #fff;
    padding: 3rem 4rem;
}
.evisa__form-group {
    display: flex;
    column-gap: 2rem;
}
.evisa__form-group > div:last-child {
    width: 40%;
}
.evisa__form-group > div:first-child {
    flex: 1;
}
.evisa__form-text {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.evisa__form-text > div {
    height: 1px;
    width: 100%;
    background: #f9f9f9;
}
.evisa__form-text p {
    white-space: nowrap;
    font-size: 14px;
}
.evisa__form-text.has-dash > div {
    border-bottom: 1px dashed #f9f9f9;
    background: transparent;
}
.evisa__img {
    position: absolute;
    bottom: -18rem;
    left: -5.6rem;
}
.tooltip {
    position: absolute;
    display: none;
    opacity: 0;
    bottom: 32px;
    left: -31px;
    background: #fff;
    border-radius: 1rem;
    min-width: 25rem;
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.1));
    transition: 0.3s ease-out;
}
.tooltip__wrapper {
    cursor: pointer;
    position: relative;
}
.tooltip > div {
    position: relative;
    padding: 2rem;
    color: #2c2c2c;
    font-size: 14px;
}
.tooltip > div:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1.4rem solid transparent;
    border-right: 1.4rem solid transparent;
    border-top: 1.4rem solid #fff;
    bottom: -1.4rem;
    left: 2.4rem;
}
.tooltip.active {
    display: block;
    opacity: 1;
}
.notice__fees {
    position: relative;
    border-radius: 2rem;
    background: #ef8233;
    min-height: 22.7rem;
    margin-top: 5rem;
}
.notice__fees > div {
    position: absolute;
    left: 0.4rem;
    bottom: 0.4rem;
    background: #f7fdf6;
    top: -2.4rem;
    right: -2.4rem;
    border-radius: 2rem;
    padding: 3.2rem 5.4rem;
}
.evisa__right.port {
    height: fit-content;
    padding: 0;
    background: transparent;
    border: 0;
}
.evisa__right.port h3 {
    padding: 1.2rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid transparent;
    transition: 0.3s ease-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.evisa__right.port h3 img {
    display: block;
}
.evisa__right.port h3[aria-expanded="false"] {
    background: #e7fff0;
}
.evisa__right.port h3[aria-expanded="false"] img {
    display: none;
}
.evisa__right.port h3[aria-expanded="false"] img:first-child {
    display: block;
}
.evisa__right.port h3[aria-expanded="true"] {
    border: 1px solid #00783e;
    background: transparent;
}
.evisa__right.port h3[aria-expanded="true"] img {
    display: block;
}
.evisa__right.port h3[aria-expanded="true"] img:first-child {
    display: none;
}
.evisa__right.port .collapse,
.evisa__right.port .collapsing {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    margin-top: 1rem;
}
.evisa__right.port .collapse .card-body,
.evisa__right.port .collapsing .card-body {
    background: transparent;
    text-align: left;
    padding: 2rem;
}
.evisa__right.port:not(:last-child) {
    margin-bottom: 2rem;
}
.insurance.change-bg {
    gap: 3rem;
}
.insurance.change-bg .insurance__item {
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 3rem 3.5rem;
    width: calc((100% / 3) - 2.25rem);
}
.insurance.change-bg .insurance__item:last-child {
    box-shadow: none;
}
.insurance.change-bg .insurance__item > img {
    width: 6.8rem;
}
.breadcrumb__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.breadcrumb__wrapper .breadcrumb {
    margin-top: 1.5rem;
    padding-left: 0;
}
@media (max-width: 1440px) {
    .breadcrumb__wrapper .breadcrumb {
        margin-top: 0.5rem;
    }
}
.breadcrumb__wrapper .breadcrumb-item.active a {
    color: #fff;
}
.breadcrumb__wrapper .breadcrumb-item.active:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(49deg) brightness(103%) contrast(103%);
}
.list-disc {
    list-style: disc;
}
@media (max-width: 1440px) {
    .breadcrumb__outer .carousel-caption h1 {
        font-size: 26px;
        margin-bottom: 0;
        margin-top: 2rem;
    }
}
@media (max-width: 1300px) {
    .notice__fees {
        margin-right: 1.5rem;
        min-height: 33rem;
        margin-top: 0;
    }
    .notice__fees > div {
        right: -1.5rem;
        padding: 2rem 1.5rem;
    }
}
@media (max-width: 991px) {
    .padding-block {
        padding: 30px 0;
    }
    .w-xs-75 {
        width: 75%;
    }
    .evisa.evisa--1 tr th {
        font-size: 14px;
    }
    .evisa tr th {
        font-size: 18px;
        line-height: 2.1rem;
        padding: 1rem 0;
        white-space: nowrap;
    }
    .evisa tr td {
        padding: 1rem;
        font-size: 12px;
    }
    .evisa tr td > p {
        font-size: 12px;
    }
    .evisa tr td > div {
        flex: 1;
    }
    .evisa tr td > div > div {
        width: 15%;
    }
    .evisa tr td > div > div img {
        width: 1.3rem;
    }
    .evisa tr td:last-child {
        white-space: nowrap;
    }
    .evisa__right {
        padding: 1.2rem 1.5rem;
    }
    .evisa__right h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-items: center;
    }
    .evisa__right h3[aria-expanded="false"] img:first-child {
        display: block;
    }
    .evisa__right h3[aria-expanded="true"] img {
        transition: 0.3s ease-out;
    }
    .evisa__right h3[aria-expanded="true"] img:first-child {
        display: none;
    }
    .evisa__right h3[aria-expanded="true"] img:last-child {
        display: block;
    }
    .evisa__form {
        padding: 3rem 1.5rem 4rem 1.5rem;
    }
    .evisa__form-group {
        column-gap: 1.4rem;
        flex-direction: column;
    }
    .evisa__form-group > div {
        width: 100%;
    }
    .evisa__form-group > div:last-child {
        width: 100%;
    }
    .insurance.change-bg {
        gap: 2rem 2.6rem;
    }
    .insurance.change-bg .insurance__item {
        flex-direction: column;
        row-gap: 1.2rem;
        padding: 2rem;
        min-width: unset;
        width: calc((100% / 2) - 1.3rem);
    }
    .insurance.change-bg .insurance__item > img {
        width: 5.4rem;
    }
}
@media (max-width: 370px) {
    .evisa.evisa--1 tr th {
        white-space: pre-wrap;
    }
    .notice__fees {
        min-height: 40rem;
    }
}
#promotion-submit {
    color: #fff;
    min-width: 150px;
    background: linear-gradient(204.55deg, #ffb200 -8.43%, #eb6c00 131.58%);
}
#promotion-submit[disabled] {
    background: #d4d4d4;
    opacity: 1;
}
.pb-0 {
    padding-bottom: 0;
}
input[disabled] {
    background-color: #e6e3e3;
}
.grecaptcha-badge {
    display: none;
}
.frame-form {
    border-radius: 12px;
    background: transparent;
    position: relative;
    z-index: 1;
}
.frame-form .box-form {
    position: relative;
    background: #fff;
    padding: 32px 2.5rem;
    -webkit-filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
    border-radius: 1rem;
}
.d-none {
    display: none;
}
.align-items-start {
    align-items: start;
}

.select2-search__field {
    width: 100%;
    border: none !important;
    padding: 10px 15px !important;
    outline: none !important;
}

.btn-outline-primary {
    background-color: transparent;
    color: #085bb9 !important;
    border: 1px solid #085bb9;
    border-radius: 6px;
}
.btn-outline-primary:hover {
    background-color: #085bb9;
    color: #fff!important;
}
.btn:active, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.tooltip-custom {
    position: relative;
}
.tooltip-custom-content:hover,
.tooltip-custom:hover .tooltip-custom-content {
    display: block
}
.tooltip-custom-content {
    display: none;
    position: absolute;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), #FFFFFF;
    padding: 15px;
    width: 300px;
    bottom: calc(100% + 14px);
    left: -134px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
}

.tooltip-custom-content::before {
    content: "";
    background-image: url(../images/icon-polygon.svg);
    position: absolute;
    bottom: -19px;
    left: calc(50% - 16px);
    width: 24px;
    height: 19px
}
@media (max-width: 991px) {
    .tooltip-custom-content {
        left: 0;
        width: 100%;
    }
    .tooltip-custom {
        position: initial;
    }
    .position-xs-relative {
        position: relative;
    }
    .frame-form .box-form {
        padding: 24px 1.5rem;
    }
    .form-group label {
        font-size: 16px;
        line-height: 1.5;
    }
}
.list-circle-primary {
    list-style-type: none;
    padding-left: 16px;
}
.list-circle-primary li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}
.list-circle-primary li::before {
    content: "";
    background-image: url(../images/icon-list-dot.svg);
    position: absolute;
    left: -16px;
    top: 1px;
    width: 16px;
    height: 16px
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
body {
    font-family: "Manrope", Arial, sans-serif !important;
}