body {
    font-family: 'Roboto', sans-serif;
    --BlueColor: #24315a;
    --YellowColor: #b28b1c;
    --LightBg: #f7f7f7;
    --headingColor: #242424;
    --textcolor: #858585;
    color: #434243;
    background: url(../img/body-bg.svg) no-repeat bottom #f7f7f7;
    background-size: 860px auto;
}

button {
    outline: none !important;
    transition-duration: 0.3s;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #434243;
}

a {
    outline: none !important;
    transition-duration: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
}


@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-top: 25px;
        width: 300px;
        height: 100%;
        z-index: 1050;
        background-color: rgba(178, 139, 28, 0.94);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    }

    .navbar-collapse.collapsing {
        right: -300px;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: right 500ms ease-in-out;
    }

    .navbar-light .close_btn {
        color: var(--YellowColor) !important;
        right: 0px;
        top: 0px !important;
        margin-left: -20px;
        background-color: #cdab81;
        width: 40px;
        height: 40px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .menu-wrapper .navbar .navbar-nav a {
        color: #5d2701 !important;
    }

    .menu-wrapper .navbar .navbar-nav {
        margin-top: 50px;
    }

    .menu-wrapper .navbar .navbar-nav a {
        padding: 0px 10px !important;
        line-height: 40px !important;
    }

    .menu-wrapper .navbar .dropdown .dropdown-menu {
        padding: 10px 10px !important;
    }

    .header-bar .navbar .nav-item {
        border-left: none !important;
        border-bottom: 1px dashed #dbb957;
    }

    .header-bar .navbar .nav-item .nav-link {
        text-align: center;
        padding: 0px 0px;
        color: #fff !important;
        font-weight: 500;
    }

    .navbar-light .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.5);
        margin-top: 6px;
    }
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


.footer-wrapper {
    width: 100%;
    min-height: 55px;
    background: var(--YellowColor);
    color: #fff;
    font-size: 14px;
    padding-top: 13px;
    float: left;
}

.footer-wrapper p {
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
}

.footer-wrapper p a {
    color: #fff;
    text-decoration: none;
}

.footer-wrapper .col-lg-6:last-child p {
    text-align: right;
}

.page-wrapper {
    width: 100%;
    min-height: 100vh;
    margin-bottom: -55px;
}

.header-bar {
    width: 100%;
    height: 45px;
    z-index: 1030;
    background: var(--BlueColor);
    position: fixed;
    top: 0px;
    left: 0px;
}



.header-bar .col-lg-4:nth-child(3) .btn-group {
    float: right;
}

.header-bar .col-lg-4:nth-child(3) .btn-group .dropbtn {
    background: none;
    outline: none;
    border: none;
    color: #cdcfd8;
    font-size: 14px;
    line-height: 45px;
}

.header-bar .col-lg-4:nth-child(3) .btn-group .dropdown-item {
    font-size: 14px;
    padding: 3px 10px;
}

.header-bar .col-lg-4:nth-child(3) .btn-group .dropdown-item:hover {
    background: var(--YellowColor);
    color: #fff;
}

.dubai-logo {
    width: 220px;
    height: 110px;
    background: url(../img/dubai-insurance-logo.png) center no-repeat #f7f7f7;
    float: left;
    border-radius: 6px;
    position: relative;
    left: 50%;
    margin-left: -110px;
    margin-top: 10px;
}

.f-nav .header-bar .dubai-logo {
    width: 70px;
    margin-top: 0px;
    margin-left: -35px;
    background-position: top;
    height: 45px;
    border-radius: 0px;
    background-position-y: 3px;
}

.individual-group-wrap {
    height: 100vh;
    display: table;
}

.individual-group-wrap .middle-align-div {
    display: table-cell;
    vertical-align: middle;
}

.individual-group-wrap .middle-align-div a {
    width: 100%;
    border: 2px solid var(--BlueColor);
    float: left;
    text-align: center;
    border-radius: 3px;
    height: 200px;
}

.individual-group-wrap .middle-align-div a:hover {
    background: var(--BlueColor);
    color: #fff;
    text-decoration: none;
}

.individual-group-wrap .middle-align-div a h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
    float: left;
    color: var(--BlueColor);
}

