/*============== priceing_area_four css ============*/
.priceing_area_four .sec_title {
    margin-bottom: 50px;
}

    .priceing_area_four .sec_title h2 {
        margin-bottom: 0px;
    }

    .priceing_area_four .sec_title p {
        font-style: italic;
    }

.price_info_two {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(12, 0, 46, 0.05);
    box-shadow: 0px 4px 5px 0px rgba(12, 0, 46, 0.05);
}

    .price_info_two .price_head {
        display: table;
        width: 100%;
    }

        .price_info_two .price_head .p_head {
            width: calc(100% / 4);
            text-align: center;
            color: #fff;
            vertical-align: middle;
            display: table-cell;
            padding: 31px 0px;
        }

            .price_info_two .price_head .p_head h4 {
                color: #222d39;
                font-size: 20px;
            }

            .price_info_two .price_head .p_head h4, .price_info_two .price_head .p_head h5 {
                margin-bottom: 0px;
            }

            .price_info_two .price_head .p_head p {
                margin-bottom: 0;
                font-size: 14px;
                font-weight: 400;
            }

            .price_info_two .price_head .p_head:nth-child(2) {
                background: #00bc87;
            }

            .price_info_two .price_head .p_head:nth-child(3) {
                background: #003e4c;
            }

            .price_info_two .price_head .p_head:nth-child(4) {
                background: #ee6cda;
            }

            .price_info_two .price_head .p_head h5 {
                font-size: 20px;
                font-weight: 600;
            }

    .price_info_two .price_item {
        width: calc(100% / 4);
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        cursor: pointer;
        padding: 15px 0px;
    }

        .price_info_two .price_item:nth-child(odd) {
            background: #f8f8fa;
        }

        .price_info_two .price_item:first-child {
            text-align: left;
            padding-left: 30px;
        }

        .price_info_two .price_item h5 {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 500;
            color: #222d39;
        }

            .price_info_two .price_item h5 i {
                font-size: 20px;
            }

        .price_info_two .price_item .pr_title {
            position: relative;
            display: inline-block;
            padding-left: 30px;
        }

            .price_info_two .price_item .pr_title:before {
                content: "\70";
                position: absolute;
                left: 0;
                top: 0;
                font-family: eleganticons;
                color: #afb5c7;
                -webkit-transition: color 0.2s linear;
                -o-transition: color 0.2s linear;
                transition: color 0.2s linear;
            }

            .price_info_two .price_item .pr_title:hover:before {
                color: #5e2ced;
            }

        .price_info_two .price_item .check {
            color: #0ed1b3;
        }

        .price_info_two .price_item .cros {
            color: #afb5c7;
        }

    .price_info_two .pr_list {
        display: table;
        width: 100%;
    }

    .price_info_two .price_btn {
        border-radius: 45px;
        color: #677294;
        border-color: #dfe3ed;
        padding: 0px 32px;
        line-height: 46px;
        margin: 40px 0px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .price_info_two .price_btn:hover {
            background: #5e2ced;
            border-color: #5e2ced;
            color: #fff;
        }

.tooltip .tooltip-inner {
    background-color: #fff;
    opacity: 1;
    color: #111;
    opacity: 1;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.14);
    box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.14);
    font-size: "Poppins", sans-serif;
    font-size: 16px;
    color: #677294;
    line-height: 26px;
    width: 100%;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #fff;
}


/*============== Dealer, Business and checkout page CSS ============*/

/* hacks*/
/* hack */
.flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
}

.d-flex {
    display: -webkit-flex !important;
}

.d-inline-flex {
    display: -webkit-inline-flex !important
}

.input-group-append, .input-group-prepend {
    display: -webkit-flex;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    -webkit-flex: 1 1 auto;
}

