/* Styles for the Media Mobile */
@media (max-width: 767px) {
    .container {
        padding: 0 20px;
        max-width: 100%;
        width: 100%;
    }
    .two-grid .header-btn.big-button .primary-button {
        margin: 0;
        font-size: 16px !important;
        text-align: center;
        padding: 0.8em 0.5em 0.8em !important;
    }
    .mobile-button {
        display: block;
    }
    #what-happened .container,
    .notes .container,
    .resources .container,
    #owed-refund .container,
    .what-you-do .container {
        padding: 0;
    }
    #why-choose-us .grid-slide {
        display: block;
    }
    .resource-main {
        padding: 1.2em;
    }
    .resources {
        margin: 1rem auto;
    }
    .what-you-do .grid.grid-5 {
        margin: 2rem auto;
        display: block;
    }
    .grid-5 .grid-item {
        margin-bottom: 1em;
    }
    .grid-5 .grid-item h4 span {
        height: 37px;
    }
    .resource-main.white {
        padding: 2em 0;
    }
    #what-happened .resource-main {
        padding: 3em 0 0;
    }
    .grid-3 .grid-item {
        flex-direction: row;
        align-content: flex-start;
        justify-content: flex-start;
        padding: 0.5em 0;
    }
    .grid-3 .grid-item p {
        text-align: left;
        margin-bottom: 0;
    }
    #owed-refund p {
        font-size: 16px;
        line-height: 1.5;
    }
    #owed-refund ul {
        list-style-position: outside;
    }
    .two-grid {
        flex-direction: column;
    }
    .two-grid .header-btn.big-button {
        width: auto;
        text-align: left;
        margin-top: 1em;
    }
    .resources-list {
        display: block;
    }
    .resources-list .resources-inner p {
        margin: 0.5em 0;
    }
    .resources-list .resources-inner {
        border: 0;
        padding-bottom: 1em;
        border-bottom: 1px solid #ddd;
    }
    #why-choose-us .grid-slide .slides {
        margin-bottom: 2em;
        text-align: center;
    }

    #why-choose-us .grid-slide .slide-content h3 {
        margin-top: 0.5em;
        font-size: 24px;
    }
    .footer-wrap .footer-inner-main {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
    }
    .footer-wrap .footer-inner-main h4 {
        text-align: center;
        margin-bottom: 1em;
        max-width: 100%;
    }
    .footer-grid {
        flex-direction: column;
        text-align: left;
    }
    .grid-one {
        flex-basis: 100%;
    }
    .footer-grid .footer-section p {
        text-align: left;
    }
    #why-choose-us .grid-slide .slide-content,
    #why-choose-us .grid-slide .slide-content p {
        text-align: center;
    }

    header .header-wrap .logo img {
        max-width: 100% !important;
        width: 120px !important;
        height: auto !important;
    }

    header .header-wrap {
        padding: 0.5em 0;
    }

    section.hero-banner {
        min-height: 300px;
        margin-top: 8rem;
    }
    section.hero-banner .content p {
        font-size: 1.2em;
    }
    section.hero-banner .content h1,
    section.hero-banner .content h1 span {
        font-size: 24px;
        letter-spacing: 0;
    }

    .trust-point ul li span {
        display: none;
    }

    h1 {
        font-size: 36px;
    }

    section.hero-banner .content {
        padding: 1em 0 2em;
    }

    section.hero-banner .banner-grid {
        padding:2em 1em;
        flex-direction: column;
    }
    section.hero-banner .content .header-btn.big-button a.primary-button {
        margin-top: 0;
        margin-bottom: 0.5em;
    }
    section#what-happened {
        margin: 0rem 0 2rem;
    }
    .secure-text h4,
    .secure-text h4 span {
        font-size: 18px;
        margin: 1em 0 2em;
    }

    .car-images {
        bottom: 0;
        right: 0;
        width: 100%;
    }

    header .humberger-menu {
        display: block !important;
    }

    .humberger-menu .menu-toggle {
        width: 24px;
    }

    #hide-in-mobile {
        display: none;
    }

    .humberger-menu .menu-toggle .icon-close {
        display: none;
    }

    header .header-wrap .header-btn {
        display: none;
    }

    header .header-wrap .humberger-menu {
        display: block !important;
    }

    .humberger-menu.is-active div#hide-in-mobile {
        display: block;
        position: absolute;
        background-color: #fff;
        z-index: 9999;
        width: 95%;
        left: 8px;
        right: 8px;
        padding: 2em 0;
        top: 75px;
        border-top: 1px solid #f0f1f2;
        margin: 0 auto;
        border-radius: 10px;
    }

    .humberger-menu.is-active svg.humberger-menu-toggle__icon--close.icon-close {
        display: block;
        position: absolute;
        right: 14px;
        top: 22px;
        width: 30px;
    }

    svg.humberger-menu-toggle__icon--open.icon-menu-bar,
    .humberger-menu .menu-toggle .icon-close {
        background-color: transparent;
        padding: 4px 4px;
        width: 30px;
        border-radius: 4px;
        border: 1px solid #555555;
    }

    svg.humberger-menu-toggle__icon--open.icon-menu-bar path,
    svg.humberger-menu-toggle__icon--close.icon-menu-bar path,
    svg.humberger-menu-toggle__icon--close.icon-close path {
        stroke: #555555;
        fill: #555555;
    }

    .humberger-menu.is-active svg.humberger-menu-toggle__icon--open {
        display: none;
    }

    header .header-wrap .humberger-menu .nav-menu ul.nav {
        flex-direction: column;
    }

    header .header-wrap .humberger-menu .nav-menu ul.nav li a {
        display: block;
    }

    li.nav-item.menu-items.nav-ev.header-btn {
        display: block;
    }

    header .header-wrap .humberger-menu .nav-menu ul.nav li a.primary-button {
        padding: 1.2em 2em;
        color: #fff;
        margin: 0 18px;
        font-weight: 600;
    }

    header .header-wrap .humberger-menu .nav-menu ul.nav li:last-child {
        margin: 0;
    }

    header .header-wrap .humberger-menu .nav-menu ul.nav li {
        margin-bottom: 1em;
    }

    .mb-6 {
        margin-bottom: 4rem;
    }

    .mt-6 {
        margin-top: 4rem;
    }

    h2,
    .section-content .content h2,
    .section-content .color-red {
        font-size: 24px;
        line-height: inherit;
    }

    .section-content .container .content {
        margin-bottom: 1em;
    }

    .heading-section p {
        font-size: 1em;
    }

    .grid-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .big-button .primary-button {
        font-size: 18px;
        padding: 0.5em 2em;
    }

    .heading-section p br {
        display: none;
    }

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

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

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

    .section-content .container {
        flex-direction: column;
    }

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

    .filing-claim {
        padding: 2em 0;
    }

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

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

    .model-body {
        padding: 2em;
        margin: 0 auto;
    }

    .model-body h2 {
        font-size: 1.2em;
    }

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

    .model-form h3 {
        font-size: 20px;
    }

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

    .model-form #stepperForm .form-group {
        margin: 2em auto 3em;
    }

    section.qualifying {
        padding: 0;
    }

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

    .content-grid .grid-item {
        padding-right: 0;
    }

    .grid-content {
        padding: 0 0 0 17px;
    }

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

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

    .faq-accordion {
        padding: 2em 0;
    }

    .accordion {
        max-width: 940px;
        margin: 1em auto;
    }

    .accordion button .accordion-title {
        font-size: 1.5em;
    }

    footer {
        padding: 3em 0 2em;
    }

    .footer-wrap {
        flex-direction: column;
    }

    .social-icon ul {
        justify-content: center;
    }

    .bottom-footer .footer-links {
        flex-direction: column;
    }

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

    footer p {
        text-align: center;
    }

    .bottom-footer .footer-links .links-item ul {
        justify-content: center;
    }

    .bottom-footer .footer-links .links-item ul li a {
        font-size: 12px;
    }

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

    .select-dropdown select {
        padding: 0.9em 1em;
    }

    .model-form .submit-btn .primary-button {
        font-size: 1.2em;
        padding: 1.2em;
    }

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

    .model-form .card .card-body h4 {
        margin: 0;
        font-size: 18px;
    }

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

    .model-form-section .model-content .model-header {
        padding: 0.8em 3em;
    }

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