.individual-group-wrap .middle-align-div a:hover h6 {
    color: #fff;
}

.individual-group-wrap .middle-align-div a span {
    width: 88px;
    height: 88px;
    background: url(../img/individual-group.png) no-repeat;
    float: left;
    transition-duration: 0.3s;
    position: relative;
    left: 50%;
    margin-bottom: 20px;
    margin-left: -44px;
    margin-top: 33px;
}

.individual-group-wrap .middle-align-div a:hover span,
.individual-group-wrap .middle-align-div a:focus span {
    background-position-y: -88px;
}

.individual-group-wrap .middle-align-div .col-lg-3:last-child span {
    background-position-x: -88px;
}

.formbody-bg {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    float: left;
    margin-top: 160px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 80px 40px 40px 40px;
    margin-bottom: 90px;
}

.formbody-bg h3 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: var(--BlueColor);
    height: 50px;
    background: var(--LightBg);
    line-height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.formbody-bg label {
    width: 100%;
    padding: 0;
    margin: 0px 0px 2px 0px;
    font-size: 14px;
    color: #565a67;
    font-weight: 500;
}

.formbody-bg label font {
    color: red;
}

.formbody-bg input[type=text],
.formbody-bg input[type=email],
.formbody-bg input[type=number],
.formbody-bg input[type=date],
.formbody-bg select {
    width: 100%;
    border: 1px solid #bbbfcc;
    height: 34px;
    padding: 0px 0px 0px 10px;
    border-radius: 3px;
    outline: none;
    font-size: 15px;
}

.formbody-bg input:focus,
.formbody-bg select:focus {
    border-color: var(--YellowColor);
}

.formbody-bg .blue-btn {
    width: 100%;
    height: 34px;
    background: var(--BlueColor);
    color: #fff;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    margin-top: 3px;
}

.formbody-bg .blue-btn:hover {
    background: var(--YellowColor);
}

.formbody-bg .col-lg-4,
.formbody-bg .col-lg-3 {
    padding-bottom: 12px;
}

.formbody-bg .table-bordered thead td,
.formbody-bg .table-bordered thead th {
    background: var(--BlueColor);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    border-bottom: none;
}

.formbody-bg .table-bordered td,
.formbody-bg .table-bordered th {
    padding: 8px 10px;
    font-size: 14px;
}

.formbody-bg h4 {
    padding: 0;
    margin: 0px 0px 6px 0px;
    width: 100%;
    font-size: 18px;
    color: var(--BlueColor);
}

.formbody-bg .checkbox-list {
    width: 100%;
    padding: 0;
    margin: 30px 0px 0px 0px;
}

.formbody-bg .checkbox-list li {
    list-style: none;
    width: 100%;
    padding: 0px 0px 0px 24px;
    margin: 5px 0px;
    position: relative;
    line-height: normal;
}

.formbody-bg .checkbox-list li input {
    position: absolute;
    left: 0px;
    top: 4px;
}

.formbody-bg .alert {
    font-size: 14px;
    margin-top: 20px;
}

.formbody-bg .ongoing-list {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    float: left;
}

.formbody-bg .ongoing-list li {
    list-style: none;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px;
    position: relative;
    line-height: normal;
    font-size: 14px;
    float: left;
}

.formbody-bg h6 {
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-size: 18px;
    font-weight: 500;
    color: var(--BlueColor);
}

.formbody-bg .linkbtn {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    text-decoration: none;
    color: var(--BlueColor);
}

.formbody-bg .linkbtn:hover {
    color: var(--YellowColor);
}

.search-wrapper {
    border-bottom: 1px dashed #bbbfcc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.search-wrapper .searchbtn {
    width: 100%;
    height: 34px;
    background: var(--BlueColor);
    color: #fff;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    margin-top: 3px;
    margin-top: 25px;
}

.search-wrapper .searchbtn:hover {
    background: var(--YellowColor);
}

.page-heading {
    font-size: 18px;
    padding: 8px 15px;
    margin: 25px 0px 20px 0px;
    width: 100%;
    background: #dedfe5;
    text-align: center;
    border-radius: 3px;
}