.input-group {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: stretch;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.navbar-nav {
    display: -webkit-flex;
    -webkit-flex-direction: column;
}
/*form classess*/
.form-inline {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-align-items: center;
}

.form-row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
/*align classess*/
.align-items-start {
    -webkit-align-items: start !important;
}

.align-items-end {
    -webkit-align-items: flex-end !important;
}

.align-items-center {
    -webkit-align-items: center !important;
}

.align-items-baseline {
    -webkit-align-items: baseline !important;
}

.align-items-stretch {
    -webkit-align-items: stretch !important;
}
/*Justify Classess*/
.justify-content-start {
    -webkit-justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-justify-content: center !important;
}

.justify-content-between {
    -webkit-justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
}
/*align self classes*/
.align-self-start {
    -webkit-align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.col-1 {
    -webkit-flex: 0 0 8.33333%;
}

.col-2 {
    -webkit-flex: 0 0 16.66667%;
}

.col-3 {
    -webkit-flex: 0 0 25%;
}

.col-4 {
    -webkit-flex: 0 0 33.33333%;
}

.col-5 {
    -webkit-flex: 0 0 41.66667%;
}

.col-6 {
    -webkit-flex: 0 0 50%;
}

.col-7 {
    -webkit-flex: 0 0 58.33333%;
}

.col-8 {
    -webkit-flex: 0 0 66.66667%;
}

.col-9 {
    -webkit-flex: 0 0 75%;
}

.col-10 {
    -webkit-flex: 0 0 83.33333%;
}

.col-11 {
    -webkit-flex: 0 0 91.66667%;
}

.col-12 {
    -webkit-flex: 0 0 100%;
}

@media (min-width: 576px) {
    .d-sm-flex {
        display: -webkit-flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-flex !important
    }

    .navbar-expand-sm {
        -webkit-flex-flow: row nowrap;
        -webkit-justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-flex !important;
            -webkit-flex-basis: auto;
        }

        .navbar-expand-sm .navbar-nav {
            -webkit-flex-direction: row;
        }

    .col-sm-1 {
        -webkit-flex: 0 0 8.33333%;
    }

    .col-sm-2 {
        -webkit-flex: 0 0 16.66667%;
    }

    .col-sm-3 {
        -webkit-flex: 0 0 25%;
    }

    .col-sm-4 {
        -webkit-flex: 0 0 33.33333%;
    }

    .col-sm-5 {
        -webkit-flex: 0 0 41.66667%;
    }

    .col-sm-6 {
        -webkit-flex: 0 0 50%;
    }

    .col-sm-7 {
        -webkit-flex: 0 0 58.33333%;
    }

    .col-sm-8 {
        -webkit-flex: 0 0 66.66667%;
    }

    .col-sm-9 {
        -webkit-flex: 0 0 75%;
    }

    .col-sm-10 {
        -webkit-flex: 0 0 83.33333%;
    }

    .col-sm-11 {
        -webkit-flex: 0 0 91.66667%;
    }

    .col-sm-12 {
        -webkit-flex: 0 0 100%;
    }
    /*align classess*/
    .align-items-sm-start {
        -webkit-align-items: start !important;
    }

    .align-items-sm-end {
        -webkit-align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-align-items: stretch !important;
    }
    /*Justify Classess*/
    .justify-content-sm-start {
        -webkit-justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
    }
    /*align self classes*/
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-flex !important
    }

    .navbar-expand-md {
        -webkit-flex-flow: row nowrap;
        -webkit-justify-content: flex-start;
    }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-flex !important;
            -webkit-flex-basis: auto;
        }

        .navbar-expand-md .navbar-nav {
            -webkit-flex-direction: row;
        }

    .col-md-1 {
        -webkit-flex: 0 0 8.33333%;
    }

    .col-md-2 {
        -webkit-flex: 0 0 16.66667%;
    }

    .col-md-3 {
        -webkit-flex: 0 0 25%;
    }

    .col-md-4 {
        -webkit-flex: 0 0 33.33333%;
    }

    .col-md-5 {
        -webkit-flex: 0 0 41.66667%;
    }

    .col-md-6 {
        -webkit-flex: 0 0 50%;
    }

    .col-md-7 {
        -webkit-flex: 0 0 58.33333%;
    }

    .col-md-8 {
        -webkit-flex: 0 0 66.66667%;
    }

    .col-md-9 {
        -webkit-flex: 0 0 75%;
    }

    .col-md-10 {
        -webkit-flex: 0 0 83.33333%;
    }

    .col-md-11 {
        -webkit-flex: 0 0 91.66667%;
    }

    .col-md-12 {
        -webkit-flex: 0 0 100%;
    }
    /*align classess*/
    .align-items-md-start {
        -webkit-align-items: start !important;
    }

    .align-items-md-end {
        -webkit-align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-align-items: stretch !important;
    }
    /*Justify Classess*/
    .justify-content-md-start {
        -webkit-justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
    }
    /*align self classes*/
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: -webkit-flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-flex !important
    }

    .navbar-expand-lg {
        -webkit-flex-flow: row nowrap;
        -webkit-justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-flex !important;
            -webkit-flex-basis: auto;
        }

        .navbar-expand-lg .navbar-nav {
            -webkit-flex-direction: row;
        }

    .col-lg-1 {
        -webkit-flex: 0 0 8.33333%;
    }

    .col-lg-2 {
        -webkit-flex: 0 0 16.66667%;
    }

    .col-lg-3 {
        -webkit-flex: 0 0 25%;
    }

    .col-lg-4 {
        -webkit-flex: 0 0 33.33333%;
    }

    .col-lg-5 {
        -webkit-flex: 0 0 41.66667%;
    }

    .col-lg-6 {
        -webkit-flex: 0 0 50%;
    }

    .col-lg-7 {
        -webkit-flex: 0 0 58.33333%;
    }

    .col-lg-8 {
        -webkit-flex: 0 0 66.66667%;
    }

    .col-lg-9 {
        -webkit-flex: 0 0 75%;
    }

    .col-lg-10 {
        -webkit-flex: 0 0 83.33333%;
    }

    .col-lg-11 {
        -webkit-flex: 0 0 91.66667%;
    }

    .col-lg-12 {
        -webkit-flex: 0 0 100%;
    }
    /*align classess*/
    .align-items-lg-start {
        -webkit-align-items: start !important;
    }

    .align-items-lg-end {
        -webkit-align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-align-items: stretch !important;
    }
    /*Justify Classess*/
    .justify-content-lg-start {
        -webkit-justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
    }
    /*align self classes*/
    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-flex {
        display: -webkit-flex !important;
    }

    navbar-expand-xl {
        -webkit-flex-flow: row nowrap;
        -webkit-justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-flex !important;
        -webkit-flex-basis: auto;
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-flex-direction: row;
    }

    .col-xl-1 {
        -webkit-flex: 0 0 8.33333%;
    }

    .col-xl-2 {
        -webkit-flex: 0 0 16.66667%;
    }

    .col-xl-3 {
        -webkit-flex: 0 0 25%;
    }

    .col-xl-4 {
        -webkit-flex: 0 0 33.33333%;
    }

    .col-xl-5 {
        -webkit-flex: 0 0 41.66667%;
    }

    .col-xl-6 {
        -webkit-flex: 0 0 50%;
    }

    .col-xl-7 {
        -webkit-flex: 0 0 58.33333%;
    }

    .col-xl-8 {
        -webkit-flex: 0 0 66.66667%;
    }

    .col-xl-9 {
        -webkit-flex: 0 0 75%;
    }

    .col-xl-10 {
        -webkit-flex: 0 0 83.33333%;
    }

    .col-xl-11 {
        -webkit-flex: 0 0 91.66667%;
    }

    .col-xl-12 {
        -webkit-flex: 0 0 100%;
    }
    /*align classess*/
    .align-items-xl-start {
        -webkit-align-items: start !important;
    }

    .align-items-xl-end {
        -webkit-align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-align-items: stretch !important;
    }
    /*Justify Classess*/
    .justify-content-xl-start {
        -webkit-justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
    }
    /*align self classes*/
    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
    }
}
/* new style goes here */
/* new businees page starts here */
.container {
    max-width: 1170px;
    margin: 0 auto;
}