@media (min-width: 768px) and (max-width: 1000px) {
    .container {
        padding: 0 20px;
        max-width: 100%;
        width: 100%;
    }
    header .header-wrap {
        padding: 0;
    }
    .mobile-button {
        display: block;
    }
    #what-happened .container,
    .notes .container,
    .resources .container,
    #owed-refund .container,
    .what-you-do .container {
        padding: 0;
    }
    #why-choose-us .grid-slide {
        display: block;
    }
    .resource-main {
        padding: 1.2em;
    }
    .resources {
        margin: 1rem auto;
    }
    .what-you-do .grid.grid-5 {
        margin: 2rem auto;
        display: block;
    }
    .grid-5 .grid-item {
        margin-bottom: 1em;
    }
    .grid-5 .grid-item h4 span {
        height: 37px;
    }
    .resource-main.white {
        padding: 2em 0;
    }
    #what-happened .resource-main {
        padding: 4em 0 0;
    }
    .grid-3 .grid-item {
        flex-direction: row;
        align-content: flex-start;
        justify-content: flex-start;
        padding: 0.5em;
    }
    .grid-3 .grid-item p {
        text-align: left;
        margin-bottom: 0;
    }
    #owed-refund p {
        font-size: 16px;
        line-height: 1.5;
    }
    #owed-refund ul {
        list-style-position: outside;
    }
    .two-grid {
        flex-direction: column;
    }
    .two-grid .header-btn.big-button {
        width: auto;
        display: none;
    }
    .resources-list {
        display: block;
    }
    .resources-list .resources-inner p {
        margin: 0.5em 0;
    }
    .resources-list .resources-inner {
        border: 0;
        padding-bottom: 1em;
        border-bottom: 1px solid #ddd;
    }
    #why-choose-us .grid-slide .slides {
        margin-bottom: 2em;
        text-align: center;
    }

    #why-choose-us .grid-slide .slide-content h3 {
        margin-top: 0.5em;
        font-size: 24px;
    }
    .footer-wrap .footer-inner-main {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
    }
    .footer-wrap .footer-inner-main h4 {
        text-align: center;
        margin-bottom: 1em;
        max-width: 100%;
    }
    .footer-grid {
        flex-direction: column;
        text-align: left;
    }
    .grid-one {
        flex-basis: 100%;
    }
    .footer-grid .footer-section p {
        text-align: left;
    }

    section.hero-banner .content h1,
    section.hero-banner .content h1 span {
        font-size: 36px;
    }

    .trust-point ul li span {
        display: none;
    }

    h1 {
        font-size: 36px;
    }

    section.hero-banner .content {
        padding: 3em 1em;
    }
    section.hero-banner .banner-grid {
        padding: 2em 1em;
    }
    section.hero-banner .content .header-btn.big-button a.primary-button {
        margin-top: 0;
        margin-bottom: 0.5em;
    }

    .secure-text h4,
    .secure-text h4 span {
        font-size: 18px;
        margin: 1em 0 2em;
    }

    .car-images {
        bottom: -50px;
        right: 20px;
        width: 400px;
    }

    header .humberger-menu {
        display: block !important;
    }

    .humberger-menu .menu-toggle {
        width: 24px;
    }

    #hide-in-mobile {
        display: none;
    }

    .humberger-menu .menu-toggle .icon-close {
        display: none;
    }

    header .header-wrap .header-btn {
        display: none;
    }

    header .header-wrap .humberger-menu {
        display: block !important;
    }

    .humberger-menu.is-active div#hide-in-mobile {
        display: block;
        position: absolute;
        background-color: #fff;
        z-index: 9999;
        width: 95%;
        left: 8px;
        right: 8px;
        padding: 2em 0;
        top: 82px;
        border-top: 1px solid #f0f1f2;
        margin: 0 auto;
        border-radius: 10px;
    }

    .humberger-menu.is-active svg.humberger-menu-toggle__icon--close.icon-close {
        display: block;
        position: absolute;
        right: 14px;
        top: 21px;
        width: 30px;
    }

    svg.humberger-menu-toggle__icon--open.icon-menu-bar,
    .humberger-menu .menu-toggle .icon-close {
        background-color: transparent;
        padding: 4px 4px;
        width: 30px;
        border-radius: 4px;
        border: 1px solid #555;
    }

    svg.humberger-menu-toggle__icon--open.icon-menu-bar path,
    svg.humberger-menu-toggle__icon--close.icon-menu-bar path,
    svg.humberger-menu-toggle__icon--close.icon-close path {
        stroke: #555555;
        fill: #555555;
    }

    .humberger-menu.is-active svg.humberger-menu-toggle__icon--open {
        display: none;
    }

    header .header-wrap .humberger-menu .nav-menu ul.nav {
        flex-direction: column;
    }

    header .header-wrap .humberger-menu .nav-menu ul.nav li a {
        display: block;
    }

    li.nav-item.menu-items.nav-ev.header-btn {
        display: block;
    }

    header .header-wrap .humberger-menu .nav-menu ul.nav li a.primary-button {
        padding: 1.2em 2em;
        color: #fff;
        margin: 0 18px;
        font-weight: 600;
    }

    header .header-wrap .humberger-menu .nav-menu ul.nav li:last-child {
        margin: 0;
    }

    header .header-wrap .humberger-menu .nav-menu ul.nav li {
        margin-bottom: 1em;
    }

    .mb-6 {
        margin-bottom: 4rem;
    }

    .mt-6 {
        margin-top: 4rem;
    }

    h2,
    .section-content .content h2,
    .section-content .color-red {
        font-size: 30px;
    }

    .section-content .container .content {
        margin-bottom: 1em;
    }

    .heading-section p {
        font-size: 1em;
    }

    .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .big-button .primary-button {
        font-size: 20px;
        padding: 0.9em 2em;
    }

    .heading-section p br {
        display: none;
    }

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

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

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

    .section-content .container {
        flex-direction: column;
    }

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

    .filing-claim {
        padding: 2em 0;
    }

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

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

    .model-body {
        padding: 2em;
    }

    .model-body h2 {
        font-size: 1.2em;
    }

    .model-form h3 {
        font-size: 20px;
    }

    .model-form #stepperForm .form-group {
        margin: 2em auto 3em;
    }

    section.qualifying {
        padding: 0;
    }

    .content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .content-grid .grid-item {
        padding-right: 0;
    }

    .grid-content {
        padding: 0 0 0 17px;
    }

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

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

    .faq-accordion {
        padding: 2em 0;
    }

    .accordion {
        max-width: 940px;
        margin: 1em auto;
    }

    .accordion button .accordion-title {
        font-size: 1.5em;
    }

    footer {
        padding: 3em 0 2em;
    }

    .footer-wrap {
        flex-direction: column;
    }

    .social-icon ul {
        justify-content: flex-start;
    }

    .bottom-footer .footer-links {
        flex-direction: column;
    }

    .bottom-footer .footer-links .links-item ul {
        justify-content: flex-start;
    }

    .bottom-footer .footer-links .links-item ul li a {
        font-size: 12px;
    }
    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);
    }
    .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: 50px;
        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;
    }
}

@media (min-width: 1001px) and (max-width: 1100px) {
    section.hero-banner .content {
        max-width: 100%;
        padding: 5em 2em;
    }
    .key-three h3 {
        left: 20px;
    }
    .key-timline.key-four h3 {
        left: 48px;
    }
    .key-timline.key-five h3 {
        left: 70px;
    }
    .key-timline.key-six h3 {
        left: 90px;
    }
    .key-timline.key-seven h3 {
        left: 103px;
    }
    .key-timline.key-three p {
        left: 18px;
        top: 60px;
    }
    .key-timline.key-four p {
        left: 40px;
        top: 61px;
    }
    .key-timline.key-five p {
        left: 62px;
        top: 62px;
    }
    .key-timline.key-six p {
        left: 2px;
        top: 89px;
    }
    .resource-main {
        padding: 4em 2em;
    }
    .resource-main.white {
        padding: 4em 0;
    }
    section.hero-banner .content h1,
    section.hero-banner .content h1 span {
        font-size: 44px;
    }

    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 32px;
    }

    h4 {
        font-size: 22px;
    }

    .grid-2 .grid-item h4 {
        font-size: 22px;
    }

    .section-content .content h2 {
        font-size: 26px;
    }
    .car-images {
        width: 600px;
    }
}