.dhatable h6 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.dhatable h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: var(--BlueColor);
    line-height: normal;
}

.dhatable p {
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 12px 0px 0px 0px;
}

.dhatable td:nth-child(4) {
    width: 250px;
}

.basic-plans-con {
    padding-top: 40px;
}

.basic-plans-con .blue-btn {
    margin-top: 25px;
}

.dataTables_info {
    float: left;
    padding-top: 0px !important;
    font-size: 14px;
}

.dataTables_paginate {
    float: right;
}

.dataTables_paginate a {
    font-size: 14px;
    color: #242424;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
    min-width: 30px !important;
    height: 30px !important;
    padding: 0px 5px !important;
    background: none !important;
}

.dataTables_paginate a:hover {
    border-color: var(--BlueColor) !important;
    background: var(--BlueColor) !important;
    color: #fff !important;
}

.header-bar .navbar {
    background: none !important;
    padding: 0px !important;
}

.header-bar .navbar .nav-item {
    padding: 0px 0px;
    border-left: 1px solid #364470;
}

.header-bar .navbar .nav-item .nav-link {
    padding: 0px 20px;
    margin: 0;

    color: #cdcfd8;
    font-size: 14px;
    line-height: 45px;
}

.header-bar .navbar .nav-item:first-child {
    border-left: none;
}

.header-bar .navbar .nav-item .nav-link:focus,
.header-bar .navbar .nav-item .nav-link:hover {
    color: #fff;
}


/*responsive table style start*/

.table-condensed tr td {
    font-size: 15px;
    padding: 8px 10px;
    color: var(--headingColor);
}

.table-bordered {
    /*background-color:#00325c;*/
    border: none;
    padding: 0px;
}

#no-more-tables {
    color: #333333;
    border: none;
}

.table-bordered td,
.table-bordered th {
    border: none;
}

#no-more-tables tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

.table-header {
    text-transform: uppercase;
    background-color: #66371c;
    color: #FFFFFF;
    font-size: 14px;
}

#no-more-tables thead td,
#no-more-tables thead th {
    padding: 8px 10px;
    font-weight: 700;
}


@media only screen and (max-width: 800px) {

    #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;
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        padding: 0px 0px;
    }

    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #c6c6c6;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        color: var();
        min-height: 38px;
    }

    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #no-more-tables td:before {
        content: attr(data-title);
    }

    #no-more-tables tbody tr:nth-of-type(odd) {
        background-color: #f7f7f7 !important;
    }

    #no-more-tables tr:nth-of-type(odd) td:nth-child(3),
    #no-more-tables tr:nth-of-type(odd) td:nth-child(4),
    #no-more-tables tr:nth-of-type(odd) td:nth-child(5),
    #no-more-tables tr:nth-of-type(odd) td:nth-child(6) {
        background: #f7f7f7 !important;
    }

    #no-more-tables tr:nth-of-type(even) td:nth-child(3),
    #no-more-tables tr:nth-of-type(even) td:nth-child(4),
    #no-more-tables tr:nth-of-type(even) td:nth-child(5),
    #no-more-tables tr:nth-of-type(even) td:nth-child(6) {
        background: #fff;
    }
}

/*responsive table style end*/


#no-more-tables tr td:nth-child(3) {
    background: #f0f5d4;
}

#no-more-tables tr:nth-child(odd) td:nth-child(3) {
    background: #e4ebc2;
}

#no-more-tables tr td:nth-child(4) {
    background: #d7edd5;
}

#no-more-tables tr:nth-child(odd) td:nth-child(4) {
    background: #c6e2c5;
}

#no-more-tables tr td:nth-child(5) {
    background: #d1eceb;
}

#no-more-tables tr:nth-child(odd) td:nth-child(5) {
    background: #bfe1e0;
}

#no-more-tables tr td:nth-child(6) {
    background: #d2cee5;
}

#no-more-tables tr:nth-child(odd) td:nth-child(6) {
    background: #c2bdd9;
}


#no-more-tables tr th:nth-child(3) {
    background: #acd038;
}

#no-more-tables tr th:nth-child(4) {
    background: #1fb14c;
}

