﻿@font-face {
    src: url('lib/fonts/Geogrotesque-SemiBold.woff');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('lib/fonts/fontawesome.woff');
}

@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('lib/fonts/muli.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f5f5f5 !important;
    border-top: solid 10px #98272b;
    color: #333;
    font-size: .85em;
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: 'Muli', sans-serif,Arial;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
    background-color: #fff;
    background-position: 100% 84%;
    background-position: 100% 92%;
    background-image: url(../../Images/motor_bg.jpg);
    background-size: 250px;
    background-size: 4000px;
    background-repeat: no-repeat;
    position: fixed;
}



a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }


header {
    /*border-top: solid 10px #98272b;*/
    box-shadow: 0 0 3px #e0e0e0;
    background-color: #FFF;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

.headerCd {
    max-width: 100%;
    padding: 15px 45px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding: 10px 20px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    color: #808080;
    font-size: .8em;
    padding: 10px 15px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    /*font-family: Rockwell, Consolas, "Courier New", Courier, monospace;*/
    font-family: 'Muli';
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    .headerCd {
        text-align: right;
    }

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
    }

        footer p {
            margin: 5px;
            font-size: 11px;
        }
}



/*Custom-CSS*/

.cd-heading h3 {
    font-weight: 700;
    color: #98272b;
    /*margin-bottom: 25px;*/
    /*font-family: 'Muli', sans-serif,Arial;*/
}

.cd-heading1 h3 {
    margin-top: 40px;
    font-weight: 700;
    color: #98272b;
    /*font-family: 'Muli', sans-serif,Arial;*/
}

.cd-section {
    box-shadow: 0 0rem 1rem rgba(0,0,0,.15)!important;
    text-align: center;
    background-color: #fff;
}

    .cd-section img {
        /*padding: 30px 10px;*/
        width: 183px;
    }

