/** Marketing  Section Content  **/

.section-content {
    background: #fff4f4;
    padding: 2em 0;
}

body .white {
    background: transparent;
}

.section-content .content h2 {
    font-size: 32px;
    letter-spacing: -0.4px;
    margin-top: 0;
}

.section-content .content p {
    font-size: 1em;
    letter-spacing: -0.4px;
    margin: 0;
}

.section-content .container {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
}

.section-content .header-btn a {
    padding: 13px 24px;
    display: block;
}

.section-content .color-red {
    font-size: 32px;
    letter-spacing: -0.4px;
}

.color-red {
    color: #c10000;
    font-size: 1.2em;
    font-weight: 500;
}

/* Why File a Complaint */

.heading-section .color-red {
    text-align: left;
    display: block;
    font-size: 1.2em;
    font-weight: 500;
}

.heading-section h2 {
    text-align: left;
    margin-top: 0;
}

.heading-section p {
    text-align: left;
    font-size: 1.2em;
    font-weight: 400;
}

.heading-section p a {
    font-size: 1em;
    color: #c10000;
}

.file-a-complaint p {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 1em;
}

.heading-section .grid {
    margin-top: 3em;
}

blockquote {
    background-color: #fff6f6;
    /* border: 1px solid #f7d6d6; */
    max-width: 800px;
    padding: 1em;
    margin: 1em auto 2em;
    border-radius: 10px;
    border-left: 4px solid #c10000;
    /* border-bottom-left-radius: 0; */
    /* border-top-left-radius: 0; */
}

blockquote p {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

blockquote p {
    font-style: italic;
}

#owed-refund h2 {
    margin-bottom: 0.5em;
}

#owed-refund p {
    font-size: 20px;
    margin-bottom: 0.5em;
}

#owed-refund ul {
    list-style-position: inside;
}

.what-you-do .grid.grid-5 {
    margin: 3rem auto;
}

.grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    display: grid;
    gap: 2rem;
}

.grid-5 .grid-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-content: end;
    justify-content: space-between;
}

.grid-5 .grid-item h4,
.grid-5 .grid-item h4 span {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
}

.grid-5 .grid-item h4 span {
    float: left;
    height: 80px;
    margin-right: 0.2em;
}

.grid-5 .grid-item p {
    flex-grow: 1;
    margin: 0;
}

.grid-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
    gap: 2rem;
    text-align: center;
}

.notes .grid {
    margin: 3rem auto;
}

.grid-3 .grid-item {
    border: 1px solid #cd1818;
    padding: 2em 1.5em;
    border-radius: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.grid-3 .grid-item h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.grid-3 .grid-item .icon {
    width: 65px;
    height: 65px;
    background-color: transparent;
    text-align: center;
    display: block;
    padding: 0.6em;
    border-radius: 16px;
    margin: 0 auto;
}

.grid-3 .grid-item p {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0.5em;
}

/* Filing Your Claim is Simple */

.filing-claim {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em;
    position: relative;
    overflow: hidden;
}

.filing-claim:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 40%, #131313 100%);
    mix-blend-mode: darken;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
}

.filing-claim .container {
    z-index: 9;
    position: relative;
}

.filing-claim .color-red,
.filing-claim p {
    color: #fff;
}

.grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 3rem;
    text-align: center;
}

.filing-claim .grid {
    flex-wrap: wrap;
}

.grid-2 .grid-item {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    text-align: left;
    border: 1px solid #ffffff47;
    border-right: 0;
    border-left: 0;
    padding: 2em 0;
}

.grid-2 .grid-item p {
    text-align: left;
    margin-bottom: 0;
}

.grid-2 .grid-item .icon {
    width: 56px;
    height: 56px;
    flex-basis: 100px;
    max-width: 100px;
}

.grid-2 .grid-item:nth-child(3) .icon {
    width: 80px;
    height: auto;
    flex-basis: 180px;
    max-width: 180px;
}

.grid-2 .grid-item h4 {
    margin-top: 0;
    font-size: 32px;
}

.grid-2 .grid-item .step-count {
    color: #fff;
}

.grid-2 .grid-item .grid-content {
    padding-left: 1em;
}

.grid-2 .grid-item:nth-child(3),
.grid-2 .grid-item:nth-child(4) {
    border-top: 0;
    padding-top: 0;
    border-bottom: 0;
}

section#what-happened {
    margin: 1rem 0 2rem;
}

.content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 2rem;
    margin: 3em auto 0;
}

/* Qualifying Section */

section.qualifying {
    padding: 0 2em;
}

.content-grid .grid-content ul li,
.content-grid .grid-content ul li a,
.content-grid .grid-content ul li span {
    font-size: 18px;
    line-height: 1.5;
}

.content-grid .grid-item {
    padding-right: 2em;
}