#no-more-tables tr th:nth-child(5) {
    background: #00b0a6;
}

#no-more-tables tr th:nth-child(6) {
    background: #4f3c96;
}

#no-more-tables .row .col-6 {
    padding-left: 2px;
    padding-right: 2px;
}

#no-more-tables .row {
    margin-left: -2px;
    margin-right: -2px;
}

#no-more-tables select,
#no-more-tables select {
    font-size: 14px;
    height: 34px;
    background: none;
    border-color: rgba(0, 0, 0, 0.20);
}

#no-more-tables label {
    color: var(--headingColor);
    font-size: 13px;
}

.getquote-btn .col-lg-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.getquote-btn .row {
    margin-left: -5px;
    margin-right: -5px;
}

.vat-tax {
    color: var(--textcolor);
    font-size: 15px;
    padding: 0;
    margin: 20px 0px;
    line-height: 18px;
}

.alert-modal .close {
    position: absolute;
    top: 7px;
    right: 9px;
    font-size: 14px;
}

.alert-modal p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    color: var(--textcolor);
}

.alert-modal h4 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-size: 16px;
}

.alert-modal span {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 10px;
}

.alert-modal span i {
    font-size: 52px;
}

.alert-modal span .fa-times {
    color: #dd2e2e;
}

.alert-modal span .fa-check-circle {
    color: #2daf66;
}

.alert-modal span .fa-exclamation-triangle {
    color: #efae53;
}

.login-wrapper {
    padding: 0px 0px;
}

.login-wrapper .row {
    margin-left: 0px;
    margin-right: 0px;
}

.login-wrapper .row .col-lg-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.banner-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    clip-path: circle(66.5% at 68% 22%);

}

.login-form-wrapper {
    width: 100%;
    height: 100vh;
    display: table;
}

