@font-face {
    font-family: 'WebRupee';
    src: url('/Content/fonts/WebRupee.V2.0.eot');
    src: url('/Content/fonts/WebRupee.V2.0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.passwordtext {
    font-family: text-security-disc;
}

#flex {
    display: flex;
    flex-flow: wrap;
}

#order1 {
    order: 1;
}

#order2 {
    order: 2;
}

#orderx {
    order: 3;
}

.dashboard-row {
    height: 250px !important;
}

.IndianRupee {
    font-family: WebRupee, sans-serif;
    font-weight: bold;
    margin-right: 5px;
}

.IndianRupeeHeader {
    font-family: WebRupee, sans-serif;
    font-weight: bold;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    min-height: 100%;
    background: #f2f2f2;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif !important;
    overflow-x: hidden;
}

h2 {
    font-weight: 400;
}

.bg-gray {
    background: #eeeeee !important;
}

#content-width {
    display: block;
    padding-bottom: 50px;
}

#content-width-login {
    display: block;
    padding-bottom: 20px;
}

.logincontent {
    margin-top: 0 !important;
}

.login-head {
    background: #FFF;
    padding-top: 15px;
}


/* Left Menu */

.menu-sidebar .logo {
    width: 230px;
}

.nav-mobile {
    background: #FFF;
    color: #333;
    padding: 0;
    margin: 0;
    cursor: auto;
    font-size: 18px;
    list-style-type: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

    .nav-mobile:after {
        content: "";
        display: table;
        clear: both;
    }

    .nav-mobile .icon-open {
        height: 45px;
        color: #d71e1c;
        margin-top: 18px;
        margin-left: 20px;
    }

    .nav-mobile svg.icon-close {
        /*display: none;*/
        position: absolute;
        right: 10px;
        z-index: 99;
        height: 15px;
        width: 24px;
        fill: #d71e1c;
        top: 12px;
    }

    .nav-mobile li {
        /*width: 100%;*/
        height: 55px;
        line-height: 50px;
        text-align: left;
        float: left;
    }


        /*.nav-mobile li.menu-container{
    width:85%;
}*/

        .nav-mobile li.menu-right {
            /*width: 15%;*/
            float: right;
        }

    .nav-mobile .menu-container .menu-sidebar ul li.menu-left {
        width: 100% !important;
        display: block;
    }

    .nav-mobile li span {
        padding-left: 65px;
        color: #bd0f0d;
        font-size: 14px;
        line-height: normal;
        padding-top: 20px;
    }

    .nav-mobile li p {
        padding: 0;
        margin: 0;
        color: #bd0f0d;
        font-size: 16px;
    }

    .nav-mobile li.mip-text {
        color: #FFF !important;
        width: auto;
    }

.getsupport-icon {
    margin-top: -2px;
}

.nav-mobile li a {
    display: block;
    color: #d71e1c;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 0 10px !important;
    font-size: 13px;
}

.fa-microphone-slash {
    font-size: 18px;
}

.nav-mobile .menu-left li {
    height: auto;
}

    .nav-mobile .menu-left li:first-child {
        border-top: 1px solid rgba(51, 51, 51, 0.1) !important;
    }

    .nav-mobile .menu-left li a {
        color: #333;
        padding: 0 0 0 20px !important;
    }

.menu-sidebar .menu-left p {
    color: #333 !important;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    line-height: initial;
    margin-top: 0;
    padding-right: 15px;
}

.nav-mobile .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    margin: 0;
    cursor: pointer;
    display: block;
}

    .nav-mobile .menu-button:after {
        opacity: 0;
        top: 0;
        content: "";
        width: 100vw;
        display: block;
        position: fixed;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        /*content: "";*/
        pointer-events: none;
        transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
        transition-delay: 0.1s;
        z-index: 1;
    }

.nav-mobile #menu-toggle {
    display: none;
}

    .nav-mobile #menu-toggle.active ~ .menu-button .icon-close,
    .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close {
        display: block;
    }

    .nav-mobile #menu-toggle.active ~ .menu-button .icon-open,
    .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open {
        display: none;
    }

    .nav-mobile #menu-toggle.active ~ .menu-button:after,
    .nav-mobile #menu-toggle:checked ~ .menu-button:after {
        opacity: 1;
        pointer-events: auto;
        transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
    }

    .nav-mobile #menu-toggle.active ~ .menu-sidebar,
    .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
        transform: translateX(0);
        transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
    }

.nav-mobile .menu-container {
    width: 65px;
    float: left;
    cursor: pointer;
    position: absolute;
}

    .nav-mobile .menu-container .menu-sidebar {
        box-shadow: 5px 0 5px -5px #333;
        display: block;
        width: 85vw;
        bottom: 0;
        background: #FFF;
        color: #ce100e;
        position: fixed;
        transform: translateX(-405px);
        transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
        top: 0;
        z-index: 2;
        list-style-type: none;
        padding: 0;
        max-width: 350px;
        padding-top: 25px;
    }

        .nav-mobile .menu-container .menu-sidebar ul {
            padding: 0;
        }

            .nav-mobile .menu-container .menu-sidebar ul li {
                display: inline-block;
                width: 100%;
            }

                .nav-mobile .menu-container .menu-sidebar ul li:last-child {
                    border-bottom: none;
                }

        .nav-mobile .menu-container .menu-sidebar .arrow {
            position: absolute;
            line-height: 50px;
            font-size: 32px;
            color: #FFF;
            top: 0;
            z-index: 0;
        }

            .nav-mobile .menu-container .menu-sidebar .arrow.left {
                left: 25px;
            }

            .nav-mobile .menu-container .menu-sidebar .arrow.right {
                right: 25px;
            }

        .nav-mobile .menu-container .menu-sidebar li {
            /*height: 55px;
    line-height: 55px;*/
            font-size: 16px;
            text-align: left;
            position: relative;
            border-bottom: 1px solid rgba(51, 51, 51, 0.1) !important;
        }

            .nav-mobile .menu-container .menu-sidebar li:hover {
            }

                .nav-mobile .menu-container .menu-sidebar li:hover a {
                    background: #c20c0a;
                    color: #FFF;
                    padding-left: 20px;
                }

            .nav-mobile .menu-container .menu-sidebar li .menu-sub {
                position: fixed;
                top: 0;
                right: 0;
                bottom: 0;
                width: 0;
                overflow: hidden;
                background: white;
                visibility: hidden;
                transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
                border-left: 1px solid #ccc;
                list-style-type: none;
                padding: 0;
                margin: 0;
                z-index: 2;
                max-width: 400px;
            }

                .nav-mobile .menu-container .menu-sidebar li .menu-sub li {
                    overflow: hidden;
                }

                .nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
                    padding-left: 50px;
                }

            .nav-mobile .menu-container .menu-sidebar li .submenu-label {
                cursor: pointer;
                width: 100%;
                height: 100%;
                display: block;
            }

            .nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
                display: none;
            }

                .nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub,
                .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
                    width: 65vw;
                    visibility: visible;
                    z-index: 1;
                    transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
                }

.leftmenu-sub span.welcome-text {
    line-height: 20px !important;
    padding: 0 0 0 10px !important;
    font-size: 13px;
    display: block;
}

.nav-mobile .menu-container .menu-sidebar .leftmenu-sub li {
    display: inline-block;
    width: auto;
    border-bottom: none !important;
}

    .nav-mobile .menu-container .menu-sidebar .leftmenu-sub li a {
        color: #d71e1c;
    }

    .nav-mobile .menu-container .menu-sidebar .leftmenu-sub li:hover a {
        background: transparent !important;
    }

.leftmenu-sub .notif-sec .dropdown-menu {
    left: 10px !important;
}
/******/

.head-right {
    float: right;
    text-align: right;
    padding-right: 25px;
    margin: 0 auto;
    padding-left: 0;
}

    .head-right li {
        display: inline-block;
        text-align: right;
    }

        .head-right li a {
            float: right;
        }


/* Header Section*/

/*#header {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
    display: block;
}*/

.header {
    margin: 0;
    padding: 10px 0;
    display: block;
    float: left;
    width: 100%;
    background: #fff;
}

.logo {
    display: inline-block;
    margin: 0 auto 15px;
    width: 100%;
    padding-left: 15px;
}

.takeit-icon {
    display: inline-block;
    margin-left: 10px;
}

.header-right {
    margin: 0;
    padding: 0;
    display: table;
}

.cursor-pointer {
    cursor: pointer;
}

.toll-box {
    border-right: 1px solid #aaa;
    text-align: right;
    display: table-cell;
    padding-right: 10px;
    padding-top: 5px;
}

    .toll-box p {
        margin: 5px 0 3px;
        padding: 0;
        font-size: 16px;
        font-weight: 600;
        color: #666;
        line-height: 22px;
    }

    .toll-box h2 {
        margin: 5px 0 0;
        padding: 0;
        line-height: 25px;
        font-size: 18px;
        font-weight: 600;
        color: #d71e1c;
        float: right;
        width: 100%;
        text-align: right;
    }

        .toll-box h2 span {
            margin: 0;
            padding: 0;
            font-size: 22px;
            font-weight: 600;
            color: #d71e1c;
        }

    .logout-section ul,
    .toll-box ul {
        list-style: none;
        margin: 0;
        display: inline;
        padding: 0px 0px 0px;
        width: 100%;
        float: right;
        text-align: right;
    }

        .logout-section ul li,
        .toll-box ul li {
            margin: 0 0 10px 0;
            display: inline;
            padding: 0px 5px;
            border-right: 1px solid #888;
        }

            .logout-section ul li:last-child,
            .toll-box ul li:last-child {
                border-right: 0px solid #888;
            }

        .logout-section ul.links li a,
        .toll-box ul.links li a {
            font-weight: 600;
            color: #f4272b;
            font-size: 14px;
        }

/*.logout-section ul.language li a,
        .toll-box ul.language li a {
            color: #f4272b;
            font-size: 13px;
            color: #555;
        }*/

.logout-section {
    display: table-cell;
    vertical-align: top;
}

.sample-section ul {
    list-style: none;
    /*margin: 10;*/
    display: inline;
    padding: 5px 10px 0px;
    width: 100%;
    float: right;
    text-align: left;
}

    .sample-section ul li {
        margin: 0 0 10px 0;
        display: block;
        padding: 0px 5px;
        border-right: 1px solid #888;
    }

        .sample-section ul li:last-child {
            border-right: 0px solid #888;
        }

    .sample-section ul.links li a {
        font-weight: 600;
        color: #f4272b;
        font-size: 14px;
    }

/*.sample-section ul.language li a {
        color: #f4272b;
        font-size: 13px;
        color: #555;
    }*/


/* Content Section */

#content-area {
    margin: 55px 0 0;
    padding: 0;
    background: url(/Content/Images/container-bg.jpg) repeat-x top left;
    min-height: 250px;
    padding-bottom: 20px;
}

#content-area-1up {
    margin: 0;
    padding: 0;
    background: url(/Content/Images/container-bg.jpg) repeat-x top left;
    min-height: 250px;
    padding-bottom: 20px;
}

.page-title {
    padding: 5px 0;
    margin: 0;
    float: left;
    width: 100%;
}

    .page-title h2 {
        font-weight: 200;
        line-height: 35px;
        font-size: 30px;
        color: #fff;
        padding: 0;
        margin: 0;
    }

.page-content {
    min-height: 300px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
}

.content-full {
    padding: 15px;
    width: 100%;
}

.section-title {
    font-size: 18px;
    padding: 0;
    margin: 0 0 10px;
    font-weight: 400;
}

.content-left {
    vertical-align: top;
    padding: 15px 300px 15px 15px;
}

.content-right {
    position: absolute;
    width: 300px;
    padding: 15px;
    right: 0px;
    top: 0;
    transition: top 0.8s;
    -webkit-transition: top 0.8s;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #555;
    display: block;
    font-size: 12px;
    height: 25px;
    line-height: 1.42857;
    padding: 1px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    box-shadow: none;
}

    .form-control option,
    select.form-control {
        max-width: 100%;
        word-break: break-all;
        white-space: pre-wrap;
    }

select.form-control {
    padding: 1px 1px 1px 5px;
}

input[type="checkbox"].form-control,
input[type="radio"].form-control {
    width: 14px;
    text-align: right;
    height: 12px;
    vertical-align: top;
}

.radio label,
.checkbox label {
    line-height: 20px;
}

.form-control:focus {
    box-shadow: none;
}

.form-group {
    margin-bottom: 10px;
}

/* Disclaimer */
.disclaimer {
    font-size: 8pt !important;
    line-height: 9pt;
    font-family: 'Cambria','times roman',serif;
}

/* Razor Pay */
.razor-pay {
    width: 50%;
}
/* Button */

.btn {
    border-radius: 0;
    font-size: 22px;
    color: #fff;
    border: none;
    padding: 4px 15px;
    line-height: 20px;
}

.btn-primary .fa {
    margin-right: 10px;
}

.btn-compare .fa {
    margin-right: 10px;
}

.btn-icon .fa {
    margin-right: 10px;
}

.btn-white {
    background: #fff;
    color: #23a35c;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
}