.content-grid .grid-item img {
    width: 100%;
}

.content-grid .grid-content ul li {
    margin-bottom: 0.5em;
}

.content-grid .grid-content ul li ul {
    padding-left: 2em;
    padding-top: 1em;
    list-style: disc;
}

.content-grid .grid-content ul li ul li {
    margin-bottom: 0.3em;
}

.content-grid .grid-content ul li span {
    color: #c10000;
}

.banner-text-content h4,
.banner-text-content h4 span {
    text-align: left;
    font-size: 18px;
    margin-top: 0;
    font-weight: 500;
    font-style: italic;
}

.banner-text-content h4 span {
    font-weight: 400;
}

.banner-text-content {
    margin-top: 1em;
}

.banner-text-content a.primary-button {
    margin: 1em 0;
    width: 100%;
    max-width: 100%;
}

/* Faq */

.faq-accordion {
    background: #fff4f4;
    padding: 3em;
}

/* Model css Stepper */

.model-form-section {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff6f6;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    pointer-events: all;
    overflow-y: auto;
}

.model-form-section .model-content {
    max-width: 100%;
    background-color: #fff6f6;
    border-radius: 8px;
    position: relative;
    width: 100%;
}

.model-form-section .model-content .model-header {
    position: relative;
    padding: 1.2em 3em;
    text-align: center;
    border-radius: 8px;
}

.model-body {
    padding: 0 2em;
    max-width: 768px;
    margin: 20px auto;
}

.model-form-section .model-content .model-header img {
    max-width: 160px !important;
    width: auto !important;
}

.model-body h2 {
    color: #c10000;
    font-size: 20px;
    margin-top: 0;
}

.model-body p {
    font-size: 1em;
    max-width: 90%;
}

.progress-bar {
    width: 100%;
    height: 10px;
    background-color: #fff3f3;
    border-radius: 6px;
    margin: 1.5em 0;
}

.progress {
    height: 100%;
    background-color: #c10000;
    border-radius: 6px;
}

a.dialog-close-button.dialog-lightbox-close-button {
    top: 22px;
    margin-top: 0;
    right: 17px;
    opacity: 1;
    z-index: 9999;
    pointer-events: all;
    cursor: pointer;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 2px solid #383838;
}

.dialog-lightbox-close-button span:nth-child(1) {
    transform: rotate(45deg);
}

.dialog-lightbox-close-button span {
    right: 5px;
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 2px;
    border-radius: 5px;
    background: #000;
    top: 12.5px;
}

form#step5 .form-inner-group label.dateOfBirth.form-label {
    margin-bottom: 0.5em;
    display: block;
}

.dialog-lightbox-close-button span:nth-child(2) {
    transform: rotate(-45deg);
}

.model-form-section .container-fluid {
    width: 100%;
}

.model-stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back-button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2em;
    color: #000;
    text-decoration: navajowhite;
}

.back-button a:hover {
    color: #c10000;
}

.back-button a:hover svg,
.back-button a:hover path {
    fill: #c10000;
    stroke: #c10000;
}

.step {
    font-size: 1.2em;
    color: #c10000;
}

.model-form h3 {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    margin: 0.5em auto 0.2em;
}

.model-form #stepperForm {
    text-align: center;
    display: block;
}

.model-form .form-group {
    display: flex;
    align-content: center;
    align-items: center;
    max-width: 520px;
    margin: 4em auto;
    position: relative;
}

/* increase decrease button */

.value-button {
    display: flex;
    border: 0;
    margin: 0px;
    width: 4em;
    height: 70px;
    text-align: center;
    /*! vertical-align: middle;
    */
    /*! padding: 11px 0;
    */
    background: #c10000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff;
    font-size: 3em;
}

.value-button:hover {
    cursor: pointer;
}

form #decrease {
    border-radius: 8px;
}

form #increase {
    border-radius: 8px;
}

form #input-wrap {
    margin: 0px;
    padding: 0px;
}

input#number {
    text-align: center;
    border: none;
    border-top: 0;
    border-bottom: 0;
    margin: 0px;
    width: 100%;
    height: 70px;
    background-color: #fee2e2;
    font-size: 2.5em;
    margin: 0 10px;
    font-weight: 700;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#step2 .form-group {
    display: block;
    max-width: 100%;
    margin: 2em auto;
}

#step2 .form-group .radio-button-group .radio-button-container {
    margin-left: 0;
}

.radio-button-container:hover {
    border-color: #c10000;
}

.address-droplist {
    margin: 10px 0;
    position: relative;
    z-index: 9999;
}

#step4 .step-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    position: relative;
}

#current-address .form-inner-group {
    padding: 0 !important;
}

#current-address .form-inner-group .form-label {
    display: block;
    margin: 10px 0 5px;
    color: #000;
}