.business-blk {
}

.business-inner {
    padding: 10px 0 60px 0;
}

.businss-left {
    padding: 0;
}

    .businss-left h2 {
        font-size: 34px;
        line-height: 110%;
        font-weight: 900;
        font-family: 'Lato', sans-serif;
        color: #062444;
        margin-bottom: 35px;
    }

    .businss-left p {
        font-size: 16px;
        line-height: 26px;
        color: #000000;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        padding: 0 0 10px 0;
    }

    .businss-left ul {
        margin: 0;
        max-width: 450px;
    }

        .businss-left ul li {
            padding: 0 10px 0 0;
        }

            .businss-left ul li a.anker {
                min-width: 180px;
                height: 56px;
                line-height: 56px;
            }

            .businss-left ul li a.anker-blue {
                color: #062444;
            }

.business-right {
    padding: 0 0 0 65px;
}

    .business-right figure img {
        height: auto;
    }

.partner-blk {
}

.partner-in {
    padding: 0 0 104px 0;
}

    .partner-in h3 {
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-size: 30px;
        line-height: 35px;
        color: #222d39;
        padding: 0 0 46px 0;
    }

    .partner-in ul {
        margin: 0 -10px;
    }

        .partner-in ul li {
            padding: 0 10px 47px 10px;
        }

.partners-cnt a {
    display: inline-block;
    margin: 0 0 34px 0;
}

.partners-cnt h4 {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #222d39;
}

.partners-cnt p {
    color: #677294;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.contact a.anker {
    min-width: 182px;
    margin: 0 auto;
}
/* new businees page ends here */
/* newCheck out  page starts here */

.checl-out-infomation-inner {
    padding: 30px 0 0 0;
}

.vin-information {
    background: #062444;
    padding: 44px 0 0 0;
}

.vin-information-in {
    padding: 0px 45px 0 45px;
}

.vin-information h4 {
    font-size: 25px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 0 0 34px 0;
    margin: 0;
}

.vin-left {
    padding: 0;
}

.year-blk {
    padding: 0 0 38px 0;
}

    .year-blk .second-free-vin {
        margin-top: 5px;
    }

    .year-blk ul {
        margin: 0;
        max-width: 450px;
    }

    .year-blk h5 {
        font-size: 20px;
        line-height: 15px;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        display: block;
    }

    .year-blk ul li {
        padding: 0 15px 0 0;
    }

        .year-blk ul li h5 span {
            font-weight: 400;
            display: block;
            font-size: 16px;
        }

        .year-blk ul li:last-child {
            padding: 0 0 0 28px;
        }

.vin-left .form-group {
    position: relative;
    max-width: 100%;
    margin-bottom: 0px;
}

    .vin-left .form-group input {
        display: block;
        background: #fff;
        outline: none;
        border: none;
        height: 45px;
        border-radius: 3px 0px 0px 3px;
        width: 85%;
        color: #747f9e;
        font-size: 20px !important;
        padding: 0 67px 0 31px;
        letter-spacing: 4px;
    }

    .vin-left .form-group .icon-White-Arrow:before {
        background: url(../images/arrow.png) no-repeat;
        width: 28px;
        height: 17px;
        content: '' !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .vin-left .form-group button {
        width: 15% !important;
        display: block;
        outline: none;
        border: none;
        background: #00bc87 !important;
        border-radius: 0px 3px 3px 0px !important;
        height: 60px !important;
        color: #fff;
        padding: 0px 16px;
        position: absolute;
        top: 0px;
        right: 0px;
        transition: all 0.2s;
    }

.vin-right {
    padding: 0 0 0 100px;
}

    .vin-right h4 {
        font-size: 25px;
        line-height: 35px;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }

    .vin-right ul {
        margin: 0;
    }

        .vin-right ul li {
            padding: 0 0 10px 0;
        }

            .vin-right ul li p {
                font-size: 16px;
                line-height: 20px;
                color: #ffffff;
                font-family: 'Roboto', sans-serif;
                font-weight: 700;
                position: relative;
                padding: 0 0 0 30px;
            }

                .vin-right ul li p:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    background: url(../images/info-icon.png) no-repeat;
                    width: 14px;
                    height: 15px;
                }

