:root {
    --bg-color: #f7f7f7;
    --primary-color: #000000;
    --secondary-color: #cc0001;
    --grey-color: #444444;
    --border-color: #dddddd;
    --black-color: #000000;
    --dark-color: #051d3f;
    --white-color: #fff;
    --step-bar-color: #D0E1F9;
    --box-shadow: 0px 0px 22.5px 7.5px rgba(211, 223, 248, 0.35);
}

html,
body {
    font-family: 'Poppins', sans-serif;
    color: var(--black-color);
    background-color: var(--white-color);
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

a {
    color: #225fb9;
    /*transition: all 0.3s;*/
    text-decoration: none;
}

.alert1, .forvalidation::before {
    border: 1px solid #fb0000;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

    ul li {
        list-style: none;
    }

.bg-color {
    background-color: var(--bg-color);
}

.bg-blue {
    background-color: var(--secondary-color) !important;
}

.bg-white {
    background-color: var(--white-color);
}

.blue-text {
    color: var(--primary-color) !important;
}

.grey-text {
    color: var(--grey-color) !important;
}

.red-text {
    color: var(--secondary-color) !important;
}

.custom-text {
    color: var(--secondary-color) !important;
}

.white-text {
    color: var(--white-color) !important;
}

.black-text {
    color: var(--black-color) !important;
}

.light-text {
    font-weight: 300;
}

.regular-text {
    font-weight: 400;
}

.medium-text {
    font-weight: 500;
}

.semibold-text {
    font-weight: 600;
}

.bold-text {
    font-weight: 700;
}

.font-12 {
    font-size: 0.75rem;
    /* 12px */
}

.font-13 {
    font-size: 0.815rem;
    /* 13px */
}

.font-14 {
    font-size: 0.875rem;
    /* 14px */
}

.font-15 {
    font-size: 0.94rem;
    /* 15px */
}

.font-16 {
    font-size: 1rem;
    /* 16px */
}

.font-24 {
    font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 2.5rem;
    /* 40px */
}

h2 {
    font-size: 2.189rem;
    /* 35px */
}

h3 {
    font-size: 1.5rem;
    /* 24px */
}

h4 {
    font-size: 1.375rem;
    /* 22px */
}

h5 {
    font-size: 1.25rem;
    /* 20px */
}

h6 {
    font-size: 1.125rem;
}
/* 18px */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.form-control, .form-select, .pos .form-select {
    font-size: 14px;
}

.form-group {
    margin-bottom: 15px;
}


label.form-label {
    width: 100%;
    font-weight:500;
}

.form-check-input:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(235 47 42 / 22%);
}

.form-control:hover,
.form-control:focus {
    box-shadow: 0px 12px 20px rgb(0 0 0 / 6%) !important;
}


.btn-outline-secondary {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

    .btn-outline-secondary:hover {
        color: var(--white-color);
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
    }

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(234, 47, 42, .5);
}

.btn-primary {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 600;
    padding: 0.375rem 1.5rem;
    border-radius: 0.75rem;
}

    .btn-primary:hover {
        color: var(--primary-color);
        background-color: var(--white-color);
        border-color: var(--primary-color);
    }

    .btn-check:focus + .btn-primary,
    .btn-primary:focus {
        color: var(--white-color);
        background-color: var(--primary-color);
        border-color: var(--primary-color);
        box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
    }

.btn-secondary {
    color: var(--white-color);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    font-weight: 600;
    padding: 0.375rem 1.5rem;
    border-radius: 0.75rem;
}

    .btn-secondary:hover {
        color: var(--white-color);
        background-color: #800000;
        border-color: #800000;
    }

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-group-lg > .btn,
.btn-lg {
    font-size: 1.15rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--white-color);
    background-color: var(--secondary-color);
}