#step4 .step-group .edit-icon button svg {
    width: 36px;
    height: 36px;
    padding: 0.5em;
    background-color: #fff;
    border-radius: 7px;
}

#step4 .step-group .edit-icon button svg:hover path {
    stroke: #c10000;
    background-color: #fee;
}

#step4 .step-group .edit-icon button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 15px;
    top: 55px;
    background: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    z-index: 99999;
    cursor: pointer;
}

#step4 .step-group .edit-icon button {
    background: transparent;
    border: 0;
}

#current-address .form-control {
    border: 1px solid #000;
}

#step4 .step-group .form-inner-group {
    width: 100%;
    padding-right: 1.5em;
}

#step4 .form-button {
    margin-top: 27px;
    position: relative;
}

#step4 .form-button .primary-button {
    font-size: 1.2em;
    padding: 15px 24px;
}

.add-another-address .secondary-button:hover {
    background-color: #000;
    color: #fff;
}

.add-another-address .secondary-button {
    width: 100%;
    display: block;
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin: 1.5em 0 4em;
}

.dropdown {
    width: 100%;
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
    opacity: 1;
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
}

.dropdown__options-filter {
    width: 100%;
    cursor: pointer;
    position: relative;
}

.dropdown__filter {
    position: relative;
    display: flex;
    padding: 1em 1.2em;
    /*! color: #595959;
    */
    background-color: #fff;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.3s;
    border: 1px solid color(srgb 0.17 0.18 0.2 / 0.51);
    list-style: none;
    margin: 0;
    color: color(srgb 0 0 0 / 0.58);
}

.dropdown__filter:focus {
    outline: none;
}

.dropdown__filter::after {
    position: absolute;
    top: 45%;
    right: 20px;
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #505050;
    border-bottom: 2px solid #505050;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.3s ease-in-out;
}

.dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 6px 0;
    overflow-y: auto;
    transform: scaleY(0);
    transform-origin: top;
    border-radius: 6px;
    opacity: 0;
    transition: 0.2s ease-in-out;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 0;
    height: 200px;
}

.dropdown__select-option {
    padding: 11px 0;
    background-color: #fff;
    border-bottom: 1px solid rgb(34 34 34 / 20%);
    transition: 0.3s;
    margin: 0 1em;
    list-style-type: none;
    color: #1f1d1d !important;
}

.dropdown__select-option:last-of-type {
    border-bottom: 0;
}

.dropdown__select-option:hover {
    background-color: #fff;
    color: #d33535 !important;
}

.dialog-widget-content h3 {
    font-size: 30px;
    color: #3f9f7f;
    font-weight: 700;
}

.dialog-widget-content p {
    color: #7f7f7f;
    font-size: 18px;
}

.dropdown__filter li.dropdown__filter-selected,
.dropdown__filter li {
    font-size: 15px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

/* label container */

.radio-button-container {
    color: rgba(0, 0, 0, 0.75);
    display: block;
    position: relative;
    padding: 14px 50px;
    line-height: 25px;
    margin-bottom: 12px;
    margin-left: 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #78090914;
    border-radius: 6px;
    transition: all 0.4s;
}

/* Hide the browser's default radio button */

.radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 15px;
    left: 20px;
    height: 21px;
    width: 21px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid #000;
    transition: all 0.3s;
}

/* On mouse-over, add a grey background color */

.radio-button-container:hover input ~ .checkmark {
    border-color: #c10000;
}

/* When the radio button is checked */

.radio-button-container input:checked ~ .checkmark {
    background-color: rgba(0, 0, 0, 0);
    border-color: #c10000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio-button-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.radio-button-container .checkmark:after {
    top: 3px;
    left: 3.3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #c10000;
}

.step-group .form-inner-group {
    margin-bottom: 1em;
}

.step-group .form-inner-group .form-label {
    font-size: 1.3em;
    font-weight: 400;
    color: rgb(0 0 0 / 81%);
}

form#step6 .form-inner-group label {
    display: block;
    margin-bottom: 5px;
}

.step-group .form-inner-group input {
    background-color: #fff;
    padding: 0.6em 1.2em;
    font-size: 1.2em;
    font-weight: 400;
}

.model-form p {
    font-size: 1.2em;
}

.select-dropdown,
.select-dropdown * {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.select-dropdown {
    position: relative;
    background-color: transparent;
    border-radius: 6px;
}

.select-dropdown select {
    font-size: 1rem;
    font-weight: normal;
    max-width: 100%;
    padding: 0.8em 1.2em;
    border: none;
    background-color: #fff;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
        */
    border: 1px solid color(srgb 0.17 0.18 0.2 / 0.51);
    min-height: auto;
    font-size: 1.2em;
    height: 50px;
}

.form-inner.select-group {
    display: flex;
    justify-content: start;
}

.form-inner.select-group .form-inner-group {
    width: 100%;
    padding-left: 2em;
}

.form-inner.select-group select {
    margin-top: 5px;
}

.select-dropdown select:active,
.select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}