.pc-details p {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 0;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    /*border-radius: .25rem;*/
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.bg-img {
    position: fixed;
    height: 580px;
    width: 500px;
    bottom: 0;
    left: -5px;
    z-index: -1;
}

.lbl {
    font-size: 12px;
    color: #686868;
    text-align: left;
}


.lbl-val {
    font-size: 13px;
    font-weight: 700;
    color: #98272b;
    text-align: left;
}


.pc-name h5 {
    font-weight: 700;
    font-size: 14px;
    padding: 10px 0;
    color: #98272b;
}

.pc-edit h6 {
    color: #98272b;
    cursor: pointer;
    font-weight: 500;
    padding: 10px 0;
}

.blueColor {
    color: #98272b;
}

.pt-1 {
    padding: 10px;
}

.navbar-fixed-top {
    border-width: inherit !important;
}

.text-muted {
    color: #6c757d!important;
}


.ml-1 {
    width: 16px !important;
    padding: 0 !important;
}

.mr-2 {
    font-size: 13px;
}

.mr-3 {
    color: #000;
    font-weight: 700;
}

.insured-value {
    border: 1px solid #98272b;
    padding: 2px 10px;
    border-radius: 4px;
}

.tooltip-inner {
    max-width: 300px !important;
    width: 300px;
    text-align: left !important;
    right: 15px;
    position: relative;
}

.cover-dec p {
    color: #999;
    padding: 10px 0;
}

.accident-cover {
    margin-top: 10px;
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

    .btn-toggle:focus,
    .btn-toggle.focus,
    .btn-toggle:focus.active,
    .btn-toggle.focus.active {
        outline: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        line-height: 1.5rem;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity 0.25s;
    }

    .btn-toggle:before {
        content: "No";
        left: -4rem;
    }

    .btn-toggle:after {
        content: "Yes";
        right: -4rem;
        opacity: 0.5;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }

    .btn-toggle.active {
        transition: background-color 0.25s;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left 0.25s;
        }

        .btn-toggle.active:before {
            opacity: 0.5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

    .btn-toggle.btn-sm:before,
    .btn-toggle.btn-sm:after {
        line-height: -0.5rem;
        color: #fff;
        letter-spacing: 0.75px;
        left: 0.4125rem;
        width: 2.325rem;
    }

    .btn-toggle.btn-sm:before {
        text-align: right;
    }

    .btn-toggle.btn-sm:after {
        text-align: left;
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:before {
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:after {
        opacity: 1;
    }

    .btn-toggle.btn-sm {
        margin: 0 0.5rem;
        padding: 0;
        position: relative;
        border: none;
        height: 2rem;
        width: 4.5rem;
        border-radius: 1.5rem;
    }

        .btn-toggle.btn-sm:focus,
        .btn-toggle.btn-sm.focus,
        .btn-toggle.btn-sm:focus.active,
        .btn-toggle.btn-sm.focus.active {
            outline: none;
        }

        .btn-toggle.btn-sm:before,
        .btn-toggle.btn-sm:after {
            line-height: 2rem;
            width: 0.5rem;
            text-align: center;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn-toggle.btn-sm:before {
            content: "No";
            left: 1.5rem;
        }

        .btn-toggle.btn-sm:after {
            content: "Yes";
            right: -0.5rem;
            opacity: 0.5;
        }

        .btn-toggle.btn-sm > .handle {
            position: absolute;
            top: 0.1875rem;
            left: 0.1875rem;
            width: 1.625rem;
            height: 1.625rem;
            border-radius: 1.125rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn-toggle.btn-sm.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-sm.active > .handle {
                left: 2.6875rem;
                transition: left 0.25s;
            }

            .btn-toggle.btn-sm.active:before {
                opacity: 0.5;
            }

            .btn-toggle.btn-sm.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-sm.btn-sm:before,
        .btn-toggle.btn-sm.btn-sm:after {
            line-height: -0.5rem;
            color: #fff;
            letter-spacing: 0.75px;
            /*left: 0.4125rem;*/
            width: 2.325rem;
        }

        .btn-toggle.btn-sm.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-sm.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-sm.btn-xs:before,
        .btn-toggle.btn-sm.btn-xs:after {
            display: none;
        }

    .btn-toggle.active {
        background-color: #29b5a8;
    }

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 0 10px !important;
        font-size: 12px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -12px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0px;
            margin-left: -11px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            /*font-family: 'FontAwesome';*/
            content: ' \2714';
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #29b5a8;
    border-color: #29b5a8;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.font-xxl {
    font-size: 25px;
    font-weight: 700;
}

.font-xl {
    font-size: 14px;
}

.font-xll {
    font-size: 18px !important;
}

.premium-container {
    line-height: 1.1;
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.border-none {
    border: none !important;
}

.cd-premium {
    padding: 20px 10px;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.proceed-btn {
    position: relative;
    right: 0;
    top: 50%;
    padding: 6px 30px !important;
    border-radius: 0 !important;
    border: 2px solid #d43f3a !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.cd-bottom {
    background-color: #e0e0e0;
}

    .cd-bottom p {
        font-size: 11px;
        color: #808080;
        padding: 5px 0;
    }

.modal-footer {
    padding: 0 15px 15px !important;
    border: none;
    border-top: 0 !important;
    text-align: center !important;
}

    .modal-footer.btn-Cus button:hover {
        background: #98272b !important;
        border: 2px solid #ffffff;
    }

button.close {
    COLOR: #fff;
    opacity: 1;
}

.modal-header {
    BACKGROUND: #98272b;
    COLOR: #FFF;
    padding: 8px 15px !important;
    border-bottom: 0 !important;
}

.modal-footer button {
    font-size: 11px;
    padding: 5px 30px;
    border-radius: 28px;
    color: #98272b;
    border: 2px solid #98272b !important;
}

    .modal-footer button:hover {
        BACKGROUND: #98272b;
        COLOR: #FFF;
    }

.modal-footer.btn-Cus button {
    padding: 3px 20px !important;
    background: #ffffff !important;
    border: 2px solid #98272b;
    border-radius: 0px;
    font-size: 12px;
}

.modal-body label {
    font-weight: 300;
    font-size: 12px;
}

.modal-body .form-control {
    padding: 15px 8px !important;
    height: 30px !important;
}

.modal-header p {
    font-size: 12px;
    color: #777777;
    margin: 0;
}

.modal-body h5 {
    color: #333;
    font-weight: 700;
    font-size: 12px;
}

.modal-body {
    padding: 15px 15px 0 !important;
}

.p-1 {
    padding-top: 10px;
}

.mdl-h {
    color: #353535 !important;
}

.insur-cover-details .label, .insur-cover-details .value {
    position: relative;
    background: #fff;
    color: black;
    font-weight: 500;
}

.insur-cover-details .label {
    padding: 0.3em 0em .3em !important;
    /*font-size: 16px;*/
}

.insur-cover-details .value {
    padding: 0;
}


.insur-cover-details {
    /*font-size: 16px;*/
    color: #666;
    position: relative;
}

    .insur-cover-details:before {
        border-top: 1px dotted #dedede;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 13px;
        left: 0;
        right: 25px;
        bottom: 0;
        width: 100%;
    }

.checkbox label {
    text-align: left;
}


.verify-account p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
}

div.verify-account {
    margin-top: 25px;
}

    div.verify-account input[type="button"] {
        border: none;
        background: #9c3a3b;
        color: #fff;
        font-size: 18px;
        padding: 12px 40px;
        font-weight: 500;
        border-radius: 4px;
    }

.resend-otp p span {
    color: #008dfd;
    font-weight: 700;
    cursor: pointer;
}

.resend-otp p, .resend-otp p span {
    margin-bottom: 3px !important;
}

div.resend-otp {
    text-align: center;
    margin: 12px auto !IMPORTANT;
}

    div.resend-otp input {
        margin: 0 3px;
        text-align: center;
        font-size: 16px;
        border: solid 1px #ccc;
        box-shadow: 0 0 5px #cccccc52 inset;
        outline: none;
        width: 35px;
        transition: all 0.2s ease-in-out;
        border-radius: 3px;
    }

        div.resend-otp input:focus {
            border-color: #8d2a2c;
            box-shadow: 0 0 5px #9c3a3b inset;
        }

        div.resend-otp input::-moz-selection {
            background: transparent;
        }

        div.resend-otp input::selection {
            background: transparent;
        }

.payment-section {
    margin-top: 20px !important;
}

.nav-pills > li + li {
    margin-left: -2px !important;
}

.nav-justified > li > a {
    margin-bottom: 0px !Important;
}

.last-child {
    border-left: none !important;
}

.nav-justified > li {
    width: 49% !important;
    float: left !important;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin: 0 auto;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #8d2a2c !important;
}

.nav > li > a {
    padding: 7px 15px !important;
    font-size: 12px;
}

.tab-content {
    padding-top: 10px;
}

.avail-payment {
    font-size: 11px;
}

    .avail-payment ul {
        list-style: none;
    }

        .avail-payment ul li::before {
            content: "\2022";
            color: #3F51B5;
            font-weight: bold;
            font-size: 20px;
            display: inline-block;
            width: 0.7em;
            margin-left: -1em;
            top: 3px;
            position: relative;
        }

.payment-logo img {
    width: 129px;
    height: 60px;
}

.payment-logo img, .payment-logo p {
    padding: 10px 20px;
    border-radius: 10px;
    /*border: 1px solid #e0e0e0;*/
}

p#loanAC {
    text-align: left;
    height: 45px;
    color: #9c9c9c;
}

.payment-logo img:hover, .payment-logo img:active, .payment-logo img:focus, .payment-logo p:hover, .payment-logo p:active, .payment-logo p:focus {
    border: 1px solid #8d2a2c;
    cursor: pointer;
    color: #000 !important;
    font-weight: 700;
}

.payment-section-body {
    margin: 10px auto 30px;
}

.label__check.loanAC-lable {
    margin-top: 12px !important;
}

element.style {
    padding: 25px 15px 0px;
    font-weight: 700;
}

.label__checkbox {
    display: none;
}

.label__check {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
    vertical-align: middle;
    /* margin-right: 20px; */
    width: 2em;
    height: 2em;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    margin-left: -10px;
    margin-top: 18px;
    justify-content: center;
    transition: border 0.3s ease;
}

    .label__check .icon {
        opacity: 0.2;
        font-size: calc(0rem + 3.68vw);
        color: transparent;
        transition: opacity 0.3s 0.1s ease;
        -webkit-text-stroke: 3px rgba(0, 0, 0, 0.5);
    }

    .label__check:hover {
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

.label__checkbox:checked + .label__text .label__check {
    -webkit-animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
    animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}

    .label__checkbox:checked + .label__text .label__check .icon {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
        color: white;
        -webkit-text-stroke: 0;
        -webkit-animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
        animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
    }

.terms-container {
    padding: 15px;
}

@-webkit-keyframes icon {
    from {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes icon {
    from {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes check {
    0% {
        width: 1.5em;
        height: 1.5em;
        border-width: 5px;
    }

    10% {
        width: 1.5em;
        height: 1.5em;
        opacity: 0.1;
        background: rgba(0, 0, 0, 0.2);
        border-width: 15px;
    }

    12% {
        width: 1.5em;
        height: 1.5em;
        opacity: 0.4;
        background: rgba(0, 0, 0, 0.1);
        border-width: 0;
    }

    50% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 0.6;
    }

    100% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 1;
    }
}

@keyframes check {
    0% {
        width: 1.5em;
        height: 1.5em;
        border-width: 5px;
    }

    10% {
        width: 1.5em;
        height: 1.5em;
        opacity: 0.1;
        background: rgba(0, 0, 0, 0.2);
        border-width: 15px;
    }

    12% {
        width: 1.5em;
        height: 1.5em;
        opacity: 0.4;
        background: rgba(0, 0, 0, 0.1);
        border-width: 0;
    }

    50% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 0.6;
    }

    100% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 1;
    }
}

.tabsNav {
    padding: 0 20px !important;
}

.row.content-body {
    padding: 15px;
    text-align: left;
}

    .row.content-body h4.h4 {
        font-size: 12px;
        font-weight: 700;
    }

    .row.content-body h4 {
        font-size: 13px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 16px;
    }

    .row.content-body p, .row.content-body li {
        font-size: 11px;
    }

.content-body .table-bordered {
    font-size: 11px;
}

    .content-body .table-bordered .pt-1 {
        font-size: 11px;
    }

.sub-signature .pt-1 {
    font-size: 11px;
}
/*Wizard*/

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:focus, .wizard .nav-tabs > li.active > a:hover {
    border: none;
}


.wizard .nav-tabs {
    position: relative;
    border: 0px;
    background: #e0e0e0;
    height: 3px;
}

.wizard .tooltip-inner {
    max-width: 300px !important;
    width: 200px;
    text-align: center !important;
    right: 0px;
    position: relative;
}

.stepactive4 .tooltip-inner:last-child {
    right: 30px;
}

.stepactive1 .tooltip-inner {
    right: -30px;
}

.round1 {
    background: #98272b;
    border-radius: 8px;
    border-left: 0.2px solid #e0e0e0;
}

.round2 {
    background: #b03a50;
    border-left: 0.2px solid #e0e0e0;
}

.round3 {
    background: #98272b;
    border-left: 0.2px solid #e0e0e0;
    border-right: 0.2px solid #e0e0e0;
}

.round4 {
    background: #844567;
}

.round5 {
    background: #98272b;
    border-radius: 8px;
}

.list-inline {
    text-align: center;
}

.round1, .round2, .round3, .round4, .round5 {
    width: 25px !important;
}

.min-value, .max-value {
    font-size: 12px;
    top: 15px;
}

.recomented {
    color: #dc161d;
    font-size: 9px;
    margin-bottom: 90px;
}

.stepactive1 a, .stepactive2 a, .stepactive3 a, .stepactive4 a, .stepactive2 a span, .stepactive3 a span, .stepactive4 a span, .stepactive1 a span {
    height: 5px;
    width: 5px !important;
}

.next-step:hover,
.next-step,
.prev-step:hover,
.prev-step {
    position: relative;
    background-color: #2ED4E0;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 30px;
}

span.round-tab {
    height: 5px;
    width: 5px !important;
    line-height: 30px;
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 0;
    /*margin-left: 25px;*/
}

.wizard li.active span.round-tab {
    color: #fff;
    height: 18px;
    width: 18px !important;
    transform: scale(1.2);
    margin-top: -6px;
    /*margin-left: 18px;*/
    z-index: 1;
    border-radius: 10px !important;
}


span.round-tab:hover {
    color: #fff;
    height: 10px;
    transform: scale(1.2);
    z-index: 1;
    border-radius: 10px !important;
}

.wizard .nav-tabs > li {
    width: 20%;
    margin-top: -18px;
    font-size: 11px;
}

    .wizard .nav-tabs > li a {
        width: 70px;
        color: #E0C8D8;
        margin: 10px 0;
        border-radius: 100%;
        padding: 0;
    }

        .wizard .nav-tabs > li a:hover {
            background: transparent !important;
            border: none;
        }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

button.proceed-pay, button.proceed-Due, button.proceed-Policy {
    background: #ffffff;
    border: 2px solid #98272b;
    color: #98272b;
    padding: 5px 20px;
    border-radius: 28px;
    font-size: 11px;
    margin-top: 15px;
}

button.proceed-loan {
    background: #ffffff;
    border: 2px solid #98272b;
    color: #98272b;
    padding: 5px 20px;
    font-size: 11px;
    border-radius: 28px;
}

    button.proceed-loan:hover {
        background: #98272b;
        color: #fff;
    }

    button.proceed-loan:disabled {
        background: #e0e0e0;
        color: #fff;
        border: 2px solid #e0e0e0;
    }

button.proceed-pay:hover, button.proceed-Due:hover, button.proceed-Policy:hover {
    background: #98272b;
    color: #fff;
}

.resend-otp p span {
    color: #008dfd;
    font-weight: 700;
    cursor: pointer;
}

.resend-otp p, .resend-otp p span {
    margin-bottom: 3px !important;
    display: inline-block;
}

div.resend-otp {
    text-align: center;
    margin: 12px auto !IMPORTANT;
}

    div.resend-otp input {
        margin: 0 3px;
        text-align: center;
        font-size: 11px;
        border: solid 1px #ccc;
        box-shadow: 0 0 5px #cccccc52 inset;
        outline: none;
        width: 25px;
        transition: all 0.2s ease-in-out;
        border-radius: 3px;
    }

        div.resend-otp input:focus {
            border-color: #8d2a2c;
            box-shadow: 0 0 5px #9c3a3b inset;
        }

        div.resend-otp input::-moz-selection {
            background: transparent;
        }

        div.resend-otp input::selection {
            background: transparent;
        }

.resend-disable {
    opacity: 0.4;
    cursor: not-allowed !important;
}

.proposal-details {
    background: #b7b7b733;
    color: #000;
    font-size: 12px;
    line-height: 1 !important;
}

.proposal-description {
    font-size: 12px;
    line-height: 1.5;
}

.cus-info, .proposal-details {
    padding: 10px 30px 2px;
}

.cus-info1 {
    padding: 10px 30px 0px;
}



.terms-container li, .terms-container p, .termsCon > tbody {
    font-size: 11px;
}

@media ( min-width : 320px ) and ( max-width : 765px ) {
    .wizard {
        width: 90%;
        height: auto !important;
        margin: auto;
    }

    .headerCd {
        text-align: right;
    }

    span.round-tab {
        font-size: 16px;
        width: 5px;
        height: 5px;
        line-height: 20px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        /*height: 30px;*/
        line-height: 50px;
        border: none !important;
    }

    .round1, .round2, .round3, .round4, .round5 {
        font-size: 10px !important;
    }
}

/*Mobile*/

@media only screen and (max-width: 330px) {
    .proposal-description {
        height: 70vh;
        background-color: rgba(255,255,255,0.8);
    }

    .headerCd {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .modal-content.modal-content-cd {
        top: 38vh;
        background: #fff;
        height: 200px;
        width: 400px;
        max-height: 120px;
        max-width: 200px;
        margin: 0 auto;
    }

    .ribbon {
        margin: 10px 20px;
    }

    .load {
        position: fixed;
        top: 40%;
        z-index: 10;
        left: 22vh;
    }

    .slidecontainer p {
        border-bottom: none;
        padding: 20px 0 15px 20px;
        margin-bottom: 0;
        font-size: 11px;
        margin-left: 12px;
        margin-right: 21px;
    }

    .headerCd {
        text-align: center;
    }

    html, body {
        background-position: 100% 84%;
        background-size: 250px;
    }

    .pc-details {
        margin: 20px;
    }

    .brdr-right {
        border-bottom: 1px solid #ccc;
    }

    .brdr-bottom {
        border-bottom: 1px solid #ccc;
    }

    .contract-number {
        border-bottom: 1px solid #ccc;
        padding: 10px;
        height: 60px;
    }

    .main-content {
        padding: 60px 10px 100px;
    }

    .cc-body {
        overflow-x: hidden;
        background-color: #fff;
        background-position: 100% 84%;
        background-position: 100% 94%;
        background-image: url(../../Images/motor_bg.jpg);
        background-size: 280px;
        background-repeat: no-repeat;
        height: 95vh;
        background-attachment: fixed;
        padding: 60px 10px 100px;
    }

    .pc-edit h6 {
        font-size: 1.2rem;
    }

    .font-md {
        text-align: center !important;
        font-size: 13px !important;
    }

    .btnproceed, .cd-premium {
        text-align: center !important;
    }

    .proceed-btn {
        transform: translateY(-50%);
        float: inherit;
        margin: 20px 0 0;
    }

    .cover-dec p {
        font-size: 11px;
    }

    .cd-proceed-btn {
        margin-top: 0px;
    }


    span.round-tab {
        margin-left: 25px;
    }

    .wizard li.active span.round-tab {
        margin-left: 18px;
    }

    p.load-p {
        font-size: 16px;
        top: 58vh;
    }

    .proposal-container .row.content-body {
        padding: 15px;
    }

    .row.content-body h4 {
        font-size: 11px !important;
    }

    .wizard .nav-tabs > li {
        font-size: 9px !important;
    }

    .slidecontainer {
        width: 90%;
        margin: 0 auto;
    }
}


/*Desktop*/

@media only screen and (min-width: 600px) {

    .modal-content.modal-content-cd {
        top: 32vh;
        background: #fff;
        height: 200px;
        width: 400px;
        margin: 0 auto;
    }

    .cd-heading h3 {
        margin-top: 30px;
    }

    .headerCd {
        text-align: right;
    }

    .proposal-container .row.content-body {
        padding: 20px 100px;
    }

    span.amount_cd {
        position: absolute;
        margin-top: 10px;
        margin-left: -23px;
    }

    span.round-tab {
        line-height: 20px !important;
    }

    .max-min {
        width: 500px;
    }

    .load {
        position: fixed;
        top: 40%;
        z-index: 10;
        left: 45.8%;
    }

    .brdr-right {
        border-right: 1px solid #ccc;
    }

    .brdr-bottom {
        border-bottom: 1px solid #ccc;
    }

    .contract-number {
        border-right: 1px solid #ccc;
        padding: 10px;
        height: 77px;
    }

    .main-content {
        padding: 60px 0px 100px;
    }

    .pc-edit h6 {
        font-size: 1.5rem;
    }

    .font-md {
        font-size: 17px !important;
    }

    .cd-proceed-btn {
        margin-top: 40px;
    }

    .cover-dec p {
        font-size: 12px;
    }

    .modal-footer .proceed-btn {
        transform: translateY(0);
        float: inherit;
    }

    ul#myTabs {
        margin: 0 auto;
        width: 400px;
    }

    .sec-wizard {
        width: 500px;
        /*margin: 0 auto;*/
        margin-bottom: 40px;
    }


    .wizard {
        width: 500px;
        margin: 0 auto;
    }



    .pc-details {
        margin-top: 25px;
    }

    html, body {
        background-position: 100% 92%;
        background-size: 400px;
    }

    span.round-tab {
        margin-left: 45px;
    }

    .wizard li.active span.round-tab {
        margin-left: 38px;
    }

    p.load-p {
        font-size: 18px;
        top: 55vh;
    }

    #myModalAddOn .modal-content {
        top: 12vh;
    }

    .terms-container {
        padding: 40px 100px;
    }

    .slidecontainer {
        width: 50%;
        margin: 0 auto;
    }
}



.gear {
    position: absolute;
    z-index: -10;
    width: 40px;
    height: 40px;
    animation: spin 5s infinite;
}

.two {
    left: 40px;
    width: 80px;
    height: 80px;
    animation: spin-reverse 5s infinite;
}

.three {
    top: 45px;
    left: -10px;
    width: 60px;
    height: 60px;
}

@keyframes spin {
    50% {
        transform: rotate(360deg);
    }
}

@keyframes spin-reverse {
    50% {
        transform: rotate(-360deg);
    }
}

.lil-circle {
    position: absolute;
    border-radius: 50%;
    box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
    width: 100px;
    height: 100px;
    opacity: 0.65;
}

.blur-circle {
    position: absolute;
    top: -19px;
    left: -19px;
}

.expand_btn_content {
    border-radius: 25px !important;
    padding: 0px 10px 2px 0px !important;
}

    .expand_btn_content span {
        padding: 5px;
        background: #ffffff2b;
        border-radius: 25px;
        margin-right: 10px;
    }

#expand-cover {
    transition-delay: 2s;
}

.nav-tabs {
    background: #e0e0e0;
    height: 10px;
}

.wizard-inner {
    margin-top: 13px;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: transparent !important;
}

.addon-modal label {
    width: 90%;
    font-weight: 700 !important;
}

.collapse {
}

    .collapse.in {
        display: block !important;
    }

span.info-icon span {
    /* font-size: 16px; */
    color: #98272b;
    font-weight: 700;
}

.addon-modal p {
    font-size: 11px;
    color: #848484;
}

.addon-modal .cd-addon-div {
    margin-left: 20px;
}

#myModalAddOn .modal-dialog {
    height: 100% !important;
    margin: 0 auto;
}

#myModalAddOn .modal-header {
    BACKGROUND: #fff;
    padding: 15px !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

#myModalAddOn .checkbox {
    padding: 7px !important;
}

#myModalAddOn .modal-header .close {
    color: #000;
}

#myModalAddOn .modal-body {
    padding: 15px !important;
}

span.addon-price {
    font-size: 12px;
    padding: 10px;
    color: #000000;
    font-weight: 700;
    display: none;
}

#myModalAddOn .checkbox label::before {
    width: 15px;
    height: 15px;
    top: 0px;
    margin-left: -11px;
}