/*--------------------------------------------------------------
# POSP
--------------------------------------------------------------*/
.pos {
    padding: 130px 0px;
    background-color: var(--bg-color);
    /* background-image: url(../img/bg-posp.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed; */
    min-height: 100vh;
}

    .pos h6 {
        font-weight: 500;
    }

.ver-tabs {
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid var(--border-color) !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    color: var(--grey-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos .nav-pills .nav-link.active,
.pos .nav-pills .show > .nav-link {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-left: 5px solid var(--secondary-color);
    border-right: none;
}

.pos .nav-pills .nav-link {
    background-color: var(--bg-color);
}

.pos .input-group-text {
    border-radius: 0 0.25rem 0.25rem 0;
}

.result-box {
    border: 1px solid var(--border-color);
    padding: 20px 10px;
    border-radius: 4px;
    text-align: center;
}

.certificate_popup .modal-content {
    background-color: transparent;
    border: none;
    overflow: hidden;
}

.certificate_popup .close {
    background-color: var(--white-color);
    width: 30px;
    height: 30px;
    opacity: 1 !important;
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 20px;
    position: fixed;
    top: 20px;
    right: 40px;
    border: none !important;
    outline: none !important;
}

.certificate_popup img {
    margin-top: 0px;
}

@media (max-width:991px) {
    .pos {
        padding: 100px 10px;
    }

    .result-box {
        margin-bottom: 20px;
        padding: 20px 5px;
        font-size: 13px;
    }
}



/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/


@media (min-width: 768px) {
    .app.sidenav-toggled .app-content {
        margin-left: 0;
    }

    .app.sidenav-toggled .app-sidebar {
        left: -230px;
    }

    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    .app {
        overflow-x: hidden;
    }

        .app .app-sidebar {
            left: -230px;
        }

        .app .app-sidebar__overlay {
            visibility: hidden;
        }

        .app.sidenav-toggled .app-content {
            margin-left: 0;
        }

        .app.sidenav-toggled .app-sidebar {
            left: 0;
        }

        .app.sidenav-toggled .app-sidebar__overlay {
            visibility: visible;
        }

    .marquee-header {
        visibility: hidden;
    }
}

.app-content {
    min-height: calc(100vh - 50px);
    margin-top: 78px;
    padding: 30px;
    background-color: var(--bg-color);
    -webkit-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
}

@media (min-width: 768px) {
    .app-content {
        margin-left: 230px;
    }
}

@media (max-width: 767px) {
    .app-content {
        margin-top: 80px;
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .app-content {
        padding: 15px;
    }
}

@media print {
    .app-content {
        margin: 0;
        padding: 0;
        background-color: var(--white-color);
    }
}

.app-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--white-color);
    z-index: 1030;
    padding-right: 15px;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
}

@media (min-width: 768px) {
    .app-header {
        padding-right: 30px;
    }
}

@media print {
    .app-header {
        display: none;
    }
}

.app-header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'Niconne';
    padding: 0 15px;
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
}

    .app-header__logo .wealthbuddy-logo {
        width: 250px;
    }

@media (min-width: 768px) {
    .app-header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        background-color: #ffffff;
    }
}

.app-sidebar__toggle {
    padding: 2px 14px;
    font-family: IcoFont;
    color: var(--primary-color);
    line-height: 3.5;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (max-width: 767px) {
    .app-sidebar__toggle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .app-header__logo .wealthbuddy-logo {
        width: 185px;
    }
}

.app-sidebar__toggle:before {
    content: "\efa2";
    font-size: 21px;
}

.app-sidebar__toggle:focus,
.app-sidebar__toggle:hover {
    color: var(--white-color);
    background: -webkit-linear-gradient(var(--primary-color), var(--secondary-color));
    text-decoration: none;
}

.app-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .app-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

.app-nav__item {
    display: block;
    padding: 15px;
    line-height: 47px;
    color: var(--secondary-color);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

    .app-nav__item:hover,
    .app-nav__item:focus {
        background: rgba(0, 0, 0, 0.1);
        color: var(--black-color);
    }

.app-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 80px;
    width: 230px;
    overflow: auto;
    z-index: 10;
    background-color: var(--bg-color);
    -webkit-box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.3s ease, width 0.3s ease;
    -o-transition: left 0.3s ease, width 0.3s ease;
    transition: left 0.3s ease, width 0.3s ease;
}

    .app-sidebar::-webkit-scrollbar {
        width: 6px;
    }

    .app-sidebar::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
    }

