.test-drive-section .test-header {
    margin-top: 50px;
    margin-bottom: 4px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    color: #000;
}

.test-drive-section .test-sub-header {
    margin-bottom: 24px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717171;
}

.test-drive-section .bread-crumb {
    padding: 17px 40px;
    border-radius: 8px;
    background-color: #D9D9D9;
    display: flex;
    margin-bottom: 58px;
}

.test-drive-section .bread-item {
    display: flex;
    align-items: center;
}

.test-drive-section .bread-item:not(:last-child) {
    margin-right: 32px;
}

.test-drive-section .bread-number {
    background-color: #71717180;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    border-radius: 50px;
    padding: 2px 9px;
    display: inline-block;
    margin-right: 16px;
}

.test-drive-section .bread-number-first {
    padding: 2px 11px;
}

.test-drive-section .bread-name {
    color: #717171;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    white-space: nowrap;
}

.test-drive-section .bread-name:not(:last-child) {
    margin-right: 17px;
}

.test-drive-section .active .bread-number {
    background-color: #FBB040;
}

.test-drive-section .active .bread-name {
    color: #000;
}

.test-drive-section .bread-img {
    display: block;
    width: 10px;
}

.test-drive-section .car_box {
    background-color: transparent;
    text-align: center;
}

.test-drive-section .box_img {
    background-color: #D9D9D9;
    border-radius: 8px;
    padding: 8px 30px;
    border: 4px solid #D9D9D9;
    transition: .3s all ease-in-out;
}

.test-drive-section .box_img:hover {
    border: 4px solid #FBB040;
}

.test-drive-section .box_img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: contain;
}

.test-drive-section .single-car-box {
    width: 100%;
    height: auto;
}

.test-drive-section .single-car-box .box_img, .cardetails_box_img {
    aspect-ratio: inherit;
}


.test-drive-section .single-car-box .box_img {
    padding: 50px;
    border: none;
}

.test-drive-section .single-car-box .box_img:hover {
    border: none !important;
    box-shadow: none;
}

.test-drive-section .single-car-box img {
    width: 50%;
    height: auto;
}

.test-drive-section .single-car-box .box_title {
    font-size: 37px;
    line-height: 51px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.test-drive-section .about-btn {
    color: #717171;
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 50px;
}

.test-form .form-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 37px;
    width: 80%;
}

.test-form .form-inputs .form-group {
    width: 50%;
    margin-bottom: 20px;
}

.test-form .form-inputs .form-group:nth-child(odd) {
    padding-right: 48px;
}

.test-form .form-group label {
    display: block;
}

.test-form .form-inputs input {
    border: 1px solid #7171714D;
    background-color: #F9F9F9;
    border-radius: 8px;
    padding: 15px;
    margin-top: 8px;
    width: 100%;
}

.test-form .form-inputs .form-group:nth-child(even) input {
    width: calc(100% - 48px);
}

.test-form .btn-section {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.test-form .btn-section .test-btn {
    background-color: #717171D1;
    color: #fff;
    padding: 10px 60px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    border-radius: 8px;
    cursor: pointer;
}

.test-form .btn-section .active {
    background-color: #FAAF4C;
    margin-left: 16px;
}

.test-drive-section .swal2-styled.swal2-confirm {
    box-shadow: none !important;
    outline: none !important;
}

@media screen and (max-width: 900px) {
    .test-drive-section .test-header {
        font-size: 28px;
    }

    .test-drive-section .bread-crumb {
        padding: 17px 20px;
    }

    .test-drive-section .bread-item:not(:last-child) {
        margin-right: 20px;
    }

    .test-drive-section .bread-number {
        margin-right: 6px;
    }

    .test-drive-section .bread-name:not(:last-child) {
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .test-drive-section .test-header {
        font-size: 20px;
    }

    .test-drive-section .test-sub-header {
        font-size: 14px;
    }

    .test-drive-section .bread-crumb {
        padding: 17px 20px;
        flex-wrap: wrap;
    }

    .test-drive-section .bread-item {
        margin: 10px;
    }

    .test-drive-section .bread-item:not(:last-child) {
        margin-right: 20px;
    }

    .test-drive-section .bread-number {
        margin-right: 6px;
    }

    .test-drive-section .bread-name:not(:last-child) {
        margin-right: 10px;
    }

    .test-drive-section .single-car-box .box_title {
        font-size: 30px;
    }

    .test-form .form-inputs {
        width: 100%;
    }

    .test-form .form-inputs .form-group {
        width: 100%;
    }

    .test-form .form-inputs .form-group:nth-child(odd) {
        padding-right: 0;
    }

    .test-form .form-inputs .form-group:nth-child(even) input {
        width: 100%
    }

    .test-form .btn-section .test-btn {
        padding: 10px 40px;
    }
}
