﻿.action_title {
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #e10a1d;
    text-transform: uppercase; 
    margin: 3rem 0rem;
}

.action_content {
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    color: #000;
    text-transform: uppercase; 
    padding: 0px 2rem 3rem 2rem;
    line-height:3.5rem;
}

.action_step_parent {
    display: flex;
    align-items: center;
    color: #000;
}
.border_table {
    border-collapse: separate;
}
.border_td {
    border: solid 2px #e10a1d;
    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: #e10a1d;
    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: 1.75rem;
    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: 3px;
    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: 900;
    font-size: 3rem;
    margin: 2rem 0rem 2rem 0rem;
}

.faq_q {
    color: #e10a1d;
    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: 1.1rem;
    font-weight: 600;
    line-height:1.8rem;
}

.action_vinlookup_parent {
    margin-top: 4rem;
}

.action_vinlookup {
    color: #e10a1d;
    font-weight: 600; 
    text-align: center;
    font-size: 3rem;
}

.vin_tr1_content {
    color: #000000;
    font-weight: bold; 
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 10px;
}

.vin_tr2_content {
    color: #000000; 
    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: #e10a1d;
    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: #e10a1d;
    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;
}
@media (max-width: 768px) {
    .action_title {
        font-weight: 700;
        font-size: 2.5rem;
        text-align: center;
        color: #e10a1d;
        text-transform: uppercase;
        margin: 2rem 0rem;
    }
    .action_faq_title {
        color: #000;
        text-align: center;
        font-weight: 700;
        font-size: 2.5rem;
        margin: 2rem 0rem 2rem 0rem;
    }
    .action_vinlookup {
        color: #e10a1d;
        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: #e10a1d;
        font-size: 1.25rem;
        font-weight: 600;
    }
    .faq_q_content {
        color: #000;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.8rem;
    }
}