.login-con {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.login-con span {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.login-con span i {
    color: #bbbfcc;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 500;
}


.login-con span input {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #b2b6c3;
    height: 40px;
    border-radius: 3px;
    background: none;
    outline: none;
    font-size: 15px;
    padding-left: 40px;
}

.login-con span input:focus {
    border-color: var(--YellowColor);
}

.login-con h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    text-align: center;
    font-size: 20px;
    color: #24315a;
}

.login-con .submit-btn {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 40px;
    background: var(--BlueColor);
    color: #fff;
    border-radius: 3px;
    border: none;
    outline: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.login-con .submit-btn:hover {
    background: var(--YellowColor);
}

.login-con a {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 15px 0px 0px 0px;
    display: block;
    font-size: 13px;
    color: #565a67;
}

.login-con a:hover {
    color: var(--BlueColor);
}

.login-con label {
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 30px 0px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.login-con label input {
    position: absolute;
    left: 0px;
    top: 3px;
}

.dubai-logo-con {
    margin-bottom: 75px;
    display: block;
    position: relative;
    top: -20px;
}

.curve-bg {
    background: url(../img/curve-bg.png) no-repeat top;
    background-size: 100%;
}

.footer-wrapper {
    position: relative;
    z-index: 9999;
}


/* Individual- group */


.individual-group-wrap-2 {
    height: 100vh;
    display: table;
}

    .individual-group-wrap-2 .middle-align-div {
        display: table-cell;
        vertical-align: middle;
    }

        .individual-group-wrap-2 .middle-align-div a {
            width: 100%;
            border: 2px solid var(--BlueColor);
            float: left;
            text-align: center;
            border-radius: 3px;
            height: 200px;
        }

            .individual-group-wrap-2 .middle-align-div a:hover {
                background: var(--BlueColor);
                color: #fff;
                text-decoration: none;
            }

            .individual-group-wrap-2 .middle-align-div a h6 {
                width: 100%;
                padding: 0;
                margin: 0;
                text-align: center;
                font-size: 16px;
                float: left;
                color: var(--BlueColor);
            }

            .individual-group-wrap-2 .middle-align-div a:hover h6 {
                color: #fff;
            }

            .individual-group-wrap-2 .middle-align-div a span {
                width: 88px;
                height: 88px;
                background: url(../img/Enhanced-NRI.png);
                float: left;
                transition-duration: 0.3s;
                position: relative;
                left: 50%;
                margin-bottom: 20px;
                margin-left: -44px;
                margin-top: 33px;
            }

            .individual-group-wrap-2 .middle-align-div a:hover span,
            .individual-group-wrap-2 .middle-align-div a:focus span {
                background-position-y: -88px;
            }

        .individual-group-wrap-2 .middle-align-div .col-lg-3:last-child span {
            background-position-x: -88px;
                    
        }



        /*New or Renew*/

.individual-group-wrap-new {
    height: 100vh;
    display: table;
}

    .individual-group-wrap-new .middle-align-div {
        display: table-cell;
        vertical-align: middle;
    }

        .individual-group-wrap-new .middle-align-div a {
            width: 100%;
            border: 2px solid var(--BlueColor);
            float: left;
            text-align: center;
            border-radius: 3px;
            height: 200px;
        }

            .individual-group-wrap-new .middle-align-div a:hover {
                background: var(--BlueColor);
                color: #fff;
                text-decoration: none;
            }

            .individual-group-wrap-new .middle-align-div a h6 {
                width: 100%;
                padding: 0;
                margin: 0;
                text-align: center;
                font-size: 16px;
                float: left;
                color: var(--BlueColor);
            }

            .individual-group-wrap-new .middle-align-div a:hover h6 {
                color: #fff;
            }

            .individual-group-wrap-new .middle-align-div a span {
                width: 88px;
                height: 88px;
                background: url(../img/individual-group-new-renew.png) no-repeat;
                float: left;
                transition-duration: 0.3s;
                position: relative;
                left: 50%;
                margin-bottom: 20px;
                margin-left: -44px;
                margin-top: 33px;
            }

            .individual-group-wrap-new .middle-align-div a:hover span,
            .individual-group-wrap-new .middle-align-div a:focus span {
                background-position-y: -88px;
            }

        .individual-group-wrap-new .middle-align-div .col-lg-3:nth-child(2) span {
            background-position-x: -88px;
        }

        .individual-group-wrap-new .middle-align-div .col-lg-3:nth-child(3) span {
            background-position-x: -176px;
        }

        .individual-group-wrap-new .middle-align-div .col-lg-3:nth-child(4) span {
            background-position-x: -264px;
        }


        /*Dash Board start*/


.dashboard-wrapper {
    margin-top: 140px;
}

.welcome-bar {
    width: 100%;
    background: url(../img/welcome-bg.png) no-repeat bottom right #eaebef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 14px;
}

    .welcome-bar .col-lg-8 {
        height: 180px;
        display: table;
    }

        .welcome-bar .col-lg-8 span {
            width: 100%;
            display: table-cell;
            vertical-align: middle;
            padding-left: 40px;
        }

            .welcome-bar .col-lg-8 span a {
                background: var(--YellowColor);
                color: #fff;
                font-size: 14px;
                padding: 10px 20px;
                border-radius: 3px;
                text-decoration: none;
                transition-duration: 0.3s;
            }

                .welcome-bar .col-lg-8 span a:hover {
                    background: var(--BlueColor);
                }

            .welcome-bar .col-lg-8 span p {
                padding: 0;
                margin: 3px 0px 20px 0px;
                font-size: 14px;
                color: var(--textcolor);
            }

            .welcome-bar .col-lg-8 span h4 {
                font-size: 24px;
                color: var(--headingColor);
                padding: 0;
                margin: 0;
                font-size: 24px;
            }

    .welcome-bar .col-lg-4 img {
        height: 180px;
        object-fit: cover;
        float: right;
    }

.stats-item-con {
    width: 100%;
    border-radius: 4px;
    height: 130px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,234,238,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(233,234,238,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,234,238,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,234,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,234,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233,234,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eaee', GradientType=0 );
    display: table;
    text-align: left;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    margin: 14px 0px;
    transition-duration: 0.3s;
}

    .stats-item-con label,
    .footer-stats-item label {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .stats-item-con:hover {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(36,49,90,0.5);
        -moz-box-shadow: 0px 0px 15px 0px rgba(36,49,90,0.5);
        box-shadow: 0px 0px 15px 0px rgba(36,49,90,0.5);
        text-decoration: none;
    }

        .stats-item-con:hover h6 {
            color: var(--YellowColor);
        }

    .stats-item-con span {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        padding-left: 18px;
    }

        .stats-item-con span h4 {
            width: 100%;
            padding: 0;
            margin: 0;
            font-weight: 700;
            font-size: 24px;
            color: var(--headingColor);
        }

        .stats-item-con span h6 {
            width: 100%;
            padding: 0;
            margin: 8px 0px 4px 0px;
            font-weight: 400;
            font-size: 15px;
            color: var(--textcolor);
        }

        .stats-item-con span img {
            height: 40px;
            display: inline-block;
        }

        .stats-item-con span h5 {
            position: absolute;
            right: 20px;
            top: 15px;
            font-size: 13px;
            font-weight: 500;
            width: auto;
        }

            .stats-item-con span h5 i {
                font-size: 12px;
                margin-right: 4px;
            }

            .stats-item-con span h5.up-arrow {
                color: #57ba47;
            }

            .stats-item-con span h5.down-arrow {
                color: #ee3342;
            }

                .stats-item-con span h5.down-arrow i {
                    transform: rotate(-180deg);
                }

            .stats-item-con span h5 label {
                display: inline-block;
                width: auto;
            }

.total-revenue-con {
    height: 288px;
    text-align: center;
    position: relative !important;
}

    .total-revenue-con h5 {
        width: 100% !important;
        top: auto !important;
        bottom: 20px;
        right: 0px !important;
        text-align: center !important;
    }

    .total-revenue-con img {
        height: 63px !important;
        margin-bottom: 10px;
    }

.chart-container {
    width: 100%;
    height: auto;
    margin: auto;
}


.chart-wrapper .col-lg-6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .chart-wrapper .col-lg-6 .card {
        padding: 15px;
        background: rgba(255, 255, 255, 0.65);
        border: none;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    }

        .chart-wrapper .col-lg-6 .card h4 {
            width: 100%;
            font-size: 18px;
            padding: 0;
            color: var(--headingColor);
            margin: 0px 0px 15px 0px;
        }

.printreport-wrapper {
    margin-bottom: 120px;
    margin-top: 12px;
}

    .printreport-wrapper .col-lg-3 button {
        width: 100%;
        background: var(--BlueColor);
        border: none;
        outline: none;
        border-radius: 3px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
        padding: 10px 0px;
        transition-duration: 0.3s;
    }

        .printreport-wrapper .col-lg-3 button:hover {
            background: var(--YellowColor);
        }

        .printreport-wrapper .col-lg-3 button i {
            margin-right: 5px;
        }

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.footer-stats-item {
    width: 100%;
    border-radius: 4px;
    height: 160px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,234,238,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(233,234,238,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,234,238,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,234,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,234,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233,234,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eaee', GradientType=0 );
    display: table;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    margin: 14px 0px;
    transition-duration: 0.3s;
}

    .footer-stats-item:hover {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(36,49,90,0.5);
        -moz-box-shadow: 0px 0px 15px 0px rgba(36,49,90,0.5);
        box-shadow: 0px 0px 15px 0px rgba(36,49,90,0.5);
        text-decoration: none;
    }

        .footer-stats-item:hover h6 {
            color: var(--YellowColor);
        }

    .footer-stats-item span {
        width: 100%;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

        .footer-stats-item span h4 {
            width: 100%;
            padding: 0;
            margin: 0;
            font-weight: 700;
            font-size: 24px;
            color: var(--headingColor);
        }

        .footer-stats-item span h6 {
            width: 100%;
            padding: 0;
            margin: 8px 0px 4px 0px;
            font-weight: 400;
            font-size: 15px;
            color: var(--textcolor);
        }

        .footer-stats-item span img {
            height: 46px;
            width: auto;
            display: inline-block;
            margin-bottom: 5px;
        }

.table-item-con {
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.65);
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    margin: 15px 0px;
}

    .table-item-con .table td, .table-item-con .table th {
        font-size: 14px;
        color: var(--textcolor);
        padding: 8px 12px;
    }


.tableFixHead {
    overflow-y: auto;
    height: 100px;
}

.table-item-con h4 {
    width: 100%;
    font-size: 18px;
    padding: 0;
    color: var(--headingColor);
    margin: 0px 0px 15px 0px;
    position: relative;
}

.table-item-con .table {
    margin-bottom: 0px;
}

.table-item-con h4 button {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    padding: 4px 0px;
    outline: none;
    background: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--YellowColor);
}

    .table-item-con h4 button:hover {
        color: var(--BlueColor);
    }

.table-modal-style .modal-title {
    width: 100%;
    font-size: 18px;
    padding: 0;
    color: var(--headingColor);
    margin: 0px 0px 0px 0px;
    position: relative;
}

.table-modal-style .table td, .table-modal-style .table th {
    font-size: 14px;
    color: var(--textcolor);
    padding: 6px 10px;
}

.table-modal-style .table {
    margin-bottom: 0px;
}

.table-modal-style .modal-header {
    padding: 10px 15px;
}

.search-field-con {
    margin: 10px 0px;
}

    .search-field-con input,
    .search-field-con select {
        width: 100%;
        height: 38px;
        border-radius: 0px;
        border: 1px solid #c7ccd9;
        background: none;
        font-size: 15px;
        padding-left: 6px;
        color: var(--textcolor);
    }

    .search-field-con input {
        border-right: none;
    }

        .search-field-con input:focus,
        .search-field-con select:focus {
            outline: none;
        }

    .search-field-con span {
        position: relative;
        display: block;
    }

        .search-field-con span button {
            position: absolute;
            top: 0px;
            right: 0px;
            height: 38px;
            width: 38px;
            border: none;
            outline: none;
            background: none;
            color: var(--YellowColor);
        }

            .search-field-con span button:hover {
                color: var(--BlueColor);
            }

    .search-field-con .col-6:nth-child(1) input {
        border-right: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        outline: none;
    }

    .search-field-con .col-6:nth-child(2) input {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        outline: none;
        padding-right: 40px;
    }

.newrenew-btns button {
    width: 100%;
    background: var(--BlueColor);
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0px;
    transition-duration: 0.3s;
}

    .newrenew-btns button:hover {
        background: var(--YellowColor);
    }

    .newrenew-btns button i {
        margin-right: 5px;
    }

.newrenew-btns .col-lg-2:nth-child(1) button {
    border-top-left-radius: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.newrenew-btns .col-lg-2:nth-child(2) button {
    border-top-right-radius: 10px;
}


        /*Dashboard end*/

@media screen and (max-width: 1024px) {

    .banner-image {
        clip-path: none;
    }
}

@media screen and (max-width: 980px) {
    .search-wrapper .searchbtn {
        margin-top: 8px;
    }

    .quotation-table tr td:nth-child(1),
    .quotation-table tr td:nth-child(2),
    .quotation-table tr td:nth-child(3),
    .quotation-table tr td:nth-child(4),
    .quotation-table tr td:nth-child(5),
    .quotation-table tr td:nth-child(6),
    .quotation-table tr td:nth-child(7),

    .premium-details-table tr td:nth-child(1),
    .premium-details-table tr td:nth-child(2),
    .premium-details-table tr td:nth-child(3) {
        min-width: 120px;
    }

    .banner-image {
        display: none;
        visibility: hidden;
    }

    .curve-bg {
        background-position: top left;
        background-size: 200%;
    }
}

@media screen and (max-width: 812px) {}

@media screen and (max-width: 520px) {
    .footer-wrapper p {
        text-align: center !important;
        width: 100%;
    }

    .footer-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }



    .page-wrapper {
        margin-bottom: -76px;
    }

    .individual-group-wrap .middle-align-div a {
        margin: 5px 0px;
    }

    .formbody-bg {
        margin-top: 140px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .dhatable h2 {
        font-size: 20px;
    }

    .dhatable tr td:nth-child(4) {
        min-width: 200px;
    }

    .dhatable tr td:nth-child(1),
    .dhatable tr td:nth-child(2),
    .dhatable tr td:nth-child(3) {
        min-width: 150px;
    }

    .basic-plans-con .blue-btn {
        margin-top: 5px;
    }
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 240px) {}