.btn-primary {
    background: #d71e1c;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:focus:hover {
        background: #ce100e;
        outline: none;
    }

    .btn-primary:active {
        outline: none;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

.btn-secondary {
    background: #717171;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
}

.btn-compare {
    background: #0d87e0;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
}

.border-section > div {
    padding: 15px 15px 5px;
    border-top: 1px solid #ddd;
}

    .border-section > div:first-child {
        border-top: 0px solid #ddd;
    }

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:focus:hover {
    background: #666;
    outline: none;
    color: #fff;
}

.btn-secondary:active {
    outline: none;
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
}

.btn-compare:hover,
.btn-compare:focus,
.btn-compare:focus:hover {
    background: #157bb0;
    outline: none;
    color: #fff;
}

.btn-compare:active {
    outline: none;
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
}

.btn-close {
    background: #717171;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
}

    .btn-close:hover,
    .btn-close:focus,
    .btn-close:focus:hover {
        background: #666;
        outline: none;
    }

    .btn-close:active {
        outline: none;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

.btn-plus {
    background: none;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 0;
    color: #fff;
    border: 2px solid #fff;
}

    .btn-plus:hover,
    .btn-plus:active,
    .btn-plus:focus {
        background: none;
        margin: 0;
        padding: 0;
        border-radius: 0;
        color: #fff;
    }

.btn-plus {
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    color: #fff;
}

.btn-icon {
    margin: 0;
    /*padding: 0;*/
    border: 1px solid red;
    padding: 12px 50px 12px 12px;
    position: relative;
    background: #fff;
}

    .btn-icon h4 {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 18px;
        color: #d71e1c;
        line-height: 20px;
    }

    .btn-icon p {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 14px;
        color: #888;
        line-height: 15px;
    }

    .btn-icon i.fa {
        margin: -13px 0 0;
        padding: 0;
        background: #d71e1c;
        position: absolute;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        line-height: 26px;
        font-size: 15px;
        top: 50%;
        right: 10px;
        color: #fff;
    }

        .btn-icon i.fa:hover,
        .btn-icon:hover i.fa:hover {
            color: #fff;
        }

.btn-next {
    margin: 0;
    /*padding: 0;*/
    border: 1px solid red;
    padding: 8px 50px 8px 12px;
    position: relative;
    background: #fff;
}

    .btn-next h4 {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 18px;
        color: #d71e1c;
        line-height: 20px;
    }

    .btn-next p {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 14px;
        color: #888;
        line-height: 15px;
    }

    .btn-next i.fa {
        margin: -13px 0 0;
        padding: 0;
        background: #d71e1c;
        position: absolute;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        line-height: 26px;
        font-size: 15px;
        top: 50%;
        right: 10px;
        color: #fff;
    }

        .btn-next i.fa:hover,
        .btn-icon:hover i.fa:hover {
            color: #fff;
        }

.btn-back {
    margin: 0;
    /*padding: 0;*/
    border: 1px solid red;
    padding: 12px 12px 12px 50px;
    position: relative;
    background: #fff;
}

    .btn-back h4 {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 18px;
        color: #d71e1c;
        line-height: 20px;
    }

    .btn-back p {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 14px;
        color: #888;
        line-height: 15px;
    }

    .btn-back i.fa {
        margin: -13px 0 0;
        padding: 0;
        background: #d71e1c;
        position: absolute;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        line-height: 26px;
        font-size: 15px;
        top: 50%;
        left: 10px;
        color: #fff;
    }

        .btn-back i.fa:hover,
        .btn-icon:hover i.fa:hover {
            color: #fff;
        }

.btn-submit {
    margin: 0;
    /*padding: 0;*/
    border: 1px solid #117f14;
    padding: 12px 50px 12px 12px;
    position: relative;
    background: #fff;
}

    .btn-submit h4 {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 22px;
        color: #117f14;
        line-height: 20px;
    }

    .btn-submit p {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 14px;
        color: #888;
        line-height: 15px;
    }

    .btn-submit i.fa {
        margin: -13px 0 0;
        padding: 0;
        background: #117f14;
        position: absolute;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        line-height: 26px;
        font-size: 15px;
        top: 50%;
        right: 10px;
        color: #fff;
    }

        .btn-submit i.fa:hover,
        .btn-icon:hover i.fa:hover {
            color: #fff;
        }

.btn-edit {
    margin: 0;
    /*padding: 0;*/
    float: right;
    border: 2px solid #66afe9;
    color: #66afe9 !important;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 15px;
    line-height: 25px;
}

    .btn-edit:hover {
        text-decoration: none;
    }

.btn-save {
    background: #339c0a;
}

    .btn-save:hover,
    .btn-save:focus,
    .btn-save:focus:hover {
        background: #339c0a;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    .btn-save:active {
        background: #339c0a;
    }

.btn-back-small {
    background: #d71e1c;
}

    .btn-back-small:hover,
    .btn-back-small:focus,
    .btn-back-small:focus:hover {
        background: #d71e1c;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    .btn-back-small:active {
        background: #d71e1c;
    }

.btn-cancel {
    background: #555;
}

    .btn-cancel:hover,
    .btn-cancel:focus,
    .btn-cancel:focus:hover {
        background: #555;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    .btn-cancel:active {
        background: #555;
    }

.btn-reset {
    background: #d71e1c;
}

    .btn-reset:hover,
    .btn-reset:focus,
    .btn-reset:focus:hover {
        background: #d71e1c;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    .btn-reset:active {
        background: #d71e1c;
    }

.btn-next-small {
    background: #d71e1c;
}

    .btn-next-small:hover,
    .btn-next-small:focus,
    .btn-next-small:focus:hover {
        background: #d71e1c;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    .btn-next-small:active {
        background: #d71e1c;
    }

.btn-calculatePremium {
    background: #ce100e;
}

    .btn-calculatePremium:hover,
    .btn-calculatePremium:focus,
    .btn-calculatePremium:focus:hover {
        background: #ce100e;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    .btn-calculatePremium:active {
        background: #ce100e;
    }

.btn-buy {
    background: #d71e1c;
}

    .btn-buy:hover,
    .btn-buy:focus,
    .btn-buy:focus:hover {
        background: #d71e1c;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    .btn-buy:active {
        background: #d71e1c;
    }

.btn-search {
    background: #0d87e0;
}

    .btn-search:hover,
    .btn-search:focus,
    .btn-search:focus:hover {
        background: #0d87e0 !important;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    .btn-search:active .btn-search:visited {
        background: #0d87e0 !important;
    }

.btn-makepayment {
    background: #fff;
}

    .btn-makepayment:hover,
    .btn-makepayment:focus,
    .btn-makepayment:focus:hover {
        background: #fff;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    .btn-makepayment:active {
        background: #fff;
    }

.btn-showall {
    background: #d71e1c;
}

    .btn-showall:hover,
    .btn-showall:focus,
    .btn-showall:focus:hover {
        background: #d71e1c;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    .btn-showall:active {
        background: #d71e1c;
    }

.btn-login {
    background: #d71e1c;
}

    .btn-login:hover,
    .btn-login:focus,
    .btn-login:focus:hover {
        background: #d71e1c;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    .btn-login:active {
        background: #d71e1c;
    }

.btn-pdf {
    background: #d71e1c;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
    color: #fff;
}

    .btn-pdf.disable {
        background: #bbb;
        font-size: 13px;
        font-weight: 600;
        padding: 5px 12px;
        color: #fff;
    }

    .btn-pdf:hover,
    .btn-pdf:active,
    .btn-pdf:focus {
        color: #fff;
        box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.2);
    }

    .btn-pdf .fa {
        font-size: 14px;
        font-weight: 400;
        margin-right: 5px;
    }

.icon-link {
    color: #333;
}

.icon-edit {
    color: #333;
}

.icon-save {
    color: #333;
}

.icon-back-small {
    color: #333;
}

.icon-cancel {
    color: #333;
}

.icon-reset {
    color: #333;
}

.icon-next-small {
    color: #333;
}

.icon-calculatePremium {
    color: #333;
}

.icon-buy {
    color: #333;
}

.icon-search {
    color: #333;
}

.icon-makepayment {
    color: #333;
}

.icon-showall {
    color: #333;
}

.icon-login {
    color: #333;
}


/*For Registration Number textbox in 4W */

.textbox-size {
    width: 22%;
    height: 25px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #555;
}

.textbox-size-small {
    width: 16%;
    height: 25px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #555;
}


/* Check out */

.cart-btn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px 0 0;
    width: 60px;
}

.cart-item-list {
}

.cart-heading-left {
    display: table-cell;
    text-align: center;
    padding: 0 0 0 15px;
    vertical-align: middle;
    width: 90px;
}

.common-img {
    background-image: url(/Content/Images/common-img-sprite.png);
    background-repeat: no-repeat;
}

.cart-icon {
    background-position: 0 0;
    width: 52px;
    height: 38px;
    margin-top: 10px;
    position: relative;
}

    .cart-icon p {
        background: #ffad1f;
        border: 2px solid #fff;
        color: #fff;
        text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        width: 24px;
        height: 24px;
        line-height: 20px;
        border-radius: 12px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        right: -12px;
        top: -12px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    }

.cart-summary-box {
    border: 1px solid #d71e1c;
    display: block;
    width: 100%;
    position: relative;
    z-index: 10 !important;
}

.cart-heading {
    background: #d71e1c;
    width: 100%;
    display: table;
}

.cart-price {
    display: table-cell;
    text-align: right;
    padding: 15px;
    vertical-align: top;
}

    .cart-price p {
        font-size: 18px;
        color: #fff;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .cart-price h4 {
        font-size: 22px;
        color: #fff;
        line-height: 20px;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }

.cart-item-list ul {
    margin: 0;
}

.cart-item-list .list-group-item {
    display: table;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin: 0;
    width: 100%;
}

.item-name {
    display: table-cell;
    font-size: 14px;
    color: #333;
}

.item-name-product {
    display: table-cell;
    font-size: 12px;
    color: #333;
}

.item-price {
    display: table-cell;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: right;
}

.price:before {
    font-size: inherit;
    font-weight: bold;
}

.red {
    color: #d71e1c;
}

.width-100 {
    width: 100%;
}

.cart-summary-bottom {
    padding: 15px;
}

    .cart-summary-bottom p {
        font-size: 12px;
    }

.mobile-checkout-summary {
    display: none;
}

.web-checkout-summary {
    display: block;
}


/* Widget Section*/

.widget-section {
    background-image: url(/Content/Images/widget-bg.jpg);
    background-repeat: repeat-x;
    background-position: 0 -130px;
    width: 100%;
    position: relative;
}


/* Radio Check Box*/

.radio,
.checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
    position: relative;
}

.form-group label {
    margin-bottom: 1px;
    font-weight: 400;
    font-size: 12px;
}

label.required {
    font-size: 10px;
    color: red;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2px;
}

.required {
    font-size: 16px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5px;
    line-height: 14px;
    color: red;
}

.error {
    color: red;
    margin-top: 3px;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}

.bold-text {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.quote-text {
    font-weight: bold !important;
}

/* Checkout Table*/

.table th {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #938e8e;
}

    .table th a {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }

.table-checkout thead th {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background-color: transparent;
}

    .table-checkout thead th:first-child {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
    }

.table-checkout td:nth-child(2) {
    background: #f8f8f8;
}

.table-checkout td:first-child {
    border-left: 1px solid #ddd;
}

.table-checkout tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.table-checkout tbody tr td {
    padding: 10px 15px;
}

.table-checkout .price {
    font-size: 16px;
    font-weight: 600;
    display: inline-block !important;
}

.table-checkout tr td p.action-item {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
}

.table-checkout th:nth-child(1) {
    border-bottom: 3px solid #979797;
}

.table-checkout th:nth-child(2) {
    border-bottom: 3px solid #717171;
}

.table-checkout th:nth-child(3) {
    border-bottom: 3px solid #717171;
}

.table-checkout th:nth-child(4) {
    border-bottom: 3px solid #717171;
}

.table-checkout th:nth-child(5) {
    border-bottom: 3px solid #2aa6e6;
}

.table-checkout td:nth-child(5) span {
    color: #157bb0;
}

.table-checkout td:last-child {
    border-right: 1px solid #ddd;
}

.table-checkout.result td:last-child {
    border-right: 1px solid red;
}

.table-checkout tr td h2 {
    font-size: 16px;
    font-weight: normal;
    /*color:#000;*/
    margin: 0;
    padding: 0;
}

.table-checkout.result tr td h2 {
    font-size: 22px;
    font-weight: 600;
    color: #e41d25;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.table-checkout.result tr td {
    border: none;
}

.table-checkout.result tr:last-child td {
    border-bottom: 1px solid red;
}

.table-checkout.result {
    border: 1px solid red;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}


/* Submit footer*/

.button-footer {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
}

.green-border {
}


/* Wizard Design*/

.wizard-section {
    margin: 0 0 30px;
    padding: 10px 0 0;
    width: 100%;
    float: left;
}

.wizard-item {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #9b9b9b;
}

.wizard-section[data-level="6"] .wizard-item {
    width: 16.6%;
    float: left;
}

.wizard-section[data-level="5"] .wizard-item {
    width: 20%;
    float: left;
}

.wizard-section[data-level="4"] .wizard-item {
    width: 25%;
    float: left;
}

.wizard-icon {
    margin: 0 0 10px -20px;
    padding: 0;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    background: #ddd;
    left: 50%;
    z-index: 2;
    color: #777;
    font-size: 18px;
}

.wizard-item:after {
    position: absolute;
    width: 50%;
    top: 20px;
    border-top: 2px dashed #aaa;
    left: 0;
    content: "";
    z-index: 1;
}

.wizard-item:before {
    position: absolute;
    width: 50%;
    top: 20px;
    border-top: 2px dashed #aaa;
    left: 50%;
    content: "";
    z-index: 1;
}

.wizard-section .wizard-item:first-child:after {
    position: absolute;
    width: 50%;
    top: 20px;
    border-top: 0px dashed #aaa;
    left: 0;
    content: "";
}

.wizard-section .wizard-item:last-child:before {
    position: absolute;
    width: 50%;
    top: 20px;
    border-top: 0px dashed #aaa;
    left: 50%;
    content: "";
}

.wizard-item.active .wizard-icon {
    background: #1da0e4;
    color: #fff;
}

.wizard-item.visited .wizard-icon {
    background: #23a35c;
    color: #fff;
}

.wizard-item.active {
    color: #222;
}

.advertise-section {
    margin-top: 20px;
    border: 1px solid #23a35c;
}

.advertise {
    display: table;
    padding: 10px 20px;
    background: #23a35c;
}

    .advertise .header-left-section,
    .advertise .right-section {
        display: table-cell;
        padding: 0 0;
    }

        .advertise .header-left-section p {
            font-size: 18px;
            color: #fff;
        }

    .advertise .right-section {
        width: 120px;
    }

.advertise-section li.list-group-item {
    display: table;
    width: 100%;
}

    .advertise-section li.list-group-item label {
        width: 30px;
        display: table-cell;
    }

.advertise-section ul li.list-group-item .product-name {
    display: table-cell;
}

.advertise-section ul li.list-group-item .product-suminsured {
    width: 150px;
    display: table-cell;
    text-align: right;
}

.payment-btn {
    padding: 15px 0;
}

.advertise-section .list-group {
    margin: 0;
    padding: 0;
    border: none;
    float: left;
    width: 100%;
}

    .advertise-section .list-group .list-group-item:first-child,
    .advertise-section .list-group .list-group-item:last-child {
        border-radius: 0;
    }

    .advertise-section .list-group .list-group-item {
        border: none;
        border-bottom: 1px solid #aaa;
        margin: 0;
        font-size: 16px;
    }


/* Cover Detail */

.cover-item {
    display: table;
    width: 100%;
    border: 1px solid #ddd;
    margin: 5px 0;
}

    .cover-item.active {
        display: table;
        width: 100%;
        border: 1px solid #2aa6e6;
        margin: 5px 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }

.cover-item-quetion {
    display: table-cell;
}

.cover-desc {
    display: table-cell;
    padding: 15px 0 15px 15px;
    vertical-align: top;
}

    .cover-desc h2 {
        padding: 0;
        margin: 0 0 5px;
        font-size: 14px;
        font-weight: 600;
        color: #286090;
        word-break: break-word;
    }

    .cover-desc p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        word-break: break-all;
        color: #666;
    }

