p {
    font-size: 16px;
    line-height: 26px;
    font-family: Roboto, sans-serif;
}

h1 {
    font-size: 34px !important;
    color: #062444;
}

h2 {
    font-size: 30px;
    color: #062444;
}

a#MainContent_ctl00_ucCheckVIN_4_lnkGetREport {
    color: #fff;
    padding: 12px 5px;
}

.alert-warning {
    color: #fff !important;
    background-color: #ec7457 !important;
    border-color: #ec7457 !important;
}

.testimonial3 h1, .testimonial3 h2 {
    color: #062444;
    font-weight: 900;
    font-family: Lato, sans-serif;
}

.testimonial3 .bg-light {
    background-color: #f4f8fa !important;
}

.testimonial3 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.testimonial3 .testi3 .card-body {
    padding: 40px;
}

.testimonial3 .testi3 h6 {
    line-height: 26px;
}

.testimonial3 .testi3 .thumb-img img {
    width: 60px;
}

.testimonial3 .testi3 .customer {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.testimonial3 .card.card-shadow {
    -webkit-box-shadow: 0 0 30px rgba(115, 128, 157, .1);
    box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.testimonial3 .font-10 {
    font-size: 10px;
}

.testimonial3 .text-success {
    color: #2cdd9b !important;
}

.testimonial3 .text-muted {
    color: #8d97ad !important;
}

.testimonial3 .owl-theme .owl-dots .owl-dot.active span, .testimonial3 .owl-theme .owl-dots .owl-dot:hover span {
    background: #316ce8;
}

.white-font {
    color: #fff !important;
}


body {
    font-size: 16px;
    color: #333;
    font-family: Roboto, sans-serif;
}

    body.scroll-hidden {
        overflow-y: hidden !important;
    }

li, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.removepadd {
    padding-left: 0;
    padding-right: 0;
}

a:focus {
    outline: 0;
}

.equal-height {
    margin: auto 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

.text {
    color: #000;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}

#main-page-wrapper {
    margin-top: 0;
}

.text-warning {
    color: #d6a000 !important;
    font-size: 18px;
}

header#main-header {
    background: #fff;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 888;
    padding: 15px 15px;
}

    header#main-header .row {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

.logo-wrapper {
    margin-top: 0;
}

    .logo-wrapper a {
        display: inline-block;
        max-width: 157px;
    }

nav.menu-wrapper .navbar {
    padding: 0;
    float: right;
}

    nav.menu-wrapper .navbar .navbar-toggler {
        border: none;
        padding: 0;
        outline: 0;
        position: fixed;
        top: 0;
        right: 0;
        position: relative;
        z-index: 555;
    }

nav.menu-wrapper #navbarNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #f5f5f7;
    padding: 0 15px;
    padding-top: 60px;
    padding-bottom: 52px;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

nav.menu-wrapper ul.site-nav {
    margin-top: 0;
    max-width: 970px;
}

    nav.menu-wrapper ul.site-nav li {
        border-top: solid 1px #d0d0d0;
        display: block;
        float: left;
        width: 100%
    }

        nav.menu-wrapper ul.site-nav li a {
            color: #062444;
            font-size: 18px;
            line-height: 1.06;
            font-weight: 500;
            display: block;
            text-decoration: none;
            padding: 18px 0;
            transition: all .2s;
            border-bottom: 4px solid transparent;
        }

            nav.menu-wrapper ul.site-nav li a span {
                font-size: 12px;
                float: right;
                margin-top: 4px;
                margin-right: 10px;
                margin-left: 5px;
            }

            nav.menu-wrapper ul.site-nav li a::after {
                display: none;
            }

            nav.menu-wrapper ul.site-nav li a:hover {
                color: #062444;
            }

        nav.menu-wrapper ul.site-nav li.dropdown.show span {
            transform: rotate(180deg);
        }

        nav.menu-wrapper ul.site-nav li ul {
            width: 100%;
            border: none;
            border-top: solid 1px #d0d0d0;
            padding: 18px 0;
            z-index: 55;
            position: static !important;
            transform: translateX(0);
            background: #ebebed;
            border-radius: 0;
        }

            nav.menu-wrapper ul.site-nav li ul:before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: -9999px;
                right: 0;
                z-index: -1;
                background: #ebebed;
            }

            nav.menu-wrapper ul.site-nav li ul:after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                right: -9999px;
                left: 0;
                z-index: -1;
                background: #ebebed;
            }

.dropdown-menu {
    font-size: 0;
}

nav.menu-wrapper ul.site-nav li ul li {
    border: none;
    padding: 0;
    display: block;
}

    nav.menu-wrapper ul.site-nav li ul li:not(:last-child) {
        border-bottom: none;
    }

    nav.menu-wrapper ul.site-nav li ul li a {
        color: #555;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        padding: 11px 0;
    }

nav.menu-wrapper ul.menu-part {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 0;
    position: static;
    max-width: auto;
    z-index: 9;
}

    nav.menu-wrapper ul.menu-part li {
        display: block;
    }

        nav.menu-wrapper ul.menu-part li a {
            color: #555;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            display: block;
            text-decoration: none;
            padding: 13px 0;
            border-top: solid 1px #d0d0d0;
            transition: all .2s;
        }

            nav.menu-wrapper ul.menu-part li a:hover {
                color: #00bc87;
            }


    div.menu-wrapper a {
        color: #555;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        /*display: block;*/
        text-decoration: none;
        padding: 3px 0;
        /*border-top: solid 1px #d0d0d0;*/
        transition: all .2s;
    }
        div.menu-wrapper a:hover {
            color: #00bc87;
        }


            div.menu-wrapper a.cart-btn span {
                font-size: 14px;
                display: inline-block;
                margin-right: 3px;
            }


nav.menu-wrapper button.navbar-toggler .onlyForMobileIcon {
    display: none;
}

nav.menu-wrapper button.navbar-toggler .clickHide {
    display: block;
}

nav.menu-wrapper button.navbar-toggler.active .clickHide {
    display: none;
}

nav.menu-wrapper button.navbar-toggler.active .onlyForMobileIcon {
    display: block;
    margin-top: 4px;
    margin-right: 4px;
}

section.banner-section {
    padding: 47px 0;
    position: relative;
    overflow: hidden;
    background: #f2f3f5;
}

.someinput::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

section.banner-section .row {
    flex-wrap: nowrap;
}

section.choose-sec .row {
    flex-wrap: wrap;
}

section.banner-section .colPadding {
    padding-right: 0;
    position: static;
    margin: 0;
}

.banner-content {
    position: relative;
}

.carfax-sec .banner-content {
    margin-right: 0;
}

.resources-sec .banner-content {
    margin-right: 0;
}

.banner-content h1 {
    font-size: 34px;
    font-weight: 900;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: 110%;
    letter-spacing: -.8px;
    color: #062444;
    margin-bottom: 13px;
}

.Dashboard-sec .col-dash .form-group .sign-btn {
    border-radius: 0;
}

.banner-content .text {
    font-size: 20px;
    font-weight: 500 !important;
    font-style: normal;
    font-family: Lato, sans-serif;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: -.1px;
    color: #666;
    padding-bottom: 22px;
}

section.banner-free {
    background: #fff !important;
    padding: 0;
}

.banner-free .banner-content {
    margin: 0;
}

    .banner-free .banner-content .form-here {
        max-width: 100%
    }

.banner-form h5 button {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #0a8a66;
    margin-top: 8px;
    display: block;
    margin-left: 0;
    border: none;
    background: no-repeat;
    outline: 0;
}

.banner-form .form-here {
    /*max-width: 95%;*/
    border-radius: 3.7px;
    background-color: #00bc87;
    padding: 20px 15px;
}

    .banner-form .form-here h3 {
        font-size: 22px;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 18px;
        line-height: .8;
        letter-spacing: normal;
        color: #fff;
    }

    .banner-form .form-here .form-group {
        position: relative;
        max-width: 100%
    }

        .banner-form .form-here .form-group input {
            display: block;
            background: #fff;
            outline: 0;
            border: none;
            height: 48px;
            width: 100%;
            color: #747474;
            font-size: 18px;
            line-height: 1.55;
            padding: 0 68px 0 10px;
            border-radius: 3px;
        }

        .banner-form .form-here .form-group a, .banner-form .form-here .form-group button {
            display: block;
            outline: 0;
            border: none;
            background: #007856;
            height: 48px;
            color: #fff;
            padding: 0 15px;
            position: absolute;
            top: 0;
            right: 0;
            border-radius: 0 3px 3px 0;
        }

        .banner-form .form-here .form-group a {
            line-height: 57px;
        }

            .banner-form .form-here .form-group a:hover {
                background: rgba(0, 120, 86, .74);
            }

        .banner-form .form-here .form-group button span {
            display: inline-block;
            font-size: 16px;
            line-height: 48px;
        }

.banner-img {
    position: absolute;
    margin: 0 0;
    right: -1px;
    bottom: 0;
}

.choose-banner {
    position: static;
}

.banner-img img.forDesktop {
    display: none;
}

.banner-img img.car-block {
    display: block;
}

.banner-img imgcar-block {
    display: block;
}

.banner-img img.forMobile {
    display: inline-block;
    right: -8px;
    bottom: 0;
    width: 140px;
}

.showMobileOnly {
    display: block;
    background: #00bc87;
}

    .showMobileOnly .banner-form {
        display: block;
        width: 100%;
        padding: 30px 23px 16px;
    }

        .showMobileOnly .banner-form .form-here {
            max-width: 100%
        }

        .showMobileOnly .banner-form h5 {
            color: #006649;
            margin-top: 16px;
        }

        .showMobileOnly .banner-form .form-here h3 {
            padding-bottom: 5px;
            font-size: 25px;
            line-height: .71;
        }

        .showMobileOnly .banner-form .form-here {
            padding: 0;
        }

section.testimonials-wrapper {
    background: #00bc87;
    padding: 60px 0;
}

.testimonial-slider {
    max-width: 605px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-item {
    outline: 0;
    padding: 0 5px;
}

    .testimonial-item h4 {
        color: #2d4b56;
        letter-spacing: 1px;
        font-size: 15px;
        font-weight: 700;
    }

    .testimonial-item .text {
        color: #fff;
        font-size: 24px;
        font-style: italic;
        line-height: 1.33;
        font-weight: 400;
        margin: 20px 0;
    }

    .testimonial-item span {
        display: block;
        color: #b8ffeb;
        font-size: 14px;
        line-height: 1.43;
        font-weight: 700;
    }

.testimonial-slider ul.slick-dots {
    margin-top: 15px;
}

    .testimonial-slider ul.slick-dots li {
        display: inline-block;
        margin: 0 5px;
        background: #b8ffeb;
        height: 8px;
        width: 8px;
        border-radius: 50%
    }

        .testimonial-slider ul.slick-dots li button {
            display: none;
        }

        .testimonial-slider ul.slick-dots li.slick-active {
            background: #fff;
        }

.questions-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.question-wrapper {
    padding-bottom: 64px;
}

    section.question-wrapper .questionPadding:nth-child(1) {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.question-wrapper .questionPadding:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.question-wrapper h2 {
        font-family: Lato, sans-serif;
        font-weight: 900;
        font-size: 26px;
        line-height: 1.15;
        color: #062444;
    }

    section.question-wrapper .text {
        font-size: 18px;
        color: #666;
        line-height: 1.56;
    }

.learnMore {
    display: inline-block;
    text-decoration: none !important;
    border-radius: 3px;
    color: #0a8a66 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 11px 20px 11px 45px;
    transition: all .2s;
}

    .learnMore i {
        display: inline-block;
        font-size: 16px;
        margin-left: 20px;
        transition: all .2s;
    }

    .learnMore:hover {
        color: #fff;
        background: #00bc87;
    }

        .learnMore:hover i {
            margin-left: 30px;
        }

.faq-sec .question-left {
    margin-top: 10px;
}

.pricing-faq strong {
    padding: 0 !important;
}

.accodians-wrapper {
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

    .accodians-wrapper .single-collapsed {
        border-top: solid 1px #c1c1c1;
    }

        .accodians-wrapper .single-collapsed button {
            background: 0 0;
            border: none;
            display: block;
            color: #0a8a66;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.56;
            position: relative;
            padding: 17px 40px 17px 0;
            width: 100%;
            text-align: left;
            outline: 0;
            cursor: pointer;
        }

            .accodians-wrapper .single-collapsed button span {
                display: inline-block;
                float: right;
                font-size: 10px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 13px;
            }

.faq-sec {
    padding: 60px 0 0;
}


.faq-page .accodians-wrapper {
    margin-top: 0 !important;
}

.faq-sec .accodians-wrapper .single-collapsed button span {
    position: absolute;
    top: 31px;
}

.faq-sec .accodians-wrapper .single-collapsed button {
    padding-right: 41px;
}

.accodians-wrapper .single-collapsed button.active span {
    transform: translateY(-50%) rotate(180deg);
}

.accodians-wrapper .single-collapsed strong {
    background: 0 0;
    border: none;
    display: block;
    color: #0a8a66;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    position: relative;
    padding: 17px 40px 17px 0;
    width: 100%;
    text-align: left;
    outline: 0;
    cursor: pointer;
}

    .accodians-wrapper .single-collapsed strong span {
        display: inline-block;
        float: right;
        font-size: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 13px;
    }

.faq-sec .accodians-wrapper .active strong span {
    transform: rotate(180deg);
    top: 21px;
}

.faq-sec .accodians-wrapper .single-collapsed strong span {
    position: absolute;
    top: 31px;
}

.faq-sec .accodians-wrapper .single-collapsed strong {
    padding-right: 41px;
}

.accodians-wrapper .single-collapsed strong.active span {
    transform: translateY(-50%) rotate(180deg);
}

.accodians-wrapper .single-collapsed .collapse {
    padding-bottom: 17px;
}

.question-right .text {
    margin-top: 10px;
}

.question-right ul {
    padding: 22px 0 25px;
}

    .question-right ul li {
        list-style: none;
        line-height: 30px;
    }

        .question-right ul li span {
            color: #0a8a66;
        }

.question-right .learnMore {
    margin-top: 12px;
}

section.vinSmart-data {
    background-color: #13224f;
}

    section.vinSmart-data .col-lg-6 {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px;
    }

        section.vinSmart-data .col-lg-6:nth-child(1) {
            background: #13224f;
            padding-right: 0;
            padding-left: 0;
        }

.vin-data-left {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .vin-data-left h2 {
        font-family: Lato, sans-serif;
        font-size: 34px;
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        letter-spacing: 1px;
        color: #fff;
        margin-bottom: 25px;
    }

        .vin-data-left h2 i {
            display: none;
            font-size: 17px;
            margin-left: 10px;
        }

    .vin-data-left strong {
        letter-spacing: normal;
        display: block;
    }

    .vin-data-left span {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.1;
        letter-spacing: normal;
        color: #00bc87;
        display: block;
    }

.data-img {
    margin-top: 50px;
}

    .data-img img {
        max-width: 750px;
    }

.vin-data-left ul {
    padding-bottom: 20px;
}

    .vin-data-left ul li {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.75;
        color: #00bc87;
        position: relative;
        padding-left: 25px;
    }

        .vin-data-left ul li strong {
            font-weight: 700;
            letter-spacing: -.1px;
            display: inline-block;
        }

        .vin-data-left ul li span {
            display: inline-block;
            margin-right: 10px;
            font-size: 15px;
            position: absolute;
            left: 0;
            top: 6px;
        }

.form-group-wrap {
    border: 0 !important;
    max-width: 100% !important;
}

.vinsmart-padding {
    padding-left: 15px;
    padding-right: 15px;
}

section.vehicle-history-wrapper {
    padding: 45px 0 50px;
}

    section.vehicle-history-wrapper h2 {
        font-family: Lato, sans-serif;
        font-size: 28px;
        font-weight: 900;
        font-style: normal;
        line-height: 1;
        color: #062444;
        margin-bottom: 15px;
    }

.vehicle-item {
    padding: 30px 30px;
    border-bottom: solid 1px #c8c8c8;
}

.manage-border:nth-child(6) .vehicle-item {
    border-bottom: 0;
}

.vehicle-item img {
    width: 100%;
    height: 100%;
    max-width: 40px;
}

.vehicle-item h3 {
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #13224f;
    margin-bottom: 11px;
    margin-top: 24px;
}

.vehicle-item .text {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #666;
}

.sample-reports a {
    border-radius: 4px;
    background-color: #00bc87;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: -.2px;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
}

.sample-reports i {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    transition: all .4s;
}

.sample-reports a:hover i {
    transform: translateX(8px);
}

.sample-reports a:hover {
    background: #007856;
}

.getAmints-section {
    background: #13224f;
    padding: 35px 0;
    display: none;
}

.certified-sec {
    display: block;
}

.getAmints-section ul {
    display: flex;
    justify-content: space-between;
}

    .getAmints-section ul li {
        font-size: 20px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #fff;
    }

        .getAmints-section ul li h3 {
            font-size: 22px;
            font-weight: 700;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.09;
            letter-spacing: normal;
            color: #fff;
        }

        .getAmints-section ul li span {
            display: inline-block;
            margin-right: 0;
            font-size: 14px;
        }

section.logo-container {
    background: #f8f8f8;
    padding: 30px 0 0;
}

    section.logo-container ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        section.logo-container ul li {
            margin: auto 0;
            position: relative;
            border-right: solid 1px #eaeaea;
            flex-basis: 50%;
            text-align: center;
            margin: 10px 0;
        }

            section.logo-container ul li:first-child {
                border-right: 0;
                flex-basis: 100%;
                margin-right: 0;
            }

            section.logo-container ul li:last-child {
                border-right: 0;
                flex-basis: 100%
            }

            section.logo-container ul li:nth-child(3) {
                border-right: solid 0 #eaeaea;
            }

            section.logo-container ul li:nth-child(5) {
                border-right: solid 0 #eaeaea;
            }

            section.logo-container ul li:nth-child(6) {
                border-right: solid 0 #eaeaea;
            }

            section.logo-container ul li h3 {
                font-size: 20px;
                font-weight: 700;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: normal;
                color: #062444;
                max-width: 100%;
                padding-bottom: 30px;
            }

footer#main-footer {
    background: #13224f;
    padding-top: 30px;
    padding-bottom: 50px;
}

    footer#main-footer h3 {
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 20px;
    }

.footercl-01 {
    margin-top: 19px;
    max-width: 250px;
}

    .footercl-01 img {
        max-width: 194px;
    }

    .footercl-01 .form-group {
        position: relative;
        margin-top: 25px;
        margin-bottom: 30px;
    }

        .footercl-01 .form-group input {
            display: block;
            background: #fff;
            outline: 0;
            border: none;
            height: 48px;
            border-radius: 3px;
            width: 100%;
            color: #747474;
            font-size: 13px !important;
            padding: 0 67px 0 7px;
        }

        .footercl-01 .form-group button[type=submit] {
            display: block;
            outline: 0;
            border: none;
            background: #00bc87;
            border-radius: 0 3px 3px 0;
            height: 48px;
            color: #fff;
            padding: 0 16px;
            position: absolute;
            top: 0;
            right: 0;
            transition: all .2s;
        }

        .footercl-01 .form-group button span {
            display: inline-block;
            font-size: 16px;
            line-height: 48px;
        }

        .footercl-01 .form-group button:hover {
            background: #007856;
        }

    .footercl-01 ul li {
        display: inline-block;
        margin-right: 12px;
    }

        .footercl-01 ul li a {
            display: inline-block;
            text-decoration: none;
            transition: all .2s;
        }

            .footercl-01 ul li a span {
                font-size: 18px;
                color: #000;
                width: 34px;
                height: 34px;
                line-height: 36px;
                text-align: center;
                background: #fff;
                border-radius: 50%
            }

            .footercl-01 ul li a:hover span {
                background: #00bc87;
                color: #fff;
            }

.listonmobile li {
    display: inline-block;
    margin-right: 10px;
}

.footercl-02 ul li a {
    display: inline-block;
    text-decoration: none;
    line-height: 2.14;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #00bc87;
    transition: all .2s;
}

.footercl-02 ul li img {
    margin-bottom: 8px;
}

.footercl-02 ul li a:hover {
    color: #fff;
}

footer#end-footer {
    background: #13224f;
    border-top: 1px solid #454545;
    padding: 20px 0;
}

    footer#end-footer .text {
        color: #c1c1c1;
        font-size: 14px;
        line-height: 22px;
    }

        footer#end-footer .text a {
            display: inline-block;
            text-decoration: none;
            color: #00bc87;
            transition: all .2s;
        }

            footer#end-footer .text a:hover {
                color: #c1c1c1;
            }

