.booking-ux-form-container .choose-service-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
}

.booking-ux-form-container .choose-service-card .choose-card {
    width: 100%;
    padding: 24px;
    background: #fef4ef;
    box-shadow: 0 8px 16px rgba(114, 124, 149, .12), 0 4px 8px rgba(114, 124, 149, .12);
    border-radius: 24px;
    display: flex;
    gap: 20px;
    position: relative;
    cursor: pointer;
}

.booking-ux-form-container .choose-service-card .choose-card>svg {
    display: none;
}

.booking-ux-form-container .choose-service-card .choose-card i {
    flex: 1;
    max-width: 56px;
}

.booking-ux-form-container .choose-service-card .choose-card .inner-caption {
    flex: 1;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.booking-ux-form-container .choose-service-card .choose-card i img {
    width: 100%;
}

.booking-ux-form-container .choose-service-card .choose-card .inner-caption h5 {
    margin: 0;
    font-size: 18px;
    color: #004E36;
    font-weight: 400;
}

.booking-ux-form-container .choose-service-card .choose-card.selected>svg {
    display: block;
    position: absolute;
    right: 20px;
    width: 23px;
    top: 20px;
}

.booking-ux-form-container .choose-service-card .choose-card.selected>svg path:last-child {
    fill: #014f36;
}

.booking-ux-form-container .choose-service-card .choose-card p {
    margin: 0;
    font-size: 14px;
    color: #014f36;
    line-height: 1.4;
}

.booking-ux-form-container .choose-service-card .choose-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 10px;
}

.booking-ux-form-container .choose-service-card .choose-card ul li {
    font-size: 16px;
    color: #FF7619;
}

.booking-ux-form-container .choose-service-card .choose-card ul li b {
    color: #005036;
    font-weight: 500;
}

.booking-ux-form-container .choose-service-card .choose-card ul li b.bg {
    background: #005036;
    color: #fff;
    padding: 5px 11px;
    border-radius: 3px;
}

/* ======================================== */
/* Service extras */
/* ======================================== */
.booking-ux-form-container .service-extras-container {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    margin-top: 50px;
    box-shadow: none;
    background: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: transparent;
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: 0 -4px 16px rgba(114, 124, 149, .2);
}

/* When visible */
.booking-ux-form-container .service-extras-container.active {
    max-height: 2000px;
    padding: 24px;
    background: #fef4ef;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    color: #004E36;
}

.booking-ux-form-container .service-extras-container .service-extra {
    display: none;
}

.booking-ux-form-container .service-extras-container .extra-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.booking-ux-form-container .service-extras-container .extra-item .extra-item-checkbox input {
    display: none;
}

.booking-ux-form-container .service-extras-container .extra-item .extra-item-checkbox .service-details label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.booking-ux-form-container .service-extras-container .extra-item .extra-item-checkbox .service-details label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #004e36;
    position: absolute;
    left: 0;
    top: -1px;
    border-radius: 4px;
}

.booking-ux-form-container .service-extras-container .extra-item .extra-item-checkbox input:checked + .service-details label:before {
    background-color: #004e36;
    content: url(../images/tick-mark-line.svg);
}

.booking-ux-form-container .service-extras-container .extra-item .extra-item-checkbox .price-duration {
    padding: 0 0 0 30px;
    font-size: 14px;
}

.booking-ux-form-container .service-extras-container .extra-item .extra-item-checkbox .price-duration svg path:not(:first-child) {
    fill: #ff7a00;
}

.booking-ux-form-container .extra-item-checkbox {
    display: flex;
    gap: 10px;
}

.booking-ux-form-container .service-extras-container .price-duration {
    display: flex;
    gap: 10px;
}

.booking-ux-form-container .service-extras-container .service-details svg {
    width: 14px;
}

.booking-ux-form-container .service-extras-container .extra-item-qty-input {
    display: flex;
    width: 230px;
    height: 38px;
    background: #fff;
    padding: 2px;
    border-radius: 4px;
    align-items: flex-end;
}

.booking-ux-form-container .service-extras-container .extra-item-qty-input button {
    padding: 15px 20px;
    background: #fbece3;
    color: #000;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    min-width: 30px;
    height: 34px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 12px;
}

.booking-ux-form-container .service-extras-container .extra-item-qty-input input.extra-qty-input {
    border: none;
    text-align: center;
    padding: 0;
    height: 100%;
    pointer-events: none;
    appearance: none;
}

.booking-ux-form-container .service-extras-container .repeat-appointment-container,
.booking-ux-form-container .service-extras-container .repeat-appointment-frequency-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.booking-ux-form-container .service-extras-container .repeat-appointment-frequency-container {
    display: none; /* Hiding this for 1 appointment */
}

.booking-ux-form-container .service-extras-container .dropdown-field {
    position: relative;
    width: 230px;
    background: #fff;
    border-radius: 4px;
}

.booking-ux-form-container .service-extras-container .dropdown-field select {
    height: 38px;
    font-size: 14px;
    border: none;
    background: transparent;
    appearance: none;
    outline: 0;
    color: #004E36;
    cursor: pointer;
}

.booking-ux-form-container .service-extras-container .dropdown-field:after {
    width: 8px;
    height: 8px;
    border-left: 1px solid #ff7a00;
    border-bottom: 1px solid #ff7a00;
    position: absolute;
    right: 13px;
    top: 12px;
    content: "";
    transform: rotate(-45deg);
    pointer-events: none;
}

@media all and (max-width: 991px) {
    .booking-ux-form-container .choose-service-card {
        flex-flow: column;
    }

    .booking-ux-form-container .choose-service-card .choose-card {
        width: 100%;
    }
}

@media all and (max-width: 667px) {
    .booking-ux-form-container .service-extras-container .extra-item {
        flex-flow: column;
        gap: 10px;
    }

    .booking-ux-form-container .service-extras-container .extra-item-qty-input,
    .booking-ux-form-container .service-extras-container .dropdown-field {
        width: 100%;
    }

    .booking-ux-form-container .service-extras-container .repeat-appointment-container, .booking-ux-form-container .service-extras-container .repeat-appointment-frequency-container {
        flex-flow: column;
        align-items: start;
        gap: 10px;
    }
}

@media all and (max-width: 480px) {
    .booking-ux-form-container .choose-service-card .choose-card {
        flex-flow: column;
        align-items: center;
        text-align: center;
    }
}
