﻿body {
    color: #000;
}

.home_parent {
    padding: 0rem 3rem 0rem 3rem;
}

.action_title {
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    color: #363636;
    text-transform: uppercase;
    margin: 3rem 0rem;
}

.action_content {
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding: 0px 0rem 3rem 0rem;
    line-height: 2.5rem;
}

.action_step_parent {
    display: flex;
    align-items: center;
    color: #000;
    justify-content: center;
}

.border_table {
    border-collapse: separate;
}

.border_td {
    border: solid 2px #bbbbbb;
    border-radius: 10px;
}

.action_step_div {
    padding: 1rem; /*1.5rem 2rem 2rem 2rem;*/
    width: 100%;
    /*height: 170px;*/
    height: 100%;
}

.action_step_circle_parent {
    width: 100%;
    display: flex;
    justify-content: center;
}

.action_step_circle {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background-color: #363636;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    line-height: 45px;
}

.action_step_or {
    color: #000;
    padding: 0px 0.5rem;
    font-size: 1.75rem;
    font-weight: 500;
}

.action_step1_content {
    font-size: 1.7rem;
    text-align: center;
    padding: 0px 0px;
    line-height: 2.5rem;
    margin-top: 1rem;
}

.action_step1_phone {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    line-height: 2.5rem;
}

.action_step2_content_parent {
    text-align: center;
    margin-top: 1rem;
}

.action_step2_jump {
    font-size: 1.5rem;
    color: #000;
    text-underline-offset: 5px;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
    line-height: 2.5rem;
}

.action_step2_content {
    font-size: 1.5rem;
    color: #000;
    line-height: 2.5rem;
}

.action_faq_title {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    margin: 2rem 0rem 0rem 0rem;
    /*border-bottom: solid 2px #bbbbbb;*/
    padding-bottom: 0.5rem;
}

.faq_q {
    color: #363636;
    font-size: 1.1rem;
    font-weight: 600;
}

.faq_q_td {
    width: 60px;
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
}

.faq_q_content_td {
    text-align: left;
}

.faq_q_content {
    color: #000;
    font-size: 0.85rem;
    /*font-weight: 600;*/
    line-height: 1.8rem;
}

.action_vinlookup_parent {
    margin-top: 4rem;
}

.action_vinlookup {
    color: #363636;
    font-weight: 600;
    text-align: center;
    font-size: 3rem;
}

.vin_tr1_content {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 10px;
}

.vin_tr2_content {
    color: #000;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0rem;
}