.showhideprize {
    display: none;
}

.showhideprizemoBILE {
    display: block;
    margin-top: 20px;
}

    .showhideprizemoBILE strong {
        display: block;
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.9;
        letter-spacing: normal;
        color: #00bc87;
    }

    .showhideprizemoBILE span {
        display: block;
        font-size: 15px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #00bc87;
    }

.hideonMobile-icon {
    display: none !important;
}

.showonMobile-icon {
    display: inline-block !important;
}

.Dashboard-sec {
    border-top: 14px solid #00bc87;
    background: #f9f9f9;
    overflow: hidden;
}

    .Dashboard-sec .col-dash {
        border: solid 1px #979797;
        background: #fbfbfb;
        padding: 7px 11px;
    }

    .Dashboard-sec .registration-box {
        border: none;
        background: 0 0;
    }

.column-reverse {
    flex-direction: row-reverse;
}

.Dashboard-sec .col-dash h1 {
    font-size: 34px;
    font-weight: 700;
    display: none;
    line-height: 34px;
    font-family: Roboto, sans-serif;
    color: #062444;
}

.Dashboard-sec .registration-box h1 {
    display: block;
}

.Dashboard-sec .history-box h1 {
    margin: 0 0 27px 0;
}

.Dashboard-sec .col-dash span {
    font-size: 17px;
    color: #666;
    margin-bottom: 18px;
    display: block;
}

.Dashboard-sec .col-dash .form-group {
    margin: 0 0 20px 0;
    border: solid 1px #d0d0d0;
    max-width: 420px;
}

.order-scroll {
    margin: 30px 0 0 0;
}

.Dashboard-sec .col-dash .scroll-none {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #6d6d6d;
}

.Dashboard-sec .col-dash .form-group input {
    width: 100%;
    border: none;
    background: #fff;
    font-size: 16px;
    color: #747474;
    padding-left: 4px;
    box-shadow: none;
    border-radius: 0;
    outline: 0;
    padding-right: 4px;
    border: 1px solid rgba(128, 128, 128, .3607843137254902);
}

#MainContent_ucPayR_5_imgPaypal {
    width: auto;
}

.Dashboard-sec .col-dash .form-group button[type=submit] {
    width: 155px;
    height: 42px;
    background: #00bc87;
    font-size: 16px;
    color: #fff;
    transition: all .2s;
    border: 0;
}

.Dashboard-sec .col-dash .form-group .border-re {
    border-radius: 0;
}

.Dashboard-sec .col-dash .form-group button:hover {
    background: #007856;
}

.Dashboard-sec .col-dash table {
    max-width: 757px;
    width: 757px;
}

.responsive-table {
    max-width: 100% !important;
}

.Dashboard-sec .history-box table {
    width: 672px;
}

.Dashboard-sec .col-dash table thead {
    background: #dfedfa;
}

.Dashboard-sec .col-dash table tbody {
    background: #edf5fc;
}

.Dashboard-sec .col-dash .responsive-table tbody {
    background: #fbfbfb;
}

.Dashboard-sec .col-dash table thead tr th {
    font-size: 16px;
    color: #062444;
    font-weight: 700;
    padding: 19px 10px 12px 8px;
    word-break: break-all;
    vertical-align: text-bottom;
    text-align: center;
}

.Dashboard-sec .col-dash table tr td {
    font-size: 15px;
    color: #666;
    word-break: break-all;
}

.Dashboard-sec .col-dash .responsive-table tr td {
    font-size: 15px;
    color: #666;
    word-break: break-all;
    display: block;
    max-width: 100% !important;
    min-width: 100%;
    text-align: right;
    padding: 13px 10px !important;
    border-bottom: 0;
}

    .Dashboard-sec .col-dash .responsive-table tr td:last-child {
        border-bottom: 1px solid #dee2e6;
    }

.Dashboard-sec .col-dash table tr th:nth-child(1) {
    max-width: 170px;
    min-width: 170px;
}

.Dashboard-sec .col-dash table tr th:nth-child(2) {
    width: 100px;
    max-width: 100px;
}

.Dashboard-sec .col-dash table tr th:nth-child(3) {
    width: 60px;
    max-width: 60px;
}

.Dashboard-sec .col-dash table tr th:nth-child(4) {
    width: 50px;
    max-width: 50px;
}

.Dashboard-sec .col-dash table tr th:nth-child(5) {
    width: 46px;
    max-width: 46px;
}

.Dashboard-sec .col-dash table tr th:nth-child(6) {
    width: 95px;
    max-width: 95px;
}

.Dashboard-sec .col-dash table tr th:nth-child(7) {
    width: 84px;
    max-width: 84px;
    padding-left: 7px;
}

.Dashboard-sec .col-dash table tr td:nth-child(1) {
    color: #00bc87;
    font-weight: 700;
    width: 10em;
    white-space: nowrap;
    overflow: hidden;
    padding: 15px 13px 13px 43px;
    position: relative;
    max-width: 170px;
    text-overflow: ellipsis;
    box-sizing: border-box;
    min-width: 170px;
}

.Dashboard-sec .col-dash .responsive-table tr td:nth-child(1) {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
    padding-left: 13px !important;
}

.Dashboard-sec .col-dash .responsive-table tr td:nth-child(1) {
    min-width: 100%
}

.Dashboard-sec .col-dash .responsive-table tr {
    margin-bottom: 10px;
    display: block;
    height: auto;
}

.Dashboard-sec .col-dash table tr td:nth-child(2) {
    width: 100px;
    max-width: 100px;
    padding: 34px 0 13px 16px;
    font-size: 16px;
}

.Dashboard-sec .col-dash table tr td:nth-child(3) {
    width: 60px;
    max-width: 60px;
    padding: 34px 14px 30px 21px;
}

.Dashboard-sec .col-dash table tr td:nth-child(4) {
    width: 50px;
    max-width: 50px;
    padding-top: 34px;
}

.Dashboard-sec .col-dash table tr td:nth-child(5) {
    width: 46px;
    max-width: 46px;
    padding-top: 34px;
}

.Dashboard-sec .col-dash table tr td:nth-child(6) {
    width: 93px;
    max-width: 93px;
    padding-top: 34px;
}

.Dashboard-sec .col-dash table tr td:nth-child(7) {
    width: 84px;
    max-width: 84px;
    padding-top: 34px;
}

.Dashboard-sec .col-dash table tr td:nth-child(1) span {
    position: absolute;
    left: 11px;
    top: 16px;
    color: #00bc87;
}

.Dashboard-sec .col-dash table tr td:nth-child(1) a {
    color: #00bc87;
    text-decoration: none;
}

.Dashboard-sec .col-dash table tr td a:hover, .Dashboard-sec .col-dash table tr td a:hover span {
    transition: all .2s;
    color: #666;
}

.Dashboard-sec #sidebar {
    background: #f3f3f3;
}

    .Dashboard-sec #sidebar h1 {
        font-size: 34px;
        font-weight: 700;
        padding: 13px 0 0 6px;
    }

    .Dashboard-sec #sidebar .banner-box {
        background: #13224f;
        padding: 35px 0;
    }

        .Dashboard-sec #sidebar .banner-box h2 {
            font-size: 65px;
            font-weight: 700;
            line-height: 53px;
        }

        .Dashboard-sec #sidebar .banner-box span {
            font-size: 18px;
            display: block;
        }

        .Dashboard-sec #sidebar .banner-box a {
            color: #00bc87;
            font-size: 18px;
        }

    .Dashboard-sec #sidebar ul a {
        color: #666;
        font-size: 18px;
        padding: 8px 85px;
        display: block;
        text-decoration: none;
        position: relative;
        text-align: left;
    }

        .Dashboard-sec #sidebar ul a:hover {
            background: #00bc87;
            color: #fff;
        }

        .Dashboard-sec #sidebar ul a span {
            position: absolute;
            left: 6px;
            display: flex;
            width: 40px;
            justify-content: center;
            top: 12px;
            font-size: 20px;
        }

    .Dashboard-sec #sidebar ul a {
        padding: 12px 85px 8px 55px;
    }

        .Dashboard-sec #sidebar ul a:before {
            content: "";
            width: 100%;
            height: 2px;
            background: rgba(151, 151, 151, .33);
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -1px;
        }

    .Dashboard-sec #sidebar ul li .active {
        background: #00bc87;
        color: #fff;
    }

    .Dashboard-sec #sidebar ul .active .icon-Dashboard-icon:before {
        color: #fff;
    }

    .Dashboard-sec #sidebar ul a:nth-child(2) .icon-Credits-icon:before {
        color: #666;
    }

.logo-box {
    padding: 23px 15px 10px 17px;
}

.Credit-box .logo-box p {
    color: #666;
    font-size: 15px;
    margin: 0 0 20px 0;
    line-height: 22px;
}

.hide-box {
    display: block;
    padding: 11px 4px;
}

.Dashboard-sec .col-dash table tr {
    height: 60px;
}

    .Dashboard-sec .col-dash table tr td:nth-child(2) {
        padding: 29px 0 13px 16px;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(3) {
        padding: 29px 14px 30px 21px;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(4) {
        padding-top: 29px;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(5) {
        padding-top: 29px;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(6) {
        padding-top: 29px;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(7) {
        padding-top: 29px;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(1) {
        padding: 29px 13px 13px 43px;
    }

        .Dashboard-sec .col-dash table tr td:nth-child(1) span {
            top: 28px;
        }

.Dashboard-sec .col-dash .responsive-table tr td:nth-child(1) span {
    top: 13px;
    right: 167px;
}

.Dashboard-sec .col-dash .receipt-table tr td:nth-child(1) span {
    right: 110px;
}

.Dashboard-sec .col-dash .table-History tr td {
    text-align: right;
}

    .Dashboard-sec .col-dash .table-History tr td:nth-child(1) {
        width: 168px;
        max-width: 168px;
        text-align: right;
        font-size: 16px;
    }

    .Dashboard-sec .col-dash .table-History tr td:nth-child(2) {
        width: 168px;
        max-width: 168px;
    }

    .Dashboard-sec .col-dash .table-History tr td:nth-child(3) {
        width: 168px;
        max-width: 168px;
    }

    .Dashboard-sec .col-dash .table-History tr td:nth-child(4) {
        width: 168px;
        max-width: 168px;
    }

.Dashboard-sec .col-dash .table-History tr th:nth-child(1) {
    max-width: 168px;
    min-width: 168px;
}

.Dashboard-sec .col-dash .table-History tr th:nth-child(2) {
    width: 168px;
    max-width: 168px;
    text-align: center;
}

.Dashboard-sec .col-dash .table-History tr th:nth-child(3) {
    width: 168px;
    max-width: 168px;
    text-align: center;
}

.Dashboard-sec .col-dash .table-History tr th:nth-child(4) {
    width: 168px;
    max-width: 168px;
    text-align: center;
}

.Dashboard-sec .col-dash .table-History tr td:nth-child(1) span {
    left: 15px;
}

.Dashboard-sec .Credit-box form {
    border: none;
    max-width: 100%
}

.Dashboard-sec .col-dash .table-Credit tr td:nth-child(1) {
    padding-left: 11px;
}

    .Dashboard-sec .col-dash .table-Credit tr td:nth-child(1) input {
        width: 100%;
        height: 44px;
        font-size: 20px !important;
        color: #062444 !important;
        font-weight: 700;
        text-align: center;
        padding: 0 45px 0 20px;
    }

[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type=radio]:checked + label, [type=radio]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        color: #666;
    }


        [type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 20px;
            height: 20px;
            border: 1px solid #979797;
            border-radius: 100%;
            background: #fff;
        }

        [type=radio]:checked + label:after, [type=radio]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #00bc87;
            position: absolute;
            top: 7px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

        [type=radio]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type=radio]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.form-group select {
    max-width: 100%;
    height: 48px;
    width: 100%;
    border: 1px solid rgba(128, 128, 128, .34);
    font-size: 14px;
    line-height: 18px;
    color: #747474;
}

.form input {
    max-width: 100%;
    height: 48px;
    width: 100% !important;
    border: 1px solid rgba(128, 128, 128, .34) !important;
    font-size: 12px !important;
    line-height: 18px;
    color: #999 !important;
}

.Dashboard-sec .Credit-box {
    border-top: 0;
}

.overly {
    position: relative;
}

    .overly:before {
        z-index: 99;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .66);
        position: absolute;
        pointer-events: none;
        left: 0;
    }

.Dashboard-sec .Credit-box span {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 6px 0;
    font-size: 16px;
    color: #00bc87;
    font-style: italic;
}

.Credit-box p {
    font-family: Roboto, sans-serif;
    line-height: 25px;
    font-size: 20px;
    color: #00bc87;
    margin: 0 0 18px 0;
}

.Dashboard-sec .Credit-box .row-col .colqa {
    margin: 0 0 13px 0;
}

.Dashboard-sec .Credit-box h3 {
    color: #062444;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.Dashboard-sec .Credit-box h4 {
    margin: 11px 0 11px 0;
}

.Dashboard-sec .Credit-box .radio-box {
    display: block;
}

    .Dashboard-sec .Credit-box .radio-box label {
        font-size: 16px;
        line-height: 25px;
        color: #062444;
        font-family: Roboto, sans-serif;
        font-style: italic;
        font-weight: 700;
    }

.Dashboard-sec .Credit-box .colqa {
    padding: 0 9px !important;
}

.Dashboard-sec .registration-box .colqa {
    padding: 0 !important;
}

.recall-sec .Dashboard-sec .Credit-box .row-col .colqa {
    padding: 0 0 !important;
}

.Dashboard-sec .Credit-box .colqa label {
    font-size: 16px;
    line-height: 25px;
    color: #062444;
    font-family: Roboto, sans-serif;
    height: 10px;
    margin: 0 0 20px 0;
}

.recall-sec .Dashboard-sec .Credit-box .colqa label {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hide {
    visibility: hidden;
    display: none;
}

.Dashboard-sec .Credit-box .colqa a {
    font-size: 12px;
    color: #00bc87;
    line-height: 18px;
    position: absolute;
    right: 13px;
    top: 4px;
}

.Dashboard-sec .Credit-box .row-col {
    max-width: 682px;
    margin: 0;
}

.Dashboard-sec .registration-box .row-col {
    max-width: 100%
}

.Dashboard-sec .checkbox {
    margin: 15px 0 14px;
    align-items: center;
}

.Dashboard-sec .Credit-box .checkbox input {
    width: 18px !important;
    transform: translate(-146%, -116%);
    height: auto !important;
}

.Dashboard-sec .checkbox label {
    margin: 0 8px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #787878;
}

.Dashboard-sec .checkbox a {
    font-size: 14px;
    line-height: 18px;
    color: #00bc87;
    display: block;
    margin: 6px 0 6px 29px;
}

.Dashboard-sec .Credit-box button[type=submit] {
    width: 224px;
    height: 48px;
    border: none;
    border-radius: 5px;
    background: #00bc87;
    color: #fff;
    font-size: 18px;
}

.Dashboard-sec .Credit-box form button {
    border-radius: 8px;
    border: none;
    line-height: 32px;
    margin: 15px 0 0 0;
}

.form-group select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    -o-appearance: menulist;
    outline: 0;
    appearance: menulist;
    position: relative;
    z-index: 9;
    background: 0 0;
}

select.form-control {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    -o-appearance: menulist !important;
    appearance: menulist !important;
}

.arrow {
    position: absolute;
    right: 6px;
    bottom: 0;
    width: 30px;
    height: 47px;
    border-left: 1px solid rgba(128, 128, 128, .5);
}

    .arrow:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #4a4a4a;
        bottom: 18px;
        position: absolute;
        right: 10px;
    }

.bg-blue {
    background: #13224f;
}
.bg-lightblue {
    background: #edf5fc;
}

.bg-green {
    background: #00bc87;
}

.Dashboard-sec .Credit-box table tr td {
    font-size: 20px !important;
    color: #062444;
    font-weight: 700;
}

.cont {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cont input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #808080;
}

.cont:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: block;
}

.cont input:checked ~ .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}

.cont .checkmark:after {
    left: 5px;
    top: 1px;
    width: 0;
    height: 0;
    border: solid #fff;
    opacity: 0;
}

.number-wrapper {
    position: relative;
    cursor: pointer;
}

    .number-wrapper:after, .number-wrapper:before {
        position: absolute;
        right: 5px;
        width: 1.6em;
        height: .9em;
        font-size: 10px;
        pointer-events: none;
        background: #fff;
    }

    .number-wrapper:after {
        color: #4a4a4a;
        content: "â–²";
        top: 1px;
        width: 33px;
        height: 21px;
        right: 1px;
        padding: 6px 0 0 10px;
        font-size: 12px;
        border-left: 1px solid rgba(128, 128, 128, .66);
        background: #f4f4f4;
        position: absolute;
        z-index: 9999;
    }

    .number-wrapper:before {
        color: #4a4a4a;
        content: "â–¼";
        margin-bottom: 0;
        bottom: 1px;
        width: 33px;
        height: 21px;
        right: 1px;
        padding: 0 0 24px 10px;
        font-size: 12px;
        border-left: 1px solid rgba(128, 128, 128, .66);
        background: #f4f4f4;
        position: absolute;
        z-index: 9999;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.Dashboard-sec .Credit-box .row-col .colqa input {
    padding: 0 15px;
}

.Dashboard-sec .col-dash .table-Credit tr th:nth-child(1) {
    text-align: center;
}

select::-ms-expand {
    display: none;
}

.quantity {
    position: relative;
}


.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

    .quantity input:focus {
        outline: 0;
    }

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #c1c1c1;
    width: 20px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .quantity-button.quantity-up {
        position: absolute;
        height: 55%;
        top: 0;
        width: 30px;
    }

    .quantity-button.quantity-down {
        position: absolute;
        bottom: -1px;
        height: 50%;
        width: 30px;
    }

        .quantity-button.quantity-down:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 7px solid #4a4a4a;
            bottom: 10px;
            position: absolute;
            right: 10px;
        }

    .quantity-button.quantity-up:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 7px solid #4a4a4a;
        bottom: 5px;
        position: absolute;
        right: 10px;
    }

.Dashboard-sec .Order-box .margin {
    margin: 22px 0 7px 0;
}

.Dashboard-sec .Order-box .ready {
    font-size: 14px;
    color: #00bc87;
    line-height: 18px;
    position: absolute;
    top: 13px;
    left: 13px;
}

.orde-sec {
    background: #00bc87;
    position: relative;
}

    .orde-sec:before {
        z-index: 99;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        pointer-events: none;
        left: 0;
        bottom: 0;
        -webkit-box-shadow: 10px 30px 38px -42px rgba(0, 0, 0, .75);
        -moz-box-shadow: 10px 30px 38px -42px rgba(0, 0, 0, .75);
        box-shadow: 10px 30px 38px -42px rgba(0, 0, 0, .75);
    }

    .orde-sec .report-box {
        padding: 15px 10px 20px 10px;
        position: relative;
    }

        .orde-sec .report-box:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 25px solid #00bc87;
            bottom: -23px;
            position: absolute;
            left: 120px;
            z-index: 99;
        }

        .orde-sec .report-box h1 {
            font-size: 30px;
            color: #fff;
            font-family: Lato, sans-serif;
            margin: 0;
            font-weight: 900;
        }

        .orde-sec .report-box form {
            max-width: 376px;
        }

        .orde-sec .report-box span {
            font-size: 17px;
            color: #062444;
            font-family: Roboto, sans-serif;
            font-weight: 700;
            margin: 0 0 10px 0;
            display: block;
            line-height: 24px;
        }

        .orde-sec .report-box input {
            padding-left: 14px;
            height: 47px;
            border-radius: 5px 0 0 5px;
            padding-right: 14px;
            font-size: 15px !important;
        }

        .orde-sec .report-box button[type=submit] {
            font-size: 18px;
            height: 47px;
            background: #007856;
            color: #fff;
            transition: all .2s;
            width: 191px;
            line-height: 32px;
            border-radius: 0 5px 5px 0;
        }