.cover-decision {
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 120px;
}

    .cover-decision .btn {
        padding: 3px 10px;
        font-size: 13px;
        background: #fff;
        border: 1px solid #ff6a00;
        color: #000;
        font-weight: 600;
    }

        .cover-decision .btn.active {
            padding: 3px 10px;
            background: #ff6a00;
            color: #fff;
        }

.health-issue {
    display: table-cell;
}

    .health-issue .btn {
        padding: 3px 10px;
        font-size: 13px;
        background: #fff;
        border: 1px solid #ff6a00;
        color: #000;
        font-weight: 600;
    }

        .health-issue .btn.active {
            padding: 3px 10px;
            background: #ff6a00;
            color: #fff;
        }

.cover-input-area {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
    width: 60%;
}

    .cover-input-area .form-control {
        margin-bottom: 5px;
        margin-top: 5px;
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}


/* Accordian */

.panel-default > .panel-heading {
    background-color: #fafafa;
    color: #333;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-color: #fafafa;
    }

.panel-title {
    font-size: 18px;
    line-height: 40px;
    font-weight: 200;
    color: #333;
}

.accordion .panel {
    background: #fafafa;
}

.accordion .panel-body {
    background: #fff;
    border: 1px solid #ccc !important;
    padding: 0;
}

.accordion .panel-collapse {
    padding: 15px 15px 15px;
    height: auto !important;
}

.section-detail-table {
    margin: 0;
    padding: 0;
}

.section-detail-item {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

    .section-detail-item:nth-child(2n) {
        margin: 0;
        padding: 0;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    .section-detail-item:last-child {
        border-bottom: 0px solid #ddd;
    }

    .section-detail-item .section-name {
        background: rgba(0, 0, 0, 0.03);
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        font-size: 13px;
        font-weight: 600;
        color: #157bb0;
        padding: 6px 12px;
        width: 130px;
        line-height: 16px;
        vertical-align: top;
    }

    .section-detail-item .section-detail {
        display: block;
        padding: 10px 15px 10px 145px;
    }

.radio-group {
}

    .radio-group .btn-radio {
        margin-left: 0;
        margin-right: 0;
        font-size: 14px;
        padding: 6px 15px;
        color: #555;
        font-weight: 600;
        position: relative;
        z-index: 1;
        border: 1px solid #ccc;
        background: #efefef;
        border-left: 1px solid #ccc;
    }

        .radio-group .btn-radio.active {
            background: #fff;
            /*box-shadow: none;*/
            color: #d71e1c;
            position: relative;
            z-index: 1;
            box-shadow: inset 0 -3px 0 red;
        }

        .radio-group .btn-radio:last-child {
            border-right: 1px solid #ccc;
        }

        .radio-group .btn-radio:first-child {
            border-left: 1px solid #ccc;
        }

    .radio-group.separate {
        border: 0px solid #ddd;
        background: transparent;
    }

        .radio-group.separate .btn-radio {
            border: 1px solid #ccc;
            font-size: 11px;
            padding: 6px 15px;
            color: #555;
            font-weight: 600;
            position: relative;
            z-index: 1;
            background: #efefef;
            border-left: 1px solid #ccc;
        }

            .radio-group.separate .btn-radio.active {
                background: #fff;
                /*box-shadow: none;*/
                color: #d71e1c;
                position: relative;
                z-index: 1;
                box-shadow: inset 0 -3px 0 red;
            }

.separateFont {
    font-size: 14px !important;
}

.d-inline-block {
    display: inline-block;
}
/*Margin-Classes*/

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-41 {
    margin-bottom: -41px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-right-15 {
    margin-right: 15px;
}

.diamond-plan {
    margin-left: -220px;
}

a.resendOTP {
    margin-top: 21px;
    display: block;
}


/*paddings*/

.padding-0 {
    padding: 0px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-45 {
    padding-left: 45px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-8 {
    padding-left: 8px;
}


.maxHeight {
    max-height: 500px !important;
}


/* Icons */

.self-ipa {
    background: url(/Content/Images/ipa.png) no-repeat -90px 0;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
}

.spouse-ipa {
    background: url(/Content/Images/ipa.png) no-repeat -120px 0;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
}

.father-ipa {
    background: url(/Content/Images/ipa.png) no-repeat 00px 0;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
}

.mother-ipa {
    background: url(/Content/Images/ipa.png) no-repeat -30px 0;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
}

.boy-ipa {
    background: url(/Content/Images/ipa.png) no-repeat -60px 0;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
}

.daughter-ipa {
    background: url(/Content/Images/ipa.png) no-repeat -150px 0;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
}

.active .self-ipa {
    background: url(/Content/Images/ipa.png) no-repeat -90px -30px;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
}

.active .spouse-ipa {
    background: url(/Content/Images/ipa.png) no-repeat -120px -30px;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
}

.active .father-ipa {
    background: url(/Content/Images/ipa.png) no-repeat 00px -30px;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
}

.active .mother-ipa {
    background: url(/Content/Images/ipa.png) no-repeat -30px -30px;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
}

.active .boy-ipa {
    background: url(/Content/Images/ipa.png) no-repeat -60px -30px;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
}

.active .daughter-ipa {
    background: url(/Content/Images/ipa.png) no-repeat -150px -30px;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
}


/* Check Box area*/

.checkbox-group {
    margin: 15px 0;
    padding: 0;
}

    .checkbox-group .btn-checkbox {
        margin: 2px 5px;
        padding: 8px 20px 8px 14px;
        border: 1px solid #ddd;
        font-size: 13px;
        color: #555;
        font-weight: 600;
        background: #fff;
    }

        .checkbox-group .btn-checkbox:before {
            font-size: 12px;
            content: "\f00c";
            font-family: FontAwesome, sans-serif;
            line-height: 15px;
            position: absolute;
            top: 3px;
            left: 5px;
            color: #eee;
            padding-right: 5px;
        }

        .checkbox-group .btn-checkbox.active {
            border: 1px solid #ddd;
            padding: 10px 15px 10px 14px;
            color: #d71e1c;
            box-shadow: none;
            box-shadow: inset 0 -3px 0 #d71e1c;
        }

            .checkbox-group .btn-checkbox.active:before {
                font-size: 12px;
                color: #d71e1c;
                content: "\f00c";
                font-family: FontAwesome, sans-serif;
                line-height: 22px;
                padding-right: 5px;
                position: absolute;
                top: 0px;
                left: 5px;
            }


/* Footer */

.footer {
    margin: 0;
    padding: 0 0 20px;
    background: #fff;
    border-top: 3px solid #e41d25;
    position: absolute;
    width: 100%;
    bottom: 0;
}

    .footer p {
        margin: 10px 0 0;
        line-height: 18px;
        font-size: 12px;
        float: left;
        padding: 0 5px;
    }

    .footer ul {
        margin: 15px 0 0px;
        width: 100%;
        float: left;
        padding: 0 0 0px;
        list-style: none;
        display: inline;
    }

        .footer ul li {
            margin: 3px 0px;
            padding: 0 5px;
            float: left;
            display: inline-block;
            border-right: 1px solid #777;
        }

            .footer ul li:last-child {
                border-right: 0px solid #777;
            }

            .footer ul li a,
            .footer ul li span {
                color: #444;
                line-height: 12px;
                margin: 0;
                padding: 0;
                float: left;
            }

ul.bottomlink {
    border-bottom: 1px solid #aaa;
    padding: 0 0 5px;
}


/* Login Page*/

.login-section {
    width: 480px;
    margin: 0px auto;
    padding: 20px 0;
}

p.login-ads {
    margin: 0;
    font-size: 32px;
    color: #444;
    font-weight: 200;
    padding: 20px 0 10px;
}

.login-secondary-text {
    margin: 0;
    font-size: 18px;
    color: #444;
    font-weight: 200;
    padding: 00px 0 10px;
}

.btn-signIn {
    margin: 0;
    padding: 2px 15px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #d71e1c;
}

    .btn-signIn:hover {
        color: #fff;
        box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
        background: #bd0f0d;
    }

.login-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 20px 0 20px;
    padding: 25px 25px;
}

    .login-box label {
        font-size: 16px;
    }

    .login-box .form-control {
        padding: 3px 15px;
        font-size: 16px;
        height: 44px;
    }

.forgot-login-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 20px 0px 20px 0px;
    padding: 50px 25px;
}

    .forgot-login-box label {
        font-size: 16px;
    }

    .forgot-login-box .form-control {
        padding: 3px 15px;
        font-size: 16px;
        height: 44px;
    }

.right {
    text-align: right;
}

.pwd-eye-icon {
    height: 44px !important;
    width: 47px !important;
    padding-top: 8px !important;
}


/*classes for menu permission ol > li added */

ol {
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

    ol.sortable,
    ol.sortable ol {
        margin: 0 0 0 25px;
        padding: 0;
        list-style-type: none;
    }

    ol.sortable {
        width: 100%;
        margin: 0;
    }

.sortable li {
    margin: 5px 0 0 0;
    padding: 0;
}

    .sortable li div {
        border: 1px solid #d4d4d4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border-color: #D4D4D4 #D4D4D4 #BCBCBC;
        padding: 6px;
        margin: 0;
        cursor: move;
        background: #f6f6f6;
        background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    }

    .sortable li.mjs-nestedSortable-branch div {
        background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
    }

    .sortable li.mjs-nestedSortable-leaf div {
        background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
    }

li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
    border-color: #999;
    background: #fafafa;
}

.disclose {
    cursor: pointer;
    width: 10px;
    display: none;
}

.sortable li.mjs-nestedSortable-collapsed > ol {
    display: none;
}

.sortable li.mjs-nestedSortable-branch > div > .disclose {
    display: inline-block;
}

.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
    content: '+ ';
}

.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
    content: '- ';
}

.permissiontable {
    float: right;
    font-size: 12px;
}

    .permissiontable input[type=checkbox] {
        margin: 2px;
        float: left;
    }

    .permissiontable label {
        margin: 0 2px;
        float: left;
    }


/*classes for menu permission ol > li added Ends here */

.padding-horizontal-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-horizontal-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.payment {
    margin: 0;
    padding: 0;
    background: none;
    border: none !important;
}

.radio-group.payment .btn {
    margin: 2px 0 !important;
    background: #efefef;
    border: 1px solid #aaa;
    width: 100%;
    font-size: 16px;
    font-weight: 200;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .radio-group.payment .btn.active {
        background: #fff;
        color: #d71e1c;
    }


/* Responsive Css */

.padding-horizontal-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.table-div {
    display: table;
}


/* payment Page */

.radio-group.payment .payBtn1 {
    background: #0fa5b3;
    color: #fff;
    border: none;
}

.radio-group.payment .payBtn2 {
    background: #9669b3;
    color: #fff;
    border: none;
}

.radio-group.payment .payBtn3 {
    background: #fa6820;
    color: #fff;
    border: none;
}

.radio-group.payment .payBtn4 {
    background: #de2e7d;
    color: #fff;
    border: none;
}

.radio-group.payment .payBtn5 {
    background: #4c6bb9;
    color: #fff;
    border: none;
}

.radio-group.payment .payBtn6 {
    background: #5da73a;
    color: #fff;
    border: none;
}

.radio-group.payment .payBtn7 {
    background: #a67d4d;
    color: #fff;
    border: none;
}

.radio-group.payment .payBtn8 {
    background: #b9b70f;
    color: #fff;
    border: none;
}

.radio-group.payment .payBtn9 {
    background: #209280;
    color: #fff;
    border: none;
}

.radio-group.payment .payBtn10 {
    background: #208cc4;
    color: #fff;
    border: none;
}

.radio-group.payment .payBtn11 {
    background: #de9e14;
    color: #fff;
    border: none;
}

.radio-group.payment .payBtn12 {
    background: #d04e4e;
    color: #fff;
    border: none;
}

.radio-group.payment .payBtn1.active {
    background: #0fa5b3;
    color: #fff;
    border: none;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.radio-group.payment .payBtn2.active {
    background: #9669b3;
    color: #fff;
    border: none;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.radio-group.payment .payBtn3.active {
    background: #fa6820;
    color: #fff;
    border: none;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.radio-group.payment .payBtn4.active {
    background: #de2e7d;
    color: #fff;
    border: none;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.radio-group.payment .payBtn5.active {
    background: #4c6bb9;
    color: #fff;
    border: none;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.radio-group.payment .payBtn6.active {
    background: #5da73a;
    color: #fff;
    border: none;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.radio-group.payment .payBtn7.active {
    background: #a67d4d;
    color: #fff;
    border: none;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.radio-group.payment .payBtn8.active {
    background: #b9b70f;
    color: #fff;
    border: none;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.radio-group.payment .payBtn9.active {
    background: #209280;
    color: #fff;
    border: none;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.radio-group.payment .payBtn10.active {
    background: #208cc4;
    color: #fff;
    border: none;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.radio-group.payment .payBtn11.active {
    background: #de9e14;
    color: #fff;
    border: none;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.radio-group.payment .payBtn12.active {
    background: #d04e4e;
    color: #fff;
    border: none;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.4);
}


/* INput Group*/

.input-group .btn {
    height: 25px;
    font-size: 12px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #ccc;
    color: #555;
    line-height: 15px;
    font-weight: 600;
}

.text-muted {
    color: rgba(0, 0, 0, 0.4);
}

.margin-horizontal-inv-5 {
    margin: 0 -5px;
}

.margin-horizontal-inv-10 {
    margin: 0 -10px;
}


/* Private Vehicle */

.page-link-area {
    display: block;
}

a.link-box {
    width: 100%;
    float: left;
    text-decoration: none;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

.link-icon {
    font-size: 42px;
    line-height: 80px;
    text-align: center;
    color: #fff;
}

.link-desc {
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
}

    .link-desc p {
        margin: 0;
        line-height: 25px;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
    }


/* Bacground Color*/

.bg-1 {
    background: #029487;
}

.bg-9 {
    background: #2095f2;
}

.bg-8 {
    background: #4baf4f;
}

.bg-4 {
    background: #5f7c8c;
}

.bg-5 {
    background: #965a45;
}

.bg-6 {
    background: #c5426f;
}

.bg-7 {
    background: #c73333;
}

.bg-3 {
    background: #f84c1c;
}

.bg-2 {
    background: #765ba4;
}

.bg-10 {
    background: #ff7902;
}

.margin-zero {
    margin: 0px !important;
}

.padding-zero {
    padding: 0px;
}

.padding-left-zero {
    padding-left: 0;
}

.padding-right-zero {
    padding-right: 0;
}

.padding-horizontal-zero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.LoadingModel {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .9) url('/Content/Images/progress.gif') 50% 50% no-repeat;
    background-size: 50px 50px;
}

.LoadingModelDiv {
    z-index: 1000;
    top: 0;
    left: 0;
    height: 150px;
    width: 100%;
    background: rgba( 255, 255, 255, .7) url('/Content/Images/progress.gif') center no-repeat;
    background-size: 50px 50px;
    text-align: center;
    background-position: center;
}

.legend {
    float: left;
    margin: 10px 0 10px 0;
}

.legend-icon {
    margin: 0 3px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: right;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #333;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            /*border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;*/
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            /*border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;*/
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #d71e1c;
        border-color: #d71e1c;
    }

.button-section {
    padding: 10px 0px 0;
    /*border-top:1px dashed #aaa;*/
}

.btn label {
    margin-bottom: 0;
    font-weight: normal;
}

.payment-section-static .ng-binding {
    line-height: 23px;
    font-weight: 200;
    font-size: 20px;
    width: 100%;
    color: #999;
}

.payment-btn-section {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
}

.payment-section-static {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding-top: 10px;
}

.min-height-250 {
    min-height: 250px;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}


/* Payment logo*/

.cc-avenue {
    background: url(/Content/Images/CCAvenue.png) no-repeat;
    margin: 0;
    padding: 0;
    width: 155px;
    height: 39px;
    display: inline-block;
}

.hdfc-bank {
    background: url(/Content/Images/payment-logo.png) no-repeat;
    margin: 0;
    padding: 0;
    background-position: 0 -36px;
    width: 135px;
    height: 39px;
    display: inline-block;
}

.axis-bank {
    background: url(/Content/Images/payment-logo.png) no-repeat;
    margin: 0;
    padding: 0;
    background-position: -1px -36px;
    width: 141px;
    height: 34px;
    display: inline-block;
}

.icici-bank {
    background: url(/Content/Images/payment-logo.png) no-repeat;
    margin: 0;
    padding: 0;
    background-position: 0 0px;
    width: 178px;
    height: 35px;
    display: inline-block;
}

.kotak-bank {
    background: url(/Content/Images/payment-logo.png) no-repeat;
    margin: 0;
    padding: 0;
    background-position: -136px -36px;
    width: 107px;
    height: 33px;
    display: inline-block;
}

.paytm {
    background: url(/Content/Images/payment-logo.png) no-repeat;
    margin: 0;
    padding: 0;
    background-position: 0 -75px;
    width: 89px;
    height: 28px;
    display: inline-block;
}

.payzapp {
    background: url(/Content/Images/payment-logo.png) no-repeat;
    margin: 0;
    padding: 0;
    background-position: -137px -72px;
    width: 37px;
    height: 37px;
    display: inline-block;
}

.jio {
    background: url(/Content/Images/payment-logo.png) no-repeat;
    margin: 0;
    padding: 0;
    background-position: -244px -36px;
    width: 46px;
    height: 71px;
    display: inline-block;
}

.radio-inline,
.checkbox-inline {
    vertical-align: top;
    margin-left: 10px;
}


/* Dropdown section */

.form-group {
    position: relative;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0 !important;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    max-width: 268px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    /*width:100%;*/
    overflow: scroll;
}

    .dropdown-menu > li > a {
        font-size: 13px;
        white-space: pre-wrap;
        padding: 6px 10px;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-color: #d71e1c;
        color: #fff;
        outline: 0 none;
        text-decoration: none;
    }

    .dropdown-menu > li > div > table > tbody > tr > td {
        padding: 1px;
    }

    .dropdown-menu > li > div > table > thead > tr > th > .btn {
        background-color: #d71e1c;
        color: #fff;
        border: none;
    }

    .dropdown-menu > li > div > table > thead > tr {
        background-color: #d71e1c;
        color: #fff;
        border: 1px solid #d71e1c;
    }

        .dropdown-menu > li > div > table > thead > tr > th > .btn:hover {
            background-color: #d71e1c;
        }

    .dropdown-menu > li > div > table > tbody > tr > td > .btn {
        /*background-color:#eee;*/
        -moz-box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.08);
    }

    .dropdown-menu > li > div > table > tbody > tr > td > .active {
        border: 1px solid #d71e1c;
        background-color: #fff !important;
    }

        .dropdown-menu > li > div > table > tbody > tr > td > .active > span {
            color: #555 !important;
        }


/* Notice Page */

.notice-page {
    margin: 80px auto 0;
    padding-top: 29px;
    width: 100%;
    background: #fff;
    /*box-shadow:0 2px 4px rgba(0,0,0,0.2)*/
}

    .notice-page h2 {
        margin: 0 0 20px;
        text-align: center;
        font-size: 32px;
        font-weight: 200;
    }

.am-notice-page {
    padding-top: 29px;
    width: 100%;
    background: #fff;
    /*box-shadow:0 2px 4px rgba(0,0,0,0.2)*/
}

    .am-notice-page p {
        margin: 0;
        text-align: center;
        font-size: 14px;
        color: red;
    }

.notice-page h2 .fa {
    margin: 0 10px 0px 0;
    font-size: 32px;
    font-weight: 200;
}

.notice-page p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.notice-warning h2 {
    color: #ff6a00;
}

.notice-info h2 {
    color: #157bb0;
}

.notice-error h2 {
    color: #d71e1c;
}

.calender select {
    color: #333;
}


/* Product items */

.product-item {
    margin: 0px 0 15px;
    padding: 0;
    width: 100%;
    display: table;
    background: #fff;
    border: 1px solid #ccc;
    border-left: 5px solid #e41d25;
}

.product-wait-indicator {
    margin: 0px 0px;
    padding: 0;
    width: 60px;
    display: table-cell;
}

.product-section {
    margin: 0px 0px;
    padding: 15px;
    display: table-cell;
    vertical-align: top;
}

    .product-section h2 {
        font-size: 18px;
        color: #e41d25;
        margin: 0 0 10px;
        padding: 0;
        font-weight: 600;
    }

    .product-section p {
        font-size: 13px;
        color: #555;
        margin: 0;
        padding: 0;
    }

    .product-section ul {
        font-size: 13px;
        color: #555;
        margin: 10px 0;
        padding: 0;
        list-style: none;
    }

        .product-section ul li {
            font-size: 12px;
            color: #555;
            margin: 0;
            padding: 0 0 0 5px;
            line-height: 18px;
        }

            .product-section ul li:before {
                font-size: 5px;
                color: #555;
                margin: 0 12px 0 0;
                padding: 0 0 0 0;
                content: "\f111";
                font-family: FontAwesome, sans-serif;
            }

    .product-section .button-footer {
        background: #efefef;
        padding: 10px;
        margin: 10px -15px -15px;
        text-align: right;
    }


/* Product Slider*/

.product-slider {
    border: 1px solid #ccc;
    position: relative;
    background: #ededed;
    padding: 0 0 0;
    float: left;
    width: 100%;
}

.product-section-slider {
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px 0 15px 0px;
}

.product-list {
    width: 100%;
    float: left;
}

.product-title {
    background: #2496cb;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    float: left;
}

    .product-title p {
        padding: 0;
        margin: 0;
    }

.product-box {
    margin: 5px 0;
    vertical-align: bottom;
    float: left;
}

.product-o {
    width: 100%;
    background: #fff;
    float: left;
    border: 1px solid #ddd;
}

.product-desc {
    height: 91px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 10px;
    font-size: 16px;
    float: left;
    width: 100%;
    min-height: 50px;
}

.product-selection-button {
    height: 19px;
}

.table-footer {
    background-color: #e5e5e5;
}

    .table-footer td b {
        font-size: 14px;
        font-weight: 600;
    }


/* dashboard */

.car-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dashboard-car-icon.png) no-repeat 30px center #de2e7d;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 60%;
    margin-bottom: 15px;
}

    .car-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .car-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
        line-height: 23px;
    }

    .car-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.ipa-link {
    padding: 15px 20px 15px 90px;
    background: url(/Content/Images/dashboard-ipa-icon.png) no-repeat 30px center #fa6820;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 60%;
    margin-bottom: 15px;
}

    .ipa-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

    .ipa-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

    .ipa-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

.gcv-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dashboard-gcv-icon.png) no-repeat 30px center #5C6BC0;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .gcv-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

    .gcv-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .gcv-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.pcv-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dashboard-pcv-icon.png) no-repeat 30px center #689F38;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .pcv-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

    .pcv-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .pcv-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.mch-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dashboard-mch-icon.png) no-repeat 30px center #9f3838;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

.apollo-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/optima-restore.png) no-repeat 30px center #089eb2;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .apollo-link p, .pie-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

    .apollo-link p, .easyhealth-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

    .apollo-link p, .energy-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

    .apollo-link p, .Ican-link, .OptimaCash-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

    .apollo-link p, .AmIpa-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

    .apollo-link p, .OptimaSuper-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

    .apollo-link p, .HealthWallet-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }




.pie-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/optima-restore.png) no-repeat 30px center #d71e1c;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

.pie-link-combo-pink {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/combo-package.png) no-repeat 30px center #de2e7d;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: 18% auto;
    margin-bottom: 15px;
}

.pie-link-combo-2 {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/combo-package.png) no-repeat 30px center #2faa97;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: 18% auto;
    margin-bottom: 15px;
}