.report-left h6 {
    font-size: 16px;
    line-height: 18px;
    color: #282835;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

    .report-left h6 sup {
        color: #ff2525;
        top: -1px;
        padding: 0 0 0 4px;
    }

.report-left {
    padding: 33px 100px 0 0;
    flex: 0 0 57%;
    -webkit-flex: 0 0 57%;
    max-width: 57%;
}

    .report-left h2 {
        font-size: 50px;
        line-height: 55px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        color: #062444;
        padding: 0 0 5px 0;
    }

    .report-left p {
        font-size: 15px;
        line-height: 18px;
        color: #3d3f45;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }

        .report-left p a {
            display: inline-block;
            color: #00bc87;
            font-weight: 500;
        }

    .report-left ul {
        margin: 0 -15px;
    }

        .report-left ul li {
            padding: 0 15px 9px 15px;
        }

            .report-left ul li label {
                margin: 0;
            }

            .report-left ul li .form-control {
                width: 100%;
                height: 62px;
                border: none;
                background: #ffffff;
                padding-left: 4px;
                box-shadow: none;
                border-radius: 4px;
                outline: none;
                line-height: 62px;
                padding: 0 26px;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
                font-size: 16px;
                color: #73798a;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
            }

.payment-method {
    background: #ffffff;
    padding: 18px 18px 0 18px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

    .payment-method span {
        padding-left: 20px;
    }

    .payment-method ul li {
        padding: 0 15px 23px 15px;
    }

        .payment-method ul li p {
            font-size: 16px;
            line-height: 18px;
            color: #73798a;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
        }

        .payment-method ul li label {
            font-size: 16px;
            line-height: 18px;
            color: #73798a;
            color: #062444;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
        }

        .payment-method ul li [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
            width: 13px !important;
            height: 13px !important;
        }

.payment-main {
    padding: 0 0 26px 0;
}

.payment-method ul li [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:after {
    border-color: #00bc87;
}

.payment-method ul li [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    width: 6px;
    height: 6px;
    top: 7px;
    left: 3px;
}

.payment-main h6 {
    padding: 16px 0 12px 0;
}

.payment-info {
}

    .payment-info ul {
    }

        .payment-info ul li {
            padding: 0 15px 33px 15px;
        }

            .payment-info ul li label {
                font-size: 16px;
                line-height: 18px;
                color: #282835;
                font-family: 'Roboto', sans-serif;
                font-weight: 700;
                margin: 0 0 8px 0;
            }

                .payment-info ul li label sup {
                    color: #ff2525;
                }

                .payment-info ul li label a {
                    font-size: 14px;
                    color: #00bc87;
                    position: relative;
                    padding: 0 0 0 20px;
                    font-weight: 400;
                }

                    .payment-info ul li label a:hover {
                        text-decoration: none;
                    }

                    .payment-info ul li label a:before {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 0;
                        transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        background: url(../images/info1.png) no-repeat;
                        width: 14px;
                        height: 15px;
                        background-size: contain;
                    }

    .payment-info .nice-select {
        border-radius: 3px;
        border: 0 none;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #73798a;
        font-weight: 400;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        font-family: 'Roboto', sans-serif;
        padding: 0 80px 0 20px;
        width: 100%;
        background-color: #f8f8f8;
    }

        .payment-info .nice-select ul li {
            padding: 0 15px;
        }

        .payment-info .nice-select ul {
            width: 100%;
            margin: 0;
        }

        .payment-info .nice-select:after {
            right: 22px;
            background: url(../images/drop-icon.png) no-repeat;
            width: 10px;
            height: 7px;
            border: 0px;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }

        .payment-info .nice-select.open:after {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }

.report-right {
    padding: 0 0 0 0px;
    flex: 0 0 41%;
    -webkit-flex: 0 0 43%;
    max-width: 41%;
    position: relative;
    margin-top: 0px;
}

    .report-right [type=submit] {
        width: 100%;
        border: 0;
    }

.report-right-in {
    padding: 29px 50px 0 29px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

    .report-right-in h5 {
        font-size: 20px;
        line-height: 22px;
        color: #282835;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        padding: 0 0 19px 0;
        border-bottom: 2px solid #e7e7f6;
        margin: 0 0 14px 0;
    }

.report-right h6 {
    font-size: 16px;
    line-height: 18px;
    color: #282835;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 11px 0;
}

.car-checking {
    padding: 0 0 12px 0;
}

    .car-checking ul {
        margin: 0 -1px 10px -1px;
        border-radius: 5px;
        border: 1px solid #e1e1e1;
    }

        .car-checking ul li {
            padding: 0 1px;
            text-align: center;
        }

.report {
    background: #00bc87;
    padding: 17px 25px 17px 15px;
    display: block;
    border-radius: 5px 0px 0 5px;
}

    .report p {
        margin: 0;
    }

    .report small {
        font-size: 15px;
        line-height: 17px;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

    .report strong {
        font-size: 25px !important;
        line-height: 28px !important;
        color: #ffffff !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 700 !important;
    }

    .report p label input {
        display: none;
    }

    .report p label span {
        position: relative;
        padding: 0 0 0 30px;
        display: inline-block;
        cursor: pointer;
    }

    .report p label input:checked + span:before {
        background: #009f72;
        border-color: #ffffff;
    }

    .report p label span:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        width: 17px;
        height: 17px;
        border-radius: 100%;
        border: 2px solid #009f72;
        background: #ffffff;
        left: -5px;
    }

report p label span:after {
}

.car-checking ul li:nth-child(2) .report {
    border-radius: 0px;
}

.car-checking ul li:nth-child(3) .report {
    border-radius: 0px 5px 5px 0px;
}

.amount-blk {
    position: relative;
    padding: 0 0 30px 0;
}

    .amount-blk span {
        font-size: 16px;
        line-height: 18px;
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        position: relative;
    }

.amount-in {
    background: #00bc87;
    padding: 21px 27px 20px 27px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}

    .amount-in p {
        margin: 0;
    }

.car-checking ul li:nth-child(3) .report {
    border-radius: 0px 5px 5px 0px;
}

.amount-right {
    position: absolute;
    right: 27px;
    top: 34%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.amount-disclaimer {
    font-weight: 500;
    color: #0a8a66;
}

.amount-right input {
    width: 120px;
    height: 48px;
    line-height: 50px !important;
    border: 1px solid #959595 !important;
    text-align: left;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    padding-left: 16px;
}

.amount-right .counter-plus {
    padding: 0;
    margin: 0;
    border-top: 0px;
    background: transparent;
    border-radius: 0px;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #4A4A4A;
    top: 12px;
    position: absolute;
    right: 12px;
    cursor: pointer;
}

.amount-right .counter-minus {
    content: '';
    padding: 0;
    margin: 0;
    border-bottom: 0px;
    background: transparent;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #4A4A4A;
    bottom: 12px;
    position: absolute;
    right: 12px;
    cursor: pointer;
}

    .saving-blk ul {
        margin: 0;
        border-radius: 0px;
        border: 0px;
    }

        .saving-blk ul li {
            border-bottom: 1px solid #e7e7f6;
            padding: 10px 20px 10px 0;
            width: 100%;
        }

        .saving-blk ul h6 {
            font-size: 16px;
            line-height: 18px;
            color: #282835;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            margin: 0;
            padding: 0;
        }

            .saving-blk ul h6 span {
                float: right;
            }

            .saving-blk ul h6 em {
                font-style: normal;
                color: #00bc87;
                font-weight: 700;
            }

.check-box {
    padding: 0 0px 0 0;
}

    .check-box p {
        text-align: left;
        padding: 0 33px 0 0;
    }

        .check-box p label input {
            display: none;
        }

        .check-box p a {
            display: inline;
            color: #00bc87;
        }

            .check-box p a sup {
                color: #ff1e1e;
                top: -1px;
            }

        .check-box p span {
            font-size: 14px;
            line-height: 18px;
            color: #282835;
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
            padding: 0 0 0 33px;
            position: relative;
            background: url(../images/uncheck.png) no-repeat;
            width: 13px;
            height: 14px;
            background-position: 0 4px;
        }

        .check-box p label input:checked + span {
            background: url(../images/checked.png) no-repeat;
            background-position: 0 4px;
        }

    .check-box a.anker {
        min-width: 100%;
    }



/**SIGN IN CSS**/
/*====================================================*/
/*====================================================*/
/*================= Start breadcrumb_area css =================*/
.breadcrumb_area {
    background-image: -moz-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
    background-image: -webkit-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
    background-image: -ms-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
    position: relative;
    z-index: 1;
    padding: 100px 0px 100px;
    overflow: hidden;
}

    .breadcrumb_area h1 {
        font-family: Lato;
        font-size: 50px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.32;
        letter-spacing: normal;
        text-align: center;
        color: #fbfbfd;
    }

    .breadcrumb_area p {
        font-family: Roboto;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        text-align: center;
        margin: auto;
        max-width: 500px;
        color: #fbfbfd;
    }


    .breadcrumb_area .breadcrumb_shap {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

.sign-in-inner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sign-in-left {
    padding: 29px 50px 0 29px;
    border-radius: 5px;
}

    .sign-in-left h4 {
        font-family: Lato;
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #161341;
    }

    .sign-in-left h2 {
        font-family: Roboto;
        font-size: 30px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #062444;
    }

    .sign-in-left span {
        font-weight: 900;
    }

    .sign-in-left ul li {
        line-height: 2.13;
        font-family: Roboto;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        color: #062444;
    }

.sign_info {
    border: 20px solid #fff;
    background: #fbfbfd;
    /*padding: 20px 50px;*/
    -webkit-box-shadow: 0px 50px 100px 0px rgba(12, 0, 46, 0.05);
    box-shadow: 0px 50px 100px 0px rgba(12, 0, 46, 0.05);
}



.sign-in-right h6 {
    font-size: 16px;
    line-height: 18px;
    color: #282835;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

    .sign-in-right h6 sup {
        color: #ff2525;
        top: -1px;
        padding: 0 0 0 4px;
    }

.sign-in-right {
    /*padding: 33px 20px 0 0;*/
    flex: 0 0 57%;
    -webkit-flex: 0 0 57%;
    max-width: 57%;
}

    .sign-in-right h2 {
        font-size: 50px;
        line-height: 55px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        color: #062444;
        padding: 0 0 5px 0;
    }

    .sign-in-right p {
        font-size: 15px;
        line-height: 18px;
        color: #3d3f45;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }

        .sign-in-right p a {
            display: inline-block;
            color: #00bc87;
            font-weight: 500;
        }

    .sign-in-right ul {
        margin: 0 -15px;
    }

        .sign-in-right ul li {
            padding: 0 15px 9px 15px;
            margin-bottom: 20px;
        }

            .sign-in-right ul li label {
                margin: 0;
            }

            .sign-in-right ul li .form-control {
                width: 100%;
                height: 42px;
                border: none;
                background: #ffffff;
                padding-left: 4px;
                box-shadow: none;
                border-radius: 4px;
                outline: none;
                line-height: 62px;
                padding: 0 26px;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
                font-size: 16px;
                color: #73798a;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
            }

            .sign-in-right ul li label {
                font-size: 16px;
                line-height: 18px;
                color: #282835;
                font-family: 'Roboto', sans-serif;
                font-weight: 700;
                margin: 0 0 8px 0;
            }

                .sign-in-right ul li label sup {
                    color: #ff2525;
                }

    .sign-in-right .nice-select {
        border-radius: 3px;
        border: 0 none;
        height: 42px;
        line-height: 60px;
        font-size: 16px;
        color: #73798a;
        font-weight: 400;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        font-family: 'Roboto', sans-serif;
        padding: 0 80px 0 20px;
        width: 100%;
    }

        .sign-in-right .nice-select ul li {
            padding: 0 15px;
        }

        .sign-in-right .nice-select ul {
            width: 100%;
            margin: 0;
        }

        .sign-in-right .nice-select:after {
            right: 22px;
            background: url(../images/drop-icon.png) no-repeat;
            width: 10px;
            height: 7px;
            border: 0px;
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }

        .sign-in-right .nice-select.open:after {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
        }

    .sign-in-right textarea {
        height: 150px !important;
    }

@media only screen and (max-width:992px) {
    .sign-in-right {
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        max-width: 100%;
        padding: 40px 0 20px 0;
    }

    .sign_info {
        padding: 20px 20px;
    }

    .sign-in-left {
        padding: 0;
    }
}


.vin-btn,
.form-group button[type=submit].vin-btn {
    display: inline-flex;
    align-items: center;
    background-color: #00bc87;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    border: 0;
    padding: 14px 22px 13px 22px;
    border-radius: 5px !important;
    line-height: 1;
    transition: 200ms ease;
    width: unset !important;
    height: unset !important;
    transition: all 0.4s;
}

    .vin-btn span,
    .form-group button[type=submit].vin-btn span {
        transition: all 0.4s;
    }

    .vin-btn:hover,
    .form-group button[type=submit].vin-btn:hover {
        background-color: #00bc87;
    }

        .vin-btn:hover span,
        .form-group button[type=submit].vin-btn:hover span {
            transition: all 0.4s;
            transform: translateX(5px);
        }

.vin-btn--blue,
.form-group button[type=submit].vin-btn--blue {
    background-color: #13224f;
    color: white;
}

.page-vin-check .vin-form-wrap {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .page-vin-check .vin-form-wrap {
        padding: 100px 0;
    }
}

.page-vin-check .form-group {
    max-width: 99999px;
    width: 100%;
    margin-bottom: 0;
}

    .page-vin-check .form-group + .form-group {
        margin-top: 1rem;
    }

.page-vin-check .cssform {
    width: 100%;
}

@media (min-width: 480px) {
    .page-vin-check .cssform {
        width: unset;
        min-width: 400px;
    }
}

.vin-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 992px) {
    .vin-car-value-img {
        max-width: 430px;
    }
}

@media (min-width: 1200px) {
    .vin-car-value-img {
        max-width: 600px;
    }
}

.vin-subtitle {
    font-size: 20px;
}

@media (min-width: 992px) {
    .vin-car-recall-img {
        max-width: 580px;
    }
}

@media (min-width: 1200px) {
    .vin-car-recall-img {
        max-width: 700px;
    }
}

.btn_three {
    color: #fff;
    background: #00bc87;
    border: 0;
    transition: all .3s linear;
    cursor: pointer;
    display: inline-block
}

    .btn_three:hover {
        color: #fff;
        background: #007856
    }

.prototype_banner_area {
    background: #f7fdfc;
    padding-top: 100px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 100px
}

.prototype_content .banner_subscribe .subcribes {
    display: block
}

    .prototype_content .banner_subscribe .subcribes .form-control {
        width: 100%;
        border-radius: 10px;
        background-color: #fff;
        border: 0;
        height: 48px;
        color: #222d39;
        padding-left: 30px;
        box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .06);
        font: 300 14px/28px Poppins, sans-serif;
        border: 1px solid transparent
    }

.miles {
    max-width: 65%;
    margin-top: 15px;
    margin-right: 15px
}

.prototype_content .banner_subscribe .subcribes .form-control.placeholder {
    color: #aeb4ba
}

.prototype_content .banner_subscribe .subcribes .form-control:-moz-placeholder {
    color: #aeb4ba
}

.prototype_content .banner_subscribe .subcribes .form-control::-moz-placeholder {
    color: #aeb4ba
}

.prototype_content .banner_subscribe .subcribes .form-control::-webkit-input-placeholder {
    color: #aeb4ba
}

.prototype_content .banner_subscribe .subcribes .form-control:focus {
    border-color: #00bc87
}

.mi-recall-one {
    overflow: hidden;
    padding: 29px 15px 38px;
}

    .mi-recall-one .recall-list-wrap ul li {
        flex: 1 1 33.33%;
        width: 33.33%;
        flex-grow: initial;
    }


.mi-recall-two {
    padding: 60px 0;
    color: #062444;
}

.recall-wrap {
    border: 1px solid #979797;
    padding: 20px 20px 5px;
    background-color: #fbfbfb;
}

    .recall-wrap h1 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
        color: #062444;
    }

.recall-list-wrap ul li a {
    color: #062444;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-style: italic;
}

.recall-list-wrap ul li {
    margin: 0 0 25px;
    flex: 1 1 50%;
    width: 50%;
    color: #062444;
}

.recall-three-wrap {
    padding: 20px 15px 0;
    background-color: #fbfbfb;
}

.mi-recall-three {
    background-color: #f9f9f9;
}

    .mi-recall-three .table-sec tr th, .mi-recall-three .table-sec tr th:nth-child(1) {
        width: auto;
    }

    .mi-recall-three .table-sec tr th {
        background-color: #00bc87;
        color: #fff;
    }

    .mi-recall-three .table-sec table td, .mi-recall-three .table-sec tr td:last-child {
        color: #062444;
    }

        .mi-recall-three .table-sec table td a {
            color: #062444;
            text-decoration: underline;
        }

    .mi-recall-three .table-sec table tr:nth-child(odd) {
        background-color: #edf5fc;
    }

    .mi-recall-three .table-sec td, th {
        font-size: 13px;
        line-height: 20px;
    }

    .mi-recall-three .table-sec th {
        border: 1px solid transparent;
    }

    .mi-recall-three .table-sec td, .mi-recall-three .table-sec tr td:last-child {
        border: 1px solid #e3e3e4;
    }

    .mi-recall-three .heading {
        color: #062444;
        margin: 0 0 20px;
    }

        .mi-recall-three .heading h1 {
            font-size: 20px;
            line-height: 25px;
            font-weight: 700;
        }

        .mi-recall-three .heading span.mi-number {
            display: inline;
            height: 30px;
            width: 30px;
            border: 1px solid #e3e3e4;
            padding: 5px;
            font-size: 18px;
            line-height: 23px;
            font-weight: 500;
        }

        .mi-recall-three .heading span.sub-head {
            font-size: 16px;
            line-height: 22px;
            font-weight: 500;
            text-transform: uppercase;
        }

        .mi-recall-three .heading strong.sub-head {
            font-size: 20px;
            line-height: 25px;
            color: #062444;
            font-weight: 500;
        }



.recall-one-wrap h1 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #062444;
}

.recall-one-wrap .heading p {
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 20px;
    color: #666;
}

.recall-one-wrap .heading strong.sub-head {
    font-size: 20px;
    line-height: 25px;
    color: #062444;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.recall-one-wrap {
    border: 1px solid #979797;
    padding: 0 15px;
    background-color: #f9f9f9;
}

    .recall-one-wrap .row.bg-white {
        padding: 20px 0 0;
    }

    .mi-recall-one .form-group select {
        border: 1px solid transparent;
    }

    .mi-recall-one .form-group {
        margin-bottom: 0;
    }

    .mi-recall-one .recall-list-wrap {
        padding: 50px 0 35px;
    }

        .mi-recall-one .recall-list-wrap h2 {
            margin: 0 0 20px;
            color: #062444;
            font-size: 25px;
            line-height: 30px;
            font-weight: 700;
        }

        .mi-recall-one .recall-list-wrap span {
            font-weight: 500;
            color: #062444;
            font-size: 16px;
            line-height: 20px;
        }

        .mi-recall-one .recall-list-wrap ul li {
            flex: 1 1 33.33%;
            text-align: center;
            flex-grow: initial;
            width: 33.33%
        }

.free-check-one .box ul li {
    text-align: left;
    flex-grow: initial;
    width: 100%;
    margin: 0 0 15px;
}

    .free-check-one .box ul li span {
        margin: 0 15px;
    }

.free-check-one .Dashboard-sec {
    padding: 0;
    border-top: 0;
}

.free-check-one .banner-content {
    margin-right: 0;
}

.free-check-one .banner-form .form-here {
    padding: 40px 0;
    margin: 0 auto;
}

.free-check-one .box {
    max-width: 95%;
    margin: 0 auto;
}

.mi-recall-one .recall-list-wrap ul {
    padding: 0 15px;
}

    .mi-recall-one .recall-list-wrap ul li {
        flex: 1 1 50%;
        text-align: center;
        width: 50%;
        flex-grow: initial;
    }


.mi-cart-box .table-sec tr th:nth-child(1), .mi-recall-three .table-sec tr th {
    border: 1px solid #e3e3e4;
}

.mi-cart-box .table-sec label {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    margin: 0;
    padding: 0 15px;
}

.mi-cart-box .quantity input {
    width: 100%;
    height: 42px;
    background: #fff;
    font-size: 16px;
    color: #747474;
    padding-left: 4px;
    box-shadow: none;
    border-radius: 0;
    direction: rtl;
    outline: 0;
    padding-right: 40px;
    border: 1px solid #d0d0d0;
    text-align: right;
}

.cart-block input {
    border: 1px solid #d0d0d0;
    height: 60px;
    width: 90px;
    font-size: 20px;
    text-align: center;
}

.mi-cart-box .table-sec table td:nth-child(2) {
    width: 100%;
    text-align: right;
    color: #858585;
    font-size: 16px;
    font-weight: 400;
}

.mi-cart-box .table-sec table td:nth-child(3) {
    text-align: right;
    color: #858585;
    font-size: 16px;
    font-weight: 400;
}

.mi-cart-box .table-sec td, th {
    vertical-align: inherit;
}

.mi-cart-box .btn-holder {
    padding: 0 0 30px;
}

.mi-cart-box .cart-text {
    margin: 0 0 20px;
    align-items: center;
}

.mi-cart-box .quantity-nav {
    float: none;
}

.mi-cart-box .quantity-button.quantity-down, .quantity-button.quantity-up {
    right: -29px;
}

.mi-cart-box .table-sec .scroll-box span {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.mi-cart-box .table-sec .scroll-box strong {
    font-size: 12px;
    line-height: 20px;
    color: #062444;
}

.mi-cart-box .form-group {
    max-width: 100%
}

.mi-cart-box .table-sec tr th {
    text-align: left;
}

.mi-cart-box .table-sec table tr:nth-child(odd) {
    background-color: #fff;
}

.mi-cart-box .table-sec table tr:nth-child(even) {
    background-color: #edf5fc;
}

.mi-cart-box .form-group button[type=submit] {
    width: 100%;
    background-color: #00bc87;
    border-radius: 4px;
    min-width: 230px;
}

    .mi-cart-box .form-group button[type=submit]:hover {
        background: #00bc87;
    }

.recall-detail-popup .modal-dialog-wrap ul li span {
    position: static;
}

.recall-detail-popup .modal-dialog-wrap ul li, .recall-detail-popup .modal-dialog-wrap ul li:nth-child(even) {
    padding-left: 0;
}

strong.title-blue {
    color: #00bc87;
}

.modal-dialog-wrap .content-wrap p {
    color: #062444;
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
}

.recall-detail-popup .modal-dialog-wrap .modal-content {
    border-radius: 15px;
    padding: 40px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 350px;
}

.recall-detail-popup .modal-header strong {
    border-bottom: 1px solid #ccc;
    width: 100%
}

.recall-detail-popup strong.mi-title {
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}

.recall-detail-popup .modal-body ul li {
    border-bottom: 1px solid #ccc;
    width: 100%
}

    .recall-detail-popup .modal-body ul li:last-child {
        border-bottom: 1px solid transparent;
    }

.recall-detail-popup .modal-dialog-wrap .modal-header {
    margin: 0 0 20px;
}

.recall-detail-popup .modal-dialog-wrap {
    max-width: 993px;
    padding: 0 15px;
}

    .recall-detail-popup .modal-dialog-wrap .modal-btn {
        right: 30px;
        top: 25px;
    }

.recall-detail-popup::-webkit-scrollbar {
    width: 10px;
}

.recall-detail-popup::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.recall-detail-popup::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

    .recall-detail-popup::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

.mi-check-wrap ul.wrap-inner li {
    width: 100%;
    padding: 20px 15px;
    background-color: #dcebf9;
    margin: 0 0 7px;
}

.mi-check-wrap ul.wrap-inner span, .mi-check-wrap ul.wrap-inner strong {
    flex: 1 1 50%;
    width: 50%;
    word-break: break-word;
    color: #062444;
}

.mi-check-wrap ul.wrap-inner span {
    text-align: right;
    font-weight: 400;
}

.mi-check-wrap ul.wrap-inner li:nth-child(odd) {
    margin-right: 0;
}

.mi-checkoutblock {
    padding: 50px 20px;
}

.mi-check-wrap ul.mi-data-check li {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 15px;
    color: #062444;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

    .mi-check-wrap ul.mi-data-check li:last-child {
        border-bottom: 1px solid transparent;
    }

.mi-check-wrap {
    padding: 40px 15px;
    background-color: #edf5fc;
    margin: 0 0 20px;
}

ul.wrap-inner {
    margin: 0 0 20px;
}

.mi-check-out .sample-reports {
    margin: 0 0 20px;
}

    .mi-check-out .sample-reports i {
        display: none;
    }

.mi-check-out .mi-content {
    font-size: 15px;
    line-height: 20px;
    color: #666;
}

    .mi-check-out .mi-content br {
        display: none;
    }

.mi-email .form-group button[type=submit] {
    width: 184px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
    height: 48px;
}

.mi-email .form-group {
    margin: 0 0 20px;
}

.mi-email p {
    color: #707070;
}

.mi-spam-text {
    margin: 0 0 15px;
}

.mi-email .btn-holder {
    padding: 0;
}

    .mi-email .btn-holder button {
        width: 180px;
    }

.mi-email .form-group input {
    width: 100%;
    border-radius: 0 !important;
}

.sample-reports a {
    padding: 10px 15px;
    font-size: 17px;
}

.mi-check-out h1 {
    color: #062444;
}

.mi-email strong {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px;
    color: #062444;
}

.mi-cart-box .table-sec table td::before {
    text-transform: capitalize;
}

.mi-cart-box .form-group input[type=submit] {
    min-width: 230px;
    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;
    width: 100%;
}

    .mi-cart-box .form-group input[type=submit]:hover {
        background: #00bc87 !important;
    }

.mi-recall-one.sitemap .recall-list-wrap {
    padding: 53px 15px 25px;
}

.mi-recall-one .recall-list-wrap ul li {
    flex: 1 1 100%;
    width: 100%;
    text-align: left;
    margin: 0 0 15px;
    -ms-flex-grow: start !important;
    flex-grow: initial !important;
}

@media(min-width:575.98px) {
    .mi-recall-one .recall-list-wrap ul li {
        flex: 1 1 50%;
        width: 50%
    }
}

@media(min-width:991.98px) {
    .mi-recall-one .recall-list-wrap ul li {
        flex: 1 1 33.3333%;
        width: 33.3333%
    }
}

@media(min-width:1199.98px) {
    .mi-recall-one .recall-list-wrap ul li {
        flex: 1 1 25%;
        width: 25%
    }
}

.mi-recall-one.privacypolicy-block {
    padding: 30px 0;
}

.recall-one-wrap.privacypolicy-innerblock {
    padding: 20px 15px 10px;
}

.mi-recall-one.privacypolicy-block .sub-heading {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #062444;
    display: block;
    margin: 0 0 20px;
}

.recall-one-wrap.privacypolicy-innerblock h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #062444;
}

.mi-recall-one.privacypolicy-block p {
    color: #666;
}

@media(min-width:767.98px) {
    .recall-one-wrap.privacypolicy-innerblock h1, .recall-one-wrap.privacypolicy-innerblock h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .mi-recall-one.privacypolicy-block .sub-heading {
        font-size: 18px;
        line-height: 22px;
    }

    .mi-recall-one.privacypolicy-block p {
        font-size: 16px;
        line-height: 30px;
    }

    .recall-one-wrap.privacypolicy-innerblock {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .mi-recall-one.privacypolicy-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media(min-width:991.98px) {
    .recall-one-wrap.privacypolicy-innerblock h1, .recall-one-wrap.privacypolicy-innerblock h2 {
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 38px;
        font-weight: 700;
    }

    .mi-recall-one.privacypolicy-block .sub-heading {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .recall-one-wrap.privacypolicy-innerblock {
        padding-top: 46px;
        padding-right: 30px;
        padding-bottom: 35px;
        padding-left: 30px;
    }

    .mi-recall-one.privacypolicy-block {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