/* .select-dropdown:after {
    content: "";
    position: absolute;
    top: 59%;
    right: 11px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 5px solid #aaa;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

*/

#step3 .submit-btn,
form#step4 .submit-btn,
form#step5 .submit-btn,
form#step6 .submit-btn {
    margin: 3em auto;
}

form#step4,
form#step5,
form#step6,
#step3 {
    margin: 2em auto;
}

.model-form .submit-btn .primary-button {
    font-size: 1.5em;
    padding: 1.2em 3em;
    width: 100%;
    text-transform: uppercase;
}

.date-of-birth {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    font-size: 18px;
    color: color(srgb 0 0 0 / 0.58);
    border: 1px solid color(srgb 0.17 0.18 0.2 / 0.51);
    padding: 0.6em 1.2em;
}

.date-of-birth input {
    border: 0 !important;
    padding: 0 !important;
    width: 50px !important;
    background-color: transparent !important;
    margin: 0 !important;
    text-align: center;
}

.date-of-birth input:hover,
.date-of-birth input:active {
    border: 0px solid #fff !important;
    outline: 0px solid #fff !important;
}

/* Success and Failed card */

.sign-hand canvas {
    border: 1px solid #bdc1c7;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
}

.sign-hand {
    position: relative;
    margin-bottom: 3rem;
}

.clear {
    position: absolute;
    right: 8px;
    width: 40px;
    height: 40px;
    bottom: 10px;
    background-color: transparent;
    border: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 3px;
    cursor: pointer;
    font-family: "Outfit", sans-serif;
}

.sign-hand .form-label {
    padding-bottom: 1em;
    margin-bottom: 0;
    display: block;
    font-weight: 400;
    font-size: 1.2em;
    color: #000;
}

.clear svg {
    color: #c10000;
}

.model-body .card-header {
    border-radius: 10px;
    border-bottom: 0;
    padding: 1.2em 2em;
    position: relative;
    z-index: 999;
}

.model-body .card {
    margin: 6rem 0;
}

#registration-failed .card-header {
    background-color: #cc1a1a;
}

#registration-pass .card-header {
    background-color: #1fa741;
}

.model-body .card-header .card-body {
    padding: 3rem;
    background-color: #ebf3fc;
}

.model-form .card .card-body {
    background-color: #fff;
    padding: 3rem 3rem 2rem;
    border-radius: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -10px;
}

.model-form .card .card-body h4 {
    margin: 0;
}

.model-form .card .card-body p {
    margin: 0.5em 0 1em;
}

#step2 .radio-button-group {
    margin-bottom: 1.5em;
}

.error-message {
    color: #b2202e;
    font-size: 1.5rem;
    margin-top: 5px;
    display: block;
    font-weight: 400;
    position: relative;
}

[data-step="1"] .error-message {
    position: absolute !important;
    bottom: -25px !important;
    text-align: center;
    width: 100%;
    color: #b2202e;
    font-size: 1.5rem;
    margin-top: 10px;
    display: block;
    font-weight: 400;
}

[data-step="1"] .model-stepper {
    justify-content: end;
}

#step2 .error-message {
    position: relative;
    top: -16px;
}

#why-choose-us .grid-slide {
    margin: 6rem auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: grid;
    grid-template-rows: repeat(1, auto);
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4em;
    text-align: center;
}

#why-choose-us {
    background-color: #000;
    padding: 5em 0 3em;
}

#why-choose-us h2 {
    text-align: center;
    color: #fff;
}

#why-choose-us .grid-slide .slide-content,
#why-choose-us .grid-slide .slide-content p {
    color: #fff;
    text-align: center;
}

#why-choose-us .grid-slide .slide-content h3 {
    margin-top: 0.5em;
    font-size: 30px;
}

#why-choose-us .grid-slide .slide-icon {
    width: 75px;
    height: 75px;
    background-color: #cd1818;
    text-align: center;
    display: block;
    padding: 0.8em;
    border-radius: 16px;
    margin: 0 auto;
}

/** Resources Content  **/

.two-grid h2 {
    margin-top: 0;
}

