.continue_to_checkout.third {
    border: 2px solid #e9af3d;
    border-radius: 6px;
    font-size: 18px;
    line-height: 35px;
    padding: 8px 20px;
    font-weight: 600;
    color: #1B2647;
}

.continue_to_checkout_box {
    display: none;
    justify-content: center;
    margin-bottom: 50px;
}

#additional-services-section {
    background: white;
    padding: 0;
    margin-bottom: 50px;
    /* margin-top: 30px; */
}

.box.all.additional-services-box {
    background: #f9f7f1;
    border-radius: 15px;
    padding: 15px;
}

.box.all.additional-services-box-custom {
    border: 1px solid var(--bg-light2);
    border-radius: 15px;
}

.mt-4 {
    margin-top: 25px;
}

.steps-main .steps-content {
    background: white;
    padding: 0;
}

.step-header {
    background: #f9f7f1;
    margin: 0;
    padding: 25px 35px 40px 35px;
    border-radius: 10px;
}

/* .step-header .left-box {
    padding: 10px 32px 10px 32px;
} */

.step-header .total-box {
    padding-top: 15px;
    width: 27%;
    border-left: 1px solid #e9af3d;
}

.step-header .left-box .frame .state,
.step-header .left-box .frame .type {
    width: 34%;
    margin-left: -20px;
}

.step-header .left-box .frame .state {
    width: 38%;
}

.step-header .left-box .type h1:after {
    border-bottom: none;
}

.step-header .left-box .frame strong {
    font: 900 56px/1 Prelo, Arial, Helvetica, sans-serif;
}

.service-title {
    display: flex;
    justify-content: center;
    padding: 15px 0px 15px 0px;
}

.mobile-only {
    display: none;
}

.bottom-continue-btn {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
}

.check-block-component {
    margin: 0 0 25px;
}

.check-block-component .cb-heading {
    border-bottom: 0px;
    margin: 0;
    align-items: flex-start;
}

.check-block-component .cb-heading .fake-checkbox {
    /* border: 1px solid #e9af3d; */
    visibility: hidden;
    margin-right: 10px;
}

/* .check-block-component .cb-heading .fake-checkbox:before {
    top: -3px;
    left: 1px;
    position: absolute;
    width: 21px;
    height: 9px;
    border: 2px solid transparent;
    border-color: #e9af3d #e9af3d transparent transparent;
    content: '';
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(135deg);
} */

.check-block-component .cb-heading .label {
    font-size: 18px;
    font-weight: 300;
}

.check-block-component .cb-details .cb-details-opener .circle {
    background: none;
}

.check-block-component .cb-details {
    margin-left: 24px;
}

.check-block-component .cb-details .cb-details-opener .circle:after,
.check-block-component .cb-details .cb-details-opener .circle:before {
    background: #e9af3d;
}

.check-block-component .cb-details .cb-details-body,
.details-box-component .db-content,
.details-box-component {
    padding: 0;
}

.details-box-component {
    background: none;
}

.db-content p,
.cb-details-body {
    font-size: 14px;
    font-weight: 300;
}

.service-check-mark {
    background-image: url('/images/service-check-mark.png');
    background-size: cover;
    width: 20px;
    height: 16px;
    margin-right: 10px;
}

.price {
    color: #2b3559;
    font-size: 46px;
    font-weight: 400;
}

.right-box ul {
    padding: 0;
}

/* .right-box ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.right-box ul li span {
    font-size: 20px;
    font-weight: 300;
}

.right-box ul li .last-child {
    color: #e9af3d;
} */

.service-check-mark-with-box {
    margin-top: 3px;
    margin-right: 15px;
    min-width: 18px;
    width: 18px;
    height: 18px;
    position: relative;
    border: 1px solid #e9af3d;
    background: #fff;
    border-radius: 2px;
}

.service-check-mark-with-box::before {
    opacity: 1;
    top: -3px;
    left: 1px;
    position: absolute;
    width: 21px;
    height: 9px;
    border: 1px solid transparent;
    border-color: #e9af3d #e9af3d transparent transparent;
    content: '';
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(135deg);
}