.Dashboard-sec .box-right {
    background: #13224f;
    padding: 50px 0 0 0;
}

    .Dashboard-sec .box-right span {
        font-size: 20px;
        line-height: 20px;
        color: #fff;
        font-weight: 700;
        padding: 0 94px 0 31px;
        display: block;
        margin: 0 0 27px 0;
    }

    .Dashboard-sec .box-right ul {
        padding: 0 0 42px 61px;
    }

        .Dashboard-sec .box-right ul li {
            position: relative;
            font-size: 16px;
            line-height: 28px;
            color: #fff;
            margin: 0 0 7px 0;
        }

            .Dashboard-sec .box-right ul li span {
                padding: 0;
                position: absolute;
                left: -31px;
                top: 5px;
                font-size: 17px;
            }

    .Dashboard-sec .box-right .img-box {
        display: none;
    }

        .Dashboard-sec .box-right .img-box img {
            width: 100%
        }

nav.menu-wrapper ul.site-nav li .active {
    border-bottom: 4px solid #0a8a66;
}

.orde-sec .report-box .car-box {
    margin-top: 15px;
}

    .orde-sec .report-box .car-box .img-box {
        margin: 5px 0 0 0;
    }

    .orde-sec .report-box .car-box address p {
        font-size: 16px;
        color: #fff;
        font-family: Roboto, sans-serif;
        line-height: 18px;
        margin: 0 0 0 22px;
    }

.Dashboard-sec .check-box h4 {
    color: #062444;
    font-size: 16px;
    line-height: 18px;
}

.Dashboard-sec .col-dash .form-group input:disabled {
    background: #d5d5d5;
}

.Dashboard-sec .top-border {
    border-top: solid 1px #979797;
}

    .Dashboard-sec .top-border h4 {
        margin: 21px 0 12px 0;
    }

    .Dashboard-sec .top-border .row-col {
        margin: 0 -5px 0 -5px;
    }

.Dashboard-sec .account-check {
    margin: 10px 0 20px 6px;
    padding: 8px 0 0 0;
}

.Dashboard-sec .top-border .row-col {
    max-width: 667px;
}

.Dashboard-sec .Credit-box form .sign-btn {
    width: 148px;
    margin: 0;
    border-radius: 0;
    height: 42px;
}

.Dashboard-sec .history-box .download-table {
    width: 672px;
}

.Dashboard-sec .download-box form button {
    background: #00bc87;
    color: #fff;
    transition: all .2s;
    width: 224px;
    height: 48px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    line-height: 32px;
    margin: 21px 0 0 0;
}

    .Dashboard-sec .download-box form button:hover {
        background: #007856;
    }

.Dashboard-sec .download-table {
    width: 100%
}

    .Dashboard-sec .download-table tr td:nth-child(2) {
        margin: 0;
    }

.Dashboard-sec .down-scroll {
    padding: 27px 20px;
    background: #edf5fc;
    width: 100%;
    border: 1px solid #e1e2e4;
    margin: 0 0 28px 0;
}

.Dashboard-sec .download-table table tr {
    background: #dcebf9;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 43px;
    align-items: center;
    padding: 0 24px;
}

.Dashboard-sec .download-table tr td {
    max-width: 100%;
    display: block;
}

    .Dashboard-sec .download-table tr td table {
        max-width: 100%
    }

.Dashboard-sec .download-table table tr td {
    color: #062445;
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto, sans-serif;
}

table {
    width: 100%
}

.Dashboard-sec .download-table table tr td table {
    width: auto;
}

.Dashboard-sec .download-box {
    padding: 23px 15px 41px 15px;
    border: solid 1px #979797;
    background: #fbfbfb;
}

    .Dashboard-sec .download-box ul {
        border: 1px solid #e1e2e4;
        margin-top: 24px;
    }

        .Dashboard-sec .download-box ul li {
            color: #062445;
            font-size: 15px;
            line-height: 18px;
            font-family: Roboto, sans-serif;
            border-bottom: 1px solid #e1e2e4;
            padding: 8px 17px;
        }

            .Dashboard-sec .download-box ul li:last-child {
                border: none;
            }

    .Dashboard-sec .download-box p {
        font-size: 19px;
        line-height: 28px;
        color: #666;
        font-family: Roboto, sans-serif;
        padding-right: 0;
        margin: 0 0 10px 0;
    }

    .Dashboard-sec .download-box h3 {
        color: #062444;
        font-size: 16px;
        line-height: 25px;
    }

    .Dashboard-sec .download-box span {
        font-size: 15px;
        line-height: 28px;
        color: #666;
        font-family: Roboto, sans-serif;
        margin: 0 10px 0 0;
    }

    .Dashboard-sec .download-box .input-box {
        margin-bottom: 7px;
        max-width: 375px;
    }

        .Dashboard-sec .download-box .input-box input {
            padding: 0 13px;
            border-radius: 0;
        }

        .Dashboard-sec .download-box .input-box button[type=submit] {
            border-radius: 0;
            margin: 0;
            height: 48px;
            width: 175px;
            font-size: 18px;
            line-height: 18px;
            background: #007856;
            color: #fff;
            transition: all .2s;
        }

        .Dashboard-sec .download-box .input-box button:hover {
            background: #00bc87;
        }

    .Dashboard-sec .download-box h1 {
        font-size: 18px;
        font-weight: 700;
        line-height: 34px;
        font-family: Roboto, sans-serif;
        color: #062444;
        margin: 0 0 5px 0;
    }

    .Dashboard-sec .download-box a {
        width: 235px;
        height: 45px;
        text-align: center;
        border-radius: 5px;
        background: #00bc87;
        color: #fff;
        font-size: 16px;
        line-height: 32px;
        display: block;
        padding-top: 7px;
        margin: 0 0 16px 0;
        text-decoration: none;
    }

        .Dashboard-sec .download-box a span {
            margin: 0 0 0 12px;
            display: inline-block;
            font-size: 14px;
        }

        .Dashboard-sec .download-box a:hover {
            background: #007856;
        }

.relative-box {
    position: relative;
}

section.banner-free .container {
    max-width: 100%
}

.choose-sec {
    background: #fff !important;
}

section.choose-sec .col-md-6 {
    margin: 0;
}

.choose-sec h1 {
    color: #062444;
    font-size: 26px;
    line-height: 34px;
    font-weight: 900;
    margin: 0 0 15px 0;
}

.nmvtis-sec h1 {
    font-family: Lato, sans-serif;
}

.choose-sec .text {
    color: #062444;
    font-size: 26px;
    line-height: 38px;
    font-weight: 700;
    padding-right: 0;
}

.anker {
    min-width: 197px;
    min-height: 45px;
    background: #00bc87;
    font-size: 16px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    transition: all .4s;
    font-weight: 400;
}

    .anker span {
        font-size: 11px;
        margin-left: 14px;
        display: inline-block;
        transition: all .4s;
    }

    .anker:hover span {
        transform: translateX(5px);
    }

    .anker:hover {
        background: #007856;
        text-decoration: none;
    }

.report-sec {
    padding: 30px 0 53px;
}

    .report-sec h3 {
        color: #062444;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .report-sec p {
        color: #666;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 16px;
    }

.about-nmvtis-sec p {
    font-family: Lato, sans-serif;
}

.minimize-sec {
    background: #00bc87;
    padding: 35px 0 0;
}

    .minimize-sec .box span {
        /*color: #2d4b56;
        font-size: 16px;
        margin-bottom: 16px;*/
        display: block;
        /*font-weight: 500;
        font-style: italic*/;
    }

    .minimize-sec .box p {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 18px;
    }

    .minimize-sec .box strong {
        font-size: 20px;
        line-height: 17.7px;
        font-weight: 700;
        margin-bottom: 9px;
        display: block;
    }

.border-bottom {
    border-bottom: 2px solid #808080;
}

.form-group {
    max-width: 480px;
    margin-bottom: 20px;
}

.max-width {
    max-width: 100%
}

.form-group input {
    color: #747474;
    font-size: 15px;
    line-height: 27.9px;
    padding: 0 13px;
    border: 1px solid rgba(128, 128, 128, .71);
    height: 48px;
}

    .form-group input:not([type=submit]) {
        color: #747474 !important;
        font-size: 15px !important;
        line-height: 27.9px;
        padding: 0 13px;
        border: 1px solid rgba(128, 128, 128, .71);
        height: 48px;
        width: 100%;
        /*min-width: 380px;*/
    }

form input:not([type=submit]) {
    font-size: 14px !important;
}

.form-group button[type=submit] {
    width: 60px;
    height: 49px;
    background: #007856;
    border-radius: 5px;
    transition: all .4s;
}

.form-group button:hover {
    background: #0078569c;
}

.form-group button span {
    margin: 0 !important;
}

.minimize-sec .box-two {
    text-align: right;
    position: static;
    bottom: -39px;
    padding: 0 15px 0;
}

    .minimize-sec .box-two span {
        color: #062444;
        font-size: 20px;
        line-height: 20px;
        margin: 0 17px 0;
    }

.minimize-sec .box h4 {
    font-size: 16px;
    letter-spacing: 1.1px;
    font-weight: 700;
}

.minimize-sec .box-two p {
    color: #062444;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.about-sec h1 {
    color: #062444;
    font-size: 34px;
    line-height: 34px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    margin-bottom: 28px;
}

    .about-sec .box ul {
        margin-top: 18px;
        padding-left: 25px;
    }

    .about-sec .box p {
        padding-right: 0;
    }

    .about-sec .box ul li {
        color: #062444;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 3px;
        position: relative;
        font-weight: 700;
    }

        .about-sec .box ul li span {
            margin-right: 9px;
            position: absolute;
            left: -23px;
            top: 3px;
            font-size: 13px;
        }

    .about-sec .box .logo-about {
        margin-top: 22px;
        display: block;
    }

        .about-sec .box .logo-about .img-holder {
            margin-right: 19px;
            margin-bottom: 21px;
        }

.dealer-sec {
    padding: 0 0 0;
}

    .dealer-sec h1 {
        font-size: 34px !important;
    }

    .dealer-sec .text {
        font-size: 18px;
        line-height: 30px;
        max-width: 100%
    }

.register-sec {
    overflow: hidden;
}

    .register-sec .box ul {
        margin: 0;
        padding-right: 0;
    }

        .register-sec .box ul li {
            color: #092746;
            font-size: 16px;
            line-height: 19px;
            margin-bottom: 10px;
        }

    .register-sec .content-box p {
        color: #062444;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        margin: 40px 0 21px;
    }

section.choose-sec {
    padding: 12px 0 0;
}

.reports-sec {
    overflow: hidden;
    padding: 29px 0 38px;
}


        .reports-sec .box:nth-child(2) {
            margin: 0;
            align-items: flex-end;
            display: block;
            flex-wrap: wrap;
            padding: 23px 23px 0;
            background: #13224f;
            justify-content: center;
        }

            .reports-sec .box:nth-child(2) a {
                margin-bottom: 22px;
            }

        .reports-sec .box h1 {
            font-size: 30px;
            line-height: 34px;
            color: #062444;
            font-family: Lato, sans-serif;
            margin-bottom: 16px;
            width: 100%;
            font-weight: 900;
        }

        .reports-sec .box h3 {
            font-size: 17px;
            line-height: 25px;
            margin-bottom: 25px;
            color: #062444;
            font-weight: 700;
        }

        .reports-sec .box p {
            color: #666;
            font-size: 16px;
            line-height: 25px;
            padding-right: 0;
        }

        .reports-sec .box .span {
            color: #13224f;
            font-size: 22px;
            line-height: 17.7px;
            margin: 23px 0 10px;
            display: block;
            width: 100%
        }

        .reports-sec .box h2 {
            font-size: 25px;
            line-height: 32px;
            margin-bottom: 22px;
            font-weight: 900;
            font-family: Lato, sans-serif;
        }

.vsehicle-sec {
    overflow: hidden;
    text-align: center;
    padding: 0 0 10px;
}

    .vsehicle-sec .row {
        border-top: 2px solid rgba(128, 128, 128, .19);
        padding: 0 0 20px;
    }

    .vsehicle-sec .box {
        margin-bottom: 23px;
    }

        .vsehicle-sec .box h2 {
            color: #062444;
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 16px;
        }

        .vsehicle-sec .box p {
            color: #666;
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 0;
        }

            .vsehicle-sec .box p span {
                color: #13224f;
            }

        .vsehicle-sec .box a {
            color: #00bc87;
            font-size: 16px;
            line-height: 25px;
        }

.our-img {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.business-sec .box {
    display: block;
    margin-bottom: 25px;
}

.business-sec .row {
    align-items: inherit;
}

.business-sec .box h1 {
    font-size: 25px;
}

.business-sec .box p {
    margin-bottom: 12px;
}

.business-sec .box ul {
    padding: 0 10px 0 24px;
}

    .business-sec .box ul li {
        color: #092746;
        font-size: 16px;
        line-height: 19px;
        position: relative;
        margin-bottom: 8px;
    }

        .business-sec .box ul li:before {
            content: "";
            width: 12px;
            height: 12px;
            border-radius: 100px;
            left: -24px;
            top: 4px;
            position: absolute;
            background: #00bc87;
        }

.option-sec {
    padding-bottom: 40px;
}

    .option-sec h2 {
        font-size: 25px;
        line-height: 29px;
        color: #062444;
        margin-bottom: 9px;
    }

    .option-sec p {
        color: #666;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .option-sec h3 {
        font-size: 17px;
        line-height: 27px;
        color: #062444;
        margin-bottom: 14px;
        padding-right: 0;
    }

.resources-sec .text {
    padding-bottom: 14px;
}

.resources-sec h1 {
    max-width: 100%;
    font-family: Lato, sans-serif;
}

.resources-sec p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
}

.option-sec .container {
    max-width: 100%
}

section.resources-sec .colPadding {
    display: flex;
    align-items: center;
}

section.carfax-sec {
    padding: 40px 0 0 0;
}

.carfax-sec h1 {
    font-size: 34px !important;
}

.table-sec {
    padding: 0 0 50px;
    overflow: hidden;
}

    .table-sec .row {
        align-items: end;
    }

    .table-sec p {
        color: #666;
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .table-sec table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%
    }

    .table-sec tr th {
        color: #062444;
        font-size: 20px;
        line-height: 30px;
        width: 200px;
        padding: 14px 10px;
        font-family: Roboto, sans-serif;
        font-weight: 700;
    }

        .table-sec tr th:nth-child(1) {
            width: 436px;
        }

    .table-sec td, th {
        border: 1px solid #979797;
        text-align: center;
        padding: 10px;
        color: #666;
        font-size: 14px;
        line-height: 25px;
        vertical-align: text-top;
        font-family: Roboto, sans-serif;
        font-weight: 400;
    }

    .table-sec tr td:last-child {
        color: #666;
        border-bottom: 1px solid #808080;
    }

.select-sec {
    overflow: hidden;
}

    .select-sec [type=radio]:checked, .select-sec [type=radio]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        .select-sec [type=radio]:checked + label, .select-sec [type=radio]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #062444;
            font-weight: 700;
            font-style: italic;
        }

            .select-sec [type=radio]:checked + label:before, .select-sec [type=radio]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: -1px;
                width: 20px;
                height: 20px;
                border: 2px solid #979797;
                border-radius: 100%;
                background: #fff;
            }

            .select-sec [type=radio]:checked + label:after, .select-sec [type=radio]:not(:checked) + label:after {
                content: '';
                width: 12px;
                height: 12px;
                background: #00bc87;
                position: absolute;
                top: 3px;
                left: 4px;
                border-radius: 100%;
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
            }

            .select-sec [type=radio]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .select-sec [type=radio]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

    .select-sec h3 {
        font-size: 20px;
        color: #062444;
        margin: 0 0 13px;
        font-weight: 700;
    }

    .select-sec .colqa {
        margin-bottom: 17px;
    }

        .select-sec .colqa textarea {
            height: 100px;
            width: 100%;
            padding: 10px 27px;
            border: 1px solid rgba(128, 128, 128, .65);
        }

        .select-sec .colqa label {
            font-size: 16px;
            line-height: 25px;
            color: #062444;
            margin-bottom: 2px;
        }

        .select-sec .colqa input {
            padding: 0 27px;
            color: #999;
            font-size: 14px;
            line-height: 18px;
            height: 40px;
            width: 100%
        }

    .select-sec .radio-box {
        flex-wrap: wrap;
        margin-bottom: 8px;
    }

        .select-sec .radio-box p {
            width: 100%
        }

.recall-sec .radio-box p {
    width: 33%
}

.select-sec .radio-box p label {
    color: #062444;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

.select-sec button {
    min-height: 40px;
    border-radius: 4px;
    background: #00bc87;
    font-size: 17px;
    line-height: 43px;
    transition: all .2s;
}

    .select-sec button:hover {
        background: #007856;
    }

.table-sec table caption {
    font-size: 1.3em;
}

.table-sec table thead {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.table-sec table tr {
    display: block;
    margin-bottom: 13px;
}

.table-sec table td {
    text-align: right;
    display: block;
    position: relative;
    padding-left: 115px;
    border-bottom: 0;
}

    .table-sec table td::before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        display: block;
        font-weight: 700;
        color: #062444;
        position: absolute;
        left: 10px;
    }

.carfax-sec p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
}

.question-left .need-box h3 {
    font-size: 22px;
    line-height: 30px;
    color: #062444;
    margin-bottom: 14px;
    font-family: Lato, sans-serif;
    font-weight: 900;
}

.question-left .need-box a {
    height: 57px;
}

    .question-left .need-box a span {
        margin-left: 10px;
        transition: all .2s;
    }

    .question-left .need-box a:hover span {
        margin-left: 15px;
    }

.question-left .text p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
}

.faq-sec ul.ol {
    margin-bottom: 17px;
}

.faq-sec .ol li {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    list-style-type: decimal;
}

.faq-sec ul {
    padding-left: 22px;
}

    .faq-sec ul.ol {
        margin: 0 20px 17px;
    }

    .faq-sec ul li {
        color: #666;
        font-size: 16px;
        line-height: 26px;
        list-style-type: disc;
    }

.minimize-sec .form-group input {
    color: #747474 !important;
    font-size: 17px !important;
    line-height: 27.9px;
    padding: 0 13px;
    border-radius: 5px 0 0 5px;
    height: 48px;
}

.minimize-sec .form-group button[type=submit] {
    display: block;
    outline: 0;
    border: none;
    background: #007856;
    height: 50px;
    color: #fff;
    padding: 0 21px;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0;
    transition: all .2s;
}

.minimize-sec .form-group button:hover {
    background: #007856bd;
}

.minimize-sec .form-group button span {
    margin: 0;
}

.Dashboard-sec .Credit-box .sign-btn {
    width: 120px;
    height: 48px;
    border-radius: 0 5px 5px 0;
}

.download-box .form-group input {
    color: #747474 !important;
    font-size: 18px !important;
    line-height: 27.9px;
    padding: 0 13px;
    border-radius: 5px 0 0 5px;
    border: 1px solid rgba(128, 128, 128, .58);
}

.modal-backdrop {
    pointer-events: none;
    background-color: transparent;
    opacity: 0;
}

.modal-dialog {
    margin-top: 8em;
}

.modal:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 188, 135, .9);
    top: 0;
}

.modal-min:before {
    content: '';
    background-color: rgba(255, 255, 255, .7);
}