.pie-link-combo-0 {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/combo-package.png) no-repeat 30px center #A39DE2;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: 18% auto;
    margin-bottom: 15px;
}

.pie-link-combo-1 {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/combo-package.png) no-repeat 30px center #2faa97;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: 18% auto;
    margin-bottom: 15px;
}

.pie-link-combo-2 {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/combo-package.png) no-repeat 30px center #de2e7d;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: 18% auto;
    margin-bottom: 15px;
}

.pie-link-combo-3 {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/combo-package.png) no-repeat 30px center #c5aa46;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: 18% auto;
    margin-bottom: 15px;
}

.pie-link-combo-4 {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/combo-package.png) no-repeat 30px center #2ea5de;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: 18% auto;
    margin-bottom: 15px;
}

.easyhealth-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/optima-restore.png) no-repeat 30px center #58631e;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

.energy-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/optima-restore.png) no-repeat 30px center #705d5d;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

.Ican-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/optima-restore.png) no-repeat 30px center #4f61f1;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

.OptimaCash-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/optima-restore.png) no-repeat 30px center #4f61f1;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

.AmIpa-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/optima-restore.png) no-repeat 30px center #2faa97;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

.OptimaSuper-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/optima-restore.png) no-repeat 30px center #A39DE2;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

.HealthWallet-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/optima-restore.png) no-repeat 30px center #be5ad7;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}





.mch-link h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin: 5px 0;
}

.mch-link:hover {
    text-decoration: none !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.mch-link p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0 0 5px;
}

.mst-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dashboard-mst-icon.png) no-repeat 30px center #294146;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .mst-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

    .mst-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .mst-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.ci-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dashboard-ci-icon.png) no-repeat 30px center #c5aa46;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .ci-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

    .ci-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .ci-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.hsp-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dashboard-hsp-icon.png) no-repeat 30px center #E64847;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .hsp-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

    .hsp-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .hsp-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.tw-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dasboard-tw-icon.png) no-repeat 30px center #2faa97;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .tw-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .tw-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
        line-height: 23px;
    }

    .tw-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.tractor-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dasboard-tractor-icon.png) no-repeat 30px center #2faabf;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .tractor-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

    .tractor-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .tractor-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.marineop-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dasboard-marine-icon.png) no-repeat 30px center #fa6820;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .marineop-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

    .marineop-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .marineop-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.marinesales-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dasboard-marine-icon.png) no-repeat 30px center #de2e7d;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .marinesales-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

    .marinesales-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .marinesales-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.pee-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dashboard-pee-icon.png) no-repeat 30px center #2faa97;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .pee-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .pee-link p {
        color: #fff;
        font-size: 13px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.travel-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dashboard-travel-icon.png) no-repeat 30px center rebeccapurple;
    float: left;
    width: 100%;
    color: #fff;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .travel-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .travel-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

    .travel-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