@media print {
    .app-sidebar {
        display: none;
    }
}

@media (max-width: 767px) {
    .app-sidebar__overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }
}

.app-menu {
    margin-bottom: 0;
    padding-bottom: 40px;
}

.app-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    font-size: 1em;
    border-left: 3px solid transparent;
    -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    color: var(--black-color);
    border-bottom: 1px solid var(--border-color);
}

    .app-menu__item.active,
    .app-menu__item:hover,
    .app-menu__item:focus {
        background: var(--white-color);
        border-left-color: var(--secondary-color);
        text-decoration: none;
        color: var(--primary-color);
    }

.app-menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
    color: var(--secondary-color);
}

.app-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.treeview.is-expanded [data-toggle='treeview'] {
    border-left-color: var(--primary-color);
    background: var(--white-color);
    color: var(--primary-color);
}

.treeview.is-expanded .treeview-menu {
    max-height: 100vh;
}

.treeview.is-expanded .treeview-indicator {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.treeview-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    background: var(--border-color);
}

.treeview-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px 5px 20px;
    font-size: 1em;
    color: var(--black-color);
}

    .treeview-item.active,
    .treeview-item:hover,
    .treeview-item:focus {
        background: var(--secondary-color);
        text-decoration: none;
        color: var(--white-color);
    }

    .treeview-item .icon {
        margin-right: 5px;
    }

.treeview-indicator {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (min-width: 768px) {

    .sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .sidebar-mini.sidenav-toggled .app-sidebar__user-designation,
    .sidebar-mini.sidenav-toggled .treeview-indicator {
        display: none;
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
        width: 30px;
        height: 30px;
    }

    .sidebar-mini.sidenav-toggled .app-content {
        margin-left: 50px;
    }

    .sidebar-mini.sidenav-toggled .app-sidebar {
        left: 0;
        width: 50px;
        overflow: hidden;
    }

        .sidebar-mini.sidenav-toggled .app-sidebar:hover {
            overflow: visible;
        }

    .sidebar-mini.sidenav-toggled .app-menu__item {
        overflow: hidden;
    }

        .sidebar-mini.sidenav-toggled .app-menu__item:hover {
            overflow: visible;
        }

            .sidebar-mini.sidenav-toggled .app-menu__item:hover .app-menu__label {
                opacity: 1;
            }

            .sidebar-mini.sidenav-toggled .app-menu__item:hover + .treeview-menu {
                visibility: visible;
            }

    .sidebar-mini.sidenav-toggled .app-menu__label {
        display: block;
        position: absolute;
        top: 0;
        left: 50px;
        min-width: 200px;
        padding: 12px 5px 12px 20px;
        margin-left: -3px;
        line-height: 1;
        opacity: 0;
        background: var(--primary-color);
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        color: var(--white-color);
    }

    .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__item {
        overflow: visible;
        background: var(--primary-color);
        border-left-color: var(--primary-color);
        color: var(--white-color);
    }

    .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__label {
        opacity: 1;
    }

    .sidebar-mini.sidenav-toggled .treeview:hover .treeview-menu {
        max-height: 100vh;
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .sidebar-mini.sidenav-toggled .treeview .app-menu__label {
        border-bottom-right-radius: 0;
    }

    .sidebar-mini.sidenav-toggled .treeview-menu {
        position: absolute;
        left: 50px;
        min-width: 200px;
        padding: 0 0 12px;
        opacity: 0;
        border-bottom-right-radius: 4px;
        z-index: 9;
        visibility: hidden;
        -webkit-transition: visibility 0.3s ease;
        -o-transition: visibility 0.3s ease;
        transition: visibility 0.3s ease;
    }
}

.dashboard-dropdown .dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .dashboard-dropdown .dropdown-menu.dropdown-menu-right {
        left: auto;
        right: 0;
    }

.dashboard-dropdown .dropdown-item .icon {
    margin-right: 5px;
    vertical-align: middle;
}

.dashboard-dropdown .w-dropdown {
    min-width: 510px;
}


.app-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: var(--white-color);
    margin: -30px -30px 30px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

@media print {
    .app-title {
        display: none;
    }
}

@media (max-width: 480px) {
    .app-title {
        margin: -15px -15px 15px;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: center;
        justify-content: space-between;
    }
}

.app-title h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.app-title p {
    margin-bottom: 0;
    font-style: italic;
}

@media (max-width: 480px) {
    .app-title p {
        display: none;
    }
}

.tile {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 4px 1px 0px rgb(0 0 0 / 11%);
    border-radius: 20px;
    padding: 20px;
    /*    background: var(--white-color);
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 3%);
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 3%);*/
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media print {
    .tile {
        border: 1px solid var(--border-color);
    }
}

.widget-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 2px 5px 1px rgba(0, 0, 0, 0.18);
}

    .widget-small .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 85px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 4px 0 0 4px;
        font-size: 2.5rem;
    }

    .widget-small .info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 20px;
        -ms-flex-item-align: center;
        align-self: center;
    }

        .widget-small .info h4 {
            margin: 0;
            margin-bottom: 5px;
            font-size: 16px;
        }

        .widget-small .info p {
            margin: 0;
            font-size: 16px;
        }

    .widget-small.default.coloured-icon .icon {
        background-color: var(--secondary-color);
        color: var(--white-color);
        border: 1px solid var(--secondary-color);
    }

