.sales_process {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    /*padding-top: 30px;*/
}

.sales_process .badge.last:after {
    display: none;
}

.aftersales-prepaidpackages-index .step2{display: none;}
.aftersales-prepaidpackages-index .step2.active{display: block;}


.sales_process .badge {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sales_process .badge:after {
    content: "";
    background-color: #F5F2EF;
    color: #F5F2EF;
    height: 2px;
    width: 80%;
    top: 20px;
    left: 67%;
    position: absolute;
}
.aftersales-prepaidpackages-index .step2.prev{margin-top: 20px}


.sales_process .badge.active:after {
    background-color: #000;
}

.sales_process .badge:nth-child(4):after {
    display: none;
}

.sales_process .badge .badge_details {
    padding-top: 0px;
    color: #414141;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-direction: column-reverse;min-width: 150px;
}

.sales_process .badge .badge_details .badge_icon {
    width: 40px;
    height: 40px;
    background-color: #F5F2EF;
    border-radius: 25px;
    /* outline: auto;
    outline-offset: 8px;
    outline-color: #D3D3D3; */
    text-align: center;
    position: relative;
    z-index: 1;
}


.sales_process .badge .badge_details .badge_icon.active {
    background-color: #000;
    box-shadow: inset 0 0 0 3px #fff;
    /* outline-color: #303030; */
}

.sales_process .badge .badge_details .badge_icon svg {
    padding-block: 13px;
    width: 8px;
    top: 14px;
    padding: 0;
    position: absolute;
    left: 20px;
}

.sales_process .badge .badge_details .badge_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #222222;
}

.sales_process .badge .badge_details .badge_title .order_date {
    color: #727272;
}

.vehicle_information.step1 .inner-bg-container, .vehicle_information.step4 .inner-bg-container {max-width: 1100px;margin: 0 auto;}
.vehicle_information.step1{background-color: #F5F2EF;}
.vehicle_information.step4 .title{font-family: inherit;padding-bottom: 20px;}

.request_callback .page_heading p {text-align: center;margin-top: -20px;}
#aftersales-callback-form{max-width: 1100px;margin: 0 auto;}
/* Vehicle Information */
.vehicle_information {
    background-color: #F5F2EF;
    /*border: 1px solid #0000001A;*/
    margin-top: 35px;
    /*box-shadow: 0px 4px 24px 0px #00000014;*/
    border-radius: 6px;
    padding: 30px;
    box-sizing: border-box;
}

.vehicle_information .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1a1a1a;
}

.vehicle_information .modal_detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-block: 15px;
}
.aftersales-prepaidpackages-index .vehicle_information .modal_detail{align-items: flex-start;}

.vehicle_information .modal_detail .heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
}

.vehicle_information .modal_detail .model,
.vehicle_information .modal_detail .year {
    flex: 1;
    cursor: pointer;
}

.vehicle_information .service_fields {
    background-color: #fff;
    border: 2px solid #e7e7e7;
    border-radius: 6px;
    padding: 15px;
    width: 100%;
    margin-top: 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: normal;
    color: #565656;
    height: auto;
}
.vehicle_information .service_fields {
    color: #1a1a1a;
}

.vehicle_information .loc_checkbox {
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    cursor: pointer;
    background-color: white;
    transition: all 0.2s ease;}
.vehicle_information input[type="radio"]:checked {
    background-color: #000000;
    border-color: #000000;
}

.vehicle_information .main-btn{text-align: center;margin-left: auto;width: 125px;}
.vehicle_information .main-btn .primary-btn{border-radius: 4px;
    background: #000000;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 15px 50px;cursor: pointer;}

.vehicle_information input[type="radio"]:checked::after,.vehicle_information input[type="checkbox"]:checked::after{
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.service_type {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 15px;    flex-wrap: wrap;
    align-items: stretch;
}
.service_type .mage-error-text{flex-basis: 100%;width: 100%;}

.service_type .service_detail {
       background: #fff;
    border: 1px solid #e7e7e7;
    padding: 20px 50px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    flex: 1;

}

.service_type .service_detail * {
    padding-bottom: 15px;
}

.service_type .service_detail .headng {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.9px;
    text-align: center;
    text-transform: uppercase;
}

.service_type .service_detail .text {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #6B7280;
}

.line {
    background-color: rgba(0, 0, 0, 0.1);
    margin-block: 25px;
    width: 100%;
    height: 2px;
    display: block;
}



@media screen and (max-width: 1024px) {
    .request_callback .page_heading p{margin-top: -5px;line-height: 18px;font-size: 14px;}
    .aftersales-prepaidpackages-index .vehicle_information .main-btn{margin-top: 45px;}
    .sales_process {
        /*padding-top: 20px;*/
        gap: 15px;
    }

    /* .sales_process .badge:after {
        display: none;
    } */
    
    .sales_process .badge .badge_details .badge_title {
        font-size: 11px;
        line-height: 16px;
    }

    .sales_process .badge .badge_details {
        gap: 10px;
    }

    .vehicle_information {
        margin-top: 20px;
        padding: 20px;
    }

    .vehicle_information .title {
        font-size: 18px;
        line-height: 24px;
    }

    .vehicle_information .modal_detail {
        margin-block: 15px;
        flex-direction: column;
    }

    .vehicle_information .modal_detail .modell,
    .vehicle_information .modal_detail .year {
        width: 100%;
    }

    .service_type {
        flex-direction: column;
        gap: 15px;
    }

    .service_type .service_detail {
        padding: 15px 25px;
    }

    .line {
        margin-block: 20px;
    }

    .sales_process .badge:after {
        top: 25px;
    }
    .vehicle_information .modal_detail .model, .vehicle_information .modal_detail .year{width: 100%;}
}

@media screen and (max-width: 650px) {
    .sales_process .badge .badge_details .badge_icon {
        width: 35px;
        height: 35px;
    }

    .sales_process .badge .badge_details .badge_icon svg {
        position: absolute;
        left: 13px;
        top: 7px;
    }

    .sales_process .badge:after {
        top: 18px;
    }

    .sales_process .badge .badge_details .badge_title {
        max-width: 75px;
    }
} 