.dayendreport-link {
    padding: 15px 20px 015px 60px;
    background: no-repeat 30px center #fa6820;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .dayendreport-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

    .dayendreport-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .dayendreport-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.utilizationReport-link {
    padding: 15px 20px 015px 60px;
    background: no-repeat 30px center #2faabf;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .utilizationReport-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

    .utilizationReport-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .utilizationReport-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

.border {
    border: 1px solid #ddd;
}

.selection-area {
    background: #efefef;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

    .selection-area > div > h4 {
        color: #d71e1c;
    }

.welcome-section {
    padding: 5px 0 15px;
}

    .welcome-section h2 {
        margin: 0;
        padding: 0 0 10px;
        color: #d71e1c;
        font-weight: 600;
        font-size: 18px;
    }

    .welcome-section p {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 12px;
    }

.IndianRupeeMedia {
    display: none;
}

.UsDollarMedia {
    display: none;
}

.AbhaImg {
    cursor: pointer;
    margin-top: 15px;
    padding: 5px 15px 4px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

    .AbhaImg h4 {
        margin: 2px 16px;
        padding: 0 0px;
        text-align: left;
        font-size: 13px;
        color: #d71e1c;
        line-height: 20px;
    }
/*Quick button*/
.quick-button {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    line-height: 100%;
}

    .quick-button table {
        width: 40px;
        height: 100%;
    }

        .quick-button table td {
            width: 40px;
            vertical-align: middle;
            text-align: right;
        }

            .quick-button table td a img {
                margin: 5px 0;
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            }

.download-box h2 {
    font-size: 16px;
    background: #efefef;
    line-height: 35px;
    padding: 0 12px;
    border-bottom: 2px solid #ccc;
    background-color: #938e8e;
    color: #fff;
    margin: 0;
}

.download-box h3 {
    font-size: 20px;
    line-height: 45px;
    padding: 0 12px;
    border-bottom: 2px solid #ccc;
    margin: 0 0 15px 0;
}

.download-box ul {
    list-style: none;
    padding: 0;
}

    .download-box ul li {
        list-style: none;
        padding: 5px 0 5px 20px;
    }

        .download-box ul li:before {
            /*content:"\f1c1";*/
            position: absolute;
            left: 8px;
            color: #333;
            /*font-family:FontAwesome;*/
        }

        .download-box ul li a {
            list-style: none;
            padding: 0;
            color: #333;
            line-height: 15px;
        }

        .download-box ul li:hover:before {
            /*content:"\f1c1";*/
            position: absolute;
            left: 8px;
            color: #d71e1c;
            /*font-family:FontAwesome;*/
        }

        .download-box ul li a:hover {
            list-style: none;
            padding: 0;
            color: #d71e1c;
            line-height: 15px;
        }

.DiseaseList ul li:before {
    content: '\ffed';
    margin-right: 0.5em;
}

.DiseaseList ul li {
    display: inline-block;
    width: 33.33%;
}

.label-display-mobile {
    display: none;
}

/* Mobile Css */

@media (max-width:768px) {
    .quick-button {
        display: none;
    }

    .advertise .header-left-section p {
        font-size: 14px;
    }

    .advertise-section .list-group .list-group-item {
        font-size: 12px;
    }

    @font-face {
        font-family: 'WebRupee';
        src: url('/Content/fonts/WebRupee.V2.0.eot');
        src: url('/Content/fonts/WebRupee.V2.0.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    .IndianRupeeMedia {
        font-family: WebRupee, sans-serif;
        font-weight: bold;
        margin-right: 5px;
        display: inline;
    }

    .UsDollarMedia {
        font-family: sans-serif;
        font-weight: bold;
        margin-right: 5px;
        display: inline;
    }

    .AbhaImg {
        cursor: pointer;
        margin-top: 15px;
        padding: 5px 15px 4px;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }

        .AbhaImg h4 {
            margin: 2px 16px;
            padding: 0 0px;
            text-align: left;
            font-size: 13px;
            color: #d71e1c;
            line-height: 20px;
        }

    .header-right {
        float: right;
    }

    .table-checkout tr td h2 {
        font-size: 14px;
    }

    .widget-section {
        background-position: left 0 top -88px;
        /*display: table;*/
        width: 100%;
    }

    .checkout-page.widget-section {
        background-position: left 0 top -158px;
    }

    .radio-group.payment .btn {
        text-align: left;
    }

    .radio-group.payment .btn {
        margin: 5px 0 !important;
        width: 100%;
        font-size: 16px;
        font-weight: normal;
    }

    .login-section {
        width: 90%;
        margin: 0px auto;
        padding: 30px 0;
    }

    .wizard-section {
        padding-top: 15px;
    }

    .cart-item-list {
        position: absolute;
        z-index: 1000;
        border: 1px solid #d71e1c;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
        background: #fff;
        width: 100%;
    }

    .toll-box {
        display: none;
    }

    .takeit-icon {
        display: none;
    }

    .page-title h2 {
        font-weight: 200;
        line-height: 35px;
        font-size: 22px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    /*.page-title{
        display:none;
    }*/
    .page-content {
        padding-top: 0px;
    }

    .mobile-checkout-summary {
        display: block;
    }

    .web-checkout-summary {
        display: none;
    }

    .section-detail-item .section-name {
        position: relative;
        background: none;
        width: 100%;
    }

    .section-detail-item .section-detail {
        padding-left: 15px;
    }

    .radio-group {
        width: 100%;
        border: 1px solid #ddd;
    }

    .checkbox-group {
        width: 100%;
        padding: 0;
    }

        .checkbox-group .btn-checkbox {
            width: 100%;
            margin: 2px 0 !important;
        }

    .radio-group .btn-radio {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
        margin: 0 !important;
    }

    .content-left,
    .content-right {
        /*position: static;*/
        padding: 0px;
        width: 100%;
        z-index: 10 !important;
    }

    .content-right {
        padding-top: 20px;
    }

    .wizard-item p {
        display: none;
    }

    .cover-input-area,
    .cover-item-quetion {
        float: left;
        width: 100%;
    }

    .cover-input-area {
        padding: 0 0 15px 0;
    }

    .button-section .btn {
        margin-bottom: 10px;
        width: 100%;
    }

    .btn-back h4 {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 17px;
        color: #d71e1c;
        line-height: 20px;
    }

    .btn-icon h4 {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 17px;
        color: #d71e1c;
        line-height: 20px;
    }

    .btn-next h4 {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 17px;
        color: #d71e1c;
        line-height: 20px;
    }

    .btn-back p {
        font-size: 12px;
    }

    .btn-icon p {
        font-size: 12px;
    }

    .btn-next p {
        font-size: 12px;
    }

    .btn-edit {
        border: 2px solid #66afe9;
        color: #66afe9 !important;
        float: right;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin: 0;
        padding: 5px 15px;
    }

    .panel-title {
        font-size: 16px;
        line-height: 30px;
    }

    .page-title {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo {
        margin-left: 0;
    }

    .cover-desc {
        display: block;
        padding: 10px 15px 5px;
    }

    .cover-decision {
        display: block;
        padding: 5px 15px;
        text-align: right;
        width: 100%;
        margin: 5px 0px 5px;
    }

    .btn-group,
    .btn-group-vertical {
        position: relative;
        vertical-align: top;
        margin: 0px 0px 10px 0px;
    }

    .radio-group.separate .padding-right-10 {
        padding-right: 0px;
    }

    .radio-group.separate .padding-right-5 {
        padding-right: 0px;
    }

    .radio-group.separate .padding-right-0 {
        padding-right: 0px;
    }

    .radio-group.separate .padding-left-0 {
        padding-left: 0px;
    }

    .radio-group.separate .padding-left-10 {
        padding-left: 0px;
    }

    .radio-group.separate .padding-left-5 {
        padding-left: 0px;
    }

    .product-desc {
        height: auto;
    }

    .mobile-padding-horizontal-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-padding-vertical-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .mobile-display-none {
        display: none !important;
    }

    .display-none {
        display: none
    }

    .maxHeight {
        max-height: 5000px !important;
    }

    #content-width {
        padding-bottom: 0px;
    }
    /*newadded*/
    .panel-default .nav-tabs li.active a,
    .panel-default .nav-tabs li,
    .panel-default .nav-tabs li a,
    .panel-default .nav-tabs li a:hover {
        display: block !important;
        /* width:100% !important; */
        text-align: left !important;
        margin: 0 !important;
    }

    .mb-pad-0 {
        padding: 0;
    }

    .diamond-plan {
        margin-left: 0px;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .mobile-checkout-summary {
        display: block;
    }

    .web-checkout-summary {
        display: block;
    }

    .cover-decision {
        display: block;
        padding: 5px 15px;
        text-align: right;
        width: 100%;
        margin: 5px 0px 5px;
    }
}

@media (max-width:767px) {
    .wizard-icon {
        margin: 20px 0 10px -20px !important;
    }

    .wizard-item:before,
    .wizard-item:after {
        top: 40px !important;
    }

    .count-sec ul {
        margin-left: 0 !important;
    }

    .detail-sec .section-name {
        padding-left: 0;
    }

    .padding-leftxs-0 {
        padding-left: 0;
    }

    .count-sec li {
        margin-bottom: 5px;
    }

    .btn-cal {
        text-align: center;
        margin: 10px 0;
    }
}


/* Tablet Css */

@media (min-width:769px) and (max-width:991px) {
    .table-div .mobile-checkout-summary .web-display-none {
        display: block;
    }

    .mobile-display-none {
        display: none;
    }

    .label-display-mobile {
        display: none;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .web-checkout-summary {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .toll-box p {
        margin: 2px 0 3px;
        padding: 0;
        font-size: 12px;
        font-weight: 600;
        color: #666;
        line-height: 16px;
    }

    .cart-item-list {
        position: absolute;
        z-index: 1000;
        border: 1px solid #d71e1c;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
        background: #fff;
        width: 100%;
    }

    .radio-group.payment .btn {
        margin: 5px 0 !important;
        width: 100%;
        font-size: 16px;
        font-weight: 200;
    }

    .content-left,
    .content-right {
        display: block;
        padding: 20px;
        width: 100%;
    }

    .content-right {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .toll-box h2 {
        font-size: 14px;
        font-weight: 600;
        color: #d71e1c;
    }

        .toll-box h2 span {
            margin: 0;
            padding: 0;
            font-size: 18px;
            font-weight: 600;
            color: #d71e1c;
        }

    .page-title h2 {
        line-height: 25px;
        font-size: 25px;
    }

    .btn-back h4 {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 17px;
        color: #d71e1c;
        line-height: 20px;
    }

    .btn-icon h4 {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 17px;
        color: #d71e1c;
        line-height: 20px;
    }

    .btn-next h4 {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 17px;
        color: #d71e1c;
        line-height: 20px;
    }

    .btn-back p {
        font-size: 12px;
    }

    .btn-icon p {
        font-size: 12px;
    }

    .btn-next p {
        font-size: 12px;
    }

    .wizard-item {
        font-size: 14px;
        line-height: 18px;
    }

    .radio-group.separate .padding-right-10 {
        padding-right: 0px;
    }

    .radio-group.separate .padding-right-5 {
        padding-right: 0px;
    }

    .radio-group.separate .padding-right-0 {
        padding-right: 0px;
    }

    .radio-group.separate .padding-left-0 {
        padding-left: 0px;
    }

    .radio-group.separate .padding-left-10 {
        padding-left: 0px;
    }

    .radio-group.separate .padding-left-5 {
        padding-left: 0px;
    }

    .content-right {
        position: relative;
    }

    .margin-left-25 {
        margin-left: 25px;
    }

    .wizard-icon {
        margin: 88px 0 10px -20px !important;
        padding: 0;
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        line-height: 40px;
        background: #ddd;
        left: 50%;
        z-index: 2;
        color: #777;
        font-size: 18px;
    }

    .wizard-item:before {
        position: absolute;
        width: 50%;
        top: 109px !important;
        border-top: 2px dashed #aaa;
        left: 50%;
        content: "";
        z-index: 1;
    }

    .wizard-item:after {
        position: absolute;
        width: 50%;
        top: 109px !important;
        border-top: 2px dashed #aaa;
        left: 0;
        content: "";
        z-index: 1;
    }

    .maxHeight {
        max-height: 5000px !important;
    }

    .DiseaseList ul li {
        display: inline-block;
        width: 50%;
    }
}


/* Small Size desktop Css */

@media (min-width:992px) and (max-width:1199px) {
    .wizard-item {
        font-size: 14px;
        line-height: 18px;
    }

    .radio-group.payment .btn {
        margin: 5px 0 !important;
        width: 100%;
        font-size: 18px;
        font-weight: 200;
    }

    .content-left {
        padding-right: 285px;
    }

    .content-right {
        width: 285px;
    }

    .web-display-none {
        display: none;
    }

    .margin-left-25 {
        margin-left: 25px;
    }
}


/* Large Size desktop Css */

@media (min-width:1200px) {
    .web-display-none {
        display: none;
    }

    .margin-left-25 {
        margin-left: 25px;
    }
}

@media (max-width:991px) {
    .wizard-icon {
        margin: 10px 0 10px -20px !important;
        padding: 0;
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        line-height: 40px;
        background: #ddd;
        left: 50%;
        z-index: 2;
        color: #777;
        font-size: 18px;
    }

    .wizard-item:before {
        position: absolute;
        width: 50%;
        top: 25px !important;
        border-top: 2px dashed #aaa;
        left: 50%;
        content: "";
        z-index: 1;
    }

    .wizard-item:after {
        position: absolute;
        width: 50%;
        top: 25px !important;
        border-top: 2px dashed #aaa;
        left: 0;
        content: "";
        z-index: 1;
    }

    .reset-btn-m {
        margin-top: 15px;
    }
}

@media(max-width:768px) {
    .border-main {
        /*border-top: 1px solid #ddd;*/
        /*margin-right:-15px;*/
        margin: 0 auto;
    }

    .checkboc-res.padding-left-25 {
        padding-left: 30px
    }
}

@media (min-width:768px) {
    .mobile-padding-horizontal-15 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile-padding-vertical-15 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .width-10px {
        width: 10px;
    }

    .width-20px {
        width: 20px;
    }

    .width-30px {
        width: 30px;
    }

    .width-40px {
        width: 40px;
    }

    .width-50px {
        width: 50px;
    }

    .width-60px {
        width: 60px;
    }

    .width-70px {
        width: 70px;
    }

    .width-75px {
        width: 75px;
    }

    .width-80px {
        width: 80px;
    }

    .width-90px {
        width: 90px;
    }

    .width-100px {
        width: 100px;
    }

    .width-110px {
        width: 110px;
    }

    .width-120px {
        width: 120px;
    }

    .width-130px {
        width: 130px;
    }

    .width-140px {
        width: 140px;
    }

    .width-150px {
        width: 150px;
    }

    .width-160px {
        width: 160px;
    }

    .width-170px {
        width: 170px;
    }

    .width-180px {
        width: 180px;
    }

    .width-190px {
        width: 190px;
    }

    .width-200px {
        width: 200px;
    }

    .width-210px {
        width: 210px;
    }

    .width-220px {
        width: 220px;
    }

    .width-230px {
        width: 230px;
    }

    .width-240px {
        width: 240px;
    }

    .width-250px {
        width: 250px;
    }

    .width-260px {
        width: 260px;
    }

    .width-270px {
        width: 270px;
    }

    .width-280px {
        width: 280px;
    }

    .width-290px {
        width: 290px;
    }

    .width-300px {
        width: 300px;
    }

    .min-width-10px {
        min-width: 10px !important;
    }

    .min-width-20px {
        min-width: 20px !important;
    }

    .min-width-30px {
        min-width: 30px !important;
    }

    .min-width-40px {
        min-width: 40px !important;
    }

    .min-width-50px {
        min-width: 50px !important;
    }

    .min-width-60px {
        min-width: 60px !important;
    }

    .min-width-70px {
        min-width: 70px !important;
    }

    .min-width-80px {
        min-width: 80px !important;
    }

    .min-width-90px {
        min-width: 90px !important;
    }

    .min-width-100px {
        min-width: 100px !important;
    }

    .min-width-110px {
        min-width: 110px !important;
    }

    .min-width-120px {
        min-width: 120px !important;
    }

    .min-width-130px {
        min-width: 130px !important;
    }

    .min-width-140px {
        min-width: 140px !important;
    }

    .min-width-150px {
        min-width: 150px !important;
    }

    .min-width-160px {
        min-width: 160px !important;
    }

    .min-width-170px {
        min-width: 170px !important;
    }

    .min-width-180px {
        min-width: 180px !important;
    }

    .min-width-190px {
        min-width: 190px !important;
    }

    .min-width-200px {
        min-width: 200px !important;
    }

    .min-width-210px {
        min-width: 210px !important;
    }

    .min-width-220px {
        min-width: 220px !important;
    }

    .min-width-230px {
        min-width: 230px !important;
    }

    .min-width-240px {
        min-width: 240px !important;
    }

    .min-width-250px {
        min-width: 250px !important;
    }

    .min-width-260px {
        min-width: 260px !important;
    }

    .min-width-270px {
        min-width: 270px !important;
    }

    .min-width-280px {
        min-width: 280px !important;
    }

    .min-width-290px {
        min-width: 290px !important;
    }

    .min-width-300px {
        min-width: 300px !important;
    }
}


/* 
    Document   : no-more-tables
    Created on : 28/02/2012, 11:01:54 AM
    Author     : Simon Elvery
    Description:
        Demonstration of the responsive tables method described at by Chris Coyier
		at http://css-tricks.com/responsive-data-tables/
*/

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        min-height: 28px;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }
        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .IndianRupeeMedia {
        font-family: WebRupee, sans-serif;
        font-weight: bold;
        margin-right: 5px;
        display: inline !important;
    }

    .UsDollarMedia {
        font-family: sans-serif;
        font-weight: bold;
        margin-right: 5px;
        display: inline !important;
    }

    .AbhaImg {
        cursor: pointer;
        margin-top: 15px;
        padding: 5px 15px 4px;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }

        .AbhaImg h4 {
            margin: 2px 16px;
            padding: 0 0px;
            text-align: left;
            font-size: 13px;
            color: #d71e1c;
            line-height: 20px;
        }
}

input::-ms-clear {
    width: 0;
    height: 0;
}

input::-ms-reveal {
    width: 0;
    height: 0;
}

.bg-transparent {
    background-color: transparent !important;
    color: #333 !important;
}

.thankYouProductTitle {
    font-size: 14px;
    font-weight: 600;
    color: #d71e1c;
}

.input-group-addon {
    padding: 4px 12px;
    font-size: 12px;
}

.DownloadLink {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}

    .DownloadLink:hover {
        color: #fff;
        line-height: 30px;
        font-size: 14px;
    }

.font-11 {
    font-size: 11px !important;
}

input[type="text"][disabled] {
    background-color: #eee;
    opacity: 1;
    cursor: not-allowed;
}

.BrowserCompitibleText {
    color: #bd0f0d;
    width: 100% !important;
    text-align: center;
}

.faTickMark {
    color: green;
}

.accordian-effect {
    background-color: #efefef;
}

.notextdecoration {
    text-decoration: none;
}

.welcome {
    color: #D1161D;
}

.welcome-inner h1 {
    padding: 100px;
    text-align: center;
    margin: 0 auto;
    font-style: italic;
    font-weight: bold;
    justify-content: center;
}

.table > thead > tr > th {
    vertical-align: top !important;
    /*To Set BalanceSI column up in Grid of Marine Declaration*/
}

.font-size-12 {
    font-size: 12px !important;
}

.tabs-sec > li > a {
    text-align: center;
    width: 130px;
}

.tabs-sec li.active a {
    border: none !important;
    /*background-color: transparent;*/
    box-shadow: inset 0 -2px 0 #f00 !important;
    margin-bottom: 15px;
    text-align: center;
    line-height: 19px;
    width: 130px;
}

.tabs-sec > li > a:hover {
    border: none !important;
    background-color: transparent;
    box-shadow: inset 0 -2px 0 #f00;
    margin-bottom: 15px;
    text-align: center;
    line-height: 19px;
    width: 130px;
}

.button-area input {
    background: #FFF;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #545455;
}

.count-sec {
    background: #FFF;
}

    .count-sec ul {
        padding: 20px 0;
        margin: 0 10px;
    }

    .count-sec li {
        display: inline-block;
        margin-right: 10px;
    }

        .count-sec li a {
            height: 50px;
            width: 50px;
            background: #d9d9d9;
            color: #000;
            line-height: 50px;
            display: inline-block;
            font-size: 18px;
            text-align: center;
            text-decoration: none;
        }

            .count-sec li a:hover {
                height: 50px;
                width: 50px;
                background: #d71e1c;
                color: #fff;
                line-height: 50px;
                text-decoration: none;
            }

            .count-sec li a.active {
                height: 50px;
                width: 50px;
                background: #d71e1c;
                color: #fff;
                line-height: 50px;
                text-decoration: none;
            }

.count-sec-ipa {
    background: #FFF;
}

    .count-sec-ipa ul {
        padding: 20px 0;
        margin: 0 10px;
    }

    .count-sec-ipa li {
        display: inline-block;
        margin-right: 10px;
    }

        .count-sec-ipa li a {
            height: 50px;
            width: 85px;
            background: #d9d9d9;
            color: #000;
            line-height: 50px;
            display: inline-block;
            font-size: 18px;
            text-align: center;
            text-decoration: none;
        }

            .count-sec-ipa li a:hover {
                height: 50px;
                width: 85px;
                background: #d71e1c;
                color: #fff;
                line-height: 50px;
                text-decoration: none;
            }

            .count-sec-ipa li a.active {
                height: 50px;
                width: 85px;
                background: #d71e1c;
                color: #fff;
                line-height: 50px;
                text-decoration: none;
            }

.Mcheckbox-ipa {
    background: #f3f3f3;
    height: 50px;
    margin-bottom: 15px;
}

    .Mcheckbox-ipa input[type="checkbox"] {
        display: none;
    }

        .Mcheckbox-ipa input[type="checkbox"] + label {
            display: block;
            position: relative;
            padding-left: 25px;
            margin-bottom: 20px;
            font: 14px/20px 'Open Sans', Arial, sans-serif;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            background: #dddddd;
            margin-left: 30px;
            margin-left: 40px;
            height: 50px;
            padding-top: 10px;
            font-weight: 600;
        }

            .Mcheckbox-ipa input[type="checkbox"] + label:last-child {
                margin-bottom: 0;
            }

            .Mcheckbox-ipa input[type="checkbox"] + label:before {
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                border: 2px solid #d71e1c;
                position: absolute;
                left: -30px;
                top: 10px;
                -webkit-transition: all .12s, border-color .08s;
                transition: all .12s, border-color .08s;
            }

        .Mcheckbox-ipa input[type="checkbox"]:checked + label:before {
            width: 10px;
            top: 5px;
            left: -25px;
            border-radius: 0;
            opacity: 1;
            border-top-color: transparent;
            border-left-color: transparent;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }


#buttonMinusChild {
    width: 23px;
}

#childCount {
    /*width: 20px;*/
    text-align: center;
    width: 40px;
}

#buttonPlusChild {
    width: 23px;
}

#buttonMinusAdult {
    width: 23px;
}

#adultCount {
    /*width: 20px;*/
    text-align: center;
    width: 40px;
}

.memberCount {
    text-align: center;
    width: 40px;
}

#buttonPlusAdult {
    width: 23px;
}

.detail-sec {
    overflow: hidden;
}

.btn-cal {
    margin: 15px 0 0;
}


/*****slider******/

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 20px;
}

.tooltip.in {
    display: none !important;
}

label.label-form-control {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555 !important;
    background-image: none;
}

.tabcontent {
    display: block;
}

.tabicon {
    display: none;
}

.stick {
    /*position: fixed;*/
    top: 0;
    margin-left: -30px !important;
}

.stick-card {
    /*position: fixed;*/
    top: 82px;
    margin-left: -16px !important;
}

.stick-member {
    /*position: fixed;*/
    margin-left: -45px !important;
    top: 45px;
    background-color: #fafafa;
}

.stick-cardmember {
    position: fixed;
    top: 126px;
    background-color: #fafafa;
    margin-left: -30px !important;
}

.memberdiv {
    z-index: 9 !important;
    width: 100%;
}

.tabdiv {
    z-index: 9 !important;
    background-color: #fafafa;
    width: 100%;
}

.mobile-breaker {
    display: none;
}

.tabs-sec li.disabled a {
    color: #777;
}

    .tabs-sec li.disabled a:hover {
        color: #777;
        box-shadow: none;
        background-color: transparent;
    }

.red-color {
    color: red;
}

.green-color {
    color: green;
}

.blue-color {
    color: #337ab7;
}

@media (max-width: 599px) and (min-width:321px) {
    .tabcontent {
        display: none;
    }

    .tabicon {
        display: block;
    }

    .tabs-sec > li > a {
        width: 100%;
    }

    .tabs-sec li.active a {
        width: 100% !important;
        text-align: center !important;
    }

    .panel-default .nav-tabs li.active a,
    .panel-default .nav-tabs li,
    .panel-default .nav-tabs li a,
    .panel-default .nav-tabs li a:hover {
        width: auto;
        text-align: center !important;
    }

    .count-sec ul {
        padding: 5px 8px 1px 10px;
        margin: 0 5px;
    }

    .mobile-breaker {
        display: block;
        padding-bottom: 10px;
    }

    .count-sec li a.active {
        width: 25px !important;
        height: 25px !important;
        display: inline-block;
        font-size: 12px;
        line-height: 30px;
    }

    .count-sec li a {
        width: 25px !important;
        height: 25px !important;
        display: inline-block;
        font-size: 12px;
        line-height: 30px;
    }

    .DiseaseList ul li {
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 320px) {
    .tabcontent {
        display: none;
    }

    .tabicon {
        display: block;
    }

    .tabs-sec > li > a {
        width: 100%;
    }

    .tabs-sec li.active a {
        width: 100% !important;
        text-align: center !important;
    }

    .panel-default .nav-tabs li.active a,
    .panel-default .nav-tabs li,
    .panel-default .nav-tabs li a,
    .panel-default .nav-tabs li a:hover {
        /*width: 100%;*/
        text-align: center !important;
    }

    .count-sec ul {
        padding: 5px 8px 1px 10px;
        margin: 0 5px;
    }

    .mobile-breaker {
        display: block;
        padding-bottom: 10px;
    }

    .count-sec li a.active {
        width: 25px !important;
        height: 25px !important;
        display: inline-block;
        font-size: 12px;
        line-height: 30px;
    }

    .count-sec li a {
        width: 25px !important;
        height: 25px !important;
        display: inline-block;
        font-size: 12px;
        line-height: 30px;
    }

    .DiseaseList ul li {
        display: inline-block;
        width: 100%;
    }
}

.compare-quote-different-section {
    background: #f5b14d;
    border-radius: 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif !important;
}

    .compare-quote-different-section:hover,
    .compare-quote-different-section:focus,
    .compare-quote-different-section:focus:hover {
        background: #ff9800;
        border-radius: 0;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif !important;
    }

.verify-optcode {
    padding: 20px 0 10px;
    /*text-align: center;*/
}

    .verify-optcode .otp-form {
        width: 46px;
        height: 46px;
        display: inline-block;
        margin: 0 5px;
        border: 1px solid rgba(0, 0, 0, .12);
        text-align: center;
    }

.accountlockscrollbar {
    height: 400px;
    overflow-y: auto;
}

a.speechToText {
    animation-duration: 1500ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 1500ms infinite;
    /* Safari and Chrome */
}

@keyframes blink {
    from {
        color: white;
        background: green;
    }

    to {
        color: green;
        background: white;
    }
}

@-webkit-keyframes blink {
    from {
        color: white;
        background: green;
    }

    to {
        color: green;
        background: white;
    }
}

.font-size-18 {
    font-size: 18px !important;
}

.padding-top-12 {
    padding-top: 12px !important;
}

.color-green {
    color: green;
}

.esecure-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dasboard-esecure-icon.png) no-repeat 30px center #2ea5de;
    float: left;
    width: 100%;
    color: #fff;
    text-decoration: none !important;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .esecure-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

    .esecure-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .esecure-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }


/************************/

.notif-icon {
    padding-top: 15px !important;
}

.amount-notif {
    position: absolute;
    border-radius: 1.25em;
    color: #fff !important;
    background: #ff5252;
    text-align: center;
    line-height: 11px;
    padding: 3px 5px !important;
    right: 4px;
    top: 8px;
    font-size: 12px !important;
}

.f-20 {
    font-size: 20px;
}

.m-r-10 {
    margin-right: 10px;
}

.notif-sec {
    position: relative;
}

    .notif-sec i {
        font-size: 19px;
    }

.logout-section ul li:first-child {
}

.no-text-decoration {
    text-decoration: none !important;
}

.notif-sec .dropdown-menu {
    /* display: none !important;*/
    overflow: inherit !important;
    overflow-y: scroll !important;
    left: -100px;
    margin: 0 auto;
    max-height: 210px;
    width: 255px;
    text-align: left !important;
}

.notif-sec.open > .dropdown-menu {
    /*display: block !important;*/
}

.notif-sec .dropdown-menu li {
    border-right: 0 !important;
    padding: 0 !important;
    position: relative;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ddd;
    display: block;
    height: auto;
    text-align: left;
}

.top-text-block {
    color: #333 !important;
    display: inline-block !important;
}

.notif-sec .dropdown-menu li:hover:before {
    content: '';
    width: 4px;
    background: #f4272b;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.top-text-block:active {
    background: rgba(0, 0, 0, 0.2);
}

.top-text-heading {
    font-size: 12px;
    display: inline-block;
    padding-left: 0;
    font-weight: normal;
}

.title-head {
    font-size: 12px !important;
}

.notif-date {
    float: right;
    /*font-size: 10px;*/
    display: block;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 12px !important;
}

.top-text-block i {
    vertical-align: top;
}

.view-icon {
    width: 20px;
    display: inline-block !important;
    margin: 0 auto;
    vertical-align: top;
    padding-top: 15px !important;
    margin-right: 5px;
}