.app-notification {
    min-width: 270px;
}

.app-notification__content {
    max-height: 220px;
    overflow-y: auto;
}

.app-notification__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px;
    color: inherit;
    border-bottom: 1px solid var(--border-color);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.app-notification__icon {
    padding-right: 10px;
}


/* Custom CSS For Dashboard */
.tile .tab-content {
    padding: 20px;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: var(--grey-color);
}

    .nav-tabs .nav-link.active {
        color: var(--primary-color);
        background-color: var(--bg-color);
    }

.table {
    white-space: nowrap;
    font-size: 14px;
    width: 100%;
}

    .table th {
        font-weight: 600;
        font-size: 15px;
    }

.tile label {
    margin-bottom: 0.3rem;
    font-weight: 500;
}

.tile h6 {
    font-weight: 500;
}

.otherDiv .tile {
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion-button {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--white-color);

    box-shadow: 0px 4px 1px 0px rgb(0 0 0 / 11%);
    border-radius: 20px;
}

    .accordion-button:not(.collapsed) {
        color: var(--secondary-color);
    cursor: pointer;
    padding: 25px 30px 25px 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    border-radius: 20px;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 600;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

.quote-box {
    background-color: var(--white-color);
    position: relative;
    border-radius: .25rem;
    padding: 20px;
    border: 1px solid var(--border-color);
    margin-bottom: 2rem;
}

    .quote-box:hover {
        box-shadow: 1px 1px 30px rgba(0, 0, 0, .15);
        border: 1px solid var(--border-color);
    }

    .quote-box .insurance_img {
        text-align: center;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .quote-box .compare-check {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.plan-details {
    padding-top: 1rem;
}

.claim-box .nav-pills .nav-link {
    background-color: var(--border-color);
    border-radius: 0;
}

.claim-form {
    box-shadow: 0px 18px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: var(--bg-color);
    border-radius: 15px;
    padding: 30px;
}


.nav-pills .nav-link.active {
    background-color: var(--secondary-color);
}

.nav-link {
    color: var(--primary-color);
}


.compare-new {
    height: calc(100vh - 200px);
    overflow: auto;
}

    .compare-new .table {
        white-space: normal;
    }

    .compare-new .table-bordered thead th {
        color: #fff;
        position: sticky;
        top: -1px;
        background-color: var(--secondary-color);
    }

    .compare-new .table th, .compare-new .table td {
        width: 25%;
    }


.compare-main {
    height: calc(100vh - 200px);
    overflow: auto;
}

    .compare-main h5 {
        font-size: 1rem;
        white-space: nowrap;
        color: var(--white-color);
    }

.compare-head {
    border-bottom: 2px solid var(--black-color);
    padding: 7px;
    height: 50px;
    background-color: var(--primary-color);
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    border-right: 1px solid var(--white-color);
    color: var(--white-color);
}

.compare-box-1 ul {
    list-style: none;
    padding-left: 0px;
}

    .compare-box-1 ul li {
        border-left: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color);
        padding: 7px;
        color: var(--black-color);
        height: 60px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

.compare-box-1 label {
    float: right;
}

.compare-box-2 ul {
    list-style: none;
    padding-left: 0px;
}

    .compare-box-2 ul li {
        border-left: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color);
        padding: 7px;
        height: 60px;
        display: flex;
        align-items: center;
        font-size: 14px;
    }

.compare-main i.icofont-question-circle {
    margin-left: 5px;
    color: var(--secondary-color);
}

.text-normal {
    white-space: normal;
}

.addon-icon {
    position: absolute;
    right: 0;
    top: 5px;
}

.stepBar {
    display: flex;
    max-width: 100%;
    position: relative;
    margin: 10px auto 20px auto;
    text-align: center;
}

    .stepBar li {
        font-size: 12px;
        list-style: none;
        position: relative;
        width: 33.333%;
        text-transform: uppercase;
    }

        .stepBar li:after {
            background: var(--step-bar-color);
            content: "";
            width: calc(100% - 24px);
            height: 4px;
            position: absolute;
            left: calc(-50% + 20px);
            top: 18px;
        }

        .stepBar li:first-child:after {
            display: none;
        }

        .stepBar li span {
            background: var(--step-bar-color);
            color: var(--white-color);
            display: inline-block;
            height: 40px;
            margin-bottom: 5px;
            line-height: 40px;
            width: 40px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 0px 5px 0px 5px;
        }

    .stepBar .active:after {
        background: var(--secondary-color);
    }

    .stepBar .active span {
        background: var(--secondary-color);
    }

.step {
    display: none;
}

    .step.active {
        display: block;
    }

/*--------------------------------------------------------------
# loadar
--------------------------------------------------------------*/
.loadar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0,0,0,0.5);
}