#myModalAddOn .modal-header p {
    font-size: 14px;
    color: #020202;
    margin: 0;
    font-weight: 700;
}

#myModalAddOn .modal-header .modal-subtitle {
    font-size: 13px;
    font-weight: 500;
}

#myModalAddOn .modal-footer {
    padding: 15px !important;
    /*border-top: 1px solid #e0e0e0 !important;*/
}

    #myModalAddOn .modal-footer button {
        padding: 5px 10px;
        font-size: 13px;
        font-weight: 700;
        border-radius: 2px;
    }


.span1 {
    font-size: 11px;
    font-family: monospace, sans-serif;
    display: block;
}

.span2 {
    font-size: 11px;
    font-family: monospace, sans-serif;
}

.footer-p {
    display: inline-block;
    width: 70%;
    float: left;
}


.pre-h4 {
    font-size: 12px;
    color: #333;
    font-weight: 700;
}

.btn-danger {
    color: #98272b !important;
    background-color: #ffffff !important;
    border-color: #98272b !important;
    padding: 6px 20px !important;
    border-radius: 28px !important;
    font-size: 11px !important;
}

    .btn-danger:hover {
        color: #fff !important;
        background-color: #98272b !important;
    }

.proceed-btn[disabled]:hover {
    background-color: #FFF !important;
}

