.travel-top-info {
    background: #FFFFFF;
    box-shadow: 0px -1px 2px rgb(223 225 230 / 50%), 0px 5px 8px rgb(6 21 56 / 10%);
    border-radius: 10px;
}

.travel-info-list {
    width: 25%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px 0;
    border-right: 1px solid #E6E6E6;
    justify-content: center;
}

.travel-info-list p {
    margin-bottom: 0 !important;
    letter-spacing: 0.03em;
    color: #1A1A1A;
}

.travel-info-list p strong {
    color: #003366;
    font-weight: 700;
}

.travel-info-list:last-child {
    border: 0;
}

.l-radio {
    padding: 6px 8px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 8px 0;
    -webkit-tap-highlight-color: transparent;
}

.l-radio:hover,
.l-radio:focus-within {
    background: rgba(159, 159, 159, 0.1);
}

.l-radio input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #B3C2D1;
    box-shadow: inset 0 0 0 1.5px #B3C2D1;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
}

.l-radio input:focus {
    outline: none;
}

.l-radio input:checked {
    box-shadow: inset 0 0 0 2px #990033;
}

.l-radio span {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #1A1A1A;
}

.travel-info-form {
    background: #FFFFFF;
    margin-top: 32px;
    box-shadow: 0px -1px 2px rgba(223, 225, 230, 0.5), 0px 5px 8px rgba(6, 21, 56, 0.1);
    border-radius: 10px;
}

.travel-info-form-top {
    padding: 24px 32px;
}

.travel-info-form-top P {
    margin-bottom: 0;
}

.right-button {
    margin-left: auto;
}

/*.right-button>div {
    margin-right: 70px;
}*/

.travel-info-form-top p {
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #1A1A1A;
}

.travel-info-form-middle {
    padding: 32px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.select-dropdown,
.select-dropdown * {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.select-dropdown {
    position: relative;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #E6E6E6;
}

.select-dropdown select {
    font-size: 1rem;
    font-weight: normal;
    max-width: 100%;
    padding: 18px 24px 18px 16px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.03em;
    /* Black/Light/100 */
    color: #1A1A1A;
    appearance: none;
}

.select-dropdown select:active,
.select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}

.select-dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.form-area {
    margin: 0 -16px;
    flex-wrap: wrap;
}

.form-field {
    width: 50%;
    padding: 0 16px;
    margin-bottom: 32px;
}

.form-field>label {
    display: block;
    font-weight: 400;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
    /* Black/Light/100 */
    color: #1A1A1A;
}

.form-field input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.03em;
    padding: 14px 16px;
    color: #1A1A1A;
}
    .form-field input[type=password] {
        width: 100%;
        box-sizing: border-box;
        border-radius: 0;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.03em;
        padding: 14px 16px;
        color: #1A1A1A;
    }
.form-field.full-width {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.form-field.full-width div {
    display: flex;
    flex-wrap: wrap;
    margin-left: 82px;
}

.travel-info-form-bottom {
    padding: 32px;
    border-top: 1px solid #E6E6E6;
}

.travel-info-form-middle-bottom {
    padding: 32px;
}

.travel-info-form-middle-bottom label,
.travel-info-form-bottom label {
    padding-left: 16px;
    color: #1A1A1A;
    font-weight: 400;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
}

.travel-info-form h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
}

@media (max-width:1199px) {
    .travel-info-form h3 {
        font-size: 21px;
        line-height: 21px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .select-dropdown select {
        padding: 15px 24px 15px 16px;
    }

    .form-field input[type=text], .form-field input[type=email], .form-field input[type=password] {
        padding: 11px 16px !important;
    }

    .form-field>label {
        font-size: 16px;
        line-height: 22px;
    }

    .form-field.full-width div {
        margin-left: 42px;
    }

    .travel-info-form-top p {
        font-size: 16px;
        letter-spacing: 0.03em;
        color: #1A1A1A;
    }

    .right-button>div {
        margin-right: 30px;
    }

    .right-button>div {
        margin-right: 30px;
        width: 164px;
    }
}

@media (max-width:991px) {
    .travel-top-info {
        flex-wrap: wrap;
    }

    .travel-info-list {
        width: 50%;
    }

    .right-button>div {
        margin-right: 15px;
    }

    .form-field>label {
        font-size: 14px;
        line-height: 22px;
    }

    .travel-info-form h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .form-field input[type=text], .form-field input[type=email], .form-field input[type=password] {
        padding: 9px 16px !important;
        font-size: 16px !important;
    }

    .select-dropdown select {
        padding: 14px 24px 13px 16px;
        font-size: 16px;
    }

    .travel-info-form-middle-bottom label,
    .travel-info-form-bottom label {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width:767px) {
    .travel-info-list {
        width: 50%;
        padding: 15px 10px;
    }

    .travel-info-list p strong {
        display: block;
    }

    .right-button {
        margin-left: 0;
        width: 100%;
    }

    .travel-info-form-top {
        padding: 24px 32px;
        display: block !important;
    }

    .travel-info-form-top {
        padding: 22px 22px;
        display: block !important;
    }

    .right-button>div {
        margin-right: 10px;
        width: 284px;
    }

    .right-button {
        width: 100%;
        display: block !important;
    }

    .travel-info-form-middle {
        padding: 22px;
    }

    .form-field {
        width: 100%;
        padding: 0 0;
        margin-bottom: 22px;
    }

    .form-area {
        margin: 0 0;
        flex-wrap: wrap;
    }

    .travel-info-form h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .form-field.full-width div {
        margin-left: 0;
    }

    .travel-info-form-middle-bottom label,
    .travel-info-form-bottom label {
        font-size: 14px;
        line-height: 20px;
        padding-left: 0;
    }

    .bottom-btn-group.d-flex.justify-content-between {
        display: block !important;
    }

    .bottom-btn-group.d-flex.justify-content-between .btn {
        margin-top: 15px;
    }

    .travel-info-form-bottom {
        padding: 22px;
        border-top: 1px solid #E6E6E6;
    }

    .travel-info-form-middle-bottom {
        padding: 22px;
    }
}