.anim-loader {
    width: 100%;
    height: 10px;
    position: relative;
    -webkit-transition: .3s color;
    transition: .3s color;
    overflow: hidden;
    text-align: center;
    border-radius: 1px;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    border: none !important;
    margin: 10px 0px;
}

    .anim-loader:before {
        content: "";
        height: 80%;
        width: 80%;
        background-color: #dfe3e9;
        background: -webkit-linear-gradient(left,#dfe3e9 8%,#dfe3e9 18%,#ddd 28%);
        background: linear-gradient(to right,#dfe3e9 8%,#eff3f6 18%,#dfe3e9 28%);
        background-size: 400% 100%;
        -webkit-animation: loading 1s infinite linear;
        animation: loading 1s infinite linear;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .3s opacity;
        transition: .3s opacity;
        border: none !important;
    }

@keyframes loading {
    from {
        background-position: 100% 0;
    }

    to {
        background-position: -100% 0;
    }
}

@-webkit-keyframes ngdialog-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ngdialog-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes ngdialog-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ngdialog-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#PremiumPlanDetails h6, #PremiumBreakupModal h6 {
    font-weight: 500;
}

.PreClaimedCls {
    border: 1px solid var(--secondary-color) !important;
    box-shadow: 0 2px 8px 2px rgb(14 117 189 / 28%) !important;
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
}

._typepassword {
    -webkit-text-security: disc;
}

.editpolicy-h {
    height: calc(4.5em + 0.55rem);
    white-space: normal;
}

.no-quote {
    display: flex;
    flex-wrap: wrap;
}

    .no-quote li {
        margin: 5px 5px 0px 0px;
    }

        .no-quote li img {
            width: 100px;
            height: 50px;
            object-fit: contain;
        }

/*OverLay div Instead of Loader.*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.right-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.06), 0 1px 0 0 rgba(0,0,0,.02);
    display: block;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 300px;
    z-index: 9999;
    float: right !important;
    right: -300px;
    top: 0;
    bottom: 0;
    padding-bottom: 60px;
}

    .right-bar .rightbar-title {
        padding: 25px 25px;
    }

    .right-bar .right-bar-toggle {
        height: 24px;
        width: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 50%;
        margin-top: -4px;
    }

.rightbar-overlay {
    background-color: rgba(52,58,64,.55);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.right-bar-enabled .right-bar {
    right: 0;
}

.right-bar-enabled .rightbar-overlay {
    display: block;
}

.dataTables_length label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.dataTables_length select {
    width: 50px;
    margin: 0px 5px;
}

.dataTables_filter, .dataTables_paginate {
    float: right;
}

    .dataTables_filter label {
        display: flex;
        align-items: center;
        padding-left: 5px;
        margin-bottom: 10px;
    }

    .dataTables_filter input {
        margin-left: 5px;
    }

.page-item.disabled .page-link {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-item.active .page-link {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.page-link.page-link {
    color: var(--primary-color);
}


.top-make__item {
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    text-align: center;
    margin-bottom: 15px;
    color: rgba(49,68,81,.7);
    cursor: pointer;
    transition: all .4s cubic-bezier(.25,.8,.25,1);
    border-radius: 5px;
    padding: 1px;
    height: 100px;
    -webkit-animation-name: flipToRight;
    animation-name: flipToRight;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

    .top-make__item:hover {
        -webkit-filter: none;
        filter: none;
        box-shadow: 0 20px 48px 3px rgb(0 0 0 / 12%);
        border: none;
    }

    .top-make__item .top-make-wrap {
        height: 100%;
        border-radius: 4px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
    }

        .top-make__item .top-make-wrap .brand-name {
            padding-top: 10px;
        }

        .top-make__item .top-make-wrap .car-name {
            font-weight: 600;
        }

        .top-make__item .top-make-wrap .fuel-type {
            font-weight: 600;
        }

        .top-make__item .top-make-wrap .variant-name {
            font-weight: 600;
        }

.makediv.selected {
    border: 3px solid var(--secondary-color);
    box-shadow: 0 20px 48px 3px rgb(0 0 0 / 12%);
}

    .makediv.selected:hover {
        border: 3px solid var(--border-color);
    }

.make.selected, .modeldiv.selected, .varientdiv.selected {
    background-color: var(--secondary-color);
    box-shadow: 0 20px 48px 3px rgb(0 0 0 / 12%);
    color: #ffffff;
}

@media (max-width:767px) {
    .dataTables_length label {
        display: none;
    }

    .dataTables_filter, .dataTables_paginate {
        float: none;
    }

    #pills-tab {
        display: block;
    }

    .btn-group .btn {
        margin: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 0.25rem;
    }

    .stepBar {
        display: none;
    }
}

@media (max-width:991px) {
    .dashboard-dropdown .w-dropdown {
        min-width: 300px;
    }

    .life-plan .nav-pills {
        flex-wrap: nowrap;
        overflow: auto;
    }

        .life-plan .nav-pills .nav-link {
            white-space: nowrap;
        }

    .claim-box .tile label {
        font-size: 14px;
    }

}