p.load-p {
    position: relative;
    font-weight: 700;
    color: #fff;
    font-family: monospace;
}

.Txt_Tot_Prm {
    font-size: 18px !important;
}

.schedule h3 {
    font-size: 18px !important;
}


.custtoibl {
    text-align: justify;
    font-size: 11px;
    line-height: 1.5;
}

.main-cd {
    padding: 15px;
}


thead {
    background: #98272b;
    color: #fff;
}


.form-control {
    font-size: 11px !important;
}

.glyphicon {
    font-size: 11px;
}


/*recomented ribben*/

body {
    background: #f5f5f5 !important;
    font: 14px/1.6em sans-serif;
}

.ribbon {
    width: 60px;
    height: 15px;
    float: right;
    position: relative;
    color: #fff;
    font: 7px/16px sans-serif;
    text-align: center;
    text-transform: uppercase;
    background: #98272b;
    z-index: 4;
    -webkit-animation: main 250ms;
    -moz-animation: main 250ms;
    -ms-animation: main 250ms;
    animation: main 250ms;
}

    .ribbon i {
        position: absolute;
    }

        /*.ribbon i:first-child, .ribbon i:nth-child(2) {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
  border: 20px solid transparent;
  border-right-color: #043140;
  
  -webkit-animation: edge 500ms;
  -moz-animation: edge 500ms;
  -ms-animation: edge 500ms;
  animation: edge 500ms;
}

.ribbon i:nth-child(2) {
  left: auto;
  right: -20px;
  border-right-color: transparent;
  border-left-color: #043140;
}*/

        .ribbon i:first-child, .ribbon i:last-child {
            bottom: 0px;
            left: -10px;
            z-index: -1;
            border: 7.5px solid #98272b;
            border-left-color: transparent;
            -webkit-animation: back 600ms;
            -moz-animation: back 600ms;
            -ms-animation: back 600ms;
            animation: back 600ms;
            -webkit-transform-origin: 100% 0;
            -moz-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
        }

        .ribbon i:last-child {
            bottom: 0px;
            left: auto;
            right: -10px;
            border: 7.5px solid #98272b;
            border-right-color: transparent;
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
        }