.two-grid {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.two-grid .header-btn.big-button {
    width: auto;
}

.two-grid .header-btn.big-button .primary-button {
    margin: 0;
    font-size: 18px;
}

.resource-main {
    background-color: #ffebea;
    padding: 4em;
    border-radius: 20px;
}

.resources {
    margin: 4rem auto;
}

.resources-list {
    display: grid;
    grid-template-rows: repeat(2, auto);
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
    margin: 2em auto;
}

.resources-list .resources-inner {
    border-right: 1px solid #ddd;
}

.resources-list .resources-inner h2 {
    font-size: 1.4em;
    font-weight: 600;
    text-decoration: underline;
}

.resources-list .resources-inner .terrioty-button a {
    color: #cd1818;
    text-decoration: none;
}

.resources-list .resources-inner p {
    font-size: 18px;
    font-size: 16px;
    margin-top: 20px;
}

.resources-list .resources-inner:last-child {
    border-right: 0;
}

.model-body.error-message-container .model-content-inner.error-content {
    border-radius: 10px;
    border-bottom: 0;
    padding: 2em 3em;
    position: relative;
    z-index: 999;
    background-color: #cd1818;
    color: #fff;
}

.model-body.error-message-container {
    margin: 2em auto;
}

.model-body.error-message-container .model-content-inner.error-content .error-title {
    color: #fff;
    font-size: 2.5em;
}

.model-body.error-message-container .model-content-inner.error-content .error-text {
    color: #fff;
    font-size: 1.4em;
}

.model-body.error-message-container .model-content-inner.error-content .primary-button {
    background-color: #000;
    border: 1px solid #161616;
}

.model-body.error-message-container .model-content-inner.error-content .error-icon {
    display: none;
}

div#registration-pass h4 {
    font-size: 18px;
}

div#registration-pass h2 {
    font-size: 2.5em;
    margin: 0.5em 0;
}

/* Loader Spinner */

#loadingSpinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.4em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
    margin-left: -15px;
}

.spinner-border,
.spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    animation: 1.2s linear infinite spinner-border;
}

.spinner-border {
    width: 5rem;
    height: 5rem;
    color: #cd1818;
    margin-bottom: 1em;
}

.visually-hidden {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    position: absolute !important;
}

.spinner-text {
    color: #fff;
    font-size: 1.4em;
}

@keyframes spinner-border {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.what-you-do {
    overflow: hidden;
    width: 100%;
}

#key-events {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 680px;
    margin: 2rem auto;
}

#key-events p {
    font-size: 18px;
    max-width: 100%;
}

.steps-timeline h3 {
    color: #cd1818;
    font-size: 18px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 3px;
}

.inverted-pane-warp {
    height: auto;
    width: auto;
    margin-left: 17%;
    background-color: transparent;
    margin-top: 5%;
}

.inverted-steps-pane {
    height: auto;
    width: 100%;
    background: #f5f7f9;
    margin-left: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.18);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.18);
}

.inverted-steps-pane h4 {
    margin: 0;
    font-size: 18px;
}

#key-events .inverted-steps-pane p {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 0;
}

@media (min-width: 900px) {
    .steps-timeline {
        border-top: 2px dashed #b3b3b3;
        padding-top: 36px;
        margin-top: 80px;
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }
    .steps-one,
    .steps-two,
    .steps-three,
    .steps-four,
    .steps-five {
        float: left;
        width: 25%;
        margin-top: -90px;
    }
    .end-circle {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        position: absolute;
        margin-top: 4px;
        margin-left: -10px;
        background-color: #b3b3b3;
    }
    .step-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #fff;
        margin-left: 47%;
        border: 2px solid #b3b3b3;
    }
    .steps-stops {
        height: 25px;
        width: 25px;
        margin: 11px 10.1px;
        border-radius: 50%;
        background: transparent;
    }
    .verticle-line {
        position: absolute;
        height: 57px;
        width: 5px;
        margin-left: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    body .last-circle {
        height: 10px;
        width: 10px;
        border-radius: 0;
        position: absolute;
        background-color: transparent;
        right: 0;
        border-left: 15px solid #b3b3b3;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        margin-top: 5px;
        margin-left: -9px;
        bottom: -4px;
        left: 0;
        transform: rotate(90deg);
    }
    .horizontal-timeline .key-timline span {
        text-align: left !important;
    }
    .steps-timeline {
        border-left: 2px dashed #b3b3b3;
        margin-left: 35px;
    }
    .steps-one,
    .steps-two,
    .steps-three,
    .steps-four,
    .steps-five {
        margin-left: -25px;
        margin-top: 0;
    }
    .step-wrap,
    .steps-stops {
        float: left;
    }
    .steps-timeline {
        border-left: 2px solid;
        margin-left: 0;
        padding-top: 20px;
        position: relative;
    }
    .pane-warp {
        margin-left: 30%;
    }
    .inverted-pane-warp {
        margin-left: 16%;
        margin-top: 2%;
    }
    .verticle-line {
        position: absolute;
        width: 125px;
        height: 5px;
        margin-left: 5px;
        margin-top: 10px;
    }
    .steps-stops {
        height: 20px;
        width: 20px;
        margin: 11px 10px;
        border-radius: 50%;
        background: transparent;
    }
    .step-wrap {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #fff;
        margin-top: -20px;
        margin-left: 14px;
        border: 1px solid #b3b3b3;
    }
    .steps-timeline h3 {
        text-align: left;
        margin-left: 52px;
        margin-bottom: 3px;
    }
    .end-circle {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        position: absolute;
        margin-top: -65px;
        margin-left: 19px;
        background-color: #b3b3b3;
    }
    .inverted-end-circle {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        position: absolute;
        margin-top: 280px;
        margin-left: 15px;
    }
}