.modal-dialog-wrap {
    max-width: 97%
}

    .modal-dialog-wrap .modal-header {
        border: 0;
        padding: 0;
    }

    .modal-dialog-wrap .modal-content {
        padding: 15px;
        padding-bottom: 31px;
        border: 0;
        border-radius: 15px;
    }

    .modal-dialog-wrap h5 {
        font-size: 25px;
        color: #062444;
        line-height: 37px;
        margin-bottom: 10px;
        font-weight: 900;
    }

.modal-min h5 {
    color: #fff;
}

.modal-dialog-wrap .modal-body {
    padding: 0;
}

.modal-dialog-wrap p {
    font-size: 16px;
    color: #062444;
    font-weight: 700;
    margin-bottom: 14px;
}

.modal-dialog-wrap ul li {
    font-size: 16px;
    color: #062444;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
    position: relative;
    padding-left: 30px;
}

    .modal-dialog-wrap ul li:nth-child(even) {
        padding-left: 30px;
    }

.modal {
    padding: 0 !important;
}

.modal-dialog-wrap ul li span {
    position: absolute;
    left: 2px;
    top: 6px;
}

.modal.show .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    width: 100%
}

.fade {
    transition: opacity 0s linear;
}

.show {
    transition: opacity 0s linear;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0s ease-out;
    transition: transform 0s ease-out;
    transition: transform .3s ease-out, -webkit-transform 0s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(-50%, -50%);
}

.comprehensive-sec {
    text-align: center;
    padding: 24px 0 18px;
}

    .comprehensive-sec h1 {
        font-size: 25px;
        line-height: 34px;
        color: #062444;
        margin-bottom: 9px;
        font-family: Lato, sans-serif;
        font-weight: 900;
    }

    .comprehensive-sec p {
        font-size: 17px;
        line-height: 30px;
        color: #062444;
        margin-bottom: 27px;
    }

    .comprehensive-sec ul {
        font-size: 0;
    }

        .comprehensive-sec ul li {
            font-size: 16px;
            line-height: 19px;
            color: #092746;
            margin-bottom: 16px;
            text-align: left;
            width: 100%;
            display: inline-block;
            position: relative;
            text-indent: 40px;
        }

            .comprehensive-sec ul li span {
                position: absolute;
                left: -28px;
            }

.recall-info-sec .row {
    align-items: flex-start;
}

.title-report-sec .row {
    align-items: flex-start;
}

.recall-info-sec .color {
    background: #13224f;
}

.recall-info-sec .color-none {
    background: 0 0;
}

    .recall-info-sec .color-none strong {
        color: #13224f;
        font-size: 22px;
        line-height: 17.7px;
        font-weight: 700;
        margin-bottom: 18px;
        display: block;
    }

    .recall-info-sec .color-none .form-group input {
        border: 1px solid rgba(128, 128, 128, .58) !important;
    }

.recall-info-sec .color {
    margin-bottom: 20px;
    padding-top: 25px;
}

.valuations-sec {
    background: #f8f8f8;
    padding: 35px 0 33px;
}

.recall-info-sec .value-logo {
    transform: translate(-38px, 0);
    margin: 12px 0;
}

.valuations-sec .row {
    align-items: center;
}

.valuations-sec .box h5 {
    color: #062444;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 24px;
}

.car-sec {
    padding: 26px 0 0;
}

    .car-sec .box {
        margin-top: 0;
        padding-right: 1em;
    }

        .car-sec .box:nth-child(2) {
            margin: 0;
            padding-right: 0;
        }

    .car-sec p {
        color: #666;
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        margin-bottom: 12px;
    }

    .car-sec .value-car {
        margin-bottom: 0;
    }

.anker {
    margin-bottom: 30px;
}

.from-sec h5 {
    color: #062444;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 18px;
}

.from-sec strong {
    color: #13224f;
    font-size: 22px;
    line-height: 17.7px;
    margin-bottom: 25px;
    display: block;
    margin-top: 30px;
}

.information-sec {
    text-align: center;
    padding: 29px 0 30px;
}

    .information-sec .box {
        padding: 0 15px;
    }

        .information-sec .box .icon-img {
            width: 64px;
            margin: 0 auto;
            margin-bottom: 17px;
        }

        .information-sec .box p {
            color: #666;
            font-size: 16px;
            line-height: 25px;
        }

.guarantee-sec h2 {
    font-size: 25px;
    line-height: 34px;
    color: #062444;
    font-weight: 900;
    margin-bottom: 6px;
    font-family: Lato, sans-serif;
}

.guarantee-sec h3 {
    font-size: 18px;
    line-height: 27px;
    color: #062444;
    font-weight: 700;
    margin-bottom: 16px;
}

.guarantee-sec h4 {
    font-size: 18px;
    line-height: 25px;
    color: #062444;
    font-weight: 700;
    margin-bottom: 20px;
}

.guarantee-sec p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
}

.included-sec {
    background: #f8f8f8;
    padding: 30px 0 30px;
}

    .included-sec h3 {
        font-size: 20px;
        line-height: 30px;
        color: #062444;
        text-align: left;
        margin-bottom: 25px;
        font-weight: 700;
    }

    .included-sec ul {
        font-size: 0;
        padding-left: 29px;
    }

        .included-sec ul li {
            font-size: 16px;
            line-height: 19px;
            color: #092746;
            margin-bottom: 16px;
            text-align: left;
            display: inline-block;
            position: relative;
            vertical-align: top;
            width: 100%
        }

            .included-sec ul li span {
                position: absolute;
                left: -26px;
                top: 1px;
            }

.conscious-sec {
    padding: 30px 0 30px;
}

    .conscious-sec h2 {
        font-size: 22px;
        line-height: 31px;
        color: #062444;
        font-family: Lato, sans-serif;
        font-weight: 900;
        margin-bottom: 13px;
    }

    .conscious-sec p {
        color: #666;
        font-size: 16px;
        line-height: 25px;
    }

.recall-sec .Dashboard-sec {
    background: 0 0;
}

    .recall-sec .Dashboard-sec .col-dash {
        background: 0 0;
    }

.recall-sec .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 41px;
    height: 50px !important;
    border-radius: 5px !important;
    background: #00bc87 !important;
}

    .recall-sec .btn span {
        font-size: 13px !important;
        width: 20px;
        margin-left: 18px !important;
        font-weight: 400 !important;
        font-style: normal !important;
    }

.recall-sec .radio-box p {
    margin-bottom: 19px;
}

.responsive-table thead {
    position: absolute;
    top: 100em;
    opacity: 0;
}

    .responsive-table thead th {
        background: #edf5fc;
    }

.responsive-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
}

.responsive-table {
    border: none;
}

.number-sec {
    padding: 50px 0 34px;
    overflow: hidden;
    position: relative;
}

    .number-sec:before {
        content: url(../images/number-car.png);
        position: absolute;
        right: 0;
        width: 734px;
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 100% 100%;
        bottom: -6px;
        display: none;
    }

    .number-sec h3 {
        color: #062444;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .number-sec ul li {
        color: #092746;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        margin-bottom: 10px;
    }

.mean-logo {
    margin-bottom: 10px;
}

.nmvtis-sec .row {
    align-items: center;
}

.arrow-two {
    width: 45px;
    right: 0;
}

    .arrow-two:before {
        right: 16px;
    }

.Dashboard-sec .registration-box .ancar {
    color: #0a8a66;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    position: static;
    right: 34px;
    top: 62px;
}

.Dashboard-sec .registration-box .row-col {
    margin: 0;
}

.worth-sec h4 {
    color: #092746;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.worth-sec .box strong {
    color: #0a8a66;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.worth-sec .box ul {
    padding-left: 68px;
}

    .worth-sec .box ul li {
        color: #666;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 25px;
        position: relative;
    }

        .worth-sec .box ul li:before {
            content: url(../images/SVGs/Icon-worth-one.svg);
            position: absolute;
            left: -67px;
            background-repeat: no-repeat;
        }

        .worth-sec .box ul li:nth-child(2):before {
            content: url(../images/SVGs/Icon-worth-three.svg);
        }

        .worth-sec .box ul li:nth-child(3):before {
            content: url(../images/SVGs/Icon-worth-two.svg);
        }

.Pricing-sec {
    text-align: center;
    padding: 35px 0 20px;
}

    .Pricing-sec .box {
        border: 1px solid rgba(151, 151, 151, .43);
    }

        .Pricing-sec .box:last-child {
            border-right: 1px solid rgba(151, 151, 151, .43);
        }

    .Pricing-sec h1 {
        font-weight: 900;
        line-height: 34px;
        font-size: 25px;
        color: #062444;
        font-family: Lato, sans-serif;
    }

    .Pricing-sec p {
        font-size: 15px;
        line-height: 25px;
        color: #666;
        margin-bottom: 18px;
    }

    .Pricing-sec h3 {
        color: #062444;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        border-bottom: 1px solid rgba(151, 151, 151, .43);
        padding: 8px 0;
        text-align: left;
        padding-left: 25px;
    }

    .Pricing-sec ul {
        padding: 31px 49px 6px;
        min-height: 112px;
    }

        .Pricing-sec ul li {
            text-align: left;
            font-size: 16px;
            line-height: 25px;
            color: #666;
            position: relative;
        }

            .Pricing-sec ul li span {
                font-style: normal;
                font-size: 15px;
                position: absolute;
                left: -24px;
                top: -7px;
                transform: translate(0, 0);
            }

    .Pricing-sec span {
        color: #00bc87;
        font-size: 20px;
        line-height: 38px;
        font-weight: 500;
        font-style: italic;
        position: static;
        transform: translate(25px, -11px);
        display: block;
        text-align: left;
    }

    .Pricing-sec .anker span {
        font-style: normal;
        font-size: 13px;
        margin-left: 9px;
        transform: translate(20px, 0);
        margin: 0;
        display: inline-block;
    }

    .Pricing-sec .anker:hover span {
        transform: translate(25px, 0);
    }

.certified-sec {
    overflow: hidden;
    padding: 22px 0;
}

    .certified-sec strong {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        display: block;
        margin-bottom: 12px;
    }

    .certified-sec .anker {
        color: #0a8a66;
        background: #fff;
    }

        .certified-sec .anker .icon-White-Arrow:before {
            color: #0a8a66;
        }

.Pricing-sec .anker {
    transform: translate(0, 0);
    float: left;
    margin-left: 25px;
}

.advantage-sec {
    padding: 25px 0 15px;
}

    .advantage-sec h2 {
        color: #062444;
        font-size: 24px;
        line-height: 30px;
        font-family: Lato, sans-serif;
        font-weight: 900;
        margin-bottom: 16px;
    }

    .advantage-sec p {
        color: #666;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }

        .advantage-sec p span {
            color: #13224f;
        }

.dealers-features-sec strong {
    color: #13224f;
    font-size: 22px;
    line-height: 17.7px;
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
}

.dealers-features-sec ul {
    padding-left: 14px;
}

.dealers-features-sec li {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 9px;
    font-family: Lato, sans-serif;
}

    .dealers-features-sec li:nth-child(even) {
        width: 100%
    }

    .dealers-features-sec li span {
        font-size: 13px;
        position: absolute;
        left: -25px;
        top: 9px;
    }

.reliable-sec p {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    font-style: italic;
}

.sign-in-sec {
    background: #fff;
    overflow: hidden;
    padding: 28px 0 50px;
}

    .sign-in-sec .box h1 {
        font-size: 34px;
        font-weight: 900;
        line-height: 34px;
        font-family: Lato, sans-serif;
        color: #062444;
    }

    .sign-in-sec .box h2 {
        font-size: 29px;
        font-weight: 900;
        line-height: 34px;
        font-family: Lato, sans-serif;
        color: #062444;
    }

    .sign-in-sec .box label {
        color: #062444;
        font-size: 16px;
        line-height: 25px;
        font-weight: 700;
    }

    .sign-in-sec .box input {
        width: 100%;
        border: 1px solid #bebebe;
        height: 48px;
    }

    .sign-in-sec .checkbox input {
        height: auto;
    }

    .sign-in-sec .box .checkbox label {
        color: #787878;
        line-height: 18px;
    }

    .sign-in-sec .box a {
        color: #00bc87;
        font-size: 14px;
        line-height: 18px;
        margin-left: 21px;
    }

    .sign-in-sec .box .d-box a {
        display: block;
        margin: 0;
        margin-top: 10px;
    }

    .sign-in-sec .box button {
        color: #00bc87;
        font-size: 14px;
        line-height: 18px;
        outline: 0;
        background: #00bc87 !important;
        border-radius: 5px;
    }

        .sign-in-sec .box button:hover {
            background: #007856 !important;
        }

    .sign-in-sec .box span {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
        display: block;
    }

    .sign-in-sec .box:nth-child(2) {
        background: #13224f;
        padding: 31px 15px 40px;
    }

    .sign-in-sec button span {
        font-size: 12px !important;
        font-style: normal;
        display: inline-block !important;
        margin-left: 10px !important;
    }

    .sign-in-sec .box .bg-none {
        background: 0 0 !important;
    }

        .sign-in-sec .box .bg-none:hover {
            background: 0 0 !important;
        }

.modal-min .modal-dialog-wrap {
    max-width: 96% !important;
    width: 100%
}

.modal-min .modal-content {
    background: #13224f !important;
}

.modal-min p {
    font-size: 16px !important;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}

.modal-min a {
    font-size: 18px;
    color: #fff;
    background: #00bc87;
    max-width: 100%;
    height: 48px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: all .2s;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

    .modal-min a:hover {
        background: #007856;
    }

.modal-dialog-wrap .btn-Cancel {
    position: static;
    background: 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #00bc87 !important;
    text-shadow: none;
    font-weight: 400;
    transition: inherit;
}

.faq-sec .ul-style li {
    color: #000;
}

    .faq-sec .ul-style li a {
        color: #0a8a66;
    }

.upper-head strong {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px;
    color: #062444;
    font-weight: 500;
}

.upper-head p {
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 20px;
    color: #666;
}

.lower-head strong.title {
    font-size: 20px;
    line-height: 25px;
    color: #062444;
}

.lower-head strong.subtitle {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 35px;
    font-weight: 500;
}

.back-btn {
    color: #00bc87;
    border-bottom: 1px solid #00bc87;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

    .back-btn:hover {
        color: #13224f;
        text-decoration: none;
        border-bottom: 1px solid #13224f;
    }

.btn-holder {
    padding: 20px 15px;
}

.d-flex {
    display: -ms-flexbox !important;
}

.field-wrap {
    margin: 0 0 50px;
}

.btn-green {
    border-radius: 4px;
    background-color: #00bc87;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: -.2px;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    border: none;
}

    .btn-green:hover {
        background: #007856;
    }

@media(min-width:576.98px) {
    .mi-cart-box .table-sec .scroll-box strong {
        font-size: 15px;
    }

    .mi-cart-box .table-sec .scroll-box span {
        font-size: 13px;
    }

    .Dashboard-sec .download-box h1 {
        margin: 0 0 13px 0;
        width: 100%
    }

    .Dashboard-sec .download-box h1 {
        font-size: 24px;
        margin: 0 0 21px 0;
    }

    .Dashboard-sec .download-box a {
        margin: 0 0 36px 0;
    }

    .choose-sec h1 {
        font-size: 34px;
    }

    .choose-sec .text {
        font-size: 34px;
    }

    .report-sec h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .about-sec .box .logo-about .img-holder {
        margin-bottom: 0;
    }

    .dealer-sec .text {
        font-size: 20px;
    }

    .dealer-sec .text {
        font-size: 20px;
    }

    .register-sec .content-box p {
        font-size: 20px;
        line-height: 30px;
    }

    .register-sec .box ul li {
        margin-bottom: 20px;
    }

    section.choose-sec {
        padding: 15px 0 0 0;
    }

    .banner-img imgcar-block {
        display: block;
    }

    .select-sec .radio-box p {
        width: 50%
    }

    .recall-sec .radio-box p {
        width: 24%
    }

    .select-sec .radio-box p:nth-child(even) {
        padding-left: 15px;
    }

    .comprehensive-sec ul li {
        text-indent: 70px;
        width: 50%;
        margin-bottom: 31px;
    }

    .recall-sec .Dashboard-sec .Credit-box .colqa label {
        font-size: 16px;
    }

    .modal-min .modal-dialog-wrap {
        max-width: 506px !important;
    }

    .modal-min a {
        max-width: 306px;
    }

    .sign-in-sec .box .d-box {
        display: flex;
    }

        .sign-in-sec .box .d-box a {
            margin-left: 21px;
        }
}

@media(min-width:767.98px) {
    .recall-detail-popup .modal-dialog-wrap .modal-content {
        max-height: 550px;
    }

    .recall-one-wrap .row.bg-white {
        padding-top: 30px;
    }

    .mi-recall-one .recall-list-wrap ul li {
        flex: 1 1 33.33%;
        width: 33.33%
    }

    .mi-recall-one .recall-list-wrap ul.mi-recall-three-block li, .recall-list-wrap.four-cols ul li {
        flex: 1 1 25%;
        width: 25%;
        flex-grow: initial;
    }

    .mi-recall-three .table-sec table {
        width: 100%
    }

    .recall-list-wrap ul li {
        flex: 1 1 33.33%;
        width: 33.33%
    }

    .free-check-one .box ul li {
        flex: 1 1 33.33%;
        text-align: left;
        flex-grow: initial;
        width: 33.33%;
        margin: 0 0 30px;
    }

    .mi-cart-box .form-group button[type=submit] {
        font-size: 20px;
        line-height: 24px;
    }

    .mi-cart-box .table-sec table td {
        text-align: left;
    }

        .mi-cart-box .table-sec table td:nth-child(2) {
            width: 224px;
        }

        .mi-cart-box .table-sec table td:nth-child(3) {
            width: 188px;
        }

    .mi-cart-box .table-sec .scroll-box {
        margin: 0 0 20px;
    }

    .mi-cart-box .table-sec label {
        padding: 0 15px;
    }

    .mi-cart-box .table-sec .scroll-box span {
        font-size: 14px;
        line-height: 20px;
    }

    .mi-cart-box .table-sec .scroll-box strong {
        font-size: 17px;
        line-height: 26px;
    }

    .mi-cart-box .table-sec label {
        font-size: 20px;
    }

    .mi-check-wrap ul.wrap-inner li:nth-child(odd) {
        margin-right: 20px;
    }

    .mi-check-wrap ul.wrap-inner li {
        flex: 1 1 45%;
        padding: 15px 15px;
        background-color: #dcebf9;
        margin: 0 0 7px;
    }

    .mi-email .form-group button[type=submit] {
        width: 184px;
    }

    .mi-check-out .sample-reports i {
        display: inherit;
    }

    .sample-reports a {
        padding: 10px 30px;
    }

    .mi-check-wrap ul.mi-data-check li {
        font-size: 16px;
        line-height: 22px;
    }

    .Dashboard-sec .download-table table tr td {
        font-size: 15px;
    }

    .logo-box {
        padding: 33px 59px 19px 34px;
    }

    .Dashboard-sec .download-table table tr {
        width: 300px;
    }

    .Dashboard-sec .download-table {
        width: 672px;
    }

        .Dashboard-sec .download-table tr td:nth-child(2) {
            margin: 0 0 0 19px;
        }

        .Dashboard-sec .download-table tr td {
            display: inline-block;
        }

            .Dashboard-sec .download-table tr td table {
                max-width: 300px;
            }

    .Dashboard-sec .check-box h4 {
        font-size: 20px !important;
    }

    .Dashboard-sec .checkbox input {
        height: auto;
    }

    .Dashboard-sec .checkbox label {
        font-size: 14px;
    }

    .vin-data-left h2 i {
        display: inline-block;
        vertical-align: middle;
    }

    .listonmobile li {
        display: block;
        margin-right: 0;
    }

    section.vehicle-history-wrapper h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .vehicle-item {
        border: none;
    }

    .manage-border:nth-child(1) {
        border-right: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }

    .manage-border:nth-child(2) {
        border-bottom: 1px solid #c8c8c8;
    }

    .manage-border:nth-child(3) {
        border-right: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }

    .manage-border:nth-child(4) {
        border-bottom: 1px solid #c8c8c8;
    }

    .manage-border:nth-child(5) {
        border-right: 1px solid #c8c8c8;
    }

    .sample-reports {
        margin-top: 30px;
    }

    .getAmints-section ul li {
        font-size: 17px;
    }

    .banner-img {
        margin: 0 -30px 0 10px;
    }

        .banner-img img.forDesktop {
            display: block;
        }

        .banner-img img.forMobile {
            display: none;
        }

    section.banner-section .colPadding {
        position: relative;
    }

    .banner-img {
        position: static;
    }

    .vehicle-item .icon-img {
        min-height: 56px;
        max-height: 56px;
    }

    .showhideprize {
        display: block;
    }

    .showhideprizemoBILE {
        display: none;
    }

    section.vinSmart-data .col-lg-6:nth-child(1) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .vin-data-left .data-img {
        margin: 0;
    }

    section.logo-container ul li {
        margin: 0;
    }

    section.logo-container {
        padding: 50px 0 20px;
    }

    .Dashboard-sec .history-box .table-History {
        width: 700px;
    }

    .Dashboard-sec .Credit-box table tr td:nth-child(1) {
        padding: 18px 13px 13px 43px;
    }

    .Dashboard-sec .Credit-box h1 {
        margin: 0 0 18px 0;
    }

    .Dashboard-sec .Credit-box h3 {
        margin: 0 0 34px 0;
    }

    .Dashboard-sec .Credit-box h4 {
        margin: 38px 0 27px 0;
        font-size: 20px;
    }

    .Dashboard-sec .Credit-box .radio-box {
        display: flex;
    }

        .Dashboard-sec .Credit-box .radio-box label {
            margin: 0 40px 0 0;
        }

    .Dashboard-sec .Credit-box .row-col {
        margin: 20px -5px 0 -5px;
    }

    .Dashboard-sec .registration-box .row-col {
        margin: 8px -13px 0 -13px;
    }

    .Dashboard-sec .Credit-box .colqa label {
        margin: 0 0 25px 0;
    }

    .Dashboard-sec .Credit-box .colqa {
        padding: 0 5px !important;
    }

    .Dashboard-sec .registration-box .colqa {
        padding: 0 15px !important;
    }

    .Dashboard-sec .Credit-box .row-col .colqa input {
        height: 48px;
    }

    .Dashboard-sec .checkbox a {
        margin: 6px 0 6px 0;
    }

    .Credit-box p {
        margin: 0 0 29px 0;
    }

    .hide {
        display: block;
    }

    .Credit-box p {
        margin: 0 0 10px 0;
    }

    .Dashboard-sec .Credit-box .colqa a {
        right: 6px;
    }

    .orde-sec .report-box h1 {
        font-size: 42px;
    }

    .orde-sec .report-box span {
        font-size: 20px;
    }

    .orde-sec .report-box span {
        margin: 0 0 21px 0;
    }

    .orde-sec .report-box .car-box {
        margin-top: 36px;
    }

    .Dashboard-sec .top-border h4 {
        margin: 21px 0 0 0;
    }

    .Dashboard-sec .top-border .row-col {
        margin: 14px -5px 0 -5px;
    }

    .Dashboard-sec .top-border .row-col {
        margin: 14px -5px 0 -5px;
    }

        .Dashboard-sec .top-border .row-col .colqa:nth-child(1) {
            padding-right: 15px !important;
        }

        .Dashboard-sec .top-border .row-col .colqa:nth-child(2) {
            padding-left: 15px !important;
        }

    .Dashboard-sec .top-border h4 {
        margin: 21px 0 0 0;
    }

    .Dashboard-sec .account-check {
        margin: 23px 0 58px 0;
    }

    .Credit-box .logo-box p {
        margin: 19px 0 20px 0;
    }

    .Dashboard-sec .Credit-box form .sign-btn {
        height: 48px;
    }

    .Dashboard-sec .down-scroll {
        width: 658px;
    }

    .Dashboard-sec .download-box h1 {
        font-size: 34px;
    }

    .Dashboard-sec .download-box a {
        width: 300px;
        height: 48px;
        font-size: 18px;
        line-height: 39px;
    }

    section.banner-free {
        position: static;
    }

    .banner-free .banner-content {
        margin-right: 0;
    }

        .banner-free .banner-content .form-here {
            max-width: 100%
        }

    .report-sec {
        padding: 0 0 53px;
    }

    .choose-sec h1 {
        font-size: 34px;
        margin: 0 0 27px 0;
    }

    section.choose-sec .colPadding {
        margin: 0;
    }

    .anker {
        min-width: 224px;
        min-height: 48px;
        font-size: 18px;
        line-height: 48px;
        margin-bottom: 0;
    }

    .minimize-sec .box p {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 33px;
    }

    .minimize-sec .box strong {
        font-size: 22px;
    }

    .form-group button[type=submit] {
        width: 60px;
        height: 48px;
        border-radius: 0;
    }

    .orde-sec .report-box button[type=submit] {
        width: 191px;
    }

        .minimize-sec .box-two p {
            font-size: 15px;
            line-height: 26px;
            margin: 0;
        }

    .about-sec {
        padding: 30px 0 30px;
    }

    .lien-check-sec {
        padding: 30px 0 30px;
    }

    .register-sec {
        padding: 0 0 33px;
    }

    .reports-sec .box h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }


    .reports-sec {
        padding: 0 0 0;
    }

    .business-sec {
        padding: 0 0 30px;
    }

    .vsehicle-sec {
        padding: 30px 0 30px;
    }

    .banner-img imgcar-block {
        display: block;
    }

    section.choose-sec .row {
        flex-wrap: nowrap;
    }

    section.choose-sec {
        padding: 15px 0 30px 0;
    }

    .business-sec .box h3 {
        margin-bottom: 30px;
    }

    .option-sec h2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 29px;
    }

    .option-sec p {
        margin-bottom: 20px;
    }

    .option-sec h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 29px;
    }

    .business-sec .box h1 {
        font-size: 30px;
    }

    .option-sec {
        padding-bottom: 56px;
    }

    .table-sec p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .table-sec .scroll-box {
        overflow: hidden;
    }

    .select-sec .colqa textarea {
        height: 155px;
    }

    .select-sec button[type=submit] {
        min-width: 224px;
        min-height: 48px;
        font-size: 18px;
        line-height: 40px;
    }

    .select-sec .colqa input {
        height: 48px;
    }

    table td::before {
        display: none;
    }

    .table-sec table thead {
        position: static;
    }

    .table-sec table tr {
        display: table-row;
    }

    .table-sec table td {
        display: table-cell;
        text-align: center;
        padding: 10px;
        font-size: 16px;
    }

        .table-sec table td::before {
            display: none;
        }

    .table-sec table {
        width: 670px;
    }

    .table-sec tr td:last-child {
        color: #00bc87;
        border-bottom: 1px solid #808080;
    }

    .faq-sec .text p {
        font-size: 18px;
    }

    .faq-sec .ol li {
        font-size: 18px;
    }

    .faq-sec ul li {
        font-size: 18px;
    }

    .faq-sec ul {
        padding-left: 57px;
    }

    .question-left .need-box {
        display: flex;
        margin-top: 19px;
    }

        .question-left .need-box h3 {
            margin-right: 5em;
            max-width: 285px;
            font-size: 26px;
        }

    .faq-sec .question-left {
        margin-top: 10px;
    }

    .table-sec table tr {
        margin-bottom: 0;
    }

    .table-sec table td {
        border-bottom: 1px solid #808080;
    }

    .modal-dialog-wrap .modal-content {
        padding: 58px;
        padding-bottom: 82px;
        border-radius: 15px;
    }

    .modal-min .modal-content {
        padding: 51px;
        padding-bottom: 41px;
        border-radius: 15px;
    }

    .modal-dialog-wrap ul li {
        width: 49%
    }

    .example-vin ul li {
        width: auto;
        margin-top: 10px;
    }

    .modal-dialog-wrap {
        max-width: 738px;
    }

        .modal-dialog-wrap ul li:nth-child(even) {
            padding-left: 55px;
        }

            .modal-dialog-wrap ul li:nth-child(even) span {
                left: 28px;
            }

    .comprehensive-sec ul li {
        text-indent: 110px;
        width: 50%
    }

    .comprehensive-sec p {
        font-size: 20px;
        margin-bottom: 52px;
    }

    .comprehensive-sec h1 {
        font-size: 34px;
        margin-bottom: 25px;
        line-height: 45px;
    }

    .comprehensive-sec {
        padding: 60px 0 50px;
    }

    .valuations-sec {
        padding: 52px 0 33px;
    }

        .valuations-sec .box h5 {
            font-size: 20px;
            line-height: 30px;
        }

    .guarantee-sec h2 {
        font-size: 34px;
        margin-bottom: 13px;
    }

    .guarantee-sec h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 29px;
    }

    .guarantee-sec h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .car-sec {
        padding: 26px 0 34px;
    }

    .included-sec ul li {
        width: 50%
    }

    .included-sec {
        padding: 52px 0 50px;
    }

    .conscious-sec {
        padding: 62px 0 59px;
    }

        .conscious-sec h2 {
            font-size: 30px;
            line-height: 34px;
            margin-bottom: 30px;
        }

    .Dashboard-sec .checkbox {
        display: flex;
    }

    .responsive-table td::before {
        display: block;
    }

    .recall-sec .Dashboard-sec .Credit-box .row-col .colqa {
        padding: 0 5px !important;
    }

    .arrow-two {
        right: 16px;
    }

    .Pricing-sec h1 {
        font-size: 34px;
    }

    .Pricing-sec p {
        font-size: 16px;
        margin-bottom: 39px;
    }
}