/* animations */

@-webkit-keyframes main {
    0% {
        -webkit-transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
    }
}

@-webkit-keyframes edge {
    0%, 50% {
        -webkit-transform: scaleY(0);
    }

    100% {
        -webkit-transform: scaleY(1);
    }
}

@-webkit-keyframes back {
    0%, 75% {
        -webkit-transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
    }
}


@-moz-keyframes main {
    0% {
        -moz-transform: scaleX(0);
    }

    100% {
        -moz-transform: scaleX(1);
    }
}

@-moz-keyframes edge {
    0%, 50% {
        -moz-transform: scaleY(0);
    }

    100% {
        -moz-transform: scaleY(1);
    }
}

@-moz-keyframes back {
    0%, 75% {
        -moz-transform: scaleX(0);
    }

    100% {
        -moz-transform: scaleX(1);
    }
}


@keyframes main {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes edge {
    0%, 50% {
        transform: scaleY(0);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes back {
    0%, 75% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}



.slidecontainer p {
    border-bottom: none;
    padding: 20px 0 15px 20px;
    margin-bottom: 0;
    font-size: 12px;
    margin-left: 20px;
}

p.minmax {
    padding: 20px 0 4px;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}

p.idv_p {
    width: 200px;
    padding: 6px 0px 6px 20px;
    border: 2px solid #98272b;
    font-size: 16px;
    color: #98272b;
    font-weight: 700;
    /*box-shadow: inset 0 0 3px 3px #98272b59;*/
    margin: 0px auto 27px;
    display: inline;
}


.span input {
    border: 1px solid #FFF !important;
    padding: 2px;
    width: 100px !important;
}


    .span input:focus {
        border: 1px solid #FFF !important;
    }


/*Range Slider*/

.rangeslider-wrap {
    padding-top: 100px;
}

.rangeslider {
    position: relative;
    height: 4px;
    border-radius: 5px;
    width: 100%;
    background-color: gray;
}

.rangeslider__handle {
    transition: background-color .2s;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #98272b;
    touch-action: pan-y;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: -8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px white;
}

.rangeslider__handle__value {
    transition: background-color .2s, box-shadow .1s, transform .1s;
    box-sizing: border-box;
    width: 90px;
    text-align: center;
    padding: 10px;
    background-color: #98272b;
    border-radius: 5px;
    color: white;
    left: -35px;
    top: -55px;
    position: absolute;
    white-space: nowrap;
    border-top: 1px solid #98272b;
    box-shadow: 0 -4px 1px rgba(0, 0, 0, 0.07), 0 -5px 20px rgba(0, 0, 0, 0.3);
}

    .rangeslider__handle__value:before {
        transition: border-top-color .2s;
        position: absolute;
        bottom: -10px;
        left: calc(50% - 10px);
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid;
        border-top-color: #98272b;
    }

.rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    /*background-color: #98272b;*/
    border-radius: 5px;
}

.rangeslider__labels {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.rangeslider__labels__label {
    font-size: 0.75em;
    position: relative;
    padding-top: 15px;
    color: gray;
}

    .rangeslider__labels__label:before {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        width: 1px;
        height: 9px;
        border-radius: 1px;
        background-color: rgba(128, 128, 128, 0.5);
    }

    .rangeslider__labels__label:first-child:before, .rangeslider__labels__label:last-child:before {
        height: 12px;
        width: 2px;
    }

    .rangeslider__labels__label:first-child:before {
        background-color: #98272b;
    }

    .rangeslider__labels__label:last-child:before {
        background-color: gray;
    }

    .rangeslider__labels__label:first-child {
        transform: translateX(-48%);
    }

    .rangeslider__labels__label:last-child {
        transform: translateX(48%);
    }

.rangeslider.rangeslider--active .rangeslider__handle, .rangeslider.rangeslider--active .rangeslider__handle * {
    background-color: #98272b;
}

    .rangeslider.rangeslider--active .rangeslider__handle *:before {
        border-top-color: #98272b;
    }

.rangeslider.rangeslider--active .rangeslider__handle__value {
    transform: translateY(-5px);
    box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15);
}


.proceed-loanPayment {
    margin: 10px 0px 0;
}


.overflow-x-scroll {
    width: 100%;
    overflow-x: scroll;
}

button#btn_generate:disabled {
    background: #e0e0e0;
    color: #333 !important;
    border: 2px solid #e0e0e0 !important;
}