.last-circle {
    height: 10px;
    width: 10px;
    border-radius: 0;
    position: absolute;
    background-color: transparent;
    right: -2px;
    border-left: 15px solid #b3b3b3;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-top: 2px;
    margin-left: 10px;
}

/* What You Should Do Now */

.vertical-timeline {
    background-image: url("https://pcprefundguide.com/wp-content/uploads/2025/10/timeline-vertical-11.svg");
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 266px;
    margin: 5em auto;
    max-width: 1024px;
}

.vertical-timeline .content h3 {
    font-size: 18px;
    margin-top: 0;
}

.vertical-timeline .content p {
    font-size: 16px;
}

.vertical-timeline .content:nth-child(2n + 1) h3,
.vertical-timeline .content:nth-child(2n + 1) p {
    text-align: right;
}

.vertical-timeline .content:nth-child(2n) h3,
.vertical-timeline .content:nth-child(2n) p {
    text-align: left;
}

.vertical-timeline .content {
    list-style: none;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
}

.vertical-timeline .content:nth-child(2n) {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    /*! left: -40px; */
    max-width: 370px;
}

.vertical-timeline .content:nth-child(2n + 1) {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    /*! left: 110px; */
    max-width: 370px;
    right: 0;
}

.text-one {
    top: 20px;
}

.text-two {
    top: -50px;
}

.text-three {
    top: -110px;
}

.text-four {
    top: -200px;
}

.text-five {
    top: -240px;
}
.small-section h5 {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}

.step-timeline {
    background-image: url("https://pcprefundguide.com/wp-content/uploads/2025/10/claim-timeline.svg");
    width: 100%;
    height: 870px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 142px;
    margin: 3em auto;
    max-width: 1024px;
}

.step-timeline .key-timline h3 {
    font-size: 32px;
    margin-top: 0;
    position: relative;
}

.step-timeline .key-timline p {
    font-size: 1.2em;
    position: relative;
}

.step-timeline .key-timline {
    position: relative;
}

.horizontal-timeline h3,
.horizontal-timeline p {
    margin-top: 0;
    position: relative;
    text-align: center;
}
.horizontal-timeline p {
    position: relative;
    font-size: 14px;
    max-width: 190px;
    text-align: center;
}
.horizontal-timeline h3 {
    font-size: 16px;
    position: relative;
    text-align: center;
}
.key-one h3 {
    color: #f09c48;
    left: 10px;
    top: -30px;
    position: relative;
    /*! margin-top: 0; */
}

.key-two h3 {
    color: #ed7270;
    left: 0px;
    top: -21px;
}

.key-one p {
    left: -62px;
    top: 89px;
}

.key-two p {
    left: -2px;
    top: 60px;
}

.key-three h3 {
    color: #aa79a5;
    left: 30px;
    top: -21px;
}

.key-timline.key-three p {
    left: 30px;
    top: 60px;
}

.key-timline.key-four h3 {
    color: #9587c8;
    left: 60px;
    top: -21px;
}

.key-timline.key-four p {
    left: 60px;
    top: 61px;
}

.key-timline.key-five h3 {
    color: #4ea2e1;
    left: 90px;
    top: -20px;
}

.key-timline.key-five p {
    left: 82px;
    top: 62px;
}
.horizontal-timeline {
    display: flex;
    margin: 4em 0 6em;
    background-image: url("https://pcprefundguide.com/wp-content/uploads/2025/10/horizontal-timeline-new.svg");
    width: 100%;
    height: 95px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.horizontal-timeline .key-timline {
    position: relative;
    display: flex;
}
.horizontal-timeline .key-timline span {
    position: absolute;
    top: -14px;
    font-size: 10px;
    text-align: center;
    left: 0;
    right: 0;
}
.key-timline.key-six h3 {
    color: #a14ee1;
    left: 120px;
    top: -18px;
    white-space: nowrap;
}
.key-timline.key-seven h3 {
    color: #d54ee1;
    left: 123px;
    top: -20px;
    white-space: nowrap;
}
.key-timline.key-seven h3 span {
    left: -9px;
}
.key-timline.key-six p {
    left: 12px;
    top: 89px;
}
.key-timline.key-seven p {
    left: 20px;
    top: 89px;
}
key-events .resource-main {
    padding-top: 2em;
    padding-bottom: 1em;
}

#refund-range .refund-key {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 450px;
    border-radius: 20px;
    background-image: url("https://pcprefundguide.com/wp-content/uploads/2025/10/bg-car-image.png");
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 4em;
    color: #fff;
}