@media(min-width:991.98px) {
    .recall-wrap {
        padding: 50px 50px 35px;
    }

        .recall-wrap h1 {
            font-size: 30px;
            line-height: 35px;
        }

    .upper-head strong {
        font-size: 20px;
        line-height: 35px;
        margin: 0 0 30px;
    }

    .upper-head p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 30px;
    }

    .lower-head strong.title {
        font-size: 30px;
        line-height: 35px;
    }

    .lower-head strong.subtitle {
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 35px;
    }

    .recall-list-wrap ul li a {
        color: #062444;
        font-size: 16px;
        line-height: 21px;
    }

        .recall-list-wrap ul li a:hover {
            text-decoration: none;
            border-bottom: 2px solid #435971;
        }

    .btn-holder {
        padding: 50px 25px;
    }

    .mi-recall-three .heading h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .mi-recall-three .heading span.sub-head {
        font-size: 20px;
        line-height: 25px;
    }

    .mi-recall-three .heading strong.sub-head {
        font-size: 25px;
        line-height: 30px;
    }

    .mi-recall-three .heading {
        margin: 0 0 50px;
    }

    .back-btn {
        font-size: 22px;
        line-height: 30px;
    }

    .mi-recall-one.sitemap {
        padding: 60px 15px;
    }

    .mi-recall-one .recall-list-wrap {
        padding: 50px 100px 35px;
    }

    .recall-one-wrap .row.bg-white {
        padding-top: 50px;
    }

    .recall-one-wrap h1 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 30px;
    }

    .mi-recall-one .recall-list-wrap h2 {
        margin: 0 0 50px;
    }

    .recall-one-wrap .heading strong.sub-head {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 30px;
    }

    .recall-one-wrap .heading p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 30px;
    }

    .mi-recall-one .recall-list-wrap ul li {
        flex: 1 1 16.33%;
        text-align: center;
        width: 16.33%;
        flex-grow: initial;
    }

    .mi-cart-box .cart-text {
        margin: 0 0 30px;
    }

    .mi-cart-box .table-sec .scroll-box {
        margin: 0 0 50px;
    }

    .mi-cart-box .recall-three-wrap {
        padding: 47px 125px 0;
    }

    .cart-block input {
        font-size: 18px;
        padding-left: 14px;
    }

    .mi-cart-box .btn-holder {
        padding: 0 0 60px;
    }

    ul.wrap-inner {
        margin: 0 0 30px;
    }

    .mi-check-out .sample-reports {
        margin: 0 0 40px;
    }

    .mi-content {
        font-size: 19px;
        line-height: 24px;
    }

    .mi-check-wrap {
        margin: 0 0 40px;
    }

    .mi-spam-text {
        margin: 0 0 25px;
    }

    .mi-checkoutblock {
        padding: 50px 80px;
    }

    .mi-check-out .mi-content {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

    .sample-reports a {
        font-size: 18px;
    }

    .mi-recall-one .recall-list-wrap ul li {
        flex: 1 1 16.667%;
        text-align: center;
        width: 16.667%;
        flex-grow: initial;
    }


    .free-check-one .box {
        max-width: 65%;
        margin: 0 auto;
    }

    section.banner-free {
        background: 0 0 !important;
    }

        section.banner-free .container {
            max-width: 960px;
            padding: 0 15px;
        }

    .banner-free .banner-content {
        margin-right: -43px;
    }

        .banner-free .banner-content .form-here {
            max-width: 460px;
        }

    section.banner-free {
        position: absolute;
        width: 100%;
        bottom: 28px;
        padding: 0 !important;
        background: 0 0;
    }

    section.banner-free {
        padding: 0;
    }

    nav.menu-wrapper ul.site-nav li a {
        border-bottom: 6px solid transparent;
    }

    .Dashboard-sec .download-box p {
        padding-right: 7em;
    }

    nav.menu-wrapper ul.site-nav li .active {
        border-bottom: 6px solid #0a8a66;
    }

    nav.menu-wrapper ul.menu-part li .form-group input {
        height: 42px;
        padding-left: 20px;
        padding-right: 67px;
    }

    nav.menu-wrapper ul.site-nav li ul:after, nav.menu-wrapper ul.site-nav li ul:before {
        display: none;
    }

    .banner-img {
        margin: 0 0 0 10px;
    }

    nav.menu-wrapper ul.site-nav li a:hover {
        color: #00bc87;
    }

    #main-page-wrapper {
        margin-top: 140px;
    }

    header#main-header {
        padding: 20px 40px 0 40px;
    }

    nav.menu-wrapper #navbarNav {
        position: static;
        background: 0 0;
        min-height: auto;
        height: auto;
        overflow-y: inherit;
        overflow-x: inherit;
        padding: 0;
    }

    nav.menu-wrapper ul.menu-part {
        text-align: right;
        position: absolute;
        top: 20px;
        right: -13px;
        max-width: 250px;
    }

        nav.menu-wrapper ul.menu-part li .form-group {
            position: relative;
        }

    nav.menu-wrapper ul.site-nav li {
        border: none;
    }

    nav.menu-wrapper ul.menu-part li a {
        border-top: 0;
    }

    nav.menu-wrapper ul.menu-part li:not(:last-child) a {
        padding: 0 11px;
    }
    div.menu-wrapper ul.menu-part li a {
        border-top: 0;
        padding: 0 11px;
    }

    div.menu-wrapper ul.menu-part li a.signIn-btn {
        display: inline-block;
    }

    div.menu-wrapper ul.menu-part li a.cart-btn {
        border-right: solid 1px #d0d0d0;
        display: inline-block;
    }
    div.menu-wrapper ul.site-nav li {
        display: inline-block;
    }

    nav.menu-wrapper ul.site-nav li {
        display: inline-block;
    }

    nav.menu-wrapper ul.site-nav {
        margin-top: 66px;
        max-width: 600px;
        padding: 0 0 0 60px;
    }

    nav.menu-wrapper ul.menu-part {
        float: none;
    }

    nav.menu-wrapper ul.site-nav li ul {
        position: absolute !important;
        left: 50%;
        transform: translateX(-50%);
        width: 278px;
        background: #fff;
        border: 1px solid #c2c2c2;
        box-shadow: 0 4px 4px 0 rgba(203, 203, 203, .5);
        margin-top: 20px;
    }

        nav.menu-wrapper ul.site-nav li ul::after {
            content: "";
            display: block;
            background: #fff;
            width: 16px;
            height: 16px;
            border-left: 1px solid #c2c2c2;
            border-top: 1px solid #c2c2c2;
            position: absolute;
            top: -9px;
            left: 50%;
            transform: translateX(-50%) rotate(45deg);
            text-align: center;
        }

    nav.menu-wrapper ul.menu-part li .form-group button {
        height: 42px;
        top: 0;
        right: -1px;
    }

    nav.menu-wrapper ul.site-nav li a {
        padding: 0 5px 22px 5px;
        font-size: 15px;
    }

        nav.menu-wrapper ul.site-nav li a span {
            font-size: 7px;
        }

    nav.menu-wrapper ul.menu-part li .form-group {
        margin-top: 18px;
    }

    nav.menu-wrapper .navbar {
        float: none;
    }

    .logo-wrapper {
        margin-top: 64px;
    }

    footer#main-footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    nav.menu-wrapper ul.site-nav li ul li a {
        display: block;
        color: #0a8a66;
        line-height: 1.38;
        padding: 10px 0;
        border-bottom: 1px solid #c2c2c2;
        font-weight: 400;
    }

    nav.menu-wrapper ul.site-nav li ul li:last-child a {
        border: none;
    }

    .testimonial-item h4 {
        font-size: 16px;
        letter-spacing: 1.1px;
    }

    .testimonial-item .text {
        font-size: 32px;
        line-height: 1.5;
    }

    .testimonial-slider ul.slick-dots {
        margin-top: 20px;
    }

    section.testimonials-wrapper {
        padding: 60px 0;
    }

    section.question-wrapper {
        padding-bottom: 60px;
    }

    section.vinSmart-data .col-lg-6 {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 70px;
    }

    section.vehicle-history-wrapper {
        padding: 47px 0 79px;
    }

    .vehicle-item img {
        max-width: 42px;
        height: 100%;
        width: 100%
    }

    .manage-border:nth-child(1) {
        border-right: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }

    .manage-border:nth-child(2) {
        border-bottom: 1px solid #c8c8c8;
        border-right: 1px solid #c8c8c8;
    }

    .manage-border:nth-child(3) {
        border-right: 0 solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }

    .manage-border:nth-child(4) {
        border-bottom: 0;
        border-right: 1px solid #c8c8c8;
    }

    .manage-border:nth-child(5) {
        border-right: 1px solid #c8c8c8;
    }

    .getAmints-section {
        display: block;
    }

    section.logo-container ul li h3 {
        max-width: 189px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    section.logo-container ul li {
        flex-basis: 16%;
        text-align: left;
    }

        section.logo-container ul li:first-child {
            flex-basis: 16%;
            margin-right: 113px;
        }

        section.logo-container ul li:last-child {
            flex-basis: 16%
        }

        section.logo-container ul li:nth-child(3) {
            border-right: solid 1px #eaeaea;
        }

        section.logo-container ul li:nth-child(5) {
            border-right: solid 1px #eaeaea;
        }

        section.logo-container ul li:nth-child(6) {
            border-right: solid 0 #eaeaea;
        }

    section.logo-container ul {
        flex-wrap: nowrap;
    }

    section.logo-container {
        padding: 35px 0 35px;
    }

    .banner-form {
        display: block;
    }

    .showMobileOnly {
        display: none;
    }

    #main-page-wrapper {
        margin-top: 0 !important;
    }

    #section {
        margin-top: 84px;
    }

    .banner-content .text {
        margin-top: 7px;
    }

    .vinsmart-padding {
        padding-left: 30px;
    }

    nav.menu-wrapper ul.site-nav {
        margin-top: 21px;
    }

    .logo-wrapper {
        margin-top: 21px;
    }

    nav.menu-wrapper ul.site-nav li a span {
        margin-right: 0;
        display: inline-block;
    }

    nav.menu-wrapper ul.site-nav li ul {
        padding-left: 30px;
        padding-right: 30px;
    }

    section.vinSmart-data .col-lg-6:nth-child(1) {
        padding-right: 15px;
    }

    section.banner-free {
        bottom: 5px;
    }

    section.choose-sec {
        padding: 30px 0 40px;
    }

    .questionPadding2 {
        padding-left: 30px;
    }

    .questionPadding {
        margin-top: 20px;
    }

    .hideonMobile-icon {
        display: inline-block !important;
    }

    .showonMobile-icon {
        display: none !important;
    }

    nav.menu-wrapper ul.site-nav li {
        float: none;
        width: auto;
    }

    .footercl-01 .form-group input {
        font-size: 13px !important;
    }

    .Dashboard-sec .col-dash {
        padding: 55px 40px 432px 100px;
    }

        .Dashboard-sec .col-dash table thead tr th {
            line-height: 58px;
        }

    .Dashboard-sec #sidebar .banner-box {
        padding: 55px 0 55px 0;
    }

    .Dashboard-sec .col-dash table tr {
        height: 78px;
    }

        .Dashboard-sec .col-dash table tr td {
            line-height: 26px;
        }

    .Dashboard-sec #sidebar .banner-box h2 {
        font-size: 70px;
        line-height: 65px;
    }

    .Dashboard-sec #sidebar ul a {
        padding: 18px 0 18px 93px;
        text-align: left;
    }

    .Dashboard-sec .col-dash span {
        font-size: 20px;
    }

    .Dashboard-sec .col-dash .form-group input {
        font-size: 18px;
        padding-left: 14px;
        height: 48px;
    }

    .Dashboard-sec .col-dash .form-group button[type=submit] {
        font-size: 18px;
        height: 48px;
    }

    .Dashboard-sec .col-dash .form-group {
        margin: 0 0 5px 0;
    }

    .Dashboard-sec .col-dash table tr td {
        font-size: 15px;
    }

    .logo-box {
        display: block;
    }

    .hide-box {
        display: none;
    }

    .Dashboard-sec #sidebar h1 {
        display: none;
    }

    .Dashboard-sec .col-dash h1 {
        display: block;
    }

    .Dashboard-sec #sidebar ul a span {
        left: 34px;
    }

    .Dashboard-sec #sidebar ul a:before {
        width: 237px;
    }

    .Dashboard-sec #sidebar ul a {
        text-align: left;
    }

        .Dashboard-sec #sidebar ul a span {
            top: 18px;
        }

    .Dashboard-sec .history-box .table-History {
        width: 672px;
    }

    .logo-box p {
        margin: 19px 0 25px 0;
    }

    .Dashboard-sec .Credit-box span {
        font-size: 18px;
        color: #00bc87;
        font-style: italic;
    }

    .Dashboard-sec .Credit-box form button[type=submit] {
        width: 224px;
        height: 48px;
        border-radius: 5px;
        border: none;
        font-size: 18px;
        line-height: 32px;
        margin: 21px 0 0 0;
    }

    .Dashboard-sec .Credit-box {
        padding-bottom: 133px;
        padding-left: 40px;
    }

    .orde-sec .report-box {
        padding: 43px 0 90px 113px;
    }

    .orde-sec .record-box {
        padding-bottom: 39px;
    }

    .order-scroll {
        margin: 0;
    }

    .Dashboard-sec .Order-box .ready {
        right: 131px;
        top: 71px;
        text-align: right;
    }

    .Dashboard-sec .box-right .img-box {
        display: block;
    }

    .logo-box {
        padding: 33px 59px 0 34px;
    }

    .choose-sec h1 {
        font-size: 34px;
    }

    .minimize-sec .box-two p {
        font-size: 15px;
        line-height: 26px;
    }

    section.dealer-sec .colPadding {
        margin: 0;
    }

    .reports-sec .box {
        margin: 30px 0 0;
    }

        .reports-sec .box:nth-child(2) {
            padding: 30px 10px 0 30px;
        }

    .vsehicle-sec .box {
        margin: 0;
    }

    .reports-sec .box p {
        padding-right: 56px;
    }

    .reports-sec .box h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .reports-sec .box .form-group {
        margin: 0;
    }

    .reports-sec .box h3 {
        padding-right: 48px;
    }


    .our-img {
        margin: 0;
    }

    .resources-sec p {
        padding-right: 40px;
    }

    .modal-dialog-wrap h5 {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .modal-dialog-wrap p {
        font-size: 19px;
    }

    .recall-info-sec .color {
        margin: 0;
        padding: 31px 25px 0;
        margin-bottom: 79px;
    }

    .comprehensive-sec ul li {
        text-indent: 110px;
    }

    .comprehensive-sec ul li {
        width: 33.33%
    }

    .comprehensive-sec h1 {
        line-height: 34px;
    }

    .business-sec .box p {
        margin-bottom: 28px;
    }

    .car-sec p {
        margin-bottom: 33px;
    }

    .information-sec .box .icon-img {
        margin-bottom: 40px;
    }

    .information-sec {
        padding: 29px 0 58px;
    }

    .Pricing-sec .box {
        border-right: 1px solid transparent;
    }

    .Pricing-sec h3 {
        padding: 28px 0;
    }

    .certified-sec strong {
        display: inline-block;
        margin-bottom: 0;
        font-size: 22px;
    }

    .Pricing-sec .anker {
        transform: translate(-12px, 0);
        float: none;
        margin-left: 0;
    }

    .Pricing-sec span {
        transform: translate(-21px, -11px);
        text-align: center;
    }

    .Pricing-sec h3 {
        text-align: center;
        padding-left: 0;
    }

    .about-sec .box .logo-about {
        display: flex;
    }

    .advantage-sec h2 {
        font-size: 26px;
    }

    .sign-in-sec .box:nth-child(2) {
        padding: 31px 58px 40px;
    }

    .sign-in-sec .box h2 {
        font-size: 34px;
    }
}