.vin_txt_parent {
    margin: 2rem 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .vin_txt_parent form {
        width: 30rem;
    }

.vin_txt_input {
    width: 100%;
    padding: 0.75rem 1.25rem;
    height: 3rem;
    line-height: 3rem;
}

    .vin_txt_input::placeholder {
        color: #afafaf;
        font-size: 16px;
        font-weight: 500;
    }

.vin_where_parent {
    color: #363636;
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.vin_where_layer {
    background-color: #000 !important;
    padding: 1rem !important;
}

.vin_where {
    text-decoration: underline;
    text-underline-offset: 5px;
    cursor: pointer;
}

.recaptcha_parent {
    color: #000;
    display: flex;
    justify-content: center;
    margin: 1.25rem 0px 3rem 0px;
}

.checkvin-btn-row {
    display: flex;
    justify-content: center;
}

.checkvin_btn {
    color: #fff;
    background-color: #363636;
    font-weight: 600;
    font-size: 1.25rem;
    padding: 1rem 3rem;
    border-radius: 5px;
    cursor: pointer;
}

.vin_parent {
    flex-basis: 100%;
    flex-shrink: 0;
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.vin_label {
    color: #aaa;
    font-size: 1.25rem;
    font-weight: 500;
    position: absolute;
    z-index: 2;
    right: 1.5rem;
    top: 0.75rem;
}

.action_collapse {
    margin: 0rem 0rem 4rem 0rem;
}

.action_according_panel {
    padding: 0.5rem 0rem 0.5rem 1rem;
    border-bottom: solid 2px #bbb;
    color: #2e2828;
    font-weight: 500;
}

.action_according_content {
    padding: 0.5rem 0rem 0.75rem 0rem;
    font-size: 0.85rem;
    color: #000;
}

.action_according_title_parent {
    display: flex;
    align-items: center;
}

.action_according_arrow {
    text-align: right;
    flex: 1;
    padding-right: 0.5rem;
}

    .action_according_arrow span {
        font-size: 2.5rem;
        color: #000;
    }

.action_faq_parent {
    margin-top: 5rem;
}

.action_faq_section {
    margin-top: 1rem;
    border-top: solid 2px #bbb;
    padding: 1rem 0rem 0rem 1rem;
}

.action_faq_section_title {
    color: #000;
    font-weight: 500;
    font-size: 1.25rem;
}

.action_fat_section_content {
    padding: 1rem 2rem;
}

.faq_q_content_td {
    color: #000;
    font-weight: 500;
    font-size: 0.85rem;
}

.faq_a_content_td {
    color: #000;
    font-weight: unset;
    font-size: 0.85rem;
}

.action_faq_section3_grid_parent {
    margin: 2rem;
}

.action_faq_section3_grid {
    border: solid 1px #bbb;
    font-size: 0.85rem;
    color: #000;
}

    .action_faq_section3_grid tr {
        border-bottom: solid 1px #aaa;
        line-height: 2rem;
    }

.grid_td_center {
    text-align: center;
}

.faq_grid_title {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .action_title {
        font-weight: 700;
        font-size: 2.5rem;
        text-align: center;
        color: #363636;
        text-transform: uppercase;
        margin: 2rem 0rem;
    }

    .home_parent {
        padding: 0rem 0.5rem 0rem 0.5rem;
    }

    .action_fat_section_content {
        padding: 0.5rem;
    }

    .action_faq_title {
        color: #000;
        text-align: center;
        font-weight: 700;
        font-size: 2.5rem;
        margin: 2rem 0rem 2rem 0rem;
    }

    .faq_q_td {
        width: auto;
        text-align: right;
        vertical-align: top;
        padding-right: 0.5rem;
    }

    .action_vinlookup {
        color: #363636;
        font-weight: 600;
        text-align: center;
        font-size: 2.5rem;
    }

    .action_content {
        font-weight: 600;
        font-size: 1.5rem;
        text-align: center;
        color: #000;
        text-transform: uppercase;
        padding: 0px 1rem 1rem 1rem;
        line-height: 2.5rem;
    }

    .action_step_div {
        padding: 1rem;
        width: 100%;
        height: 100%;
    }

    .action_step1_content_parent {
        margin-top: 1rem;
    }

    .action_step1_content {
        font-size: 1.25rem;
        text-align: center;
        padding: 0px 0px;
        line-height: 2rem;
    }

    .action_step1_phone {
        margin-top: 1rem;
        font-size: 1.25rem;
        text-align: center;
        font-weight: 600;
        cursor: pointer;
        line-height: 2rem;
    }

    .action_step2_jump {
        font-size: 1.25rem;
        color: #000;
        text-underline-offset: 3px;
        text-decoration: underline;
        font-weight: 600;
        cursor: pointer;
        line-height: 2rem;
    }

    .action_step2_content {
        font-size: 1.25rem;
        color: #000;
        line-height: 2rem;
    }

    .action_step2_content_parent {
        margin-top: 1rem;
        text-align: center;
    }

    .faq_q {
        color: #363636;
        font-size: 1.25rem;
        font-weight: 600;
    }

    .faq_q_content {
        color: #000;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.8rem;
    }
}

.mobile_call_underline {
    color: #000;
}
.action_collapse {
    margin: 0rem 0rem 4rem 0rem;
}

.action_according_panel {
    padding: 0.5rem 0rem 0.5rem 1rem;
    border-bottom: solid 2px #bbb;
    color: #2e2828;
    font-weight: 500;
}

.action_according_content {
    padding: 0.5rem 0rem 0.75rem 0rem;
    font-size: 0.85rem;
    color: #747474;
}

.action_according_title_parent {
    display: flex;
    align-items: center;
}

.action_according_arrow {
    text-align: right;
    flex: 1;
    padding-right: 0.5rem;
}

    .action_according_arrow span {
        font-size: 2.5rem;
        color: #747474;
    }
.according_title_2 {
    color: #ce202f;
}