#refund-range .refund-key p {
    color: #fff;
}

#refund-range .refund-key .content-refund ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin-top: 1em;
}

#refund-range .refund-key .content-refund ul li {
    border: 1px solid #5b5959;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    margin-right: 1em;
}
.footer-grid .footer-section p a {
    color: #cd1818;
}
.error404 header {
  display: none;
}
    #oopss {
background: #ffebea;
  position: relative;
  line-height: 1.5em;
  z-index: 1;
  margin: 0 auto;
  padding: 4em 0 6em;
}
#oopss #error-text {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #cd1818;text-align: center;
}
#oopss #error-text img {
width: 200px;
}
#oopss #error-text span {
  position: relative;
  font-size: 2em;
  font-weight: 900;
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
  top: 0;
}
#oopss #error-text p.p-a {
  font-size: 22px;
  position: relative;
  top: 0;
}
#oopss #error-text p.p-b {
  font-size: 15px;
}
#oopss #error-text .back {
  background: #fff;
  color: #000;
  font-size: 30px;
  text-decoration: none;
  margin: 1em auto 0;
  padding: .7em 2em;
  border-radius: 500px;
  box-shadow: 0 20px 70px 4px rgba(0, 0, 0, 0.1), inset 7px 33px 0 0px #fff300;
  font-weight: 900;
  transition: all 300ms ease;border: 1px solid #780909;
}
#oopss #error-text .back:hover {
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
  box-shadow: 0 35px 90px 4px rgba(0, 0, 0, 0.3), inset 0px 0 0 3px #000;
}
@media (max-width: 767px) {
    #refund-range .container {
        padding: 0;
    }
    #oopss #error-text span {
        position: relative;
        font-size: 1.25em;
        }
    #refund-range .refund-key {
        padding: 2em 1em;
    }
    #refund-range .refund-key ul {
        flex-direction: column;
    }
    #refund-range .refund-key .content-refund ul li {
        margin-right: 0;
        margin-bottom: 1em;
    }
    .vertical-timeline {
        background-image: url("https://pcprefundguide.com/wp-content/uploads/2025/10/vertical-timeline-mobile-111.svg");
        height: 537px;
        background-position: left;
        background-size: 67px;
        margin: 0 auto 0;
    }
    .vertical-timeline .content {
        padding: 30px 0px 0 80px;
    }
    .vertical-timeline .content:nth-child(2n + 1),
    .vertical-timeline .content:nth-child(2n) {
        width: 100%;
        margin-left: 0;
        margin-right: auto;
        left: 0;
        max-width: 100%;
        right: 0;
    }
    .text-one {
        top: 40px;
    }
    .text-two {
        top: 20px;
    }
    .text-three {
        top: -20px;
    }
    .text-four {
        top: -50px;
    }
    .small-section h5 {
        font-size: 16px;
    }
    .text-five {
        top: -100px;
    }
    .vertical-timeline .content:nth-child(2n + 1) h3,
    .vertical-timeline .content:nth-child(2n + 1) p {
        text-align: left;
    }
    .step-timeline {
        background-image: url("https://pcprefundguide.com/wp-content/uploads/2025/10/claim-mobile-timeline.svg");
        width: 100%;
        height: 570px;
        background-position: left;
        background-size: 70px;
        margin: 1em auto 0;
    }
    .step-timeline .key-timline h3 {
        font-size: 22px;
        margin-top: 0;
        position: relative;
        left: 0 !important;
        text-align: left;
        padding: 0 0 0 80px;
        top: 0 !important;
    }
    #key-events p {
        font-size: 16px;
        max-width: 100%;
    }
    #key-events .container {
        padding: 0;
    }
    .step-timeline .key-timline p {
        font-size: 1.2em;
        position: relative;
        left: 0 !important;
        text-align: left;
        padding: 0 0 0 80px;
        top: 0 !important;
    }
    .horizontal-timeline {
        background-image: url("https://pcprefundguide.com/wp-content/uploads/2025/10/claim-mobile-timeline-1.svg");
        width: 100%;
        height: 764px;
        background-position: left;
        background-size: 68px;
        margin: 0em auto 5em;
        display: block;
    }
    .horizontal-timeline h3 {
        text-align: left;
        left: 0 !important;
        top: 0 !important;
    }
    .horizontal-timeline .key-timline {
        position: relative;
        display: block;
        padding: 0 0 0 80px;max-width: 370px;
    }
    .horizontal-timeline p {
        position: relative;
        max-width: 100%;
        left: 0 !important;
        text-align: left;
        padding: 0;
        top: 0 !important;
    }
    .key-timline.key-one {
        top: 40px;
    }
    .key-timline.key-two {
        top: 80px;
    }
    .key-timline.key-three {
        top: 95px;
    }
    .key-timline.key-four {
        top: 110px;
    }
    .key-timline.key-five {
        top: 150px;
    }
    .key-timline.key-seven h3 span {
        left: 0 !important;
    }
    .key-timline.key-six {
        top: 191px;
    }
    .key-timline.key-seven {
        top: 240px;
    }
    .vertical-timeline .content h3 {
        font-size: 16px;
        margin-top: 0;
    }
    .vertical-timeline .content p {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .vertical-timeline {
        background-image: url("https://pcprefundguide.com/wp-content/uploads/2025/10/vertical-timeline-mobile-111.svg");
        height: 454px;
        background-position: left;
        background-size: 67px;
        margin: 2em auto;
    }
    #refund-range .refund-key {
        padding: 4em 2em;
        min-height: 360px;
    }
    .horizontal-timeline .key-timline span {
        text-align: left;
    }
    #refund-range .container {
        padding: 0;
    }
    .vertical-timeline .content {
        padding: 30px 30px 0 80px;
    }
    .vertical-timeline .content:nth-child(2n + 1),
    .vertical-timeline .content:nth-child(2n) {
        width: 100%;
        margin-left: 0;
        margin-right: auto;
        left: 0;
        max-width: 100%;
        right: 0;
    }
    .text-one {
        top: 0;
    }
    .text-two {
        top: 10px;
    }
    .text-three {
        top: 20px;
    }
    .text-four {
        top: 20px;
    }
    .text-five {
        top: 28px;
    }
    .vertical-timeline .content:nth-child(2n + 1) h3,
    .vertical-timeline .content:nth-child(2n + 1) p {
        text-align: left;
    }
    .step-timeline {
        background-image: url("https://pcprefundguide.com/wp-content/uploads/2025/10/claim-mobile-timeline.svg");
        width: 100%;
        height: 570px;
        background-position: left;
        background-size: 70px;
    }
    #key-events .container {
        padding: 0;
    }
    .step-timeline .key-timline p {
        font-size: 1.2em;
        position: relative;
        left: 0 !important;
        text-align: left;
        padding: 0 0 0 80px;
        top: 0 !important;
    }
    .step-timeline .key-timline h3 {
        font-size: 22px;
        margin-top: 0;
        position: relative;
        left: 0 !important;
        text-align: left;
        padding: 0 0 0 80px;
        top: 0 !important;
    }
    .key-timline.key-one {
        top: 30px;
    }
    .key-timline.key-two {
        top: 70px;
    }
    .key-timline.key-three {
        top: 90px;
    }
    .key-timline.key-four {
        top: 90px;
    }
    .key-timline.key-five {
        top: 110px;
    }
    .horizontal-timeline {
        background-image: url("https://pcprefundguide.com/wp-content/uploads/2025/10/claim-mobile-timeline-1.svg");
        width: 100%;
        height: 764px;
        background-position: left;
        background-size: 68px;
        margin: 0em auto 5em;
        display: block;
    }
    .horizontal-timeline h3 {
        text-align: left;
        left: 0 !important;
        top: 0 !important;
    }
    .horizontal-timeline .key-timline {
        position: relative;
        display: block;
        padding: 0 0 0 80px;
    }
    .horizontal-timeline p {
        position: relative;
        max-width: 100%;
        left: 0 !important;
        text-align: left;
        padding: 0;
        top: 0 !important;
    }
    .key-timline.key-one {
        top: 40px;
    }
    .key-timline.key-two {
        top: 85px;
    }
    .key-timline.key-three {
        top: 120px;
    }
    .key-timline.key-four {
        top: 160px;
    }
    .key-timline.key-five {
        top: 190px;
    }
    .key-timline.key-seven h3 span {
        left: 0 !important;
    }
    .key-timline.key-six {
        top: 231px;
    }
    .key-timline.key-seven {
        top: 281px;
    }
    .vertical-timeline .content h3 {
        font-size: 16px;
        margin-top: 0;
    }
    .vertical-timeline .content p {
        font-size: 14px;
    }
}

@media (min-width: 1001px) and (max-width: 1100px) {
    .vertical-timeline .content:nth-child(2n + 1),
    .vertical-timeline .content:nth-child(2n) {
        max-width: 300px;
    }
    .vertical-timeline .content {
        padding: 15px;
    }
    .text-four {
        top: -100px;
    }
    .text-five {
        top: -140px;
    }
}