.notif-sec .dropdown-menu > li > a:hover,
.notif-sec .dropdown-menu > li > a:focus {
    background-color: transparent !important;
}

.notif-sec .dropdown-menu > .active > a {
    background-color: transparent !important;
}

.notif-sec .dropdown-menu > li:hover {
    background-color: #f5f5f5 !important;
    display: inline-block;
}

.notif-sec .dropdown-menu > li.active {
    /*background-color: #f5f5f5 !important;*/
    background-color: #ecf9ff !important;
    display: inline-block;
}

.notif-sec .dropdown-menu li.active:before {
    content: '';
    width: 4px;
    background: #f4272b;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

@media (max-width:650px) {
    .notif-sec .dropdown-menu {
        left: -165px !important;
    }
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}

.dropdown-max-height {
    max-height: 165px !important;
}

.dash-drop-btn {
    text-align: center;
    padding: 1px;
    height: 20px;
    width: 20px;
}

.dashboard-grid tr td {
    position: relative;
}

.dashboard-grid .dashboard-option {
    padding: 5px 15px;
}

.dashboard-option .dropdown {
    text-align: left;
    position: absolute !important;
    left: 5px;
    right: 5px;
}

.dashboard-grid .dropdown-max-height {
    max-height: 400px !important;
    width: 200px !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

.increase-popover-width {
    max-width: 400px;
}

.blink {
    font-size: 13px;
    animation: blink 2s ease-in infinite;
}

.align-BI-icon {
    float: left;
}

@keyframes blink {
    from, to {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.width-35-per {
    width: 35% !important;
}

.margin-right-0 {
    margin-right: 0px;
}

.button-footer button {
    margin-top: 5px;
}

@media (min-width:768px) and (max-width:1024px) {
    .ipa-link,
    .car-link,
    .tw-link,
    .tractor-link,
    .gcv-link,
    .pcv-link,
    .mch-link,
    .mst-link,
    .ci-link,
    .hsp-link,
    .esecure-link,
    .marinesales-link,
    .travel-link {
        height: 85px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .ipa-link p,
        .car-link p,
        .tw-link p,
        .tractor-link p,
        .gcv-link p,
        .pcv-link p,
        .mch-link p,
        .mst-link p,
        .ci-link p,
        .hsp-link p,
        .esecure-link p,
        .travel-link p {
            font-size: 13px;
            margin: 0px 10px 5px;
        }

        .marinesales-link p {
            font-size: 13px;
            margin: 0px 0px 5px 3px;
        }
}

.border-main .btn-primary {
    width: 75px;
    float: right;
}

.margin-right-15 {
    margin-right: 15px;
}

.mobile-view-reset-button-health {
    /*padding-left: 11px;*/
    color: #ffffff !important;
    padding: 3px;
    width: 55px !important;
}

.member-box-addon {
    width: 130px !important;
}


/********************/

.ui-select-bootstrap .ui-select-choices-row.active > span {
    background-color: #d71e1c;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    background-color: rgba(0, 0, 0, .06) !important;
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    font-weight: normal;
    border-radius: 100px;
}

.ui-select-bootstrap .ui-select-choices-row > span:hover,
.ui-select-bootstrap .ui-select-choices-row > span:focus {
    background-color: #d71e1c;
    color: #fff;
}

.ui-select-container input.ui-select-search {
    min-width: 100% !important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    font-size: 1.2em;
    line-height: 20px;
}

.close {
    color: #FFF;
    opacity: 1;
    width: 16px;
    height: 16px;
    text-align: center;
    padding-right: 4px;
    line-height: 14px !important;
    font-weight: 400;
    margin-left: 6px;
    margin-top: 2px;
    background: rgba(0, 0, 0, .54);
    border-radius: 100px;
    font-size: 14px !important;
}

    .close:hover,
    .close:focus {
        color: #FFF;
        background: rgba(0, 0, 0, .54);
        opacity: 1;
    }


/*************************/

.apollo-tab .tabs-sec li a {
    width: auto;
    /*margin-right: 0;*/
    box-shadow: inset 0 -2px 0 #FFF;
}

.apollo-tab .tabs-sec > li > a:hover {
    box-shadow: inset 0 -2px 0 #f00;
}

.apollo-tab .tabs-sec li.active a {
    width: auto;
}

.apollo-tab .panel-body {
    padding: 10px 15px;
}

.ques-sec ol {
    padding-left: 15px;
}

.ques-sec li {
    margin-bottom: 10px;
}

.ques-sec, .ques-blk {
    position: relative;
}

.members-blk .dropdown-menu {
    min-width: 60px !important;
}

.ques-blk label {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 12px;
    display: block;
}

    .ques-blk label.required {
        font-size: 10px;
        font-weight: normal;
        margin-bottom: 12px;
        display: block;
    }

.ques-blk .btn-outline-secondary, .ques-blk .btn-primary {
    padding-top: 8px;
    padding-bottom: 8px;
}

.product-blk p {
    font-size: 12px;
}

.product-blk h3 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.product-blk ul {
    padding: 0;
}

.product-blk li img {
    height: 13px;
    width: 13px;
    margin-right: 5px;
}

.list-product li {
    display: block;
    font-size: 12px;
    padding: 5px 0;
    width: 100%;
}

    .list-product li:before {
        content: '\f00c';
        font-family: FontAwesome, sans-serif;
        font-style: normal;
        float: left;
        margin-left: 0;
        color: #d71e1c;
        font-size: 16px;
        margin-right: 10px;
    }

.address-blk label {
    width: 100%;
    float: right;
}

.address-blk .charac-text {
    font-size: 10px;
    float: right;
}

.btn-defult {
    border-radius: 0;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.migration-text p {
    background-color: #e8ffde;
    width: 541px;
    font-weight: bold;
    border: 4px Solid #37c237;
    padding: 20px 14px;
    margin: 0px 4px 5px;
}

/***********Portability Questionnaire*************/

.ques-blk .nav-tabs li {
    width: 200px;
    background: #f1f1f1;
    padding: 5px 0 0;
}

.ques-blk .nav-tabs > li.active > a,
.ques-blk .nav-tabs > li.active > a:hover,
.ques-blk .nav-tabs > li.active > a:focus {
    color: #FFF !important;
    background-color: #d71e1c;
    border-color: transparent !important;
}

.ques-blk .nav-tabs a {
    border-radius: 0 !important;
    color: #555555 !important;
    text-align: center;
}

.ques-blk .fade:not(.show) {
    opacity: 1;
}

.ques-blk .tab-content {
    border: 1px solid #ddd;
    overflow: hidden;
}

.lastyear-details {
    padding: 25px 25px 80px;
}


/*************************/

.policy-doc h2 {
    font-weight: 600;
    text-align: left;
    color: #333;
    font-size: 14px;
    margin-top: 15px;
}

/*.e-insurance-blk {
    border: 1px solid #ddd;
    padding: 30px 15px;
}*/

.e-insurance-blk p {
    text-align: justify;
}

.e-insurance {
    color: #333;
    padding: 10px 0 0;
}

    .e-insurance h3 {
        color: #333;
        font-size: 13px;
    }

    .e-insurance h4 {
        color: #333;
        font-size: 14px;
        font-weight: 600;
    }

    .e-insurance span {
        color: #333;
        display: block;
    }

    .e-insurance p {
        color: #333;
    }

/*****Basic Deatils******/

.upload-sec img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 50px;
}

.upload-sec h2 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 8px 10px 15px 0;
    font-weight: 600;
    display: inline-block !important;
}

.camera-blk {
    background: #cccccc;
    color: #555555;
    position: absolute;
    top: 0;
    right: 0;
    left: 200px;
    z-index: 999;
    border-radius: 8px;
    width: 250px;
    padding: 2px;
}

    .camera-blk ul {
        margin: 0;
        padding: 0;
    }

    .camera-blk li:first-child {
        border-right: 1px solid #ddd;
    }

    .camera-blk li {
        display: inline-block;
        width: 49%;
        text-align: center;
        padding: 10px 0;
    }

        .camera-blk li a {
            color: #555555;
            text-decoration: none;
        }

            .camera-blk li a img {
                width: 35px;
                height: auto;
                display: block;
                margin: 0 auto 10px;
                border-radius: 0 !important;
            }


/***********************/

.questionnaire {
    padding: 10px 15px;
}

.que-blk {
    background: #f2f2f2;
    color: #4c4c4e;
    border: 1px solid #dddddd;
    padding: 0 15px;
}

    .que-blk h2 {
        width: 49%;
        display: inline-block;
        margin: 10px 0;
        font-size: 18px;
        line-height: 30px;
        word-break: break-word;
    }

    .que-blk .que-btn {
        width: 49%;
        display: inline-block;
        text-align: right;
        vertical-align: top;
        padding: 7px 0;
    }

    .que-blk .border-left {
        border-left: 1px solid #dddddd;
    }

    .que-blk .btn-default {
        background: #e9e9e9;
        color: #919191;
        width: 50px;
        height: 40px;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
    }

        .que-blk .btn-default i {
            color: #919191 !important;
        }

    .que-blk .btn-primary {
        background: #d71e1c;
        color: #FFF;
        width: 50px;
        height: 40px;
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
    }

        .que-blk .btn-primary:active, .que-blk .btn-primary.active, .open > .dropdown-toggle.btn-primary {
            background: #d71e1c !important;
            color: #FFF;
        }

            .que-blk .btn-primary.active i {
                color: #FFF !important;
            }

        .que-blk .btn-primary img {
            width: 20px;
        }

    .que-blk .btn-default img {
        width: 18px;
    }

    .que-blk h2 {
        display: inline-block !important;
    }

.medical-ques {
    margin-top: 25px;
}

    .medical-ques span {
        margin-bottom: 10px;
        display: block;
    }

    .medical-ques .que-blk {
        background: #FFF;
    }

.ng-hide {
    display: none !important;
}

.product-blk .dropdown-menu, .members-blk .dropdown-menu {
    left: 15px !important;
}

.ques-sec li .dropdown-menu li {
    margin-bottom: 0 !important;
}
/****************************/
.input-group .btn-primary {
    background: #d71e1c !important;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.lifestyle-btn {
    width: 100px;
    text-align: center;
    height: 30px !important;
}

    .lifestyle-btn img {
        height: 23px;
    }

.medicalques-blk {
    margin-top: 15px;
}
/*.medicalques-sec span{
    background:#dddddd;
}*/
.uib-datepicker-popup.dropdown-menu {
    overflow: hidden !important;
}

.Mcheckbox {
    background: #f3f3f3;
    height: 40px;
    margin-bottom: 15px;
}

    .Mcheckbox input[type="checkbox"] {
        display: none;
    }

        .Mcheckbox input[type="checkbox"] + label {
            display: block;
            position: relative;
            padding-left: 25px;
            margin-bottom: 20px;
            font: 14px/20px 'Open Sans', Arial, sans-serif;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            background: #dddddd;
            margin-left: 30px;
            margin-left: 40px;
            height: 40px;
            padding-top: 10px;
            font-weight: 600;
        }

            .Mcheckbox input[type="checkbox"] + label:last-child {
                margin-bottom: 0;
            }

            .Mcheckbox input[type="checkbox"] + label:before {
                content: '';
                display: block;
                width: 20px;
                height: 20px;
                border: 2px solid #d71e1c;
                position: absolute;
                left: -30px;
                top: 10px;
                -webkit-transition: all .12s, border-color .08s;
                transition: all .12s, border-color .08s;
            }

        .Mcheckbox input[type="checkbox"]:checked + label:before {
            width: 10px;
            top: 5px;
            left: -25px;
            border-radius: 0;
            opacity: 1;
            border-top-color: transparent;
            border-left-color: transparent;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.medicalques-sec .checkbox-all input[type="checkbox"] + label {
    font-weight: 600;
}
/************Nominee*************/
.checkbox-all .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.checkbox-all [type="checkbox"]:not(:checked), .checkbox-all [type="checkbox"]:checked {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}



.checkbox-all input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.checkbox-all .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .checkbox-all .form-check-input[type="checkbox"] + label,
    .checkbox-all label.btn input[type="checkbox"] + label {
        position: relative;
        display: inline-block;
        height: 1.5625rem;
        padding-left: 35px;
        line-height: 20px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-bottom: 10px;
        font-weight: normal;
    }



.checkbox-all .form-check-label {
    margin-bottom: 0;
}

.checkbox-all .form-check-input[type="checkbox"] + label:before,
.checkbox-all .form-check-input[type="checkbox"]:not(.filled-in) + label:after,
.checkbox-all label.btn input[type="checkbox"] + label:before,
.checkbox-all label.btn input[type="checkbox"]:not(.filled-in) + label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    content: "";
    border: 2px solid #f4272b;
    border-radius: 1px;
    -webkit-transition: .2s;
    transition: .2s;
}

.checkbox-all .form-check-input[type="checkbox"][disabled] + label:before,
.checkbox-all .form-check-input[type="checkbox"][disabled]:not(.filled-in) + label:after,
.checkbox-all label.btn input[type="checkbox"][disabled] + label:before,
.checkbox-all label.btn input[type="checkbox"][disabled]:not(.filled-in) + label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    content: "";
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    -webkit-transition: .2s;
    transition: .2s;
    background-color: #eee;
    opacity: 1;
    cursor: not-allowed;
}

.checkbox-all .form-check-input[type="checkbox"]:not(.filled-in) + label:after,
.checkbox-all label.btn input[type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkbox-all input[type=checkbox]:focus + label:before {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.checkbox-all .form-check-input[type="checkbox"]:checked + label:before, label.btn input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    height: 18px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nominee-checkbox {
    background: #f1f1f1;
    padding: 8px 5px;
    margin: 20px 0 15px;
}

    .nominee-checkbox label {
        font-weight: 800 !important;
    }

.filestyle {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
}

.bootstrap-filestyle .input-group-btn .btn-secondary {
    background: #555555 !important;
}

.bootstrap-filestyle .input-group-btn .btn-secondary {
    padding-top: 0;
    padding-bottom: 0;
}

    .bootstrap-filestyle .input-group-btn .btn-secondary .buttonText img {
        height: 23px;
        width: 25px;
    }

.docupload-sec .btn-default {
    color: #FFF;
    background-color: #555555;
    border-color: #555555;
    font-size: 12px;
}

.docupload-sec button.btn.btn-default.btn-sm {
    color: #555;
    background: #fff;
    border-color: #555555;
    border: 1px solid #ccc;
    font-size: 12px;
}

    .docupload-sec button.btn.btn-default.btn-sm.pull-left.uib-left {
        background-color: #d71e1c;
        border: none;
        color: #fff;
    }

    .docupload-sec button.btn.btn-default.btn-sm.pull-right.uib-right {
        background-color: #d71e1c;
        border: none;
        color: #fff;
    }

.docupload-sec {
    border: 1px solid #ccc;
    padding: 15px 15px 0;
}

.leftmenu-sub {
    display: none;
}
/***********upgrade-sec*************/
.upgrade-sec .upgrad-btn {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background: #FFF;
    color: #333;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 11px 10px;
}

    .upgrade-sec .upgrad-btn span {
        color: #d71e1c;
        font-size: 13px;
        display: block;
        line-height: 20px;
        margin-top: 5px;
    }

.upgrad-card {
    background: #f1f1f1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 5px 20px;
    width: 320px;
    margin-left: 25px;
    display: inline-block;
    vertical-align: top;
}

    .upgrad-card img {
        width: 105px;
    }

.upgrad-img-blk {
    position: relative;
    display: inline-block;
}

.upgrad-card .upgrad-amount {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 45px;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
}

.total-premium {
    color: #555555;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    float: right;
    padding-top: 60px;
}

    .total-premium span {
        color: #d71e1c;
        display: block;
    }

.upgrade-sec h2 {
    font-size: 14px;
    color: #333 !important;
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 10px
}

.upgrade-sec .upgradebtn-blk {
    width: 250px;
}

.member-list ul {
    padding: 0;
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.member-list li {
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    width: 150px;
    min-height: 130px;
    border: 1px solid #dddddd;
    margin: 15px 0 0 15px;
    position: relative;
}

.member-img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: #f2f2f2;
    border: 2px solid #cccccc;
    margin: 0 auto;
}

    .member-img img {
        border-radius: 50%;
    }

.member-name {
    padding-bottom: 15px;
}

    .member-name p {
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 3px;
        text-align: center;
    }

        .member-name p.age-text {
            position: absolute;
            bottom: 5px;
            left: 0;
            right: 0;
        }

.member-list li div:first-child {
    text-align: center;
}

    .member-list li div:first-child img {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        text-align: center;
    }

.title-main {
    display: none !important;
}

.pa-offer {
    background: #f2f2f2;
    color: #333;
    padding: 10px;
}

.medicalques-sec .uib-datepicker span.text-muted {
    background: transparent;
}

.radio-group .upgrad-btn.active {
    background: #d71e1c;
    color: #FFF;
}

    .radio-group .upgrad-btn.active span {
        color: #FFF;
    }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.btn-thank {
    vertical-align: top !important;
    display: inline-block;
    float: right;
    position: absolute;
    right: 30px;
}

    .btn-thank .btn {
        float: right;
        display: inline-block;
        font-size: 14px;
        color: #333;
    }

.ques-blk select, .ques-blk textarea, .ques-blk input {
    width: 75%;
}

.lastyear-details select, .lastyear-details textarea, .lastyear-details input {
    width: 100%;
}

.ap-radio {
    margin: 0.1rem;
}

    .ap-radio input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

    .ap-radio label {
        font-weight: normal;
    }

    .ap-radio input[type="radio"] + .radio-label:before {
        content: '';
        background: #FFFFFF;
        border-radius: 100%;
        border: 1px solid rgba(0, 0, 0, 0.2);
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        top: -0.2em;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
    }

    .ap-radio input[type="radio"]:checked + .radio-label:before {
        background-color: #d71e1c;
        box-shadow: inset 0 0 0 4px #FFFFFF;
    }

    .ap-radio input[type="radio"]:focus + .radio-label:before {
        outline: none;
        border-color: #d71e1c;
    }

    .ap-radio input[type="radio"]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #FFFFFF;
        background: #FFFFFF;
    }

    .ap-radio input[type="radio"] + .radio-label:empty:before {
        margin-right: 0;
    }

.support-blk {
    padding: 10px 15px;
}

    .support-blk .btn-light {
        font-size: 14px;
        color: #333;
    }

.changepolicy {
    background: #f9f9f9;
    color: #333333;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid red;
}

.pay-sms {
    background: #eee;
    color: #333333;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.10);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #aaa;
}

.ques-otp {
    background: #ffffff;
    color: #333333;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #aaa;
    height: 50px;
}

.changepolicy h3 {
    font-size: 22px;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    color: #e41d25;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 600;
}

.dropdown-member .dropdown-menu {
    left: inherit !important;
    max-height: 200px;
}

.dropdown-height .dropdown-menu {
    max-height: 140px;
}

@media only screen and (max-width: 1390px) {
    .nav-mobile li.menu-right {
        /*width: 27%;*/
        float: right;
    }
}

@media only screen and (max-width: 991px) {

    .camera-blk {
        left: 200px;
        width: 250px;
    }

    .apollo-tab .tabs-sec {
        display: none;
    }

    h2.title-main {
        color: #d71e1c;
        font-size: 18px;
        display: block;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        padding-bottom: 10px;
        margin-top: 0;
    }

    .title-main {
        display: block !important;
    }

    .que-blk h2, .upload-sec h2 {
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }

    .product-blk h3 {
        font-size: 16px !important;
    }

    .btn-thank {
        right: 30px;
    }

    .upgrad-card, .upgrade-sec .radio-group {
        margin-top: 35px;
    }

    .e-insurance-blk h2 {
        color: #333;
    }

    .migration-text p {
        background-color: #e8ffde;
        width: 322px;
        font-weight: bold;
        border: 4px Solid #37c237;
        padding: 20px 8px;
        margin: 0px 0px 5px;
    }
}

@media only screen and (max-width: 850px) {
    .nav-mobile li.menu-right {
        /*width: 35%;*/
        float: right;
    }
}


@media only screen and (max-width: 768px) {
    .ap-radio {
        padding-left: 15px;
    }

    .support-blk .ap-radio {
        padding-left: 0;
    }

    .menu-sidebar .logo img {
        width: 200px;
    }

    .menu-sidebar .logo {
        padding-left: 7px;
    }

    .nav-mobile .menu-left li a {
        padding-left: 7px !important;
    }

    .nav-mobile {
        position: relative;
    }

    #content-area {
        margin: 0 auto;
    }

    .wizard-section {
        padding-top: 0;
        display: none;
        margin: 0 auto;
    }

    .upload-sec h2 {
        font-size: 14px !important;
        color: #333 !important;
        border-bottom: none !important;
    }

    .baiscdetail .panel-body h2 {
        padding-bottom: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .baiscdetail .section-detail .form-group label {
        font-weight: 400;
        font-size: 12px;
    }

    .section-detail-item .section-name {
        display: none;
    }

    .plantype-wid.radio-group .btn-radio {
        width: 100% !important;
    }

    .apollo-tab .radio-group .btn-radio {
        width: auto;
        border-left: 1px solid #ccc;
    }

    .apollo-tab .radio-group {
        width: auto;
        border: 1px solid #ddd;
    }


    .nav-mobile li.menu-right {
        display: none;
    }

    .camera-blk {
        right: 145px;
        width: 250px;
    }

    .leftmenu-sub {
        display: block;
    }

    .upgrade-sec .upgrad-btn {
        margin: 10px auto 0;
        text-align: center;
        width: 100%;
    }

    .upgrad-card {
        display: block;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .btn-thank {
        right: 0px;
        top: 0px;
    }

    .ques-blk select, .ques-blk textarea, .ques-blk input {
        width: 100% !important;
    }

    .ques-blk .nav-tabs li {
        width: 33.3%;
    }

    .nav-mobile li span {
        /*padding-top: 10px;*/
    }

    .upgrade-sec {
        position: relative;
    }

    .upgrad-card .upgrad-amount {
        bottom: 40px;
        font-size: 14px;
    }

    .width-49 {
        width: 49%;
    }

    .apollo-tab .type-btn.radio-group .btn-radio {
        width: 100%;
        border-left: 1px solid #ccc;
    }

    .label-display-mobile {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .nav-mobile li.menu-right {
        /*width: 50%;*/
        float: right;
    }

    .head-right {
        float: right;
    }

    .camera-blk {
        top: 80px;
        margin: 0;
        left: 20px;
    }

        .camera-blk li {
            padding: 10px 0;
        }

            .camera-blk li a img {
                width: 28px;
            }

    .member-list li {
        margin: 15px auto 0;
    }
}

@media only screen and (max-width: 500px) {
    .nav-mobile li.menu-right {
        /*width: 100%;*/
        float: right;
    }
}

@media only screen and (max-width: 460px) {
    .upgrad-card {
        padding: 18px 10px;
        width: auto;
    }

    .total-premium {
        font-size: 14px;
        padding-top: 40px;
    }

    .upgrad-card img {
        width: 90px;
    }

    .Mcheckbox input[type="checkbox"] + label {
        font-size: 12px;
    }
}

@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
    .nav-mobile .menu-container .menu-sidebar {
        max-height: 495px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 125px;
    }
}

@media (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
    .nav-mobile .menu-container .menu-sidebar {
        max-height: 495px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 125px;
    }
}

@media(min-width:824px) {
    .OptimaSecure-OtherDetails-TextBox {
        width: 82%;
    }
}

.upgrade-sec .btn-group .btn + .btn {
    margin-left: 0;
}

#emi-popover {
    overflow-y: auto;
    max-height: 250px;
}

    #emi-popover::-webkit-scrollbar {
        width: 5px;
        border-radius: 10px;
    }


    /* Handle */
    #emi-popover::-webkit-scrollbar-thumb {
        background-color: gray;
        border-radius: 10px;
    }

.apollo-tab .panel-heading {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.accordion .panel-collapse.apollo-tab {
    padding: 0px 15px 10px !important;
}

.accordion {
    margin-bottom: 0 !important;
}

.black {
    color: #333 !important;
}

.input-group-btn {
    vertical-align: top !important;
}

.loginmarquee {
    color: #bd0f0d;
    font-size: 14px;
    line-height: normal;
    padding-top: 20px;
    margin-left: 0px !important;
    margin-top: 20px;
}

.homepagemarquee {
    color: #bd0f0d;
    font-size: 14px;
    line-height: normal;
    padding-top: 20px;
    margin-left: 0px !important;
}


.marqueelogin {
    line-height: normal;
    /*color: Black;*/
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: 10px;
    color: red;
}

    .marqueelogin span {
        display: inline-block;
        padding-left: 100% !important;
        padding-top: 20px;
        font-size: 13.5px !important;
        animation: marquee 10s linear infinite;
        animation-duration: 16s;
    }

.marqueehome {
    line-height: normal;
    color: Black;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: 10px;
}

    .marqueehome span {
        display: inline-block;
        padding-left: 100% !important;
        padding-top: 20px;
        font-size: 13.5px !important;
        animation: marquee 10s linear infinite;
        animation-duration: 16s;
    }


@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}


.subquetionnaire .form-group span.required {
    display: inline-block !important;
}

.mainqus, .subquesredio {
    width: 285px;
}

.lifestyleform .checkbox-all .form-check {
    padding-left: 0 !important;
}

.subquesredio .form-control {
    margin-right: 10px;
}

.input-group.subque-calender {
    width: 90%;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    cursor: help;
    color: #006080;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        position: absolute;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        z-index: 1;
        opacity: 0;
        transition: opacity .6s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

/*div.b {
    white-space: nowrap;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #000000;
}*/

@media (min-width:415px) and (max-width:768px) {
    .input-group.subque-calender {
        width: 95%;
    }
}

.display-none {
    display: none
}

.btn-auto-width {
    width: auto !important
}

.textbox-form-group {
    height: 25px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    .textbox-form-group:focus {
        outline: none !important;
    }

.width-25-per {
    width: 25% !important
}

.width-69-per {
    width: 69% !important
}

.btn-anchor {
    outline: none !important;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.increase-popover-width {
    max-width: 750px;
}

.color-red {
    color: red;
}

.font-style-italic {
    font-style: italic;
}

/*START:UPGRADE*/
.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li.nav-item {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li.nav-item > a {
            margin-right: 2px;
            /*line-height: 1.42857143;*/
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li.nav-item > a:hover {
                border: 1px solid transparent;
                background-color: transparent;
                /*box-shadow: inset 0 -2px 0 #f00;*/
                margin-bottom: 15px;
                text-align: center;
                /*line-height: 19px;*/
                width: 130px;
            }

            .nav-tabs > li.nav-item > a.active,
            .nav-tabs > li.nav-item > a.active:hover,
            .nav-tabs > li.nav-item > a.active:focus {
                box-shadow: inset 0 -2px 0 #f00 !important;
                margin-bottom: 15px;
                text-align: center;
                line-height: 19px;
                width: 130px;
                color: #555;
                cursor: default;
                background-color: #fff;
                border: 1px solid transparent;
                /*border-bottom-color: transparent;*/
            }

/*END:UPGRADE*/

.quoteText {
    height: 100%;
    bottom: 50%;
    font-size: 12px;
    font-weight: 600;
    color: red;
    padding: 6px 12px;
    width: 100%;
    line-height: 16px;
    margin-top: 10px;
}

.cover-input-area-50 {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
    width: 50%;
}

label.required-desc {
    color: #2c74b5;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2px;
}

label.desc-s {
    font-size: 11px;
}

label.desc-m {
    font-size: 12px;
}

.color-black {
    color: #000;
    font-size: 10px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.table th .popover {
    color: #333;
}

.table > thead > tr > th.dark-head {
    background-color: #4d4b47 !important;
    text-align: center;
}

.paws-link {
    padding: 15px 20px 15px 100px;
    background: url(/Content/Images/dasboard-paw-icon.jpg) no-repeat 30px center #d71e1c;
    float: left;
    width: 100%;
    color: #fff;
    background-size: auto 85%;
    margin-bottom: 15px;
}

    .paws-link:hover {
        text-decoration: none !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .paws-link p {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0 0 5px;
    }

    .paws-link h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
    }

ul.numbered-list {
    list-style: none; /* Remove default bullets */
    counter-reset: list-counter; /* Initialize the counter */
    padding-left: 15px;
}

    ul.numbered-list li {
        display: block;
        font-size: 12px;
        padding: 5px 0;
        width: 100%;
        counter-increment: list-counter; /* Increment counter for each <li> */
    }

        ul.numbered-list li::before {
            content: counter(list-counter) ". "; /* Display the counter with a dot */
        }