@media(min-width:1198.98px) {
    .mi-check-out .mi-content br {
        display: block;
    }

    .mi-recall-one .Dashboard-sec .Credit-box {
        padding-bottom: 0;
        padding-left: 100px;
        padding-right: 100px;
    }

    section.banner-free {
        bottom: 60px;
        background: 0 0 !important;
    }

        section.banner-free .container {
            max-width: 1200px;
            padding: 0 15px;
        }


    section.choose-sec {
        padding: 15px 0 0 0;
    }

    .Dashboard-sec .down-scroll {
        overflow: hidden;
    }

    nav.menu-wrapper ul.site-nav li a {
        font-size: 18px;
        display: inline-block;
    }

    nav.menu-wrapper ul.site-nav {
        max-width: 1200px;
    }

        nav.menu-wrapper ul.site-nav li a {
            padding: 0 10px 6px 10px;
        }

    section.question-wrapper .questionPadding:nth-child(1) {
        padding-left: 15px;
        padding-right: 40px;
    }

    section.question-wrapper .questionPadding:nth-child(2) {
        padding-left: 40px;
        padding-right: 15px;
    }

    nav.menu-wrapper ul.menu-part li .form-group input {
        font-size: 16px;
    }

    nav.menu-wrapper ul.menu-part {
        max-width: 250px;
    }

    nav.menu-wrapper ul.site-nav {
        margin-top: 21px;
    }

    .getAmints-section ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .questionPadding2 {
        padding-left: 40px;
    }

    nav.menu-wrapper ul.site-nav li a span {
        margin-top: 8px;
    }

    .Dashboard-sec .col-dash table thead tr th {
        line-height: 18px;
        padding-top: 32px;
        text-align: left;
        padding-left: 13px;
    }

    .Dashboard-sec .col-dash table tr td {
        line-height: 18px;
    }

        .Dashboard-sec .col-dash table tr td:nth-child(1) span {
            position: absolute;
            left: 11px;
            top: 30px;
            color: #00bc87;
        }

    .Dashboard-sec .col-dash .scroll {
        overflow-x: hidden;
        width: 672px;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(2) {
        padding: 32px 0 13px 16px;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(3) {
        padding: 32px 14px 30px 21px;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(4) {
        padding-top: 32px;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(5) {
        padding-top: 32px;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(6) {
        padding-top: 32px;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(7) {
        padding-top: 32px;
        text-align: center;
    }

    .Dashboard-sec .col-dash table tr td:nth-child(1) {
        padding: 34px 13px 13px 43px;
    }

    .Dashboard-sec .Credit-box table tr td:nth-child(1) {
        padding: 18px 13px 13px 43px;
    }

    .Credit-box p {
        font-size: 18px;
    }

    .Dashboard-sec .Credit-box {
        padding-bottom: 133px;
        padding-left: 100px;
    }

        .Dashboard-sec .Credit-box .radio-box label {
            margin: 0 54px 0 0;
        }

    .Dashboard-sec .top-border {
        padding-bottom: 341px;
    }

    .Dashboard-sec .download-box {
        padding: 55px 40px 41px 100px;
    }

    .register-sec .box ul {
        padding-right: 109px;
    }

        .minimize-sec .box p {
            font-size: 32px;
            line-height: 48px;
        }

        .minimize-sec .box-two p {
            font-size: 15px;
            line-height: 26px;
            margin: 0;
        }

    .our-img {
        max-width: 615px;
    }

    .business-sec .box ul li {
        margin-bottom: 22px;
    }

    .business-sec .box ul {
        padding: 0 10px 0 55px;
    }

        .business-sec .box ul li:before {
            left: -53px;
        }

    .option-sec h3 {
        padding-right: 290px;
    }


    .business-sec .box {
        padding: 0 10px 0 90px;
    }

    .resources-sec p {
        padding-right: 47px;
    }

    .option-sec .container {
        padding: 0 90px;
    }

    .table-sec .scroll-box {
        overflow: hidden;
    }


    .recall-sec {
        padding: 30px 0 30px;
    }

    .select-sec h3 {
        margin: 34px 0 18px;
    }

    .recall-sec h3 {
        margin: 35px 0 42px;
    }

    .select-sec .radio-box p label {
        margin-bottom: 11px;
    }

    .select-sec .radio-box {
        margin-bottom: 28px;
    }

    .choose-sec .text {
        padding-right: 20px;
    }

    .faq-sec .accodians-wrapper .single-collapsed button[type=submit] {
        padding-right: 130px;
    }

    .select-sec .radio-box p {
        width: 233px;
    }

        .select-sec .radio-box p:nth-child(even) {
            padding-left: 0;
        }

    .modal-dialog-wrap h5 {
        font-size: 42px;
        margin-bottom: 21px;
    }

    .modal-min h5 {
        margin-bottom: 30px;
    }

    .modal-dialog-wrap p {
        font-size: 22px;
    }

    .modal-dialog-wrap {
        max-width: 773px;
    }

        .modal-dialog-wrap .modal-btn {
            right: 0;
            opacity: 1;
            color: #6d7278;
        }

        .modal-dialog-wrap ul li:nth-child(even) {
            padding-left: 30px;
        }

            .modal-dialog-wrap ul li:nth-child(even) span {
                left: 2px;
            }

    .recall-info-sec .color {
        padding: 62px 10px 0 90px;
    }

    .dealers-features-sec .box-two {
        padding: 31px 10px 40px 59px;
    }

    .valuations-sec .color {
        padding: 40px 10px 0 0;
    }

    .comprehensive-sec p {
        padding: 0 11em;
    }

    section.banner-free .container {
        max-width: 1200px;
        padding: 0 15px;
    }

    section.banner-section {
        padding: 30px 0 30px;
    }

    .comprehensive-sec ul li {
        text-indent: 155px;
    }

    .car-sec .box {
        padding-right: 9em;
        margin-top: 40px;
    }

    .car-sec .value-car {
        margin-bottom: 87px;
    }

    .information-sec .box p {
        padding: 0 20px;
    }

    .included-sec ul li {
        width: 33.33%
    }

    .recall-sec .radio-box p {
        width: 16%
    }

    .recall-sec [type=radio]:checked + label:before, .select-sec [type=radio]:not(:checked) + label:before {
        content: ''
    }

    .recall-sec [type=radio]:checked + label:after, .select-sec [type=radio]:not(:checked) + label:after {
        content: ''
    }

    .recall-sec .form-group .row {
        margin-bottom: 33px;
    }

    .footercl-01 .form-group input {
        padding: 0 67px 0 15px;
    }

    .information-sec .container {
        max-width: 1235px;
    }

    .from-sec strong {
        margin-bottom: 16px;
    }

    .recall-sec .Dashboard-sec .Credit-box .colqa label {
        font-size: 20px;
        margin-bottom: 41px;
    }

    .responsive-table thead {
        display: contents;
        position: static;
        opacity: 1;
    }

    .responsive-table td::before {
        display: none;
    }

    .Dashboard-sec .col-dash .responsive-table tr td {
        display: table-cell;
    }

        .Dashboard-sec .col-dash .responsive-table tr td:nth-child(1) span {
            top: 28px;
        }

    .Dashboard-sec .col-dash .responsive-table tr td {
        padding: 34px 13px 13px 30px !important;
    }

        .Dashboard-sec .col-dash .responsive-table tr td:nth-child(2) {
            padding-right: 34px !important;
        }

    .Dashboard-sec .col-dash .responsive-table tbody {
        background: #edf5fc;
    }

    .Dashboard-sec .col-dash .responsive-table tr {
        display: table-row;
        border-bottom: 1px solid #dee2e6;
    }

    .Dashboard-sec .col-dash .table-History tr td {
        text-align: center;
    }

        .Dashboard-sec .col-dash .table-History tr td:nth-child(1) {
            text-align: left;
        }

        .Dashboard-sec .col-dash .table-History tr td:nth-child(1) {
            padding-left: 45px !important;
        }

    .Dashboard-sec .col-dash .responsive-table tr td:nth-child(1) {
        padding-left: 13px !important;
    }

    .Dashboard-sec .col-dash .responsive-table tr td {
        min-width: inherit !important;
        max-width: inherit !important;
    }

        .Dashboard-sec .col-dash .responsive-table tr td:nth-child(1) span {
            right: 100%
        }

    .Dashboard-sec .col-dash .form-group input {
        padding-right: 16px;
        width: 100%
    }

    .mean-logo {
        margin-bottom: 63px;
    }

    .number-sec ul li {
        margin-bottom: 18px;
    }

    .number-sec:before {
        display: block;
    }

    .nmvtis-sec .row {
        align-items: end;
    }

    .Dashboard-sec .registration-box .ancar {
        position: absolute;
    }

    .Pricing-sec ul {
        padding: 31px 89px 6px;
    }

    .Pricing-sec {
        padding: 86px 0 45px;
    }

    .dealers-features-sec li {
        width: 40%
    }

        .dealers-features-sec li:nth-child(even) {
            width: 59%
        }

    .advantage-sec {
        padding: 25px 0 58px;
    }

        .advantage-sec .container {
            max-width: 100%;
            padding: 0 100px;
        }

    .modal-min h5 {
        font-size: 42px;
        color: #fff;
    }
}

.modal-dialog-wrap .modal-btn {
    position: absolute;
    right: 11px;
    top: -5px;
    width: 44px;
    height: 44px;
    background: #fff;
    z-index: 9999999999;
    border-radius: 100px;
    line-height: 10px;
    font-size: 31px;
    outline: 0;
    padding: 0;
    opacity: 1;
    -webkit-box-shadow: 0 -1px 16px -10px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 -1px 16px -10px rgba(0, 0, 0, .75);
    box-shadow: 0 -1px 16px -10px rgba(0, 0, 0, .75);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

    .modal-dialog-wrap .modal-btn:hover {
        opacity: 1 !important;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

@media(min-width:1280.98px) {
    .option-sec .container {
        max-width: 1200px;
        padding: 0 17px;
    }
}

@media(min-width:1399.98px) {
    nav.menu-wrapper ul.menu-part {
        max-width: 268px;
    }

    nav.menu-wrapper ul.site-nav li a span {
        font-size: 8px;
        margin-top: 7px;
    }

    .logo-wrapper a {
        max-width: 194px;
    }

    .questionPadding2 {
        padding-left: 60px;
    }

    .reports-sec .box h3 {
        padding-right: 50px;
    }

    .business-sec .box {
        padding: 0 10px 0 136px;
    }

    .recall-info-sec .color {
        padding: 62px 10px 0 90px;
    }

    .advantage-sec .container {
        padding: 0 135px;
    }
}

@media(min-width:1440.98px) {
    .option-sec .container {
        max-width: 100%;
        padding: 0 137px;
    }
}

header {
    border-bottom: 1px solid #dee2e6;
}

.vincheckdetail-block {
    padding: 30px 0;
    background: #f9f9f9;
}

    .vincheckdetail-block .vincheckdetail-innerblock {
        border: 1px solid #979797;
        padding: 25px 15px;
        background: #fbfbfb;
    }

        .vincheckdetail-block .vincheckdetail-innerblock h1 {
            color: #062444;
            font: 500 20px/26px Roboto, sans-serif;
            margin: 0 0 30px;
        }

    .vincheckdetail-block .summary-hol {
        margin: 0 0 15px;
    }

        .vincheckdetail-block .summary-hol .head {
            background: #00bd87;
            color: #fff;
            padding: 10px;
            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
            border: 1px solid #00bd87;
        }

        .vincheckdetail-block .summary-hol .description-block {
            border: 1px solid #b6b6b6;
            padding: 20px 10px;
        }

            .vincheckdetail-block .summary-hol .description-block p {
                font-size: 16px;
                line-height: 20px;
                font-weight: 500;
                color: #062444;
                margin: 0 0 15px;
            }

.btn--primary {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    background: #00bc87;
    color: #fff;
    padding: 10px;
}

    .btn--primary:hover {
        background: #007856;
        color: #fff;
    }

.specif-hol ul li {
    color: #062444;
    flex: 1 1 100%;
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-top: 0;
    font-size: 14px;
    line-height: 18px;
}

    .specif-hol ul li:first-child {
        border-top: 1px solid #e2e2e2;
    }

    .specif-hol ul li:nth-child(2n+1) {
        background-color: #edf5fc;
    }

    .specif-hol ul li strong {
        flex: 1 1 45%;
        width: 45%;
        text-align: left;
        font-weight: 500;
    }

    .specif-hol ul li span {
        flex: 1 1 55%;
        width: 55%;
        text-align: right;
    }

.vincheckdetail-innerblock h2 {
    color: #062444;
    font: 500 20px/26px Roboto, sans-serif;
    margin: 10px 0 15px;
}

.maininfo-listing li {
    background: 0 0;
    padding: 20px;
    font-weight: 700;
    color: #062444;
    margin: 0;
    border: 1px solid #dee2e6;
}

.vincheckdetail-block table tr {
    margin: 0 0 15px;
    display: block;
    height: auto;
}

.vincheckdetail-block table td {
    min-width: 100%;
    max-width: 100%;
    word-break: break-word;
    display: block;
    text-align: right;
}

    .vincheckdetail-block table td:nth-child(2n+1) {
        background: #edf5fc;
    }

.alert-popup .modal-dialog-wrap .modal-content {
    padding-bottom: 15px;
}

@media(min-width:575.98px) {
    .vincheckdetail-block .summary-hol .head {
        font-size: 22px;
        line-height: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .btn--primary {
        font-size: 16px;
        line-height: 22px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media(min-width:767.98px) {
    .alert-popup .modal-dialog-wrap .modal-content {
        padding-bottom: 58px;
    }

    .vincheckdetail-block table tr:nth-child(2n+1) {
        background: #edf5fc;
    }

    .vincheckdetail-block table td:nth-child(2n+1) {
        background: 0 0;
    }

    .vincheckdetail-block .responsive-table td:before {
        display: none;
    }

    .vincheckdetail-block .responsive-table thead {
        position: static;
        opacity: 1;
        display: table-header-group;
    }

        .vincheckdetail-block .responsive-table thead th {
            text-align: left;
            background: #fbfbfb;
            font-size: 16px;
            vertical-align: middle;
            color: #062444;
            font-weight: 700;
            line-height: 20px;
        }

            .vincheckdetail-block .responsive-table thead th:first-child {
                min-width: 150px;
            }

            .vincheckdetail-block .responsive-table thead th:nth-child(2) {
                min-width: 180px;
            }

    .vincheckdetail-block table tr {
        background: #fff;
        border: 1px solid #e3e3e4;
        display: table-row;
    }

    .vincheckdetail-block table td {
        border: none;
        min-width: auto;
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }

    .maininfo-listing li {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .specif-hol ul li:nth-child(2) {
        border-top: 1px solid #e2e2e2;
    }

    .specif-hol ul li:nth-child(2n+1) {
        background: 0 0;
    }

    .specif-hol ul li:nth-child(4n+1), .specif-hol ul li:nth-child(4n+2) {
        background-color: #edf5fc;
    }

    .specif-hol ul li {
        flex: 1 1 50%;
        width: 50%
    }

    .vincheckdetail-innerblock h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 25px;
        margin-top: 15px;
    }

    .vincheckdetail-block .vincheckdetail-innerblock h1 {
        margin-bottom: 35px;
    }

    .specif-hol ul li {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 47.7%;
        flex: 0 0 47.7%
    }
}

@media(min-width:991.98px) {
    .maininfo-listing li {
        display: table-cell;
        vertical-align: middle;
    }

    .modal-dialog-wrap h5 {
        font-size: 34px;
        line-height: 40px;
    }

    .specif-hol ul li {
        width: 48.3%;
        flex: 0 0 48.3%
    }

    .vincheckdetail-block .vincheckdetail-innerblock {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }

        .vincheckdetail-block .vincheckdetail-innerblock h1 {
            margin-bottom: 40px;
        }

    .vincheckdetail-block .summary-hol .head {
        font-size: 26px;
        line-height: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .vincheckdetail-block .summary-hol .description-block p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .btn--primary {
        font-size: 20px;
        line-height: 26px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .vincheckdetail-block .summary-hol .description-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media(min-width:1199.98px) {
    .vincheckdetail-block table td {
        color: #062444;
        font-size: 16px;
        line-height: 20px;
        padding: 20px;
    }

    .vincheckdetail-block .responsive-table thead th {
        font-size: 18px;
        line-height: 22px;
        padding: 20px;
    }

        .vincheckdetail-block .responsive-table thead th:first-child {
            min-width: auto;
        }

        .vincheckdetail-block .responsive-table thead th:nth-child(2) {
            min-width: auto;
            max-width: 150px;
        }

    .maininfo-listing li {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 18px;
        line-height: 22px;
    }

    .specif-hol ul li {
        font-size: 16px;
        line-height: 20px;
        padding-top: 18px;
        padding-bottom: 18px;
        width: 48.6%;
        flex: 0 0 48.6%
    }

    .vincheckdetail-innerblock h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 35px;
        margin-top: 25px;
    }

    .vincheckdetail-block .summary-hol .description-block p {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .vincheckdetail-block .vincheckdetail-innerblock {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .vincheckdetail-block .summary-hol .head {
        font-size: 32px;
        line-height: 36px;
    }

    .vincheckdetail-block .vincheckdetail-innerblock h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 55px;
    }

    .vincheckdetail-block .summary-hol .description-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .btn--primary {
        font-size: 22px;
        line-height: 28px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.sitemap .recall-list-wrap ul li a {
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}

@media(max-width:991.98px) {
    section.banner-section {
        padding-bottom: 0;
    }

    .vin-data-left {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .dealer-program {
        margin-top: 50px;
    }
}

.free-form {
    display: block;
    outline: 0;
    border: none;
    background: #13224f;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    font-size: 20px;
}

.btn-blue {
    border-radius: 4px;
    background-color: #13224f;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: -.2px;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    border: none;
}

btn-blue:hover {
    background: #008b8b;
}

.text-green {
    color: #00bc87 !important;
}

.btn-custom {
    border-radius: 7px;
    background-color: #1fbc87;
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: -.2px;
    color: #fff !important;
    padding: 14px 30px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: Roboto;
    text-align: center;
    position: relative;
    min-width: 200px;
    border: none;
}

@media(min-width:567px) {
    .btn-custom {
        min-width: 334px;
    }
}

.btn-custom:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #007856;
}

    .btn-custom:hover i {
        -webkit-transform: translate(7px, -50%);
        -ms-transform: translate(7px, -50%);
        transform: translate(7px, -50%);
    }

.btn-custom i {
    position: absolute;
    top: 50%;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 23px;
    -webkit-transition: .2s;
    transition: .2s;
}

.btn-custom.btn-custom-ic {
    padding: 14px 50px 14px 35px;
}

.simple-text-block {
    font-family: Lato;
    padding: 30px 0 25px;
    color: #051541;
}

.green-link {
    color: #1fbc87;
    text-decoration: underline;
}

@media(min-width:768px) {
    .simple-text-block {
        padding: 50px 0 50px;
    }
}

.simple-text-block.dark-simple-text-block {
    background-color: #13224f;
    color: #fff;
}

@media(min-width:768px) {
    .simple-text-block.dark-simple-text-block {
        padding-top: 50px;
    }
}

.simple-text-block.dark-simple-text-block .sub-title {
    margin-bottom: 10px;
}

@media(min-width:768px) {
    .simple-text-block.dark-simple-text-block .btn-custom {
        margin-top: 20px;
    }
}

@media(min-width:1200px) {
    .simple-text-block .container {
        max-width: 1370px;
    }
}

.simple-text-block .title {
    font-weight: 900;
    font-size: 2.4rem;
}

@media(max-width:566px) {
    .simple-text-block .title {
        font-size: 35px;
    }
}

@media(min-width:992px) {
    .simple-text-block .title {
        font-size: 38px;
    }
}

.simple-text-block .sub-title {
    font-weight: 900;
    margin-bottom: 18px;
    line-height: 1.7;
}

.simple-text-block .sub-title, .simple-text-block .text-block {
    font-size: 18px;
}

.simple-text-block .text-block {
    line-height: 34px;
    font-weight: 400;
}

@media(min-width:768px) {
    .simple-text-block .text-block {
        line-height: 35px;
    }
}

.simple-text-block .btn-custom {
    margin-top: 50px;
}

@media(min-width:768px) {
    .simple-text-block .btn-custom {
        margin-top: 20px;
    }
}

.simple-text-block.with-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media(min-width:768px) {
    .simple-text-block.with-bg {
        padding: 125px 0 110px;
    }
}

@media(min-width:768px) {
    .simple-text-block.with-bg .btn-custom {
        margin-top: 45px;
    }
}

.simple-text-block-2 {
    color: #051541;
    padding: 85px 0 60px;
}

    .simple-text-block-2 .title {
        font-weight: 900;
        margin-bottom: 37px;
        font-size: 2.4rem;
    }

@media(max-width:566px) {
    .simple-text-block-2 .title {
        font-size: 35px;
    }
}

@media(min-width:992px) {
    .simple-text-block-2 .title {
        font-size: 42px;
    }
}

.simple-text-block-2 .sub-title {
    color: #051541;
    font-family: Lato;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 37px;
}

.logo-container-bottom-text .bottom-text {
    padding-top: 48px;
    font-size: 21px;
    font-weight: 900;
    font-family: Lato;
    color: #051541;
    padding-bottom: 40px;
}

@media(min-width:768px) {
    .logo-container-bottom-text .bottom-text {
        padding-bottom: 14px;
    }
}

.logo-container-bottom-text .bottom-text a {
    color: #1fbc87;
    text-decoration: underline;
}

    .logo-container-bottom-text .bottom-text a:hover {
        text-decoration: none;
    }

.additional-menu {
    background-color: #13224f;
    padding: 8px 0;
}

@media(min-width:1200px) {
    .additional-menu .container {
        max-width: 1470px;
    }
}

.additional-menu li {
    padding: 7px 0;
}

@media(min-width:768px) {
    .additional-menu li {
        padding: 0 20px;
    }
}

@media(min-width:1350px) {
    .additional-menu li {
        padding: 0 30px;
    }
}

.additional-menu a {
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    margin: 10px 0;
}

    .additional-menu a:hover {
        text-decoration: none;
        color: #1fbc87;
    }

    .additional-menu a.btn-custom {
        font-family: Roboto;
        font-size: 20px;
        padding: 12px 30px;
    }

@media(min-width:567px) {
    .additional-menu a.btn-custom {
        min-width: 225px;
    }
}

.text-image-cols {
    position: relative;
    overflow: hidden;
}

@media(min-width:1200px) {
    .text-image-cols .container {
        max-width: 1480px;
    }
}

@media(min-width:768px) {
    .text-image-cols.img-right .image-col {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media(min-width:768px) {
    .text-image-cols.img-right .block {
        padding-right: 20px;
    }
}

@media(min-width:1300px) {
    .text-image-cols.img-right .block {
        padding-right: 100px;
    }
}

.text-image-cols.img-left .bg {
    left: auto;
    right: 0;
}

@media(min-width:768px) {
    .text-image-cols.img-left .block {
        padding-left: 20px;
    }
}

@media(min-width:1300px) {
    .text-image-cols.img-left .block {
        padding-left: 120px;
    }
}

.text-image-cols .image-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 58px 15px;
}

@media(max-width:767px) {
    .text-image-cols .image-col {
        height: 80vw;
        min-height: 340px;
        padding: 30px 15px;
    }
}

.text-image-cols .image-col .btn-custom {
    margin-left: 10px;
}

@media(max-width:991px) {
    .text-image-cols .image-col .btn-custom {
        min-width: 200px;
    }
}

@media(min-width:992px) {
    .text-image-cols .image-col .btn-custom {
        margin-left: 40px;
    }
}

.text-image-cols .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #13224f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(min-width:768px) {
    .text-image-cols .bg {
        width: 50vw;
    }
}

.text-image-cols .text-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lato;
    padding-bottom: 30px;
    padding-top: 30px;
}

@media(min-width:768px) {
    .text-image-cols .text-col {
        min-height: 600px;
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

.text-image-cols .title {
    font-weight: 900;
    margin-bottom: 30px;
    color: #13224f;
}

@media(max-width:566px) {
    .text-image-cols .title {
        font-size: 35px;
    }
}

@media(min-width:992px) {
    .text-image-cols .title {
        font-size: 44px;
        margin-bottom: 30px;
    }
}

.text-image-cols .text-block {
    color: #707070;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

@media(min-width:992px) {
    .text-image-cols .text-block {
        font-size: 18px;
        line-height: 35px;
    }
}

.text-image-cols .list {
    margin-top: 30px;
}

    .text-image-cols .list > li {
        margin-right: 30px;
        margin-bottom: 10px;
    }

        .text-image-cols .list > li:last-child {
            margin-right: 0;
        }

.text-image-cols .min-title {
    color: #13224f;
    font-family: Lato;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 15px;
}

@media(min-width:768px) {
    .text-image-cols .min-title {
        margin-bottom: 30px;
    }
}

.text-image-cols .min-title + .text-block {
    margin-bottom: 43px;
}

    .text-image-cols .min-title + .text-block:last-child {
        margin-bottom: 10px;
    }

.niada-banner {
    padding: 45px 0 60px;
    color: #051541;
}

@media(min-width:768px) {
    .niada-banner {
        padding: 58px 0;
    }
}

.niada-banner .text-col {
    font-weight: 900;
    font-family: Lato;
    font-size: 33px;
}

.niada-banner .title {
    font-size: 47px;
    font-weight: 900;
    margin-bottom: 30px;
}

.niada-banner a {
    color: #1fbc87;
    text-decoration: underline;
}

    .niada-banner a:hover {
        text-decoration: none;
    }

@media(min-width:768px) {
    .niada-banner .text-col {
        padding-left: 20px;
    }
}

@media(min-width:992px) {
    .niada-banner .text-col {
        padding-left: 80px;
    }
}

@media(max-width:767px) {
    .niada-banner .text-col {
        text-align: center;
    }
}

.niada-banner .img-col {
    text-align: right;
    padding-right: 40px;
}

@media(max-width:767px) {
    .niada-banner .img-col {
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.simple-text-block + .img-tabs {
    margin-top: 10px;
}

.img-tabs {
    margin-top: 89px;
    margin-bottom: 86px;
}

@media(min-width:1200px) {
    .img-tabs .container {
        max-width: 1250px;
    }
}

.img-tabs .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .img-tabs .fade.show {
        opacity: 1;
    }

.img-tabs .tab-pane img {
    width: 100%
}

.img-tabs .tab-content {
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .img-tabs .tab-content {
        margin-bottom: 40px;
    }
}

@media(min-width:992px) {
    .img-tabs .tab-content {
        margin-bottom: 67px;
    }
}

.img-tabs .nav-item {
    width: 33.333333%;
    text-align: center;
    margin: 0;
    border-right: 3px solid #fff;
    margin-bottom: 3px;
}

    .img-tabs .nav-item:nth-child(3n) {
        border: none;
    }

    .img-tabs .nav-item > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #13224f;
        color: #fff;
        font-size: 17px;
        font-weight: 900;
        font-family: Lato;
        text-decoration: none;
        -webkit-transition: .2s;
        transition: .2s;
        padding: 10px 8px;
        min-height: 100%
    }

@media(min-width:567px) {
    .img-tabs .nav-item > a {
        font-size: 20px;
    }
}

@media(min-width:768px) {
    .img-tabs .nav-item > a {
        font-size: 25px;
        padding: 20px 20px;
    }
}

@media(min-width:992px) {
    .img-tabs .nav-item > a {
        font-size: 34px;
    }
}

.img-tabs .nav-item > a:hover {
    background-color: #13224f;
}

.img-tabs .nav-item > a.active {
    background-color: #1fbc87;
    cursor: default;
}

.fancy-list {
    font-family: Lato;
    margin-top: 90px;
    margin-bottom: 30px;
}

@media(min-width:768px) {
    .fancy-list {
        margin-top: 120px;
        margin-bottom: 70px;
    }
}

@media(min-width:1200px) {
    .fancy-list .container {
        max-width: 1250px;
    }
}

.fancy-list .col-12 {
    margin-bottom: 110px;
}

@media(min-width:768px) {
    .fancy-list .col-12 {
        padding-right: 30px;
    }
}

@media(max-width:767px) {
    .fancy-list .col-12 {
        text-align: center;
    }
}

.fancy-list .ic-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    margin-bottom: 30px;
}

@media(min-width:768px) {
    .fancy-list .ic-wrap {
        padding-right: 60px;
        margin-bottom: 58px;
        height: 150px;
    }
}

.fancy-list .title {
    color: #13224f;
    margin-bottom: 26px;
    font-size: 34px;
    font-weight: 900;
}

@media(min-width:768px) {
    .fancy-list .title {
        margin-bottom: 36px;
    }
}

.fancy-list .text-block {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.text-row {
    background-color: #13224f;
    font-family: Lato;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    padding: 40px 0;
}

@media(min-width:567px) {
    .text-row {
        font-size: 30px;
    }
}

@media(min-width:768px) {
    .text-row {
        font-size: 42px;
        padding: 60px 0;
    }
}

.pricing-block {
    font-family: Lato;
    padding: 0 0 50px;
}

@media(min-width:1200px) {
    .pricing-block {
        padding: 0 0 20px;
    }
}

@media(min-width:1200px) {
    .pricing-block .container {
        max-width: 1440px;
    }
}

.pricing-block .titles-row {
    margin-bottom: 60px;
}

    .pricing-block .titles-row .title {
        color: #13224f;
        font-size: 34px;
        font-weight: 900;
        margin-bottom: 13px;
    }

    .pricing-block .titles-row .sub-title {
        color: #051541;
        font-size: 22px;
        font-weight: 500;
        text-transform: uppercase;
    }

.pricing-block .report-row {
    font-style: italic;
    font-size: 22px;
}

    .pricing-block .report-row strong {
        font-weight: 900;
    }

    .pricing-block .report-row .title {
        margin-bottom: 18px;
    }

    .pricing-block .report-row .text-block {
        line-height: 1.7;
    }

    .pricing-block .report-row .text-wrap {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
        color: #051541;
    }

.pricing-block .pricing-row {
    margin-bottom: 30px;
}

    .pricing-block .pricing-row .col-custom {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media(min-width:500px) {
    .pricing-block .pricing-row .col-custom {
        width: 50%
    }
}

@media(min-width:768px) {
    .pricing-block .pricing-row .col-custom {
        width: 33.3333%
    }
}

@media(min-width:1300px) {
    .pricing-block .pricing-row .col-custom {
        width: 20%
    }
}

@media(min-width:1200px) {
    .pricing-block .pricing-row {
        margin-right: -24px;
        margin-left: -24px;
    }

        .pricing-block .pricing-row .col-custom {
            padding: 0 24px;
        }
}

.pricing-col-block {
    background-color: #13224f;
    border-radius: 44px;
    font-size: 29px;
    font-weight: 900;
    min-height: 137px;
    max-width: 244px;
    width: 100%
}

    .pricing-col-block .top {
        color: #fff;
        background-color: #1fbc87;
        border-radius: 44px 44px 44px 0;
        padding: 10px 14px;
    }

    .pricing-col-block .bottom {
        color: #1fbc87;
        padding-top: 6px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pricing-col-block .hint {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        margin-top: -2px;
    }

.data-section .row {
    margin-bottom: 110px;
}

.data-section .img-col {
    text-align: center;
    margin-bottom: 30px;
}

@media(min-width:768px) {
    .data-section .img-col {
        text-align: right;
        margin-bottom: 0;
        padding-right: 41px;
    }
}

.data-section .title {
    color: #13224f;
    font-family: Lato;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 27px;
}

.data-section .text-block {
    color: #707070;
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
}

.data-section .text-block-wrap {
    text-align: center;
}

@media(min-width:768px) {
    .data-section .text-block-wrap {
        padding-left: 50px;
        text-align: left;
    }
}

.fancy-accordeon {
    margin-bottom: 120px;
}

    .fancy-accordeon .hint {
        font-family: Lato;
        font-size: 22px;
        font-weight: 900;
        color: #051541;
    }

        .fancy-accordeon .hint a {
            color: #1fbc87;
            text-decoration: underline;
        }

            .fancy-accordeon .hint a:hover {
                text-decoration: none;
            }

.accordeon-block {
    width: 100%;
    max-width: 936px;
    margin: 0 auto 40px;
}

    .accordeon-block .card {
        border: none;
        border-bottom: 1px solid #d6d6d6;
    }

        .accordeon-block .card:last-child {
            border: none;
        }

    .accordeon-block .card-header {
        background: 0 0;
        padding: 0;
        border: none;
    }

        .accordeon-block .card-header .btn {
            display: block;
            width: 100%;
            text-align: left;
            padding: 20px 50px 20px 0;
            font-family: Lato;
            font-size: 22px;
            font-weight: 900;
            font-style: normal;
            letter-spacing: normal;
            line-height: 35px;
            color: #1fbc87;
            text-decoration: none !important;
            position: relative;
            -webkit-transition: .3s;
            transition: .3s;
        }

@media(min-width:567px) {
    .accordeon-block .card-header .btn {
        padding: 5px 90px 15px 0;
    }
}

.accordeon-block .card-header .btn:hover {
    text-decoration: none;
    color: #13224f;
}

@media(min-width:567px) {
    .accordeon-block .card-header .btn.collapsed {
        padding-bottom: 45px;
    }
}

.accordeon-block .card-header .btn.collapsed .plus-ic:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordeon-block .card-header .btn .plus-ic {
    position: absolute;
    width: 43px;
    height: 43px;
    border-radius: 5px;
    background-color: #1fbc87;
    right: 0;
    top: 15px;
}

@media(min-width:567px) {
    .accordeon-block .card-header .btn .plus-ic {
        top: 12px;
    }
}

.accordeon-block .card-header .btn .plus-ic:after, .accordeon-block .card-header .btn .plus-ic:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 28px;
    height: 8px;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -14px;
    -webkit-transition: .2s;
    transition: .2s;
}

.accordeon-block .card-body {
    padding: 0 0 27px 0;
    color: #707070;
    font-family: Lato;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
}

@media(min-width:567px) {
    .accordeon-block .card-body {
        padding: 0 90px 27px 0;
    }
}

.ty-page {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #051541;
}

@media(min-width:768px) {
    .ty-page {
        padding-top: 110px;
    }
}

.ty-page .logo-container .bottom-text {
    font-size: 28px;
}

.ty-page .title {
    color: #051541;
    font-family: Lato;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 30px;
}

@media(min-width:768px) {
    .ty-page .title {
        margin-bottom: 50px;
    }
}

.ty-page .dot {
    font-size: 18px;
    position: relative;
    top: -2px;
    font-weight: 100;
}

.ty-page .info-title {
    color: #1fbc87;
    font-family: Lato;
    font-size: 28px;
    font-weight: 900;
}

.ty-top-info-block {
    font-family: Lato;
    margin-bottom: 50px;
}

@media(min-width:768px) {
    .ty-top-info-block {
        margin-bottom: 80px;
    }
}

.ty-top-info-block .sub-title {
    font-family: Lato;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 50px;
}

@media(min-width:768px) {
    .ty-top-info-block .sub-title {
        margin-bottom: 70px;
    }
}

.ty-top-info-block .sub-title a {
    text-decoration: underline;
    color: #1fbc87;
}

    .ty-top-info-block .sub-title a:hover {
        text-decoration: none;
    }

.ty-top-info-block .sub-title-big {
    color: #051541;
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 70px;
    line-height: 30px;
}

@media(min-width:567px) {
    .ty-top-info-block .sub-title-big {
        font-size: 34px;
        line-height: 40px;
    }
}

.ty-top-info-block .text-block {
    color: #707070;
    font-family: Lato;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.ty-logo-wrap {
    margin-bottom: 70px;
}

@media(min-width:768px) {
    .ty-logo-wrap {
        margin-bottom: 95px;
    }
}

.ty-form {
    width: 100%;
    max-width: 854px;
    margin: 30px auto 0;
    text-align: left;
    color: #062444;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

    .ty-form .sub-title-big {
        margin-bottom: 18px;
    }

@media(min-width:992px) {
    .ty-form .sub-title-big {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.ty-form input {
    height: 49px;
    border: 1px solid #bebebe;
    padding: 0 15px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.ty-form label > span {
    margin-bottom: 10px;
    display: block;
}

.ty-form .double-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .ty-form .double-row label {
        width: 100%
    }

@media(min-width:567px) {
    .ty-form .double-row .field {
        width: 47.5%
    }
}

.ty-form .field {
    width: 100%;
    margin-bottom: 20px;
}

.ty-form .btn-custom {
    margin-top: 38px;
}

@media(max-width:566px) {
    .ty-form .btn-custom {
        width: 100%;
        margin-top: 5px;
    }
}

.ty-form .ty-bottom-logo {
    margin-bottom: -40px;
}

.ty-bottom-logo {
    margin-top: 51px;
    margin-bottom: -50px;
}

@media(min-width:768px) {
    .ty-bottom-logo {
        margin-bottom: -80px;
    }
}

.fancy-select {
    width: 100%;
    position: relative;
}

    .fancy-select:after, .fancy-select:before {
        content: '';
        pointer-events: none;
        position: absolute;
        z-index: 10;
    }

    .fancy-select:before {
        width: 1px;
        height: 47px;
        background-color: #bebebe;
        right: 35px;
        top: 1px;
    }

    .fancy-select:after {
        border: 6px solid transparent;
        border-top: 6px solid #000;
        right: 11px;
        top: 22px;
    }

    .fancy-select select {
        height: 49px;
        width: 100%;
        border: 1px solid #bebebe;
        background-color: #fff;
        padding: 0 38px 0 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        position: relative;
    }

        .fancy-select select::-ms-expand {
            display: none;
        }

.custom-inputs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .custom-inputs-row label {
        width: 100%
    }

@media(min-width:768px) {
    .custom-inputs-row .field:nth-child(1) {
        width: 29%
    }
}

@media(min-width:768px) {
    .custom-inputs-row .field:nth-child(2) {
        width: 16%
    }
}

@media(min-width:768px) {
    .custom-inputs-row .field:nth-child(3) {
        width: 26%
    }
}

@media(min-width:768px) {
    .custom-inputs-row .field:nth-child(4) {
        width: 23%
    }
}

.checkbox-wrap {
    margin-top: 10px;
    margin-bottom: 35px;
}

    .checkbox-wrap .field {
        margin-bottom: 2px;
    }

.custom-checkbox {
    display: inline-block;
    position: relative;
    color: #787878;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

    .custom-checkbox a {
        color: #1fbc87;
        text-decoration: none;
    }

        .custom-checkbox a:hover {
            text-decoration: underline;
        }

    .custom-checkbox > span {
        padding: 0 0 0 29px;
        position: relative;
        display: block;
        margin-bottom: 0 !important;
    }

        .custom-checkbox > span:after, .custom-checkbox > span:before {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 18px;
            height: 18px;
        }

        .custom-checkbox > span:after {
            border: 2px solid #979797;
            background-color: #fefefe;
        }

    .custom-checkbox [type=checkbox] {
        width: 1px !important;
        height: 1px !important;
        border: none;
        padding: 0 !important;
        position: absolute;
        background: 0 0;
        top: 4px;
        left: 3px;
    }

        .custom-checkbox [type=checkbox]:checked + span:before {
            z-index: 10;
            background: url(../images/dealer/m.svg) center/70% no-repeat;
        }

@media(min-width:567px) {
    .checkbox-wrap + .submit-wrap {
        margin-top: -30px;
    }
}

.scan-vehicle {
    background: #13224f;
    color: #fff;
    padding: 50px 0 30px;
    position: relative;
    overflow: hidden;
}

    .scan-vehicle .title {
        color: #fff;
        font-size: 38px;
        font-weight: 800;
        font-family: Lato;
        line-height: 46px;
        letter-spacing: -.4px;
        margin-bottom: 22px;
    }

    .scan-vehicle .text-block, .scan-vehicle .text-block p {
        color: #ced4da;
        font-size: 21px;
        line-height: 34px;
        font-weight: 400;
        font-family: Roboto;
    }

        .scan-vehicle .text-block p {
            margin-bottom: 27px;
        }

@media(min-width:992px) {
    .scan-vehicle .text-col {
        margin-bottom: 40px;
    }
}

@media(max-width:991px) {
    .scan-vehicle .img-col {
        text-align: center;
    }
}

@media(min-width:992px) {
    .scan-vehicle .img-col img {
        width: 140%;
        max-width: 1000px;
        position: relative;
        top: -20px;
        left: -40px;
    }
}

.scan-vehicle .vin-form {
    margin-top: 47px;
}

.vin-form {
    position: relative;
}

    .vin-form input[type=text] {
        width: 100%;
        height: 70px;
        font-size: 18px !important;
        padding: 0 140px 0 15px;
        font-family: Roboto;
        border-radius: 5px;
        border: none;
    }

@media(min-width:450px) {
    .vin-form input[type=text] {
        letter-spacing: .7px;
        font-size: 22px !important;
        padding: 0 184px 0 30px;
        height: 80px;
    }
}

.vin-form button {
    position: absolute;
    border: none;
    background: #00bc87;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: Roboto;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}

@media(min-width:450px) {
    .vin-form button {
        min-width: 165px;
    }
}

.vin-form button:focus {
    outline: 0;
    background-color: #007856;
}

.vin-form button:hover {
    background-color: #007856;
}

.two-text-col {
    margin: 60px 0 50px;
}

    .two-text-col .title {
        color: #13224f;
        font-family: Lato;
        font-style: normal;
        font-weight: 900;
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 37px;
    }

@media(max-width:767px) {
    .two-text-col .title br {
        display: none;
    }
}

.two-text-col .text-col, .two-text-col .text-col p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .25px;
    color: #666;
}

@media(min-width:768px) {
    .two-text-col .text-col {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }
}

.two-text-col .text-col p {
    display: inline-block;
    margin-bottom: 25px;
    overflow: hidden;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

.two-text-col .vin-form-wrap {
    margin-top: 5px;
    background-color: #1fbc87;
    color: #fff;
    padding: 20px;
    overflow: hidden;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

@media(min-width:250px) {
    .two-text-col .vin-form-wrap {
        padding: 15px 15px;
        width: 260px;
    }
}

.two-text-col .vin-form-wrap p {
    color: #fff;
    margin-bottom: 13px;
}

.two-text-col .vin-form input[type=text] {
    height: 64px;
    padding-right: 120px;
}

@media(min-width:450px) {
    .two-text-col .vin-form input[type=text] {
        font-size: 20px !important;
        padding-right: 144px;
    }
}

.two-text-col .vin-form button {
    padding: 2px 10px;
}

@media(min-width:450px) {
    .two-text-col .vin-form button {
        min-width: 123px;
    }
}

.customer-review {
    margin: 86px 0 100px;
}

    .customer-review:after {
        content: '';
        clear: both;
        display: block;
    }

@media(max-width:991px) {
    .customer-review img {
        width: 100%
    }
}

.customer-review .review-wrap {
    position: relative;
    z-index: 10;
}

@media(min-width:992px) {
    .customer-review .review-wrap {
        margin-top: -260px;
    }
}

.customer-review .review-block {
    padding: 20px 22px;
    background: #13224f;
    color: rgba(255, 255, 255, .87);
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    box-shadow: 0 24px 38px rgba(0, 0, 0, .14), 0 9px 46px rgba(0, 0, 0, .12), 0 11px 15px rgba(0, 0, 0, .2);
}

@media(min-width:567px) {
    .customer-review .review-block {
        font-size: 25px;
        line-height: 35px;
        padding: 35px 40px;
    }
}

@media(min-width:992px) {
    .customer-review .review-block {
        max-width: 679px;
        float: right;
        padding: 45px 40px 38px 63px;
    }
}

.customer-review .customer-name {
    font-size: 22px;
    margin-top: 16px;
}

.customer-review .caption {
    color: rgba(255, 255, 255, .6);
    font-size: 17px;
}

.articles-with-sidebar {
    margin: 100px 0 67px;
}

    .articles-with-sidebar article {
        margin-bottom: 20px;
    }

    .articles-with-sidebar .text-block, .articles-with-sidebar .text-block p {
        font-family: Roboto;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #666;
    }

        .articles-with-sidebar .text-block p strong, .articles-with-sidebar .text-block strong {
            color: #666;
            font-weight: 700;
        }

        .articles-with-sidebar .text-block a, .articles-with-sidebar .text-block p a {
            color: #0a8a66;
            font-weight: 700;
        }

        .articles-with-sidebar .text-block ol, .articles-with-sidebar .text-block ol li {
            list-style: upper-alpha;
        }

        .articles-with-sidebar .text-block ol {
            margin-bottom: 28px;
            padding-left: 53px;
            display: inline-block;
            width: 100%
        }

            .articles-with-sidebar .text-block ol li {
                margin-bottom: 27px;
            }

        .articles-with-sidebar .text-block ul, .articles-with-sidebar .text-block ul li {
            list-style-type: disc;
        }

        .articles-with-sidebar .text-block ul {
            padding-left: 45px;
            margin-bottom: 28px;
            font-weight: 500;
        }

        .articles-with-sidebar .text-block .bold {
            color: rgba(0, 0, 0, .87);
            font-size: 19px;
            font-weight: 500;
        }

        .articles-with-sidebar .text-block p {
            margin-bottom: 28px;
        }

        .articles-with-sidebar .text-block img {
            width: 100%;
            margin-bottom: 28px;
            margin-top: 13px;
        }

        .articles-with-sidebar .text-block h2 {
            position: relative;
            text-transform: uppercase;
            font-size: 32px;
            line-height: 39px;
            color: rgba(19, 34, 79, .87);
            padding-top: 20px;
            font-weight: 700;
            font-family: Lato;
            letter-spacing: .7px;
            margin-bottom: 48px;
        }

            .articles-with-sidebar .text-block h2:after {
                position: absolute;
                content: '';
                height: 4px;
                width: 78px;
                left: 0;
                top: 0;
                background: #00bc87;
            }

@media(min-width:1200px) {
    .articles-with-sidebar .sidebar-col {
        padding-left: 70px;
    }
}

.sticky-sb-wrap {
    position: relative;
    height: 100%
}

    .sticky-sb-wrap.sb-fixed .sticky-sb {
        position: fixed;
        top: 0;
    }

    .sticky-sb-wrap.sb-bottom .sticky-sb {
        position: absolute;
        bottom: 0;
        top: unset;
    }

    .sticky-sb-wrap .sticky-sb {
        position: absolute;
        max-width: 100%
    }

@media(max-width:767px) {
    .sticky-sb-wrap .sticky-sb {
        position: static !important;
    }
}

.sticky-sb-wrap .title {
    padding-top: 25px;
    font-family: Roboto;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .25px;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 30px;
}

.sticky-sb-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sticky-sb-wrap ul > li {
        margin-bottom: 15px;
    }

.sticky-sb-wrap a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    -webkit-transition: .2s;
    transition: .2s;
}

@media(min-width:1200px) {
    .sticky-sb-wrap a {
        font-size: 18px;
        letter-spacing: .25px;
        line-height: 28px;
    }
}

.sticky-sb-wrap a:hover {
    text-decoration: none;
    color: #1fbc87;
}

.scan-vehicle-2 {
    background-color: #1fbc87;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .scan-vehicle-2 .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .scan-vehicle-2 .text-col {
        padding-top: 40px;
        padding-bottom: 10px;
    }

@media(min-width:768px) {
    .scan-vehicle-2 .text-col {
        padding-bottom: 40px;
    }
}

@media(min-width:992px) {
    .scan-vehicle-2 .text-col {
        padding-right: 85px;
    }
}

.scan-vehicle-2 .title {
    font-weight: 700;
    font-family: Lato;
    font-weight: 700;
    color: #fff;
    line-height: 47px;
    font-size: 36px;
    margin-bottom: 20px;
}

@media(min-width:567px) {
    .scan-vehicle-2 .title {
        font-size: 46px;
    }
}

.scan-vehicle-2 .text-block {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: .15px;
}

@media(min-width:768px) {
    .scan-vehicle-2 .img-col img {
        margin-top: -25px;
        margin-bottom: -15px;
    }
}

.scan-vehicle-2 .vin-form {
    margin-top: 40px;
}

    .scan-vehicle-2 .vin-form input[type=text] {
        height: 64px;
        padding-right: 140px;
    }

@media(min-width:450px) {
    .scan-vehicle-2 .vin-form input[type=text] {
        font-size: 20px !important;
    }
}

.scan-vehicle-2 .vin-form button {
    min-width: 10px;
    padding: 9px 25px 8px 15px;
    border-radius: 1px;
}

    .scan-vehicle-2 .vin-form button:after {
        content: '';
        position: absolute;
        right: 10px;
        top: 14px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 9px;
        height: 9px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

.vin-apps {
    margin-top: 38px;
    position: relative;
    overflow: hidden;
}

    .vin-apps .title {
        font-family: Lato;
        font-style: normal;
        font-weight: 700;
        font-size: 38px;
        line-height: 45px;
        color: #000;
        margin-bottom: 28px;
    }

@media(min-width:768px) {
    .vin-apps .title {
        margin-bottom: 48px;
        font-size: 46px;
        line-height: 55px;
    }
}

.vin-apps .text-block, .vin-apps .text-block p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 19.1768px;
    line-height: 38px;
    letter-spacing: .25px;
    color: #666;
}

.vin-apps .apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 28px;
}

@media(min-width:768px) {
    .vin-apps .apps {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.vin-apps .apps img {
    margin-bottom: 18px;
}

.vin-apps .app-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media(min-width:768px) {
    .vin-apps .app-block {
        margin-bottom: 40px;
    }
}

.vin-apps .app-block:first-child {
    padding-right: 10px;
}

.vin-apps .text-col {
    padding-top: 65px;
}

@media(min-width:768px) {
    .vin-apps .text-col {
        padding-bottom: 24px;
    }
}

.vin-apps .img-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media(max-width:767px) {
    .vin-apps .img-col {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.vin-apps .img-col img {
    position: relative;
}

@media(max-width:767px) {
    .vin-apps .img-col img {
        left: -10px;
    }
}

@media(min-width:768px) {
    .vin-apps .img-col img {
        width: 110%;
        max-width: 110%;
        left: -30px;
    }
}
.Dashboard-sec .col-dash .form-group .link-button {
    width: 160px;
    height: 48px;
    background: #00bc87;
    font-size: 16px;
    color: #fff;
    transition: all 0.2s;
    border: 0;
    border-radius: 5px;
    text-align: center;
    padding-top: 13px;
}

.minimize-sec .form-group .link-button {
    display: block;
    outline: none;
    border: none;
    background: #007856;
    color: #fff;
    padding: 12px 15px;
    top: 0px;
    right: 0px;
    border-radius: 0px 3px 3px 0px;
    transition: all 0.2s;
    width: 150px;
    height: 48px;
}

.reports-sec .form-group .link-button {
    width: 160px;
    height: 49px;
    background: #00bc87;
    border-radius: 0 5px 5px 0;
    transition: all 0.4s;
    padding: 10px 10px;
}

.minimize-sec .form-group .link-button:hover {
    background: #007856;
    text-decoration: none;
}

.minimize-sec .form-group .link-button span {
    margin: 0;
}

dash .form-group .link-button {
    font-size: 18px;
    height: 48px;
}

.orde-sec .report-box .form-group .link-button {
    font-size: 18px;
    height: 47px;
    background: #007856;
    color: #fff;
    transition: all 0.2s;
    width: 160px;
    line-height: 32px;
    border-radius: 0 5px 5px 0;
    padding: 12px 15px;
}

.from-sec .form-group .link-button {
    width: 160px;
    height: 49px;
    background: #007856;
    border-radius: 0 5px 5px 0;
    transition: all 0.4s;
    padding: 12px 15px;
}

.Dashboard-sec .col-dash .responsive-table tr td {
    padding: 5px 2px 5px 2px !important;
}

.Dashboard-sec .col-dash table thead tr th {
    line-height: 18px;
    padding-top: 10px;
    text-align: left;
    padding-left: 1px;
}

.Dashboard-sec .col-dash .responsive-table tr td:nth-child(1) {
    padding: 5px 2px 5px 2px !important;
}

.Dashboard-sec .col-dash .responsive-table tr td:nth-child(2) {
    padding-right: 2px !important;
}

.Dashboard-sec .col-dash .form-group input[type=submit] {
    font-size: 18px;
    height: 48px;
}

.Dashboard-sec .col-dash .form-group input[type=submit] {
    width: auto;
    border-radius: 4px;
    background-color: #00bc87;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
}

    .Dashboard-sec .col-dash .form-group input[type=submit]:hover {
        background: #007856 !important;
    }

section.question-wrapper .learnMore span {
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
    transition: all 0.2s;
}

.icon-Yellow-Check:before {
    content: "\e903";
    color: #ff8c00;
}

.icon-Red-Check:before {
    content: "\e903";
    color: #ff0000;
}

.Dashboard-sec .download-box .input-box .nsbutton {
    border-radius: 0;
    margin: 0;
    height: 48px;
    width: 175px;
    font-size: 18px;
    line-height: 18px;
    background: #007856;
    color: #fff;
    transition: all 0.2s;
}

    .Dashboard-sec .download-box .input-box .nsbutton:hover {
        background: #00bc87;
    }

.banner-form .form-here .form-group {
    margin-bottom: 0px;
}

.form-group input[type=submit] {
    width: 60px;
    height: 48px;
}

.sign-in-sec .box input[type=submit] {
    min-width: 224px;
    border-radius: 4px;
    background-color: #00bc87;
    font-size: 18px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: -0.2px;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
}

    .sign-in-sec .box input[type=submit]:hover {
        background: #007856 !important;
    }

.form-group-contact input[type=submit] {
    min-width: 224px;
    border-radius: 4px;
    background-color: #00bc87;
    font-size: 18px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: -0.2px;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
}

    .form-group-contact input[type=submit]:hover {
        background: #007856 !important;
    }


.form-group-contact {
    margin-bottom: 0;
}

.blog-subscription-btn--img {
    width: 14px;
    height: auto;
    margin-right: 2px;
}

.blog-subscription-btn--txt {
    border-bottom: 2px solid #00BC8785;
}

.blog-subscription-btn:hover .blog-subscription-btn--txt {
    border-color: #00bc87;
}