.complimentary_service_description {
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 0 28px;
    color: var(--text-dark);
}

.collapsible {
    display: none;
    border: 1px solid #e9af3d;
    background: white;
    border-radius: 6px;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 40px;
    font-weight: 600;
    color: #e9af3d;
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    position: relative;
    text-align: left;
}

.collapsible:after {
    content: '\0271A';
    /* Unicode character for "plus" sign (+) */
    font-size: 14px;
    color: black;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.collapsible.active-collapse {
    display: none;
}

.active-collapse:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.active-collapse,
.collapsible:hover {
    border: 2px solid #e9af3d;
}

.back-div.last {
    display: none;
}

.steps-main .steps-content h1 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 0px;
    color: #2b3559;
    text-align: center;
    position: relative;
}

/* .steps-main .steps-content h1::after {
    border-bottom: 3px solid #e9af3d;
    content: '';
    display: block;
    margin-left: 25%;
    width: 50%;
    margin-top: 5px;
} */

.steps-main .steps-content .summary-col h1 {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 0px;
    color: #e9af3d;
    text-align: center;
    position: relative;
}

.steps-main .steps-content .summary-col h1::after {
    border-bottom: 3px solid #e9af3d;
    content: '';
    display: block;
    margin-left: 25%;
    width: 50%;
    margin-top: 5px;
}

.columns.additional-services-columns {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .col.summary-col {
        /* width: 100%; */
        /* margin-top: 20px; */
    }

    .bottom-continue-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .continue_to_checkout_box {
        display: flex;
    }

    .continue_to_checkout.first {
        margin-left: 0px;
    }

    #additional-services-section {
        display: flex;
        justify-content: center;
        margin-top: 0px;
    }

    .minus-collapse {
        position: relative;
        padding-right: 25px;
    }

    .minus-collapse:after {
        content: "-";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        color: #000000;
        font-weight: bold;
    }

    .collapsible {
        display: block;
    }

    .mobile-only {
        display: block;
    }

    .columns.additional-services-columns {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }



    .back-white {
        background: white;
    }

    .col.package-col {
        border: 1px solid #e9af3d;
        border-radius: 10px;
        padding: 0;
    }

    .box.all.additional-services-box-custom {
        min-height: auto;
    }

    .col.summary-col {
        height: auto;
        padding: 0;
    }

    .col.summary-col .right-box ul {
        margin: 0 15px 0 15px;
    }

    .back-div.last {
        display: flex;
    }

    .bottom-continue-btn {
        display: none;
    }
}

.people-description-container {
    margin-top: 10px;
    margin-left: 28px;
}

.people-description-toggle {
    background: none;
    border: none;
    color: var(--primary-dark);
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.people-description-toggle:hover {
    color: #d19b2c;
}

.toggle-icon {
    font-size: 18px;
    line-height: 1;
    /* transition: transform 0.3s ease; */
}

.people-description-toggle.active .toggle-icon {
    transform: rotate(45deg);
}

.people-description-content {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: var(--text-dark);
    line-height: 1.5;
}

.main-step-container {
    display: flex;
    width: 100%;
}

#service-step-form {
    width: 100%;
}

.details-box-component {
    background: var(--primary80);
    border-radius: 15px;
    display: flex;
    padding: 15px;
}

.db-content {
    color: #282827;
    /* -ms-flex: 1 1 auto;
    flex: 1 1 auto; */
    padding: 10px;
}

.details-box-component .db-content .title {
    border-bottom: 1px solid #ffffff8c;
    display: block;
    font-size: 22px;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.details-box-component .add {
    align-items: center;
    background: #504f4e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 190px;
    justify-content: center;
    margin-left: 20px;
    min-width: 190px;
    user-select: none;
    width: 190px;
}

.details-box-component .add strong {
    font-size: 36px;
    margin: 0 0 5px;
}
