
.form-box {
    padding: 5px 15px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-image: none;
}

.error-msg {
    color: red;
    font-weight: bold;
}

.single-return-result {
    max-width: 1600px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

    .single-return-result .car-list-card {
        background-color: #FFF;
    }

.car-result-list {
    display: flex;
    justify-content: space-between;
}

.rent-car-div .form-select {
    border: none;
    outline: none;
}

.rent-car-div .form-input {
    border: none;
    outline: none;
}
.rent-car-div.holding .form-gird2-div {
    margin-top: 0;
    margin-bottom: 10px;
}
.rent_car-gird {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.car-list-card.selected::before {
    position: absolute;
    content: "";
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border: 5px solid #F7C824;
    border-radius: 10px;
    top: 0;
    left: 0;
}

.car-list-card {
    cursor: pointer;
}

label.checkbox {
    cursor: pointer;
}

input[type="checkbox"]:is(:checked) + label.checkbox {
    background-color: #f7ca3e;
    border-color: #707070;
    box-shadow: inset 0 0 0 2px #fff;
}

#phonenumber.w-node-b6ab9983-2b3c-08bd-c3dc-00677e48a8c9-cc777b02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

.required-field {
    color: red;
}

.error-msg-container {
    margin: 10px auto 20px;
    font-size: 16px;
}

.next-step-text {
    margin-top: 0;
    font-family: Noto Sans TC, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.form-button-container {
    margin-top: 20px;
    justify-content: space-between;
    display: none;
}

.form-step.active .form-button-container {
    display: flex;
}

.single-next-btn {
    margin-left: auto;
}

.form-step.active .ferm-end {
    display: none;
}

.form-step.disable {
    display: none;
}

.rent-car-div {
    margin-bottom: 100px;
}

.w-dropdown {
    z-index: unset;
}

.fq-sub-fid {
    display: block;
}

.extra-driver .w-form-label {
    margin-bottom: 7px;
}

.extra-driver .form-select {
    border: 1px solid #707070;
    padding: 2px 10px;
    width: 200px;
}

.other-pass-p {
    width: calc(50% - 20px);
    margin: 10px;
    display: none;
}

.extra-driver-details {
    display: flex;
    flex-wrap: wrap;
}

.extra-driver-container {
    border-bottom: 1px dashed rgba(112, 112, 112, .5);
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.extra-driver-select-field {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.success-div {
    margin-bottom: 100px;
}

    .success-div .title {
        color: #F7CA3E;
        font-size: 54px;
        line-height: 56px;
        margin-bottom: 40px;
        text-align: center;
    }

    .success-div .order-number-div {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 40px;
        text-align: center;
    }

    .success-div .textcontent {
        font-size: 24px;
        line-height: 28pt;
        margin-bottom: 20px;
        text-align: center;
    }

.no-result {
    text-align: center;
}

.mobile-menu-l .dropdown-list.w--open {
    position: absolute;
}

.car-detail-banner-photo {
    margin-bottom: -170px;
}

    .car-detail-banner-photo img {
        width: 100%;
    }
.inner1-section.hosting {
    height:180px;
}

@media screen and (max-width: 767px) {
    .rent_car-gird {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width: 479px) {
    .rent_car-gird {
        grid-template-columns: 1fr;
    }

    #w-node-b6ab9983-2b3c-08bd-c3dc-00677e48a8a9-cc777b02 {
        grid-column: span 4;
    }

    #w-node-_814af011-9ebf-01da-deb6-2c76cf85c267-cc777b02 {
        grid-area: span 4;
    }
}

.faq-tab-down{
    opacity:0;
}
.faq-tab-link.w--current .faq-tab-down {
    opacity: 1;
}
.faq-tab-link {
    height: 120px;
}
.faq-tab-title {
    height: 86px;
}
    .faq-tab-title h2 {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 2px;
    }
/*==========form related============*/
.submitSuccess {
    display: none;
}

.submitFail {
    display: none;
}

.form-sp-column-div {
    padding: 0 10px;
}

textarea.text-field.w-input {
    max-width: 100%;
    min-width: 100%;
    height: 200px;
}

.formSubmitMsg {
    background-color: #f5f5f5;
    margin: 0;
    padding: 15px 0;
    margin-bottom: 0px;
    text-align: center;
}

.formSubmitFailBlock {
}

.formSubmitFailMsg {
    margin-top: 15px;
    padding: 15px 0;
    background-color: #ffdede;
    text-align: center;
}

.submitFail p {
    margin: 0;
}
.rent-cat-form-set3-line:nth-child(6) {
    border: 0;
}
/*==================================*/
