﻿html, body {
    font-size: 13px;
    font-family: Arial, sans-serif, FontAwesome;
    color: #556571;
    height: 100%;
    background-color: #fafafa;
}

ul {
    list-style: none;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
    line-height: 1.3;
}

h5 {
    font-size: 14px;
    line-height: 1.3;
}

a {
    color: #c52319;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: none;
        outline: none;
    }

.padding-0 {
    padding: 0 !important;
}

.paddingtop-0 {
    margin-top: 0 !important;
}

.paddingbottom-0 {
    margin-top: 0 !important;
}

.paddingleft-0 {
    padding-left: 0 !important;
}

.paddingright-0 {
    margin-right: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.margintop-0 {
    margin-top: 0 !important;
}

.marginbottom-0 {
    margin-bottom: 0 !important;
}

.marginleft-0 {
    margin-left: 0 !important;
}

.marginright-0 {
    margin-right: 0 !important;
}

.bold {
    font-weight: bold;
}

.primary-color {
    color: #c52319;
}

.primaryDark-color {
    color: #981c1f;
}
.Mobilerenew {
    margin-left: 470px;
    margin-top: 15px
}

.secondary-color {
    color: #739d76;
}

.fgOrange-color {
    color: #e27153;
}

.txtarea {
    width: 100%;
    resize: none;
    border: none;
    height: 38px;
    padding: 13px 0 0;
    line-height: 20px;
    margin-top: 10px;
}

.disclaimerfooter {
    display: inline-block;
    position: relative;
    padding: .2rem 1rem .3rem 4rem;
    border-radius: 5rem;
    text-align: center;
    line-height: inherit;
    margin-left: 32%;
    margin-bottom: 5%;
}

textarea {
    resize: vertical;
}

    textarea:focus {
        outline: none !important;
    }

.fgBox-border {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-top: 20px;
}

.calculated-premium.fgBox-border {
    margin-top: 0;
}

.fgBox-border-rt {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.fgBox-border-img {
    float: left;
    margin: 10px 0px 10px 0px;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

header a {
    color: #fff;
}

header .header-call {
    margin: 20px 0 0 0;
}

    header .header-call .lnkTop {
        margin-left: 10px;
    }

#header {
    padding: 8px 0 8px 0;
    background: #c52319;
}

    #header .header-right ul {
        margin-top: 6px;
        margin-bottom: 0;
        float: right;
    }

        #header .header-right ul li {
            display: inline-block;
        }

.fgBreadcrumb {
    background: #fafafa;
    -webkit-box-shadow: 0px 3px 5px #d5d5d5;
    -moz-box-shadow: 0px 3px 5px #d5d5d5;
    box-shadow: 0px 3px 5px #d5d5d5;
    position: relative;
    z-index: 1;
    padding: 5px 0 5px;
}

    .fgBreadcrumb p {
        margin: 0;
    }

    .fgBreadcrumb .breadcrumb {
        background: none;
        padding: 0;
        margin-bottom: 0;
    }

        .fgBreadcrumb .breadcrumb ul {
            margin-bottom: 0;
        }

        .fgBreadcrumb .breadcrumb a {
            color: #c52319;
        }

            .fgBreadcrumb .breadcrumb a:hover, .fgBreadcrumb .breadcrumb a:focus {
                color: #000;
                text-decoration: none;
            }

        .fgBreadcrumb .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #c52319;
            content: none;
        }

.footer-ground {
    background: url(images/BotBg.jpg) repeat-x top left;
    min-height: 22px;
}

.footerImg-Left {
    position: absolute;
    bottom: -22px;
}

.footerImg-Right {
    position: absolute;
    bottom: -5px;
    right: 15px;
}

.footer-copy {
    background: #d1d2d4;
    padding: 20px;
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .footer p {
        color: #536675;
        font-weight: 700;
    }

        .footer p span {
            color: #536675;
            font-weight: normal;
        }

.scrollToTop {
    font-size: 14px;
    color: #6e1010;
    text-decoration: none;
    display: none;
    margin-bottom: 30px;
}

    .scrollToTop:hover, .scrollToTop:focus {
        color: #749e76;
        text-decoration: none;
    }

.speechBloon {
    position: absolute;
    top: -19px;
    right: -125px;
    width: auto;
    display: inline-block;
}

.arrow_box {
    display: block;
    position: relative;
    background: #faecbf;
    border: 3px solid #b83a2c;
    padding: 30px 15px;
    border-radius: 50%;
    width: 132px;
    text-align: center;
    color: rgb(22, 22, 22);
    -webkit-box-shadow: 3px 2px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 2px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 2px 15px 0px rgba(0,0,0,0.3);
}

    .arrow_box:after, .arrow_box:before {
        right: 100%;
        top: 50%;
        border: 3px solid #b83a2c;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(213, 212, 204, 0);
        border-right-color: #faecbf;
        border-width: 6px;
        margin-top: -6px;
    }

    .arrow_box:before {
        border-color: rgba(245, 20, 20, 0);
        border-right-color: #b83a2c;
        border-width: 9px;
        margin-top: -9px;
    }

.speechBloon2 {
    position: absolute;
    top: 58px;
    right: -60px;
    width: 100px;
    height: auto;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    -webkit-box-shadow: 3px 2px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 2px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 2px 15px 0px rgba(0,0,0,0.3);
}

    .speechBloon2:before {
        content: "\f0da ";
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        left: -7px;
        top: 40%;
        font-size: 1.5em;
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.need-assistance {
    padding: 0 15px 0 15px;
}

.borCollaps {
    background-color: #556571;
    position: absolute;
    right: 75px;
    bottom: 101px;
    width: 308px;
    border-radius: 10px;
    text-align: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 10px;
    z-index: 1;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
}

    .borCollaps .colHd {
        color: #f8ecbf;
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
        transition: all 1s linear;
        -webkit-transition: all 1s linear;
        -moz-transition: all 1s linear;
        font-size: 14px;
    }

.pnBotHide {
    margin: 0px auto;
    margin-bottom: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top;
    height: 0px;
}

    .pnBotHide p {
        font-size: .7em;
        color: #fff;
        margin-bottom: 0;
        margin-top: 5px;
    }

.borCollaps .colHd:after {
    content: "\f0d8 ";
    font-family: FontAwesome;
    padding-left: 15px;
}

.Actt {
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
}

    .Actt .pnBotHide {
        margin: 10px auto;
        margin-bottom: 0;
        height: auto;
        opacity: 1;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        transform: scaleY(1);
        transform-origin: top;
    }

    .Actt .colHd:after {
        content: "\f0d7";
        font-family: FontAwesome;
        padding-left: 15px;
    }
/* ----- FG Custom InputBox ----- */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    padding: 0 10px;
    border: 1px solid #C00;
}

input, select {
    width: 100%;
    max-width: 100%;
    margin-bottom: .5em;
    font-size: 1em;
    border: 0px solid #e1e1e1;
    border-radius: 0;
    padding: .2em .7em;
    padding-left: 0;
    background-color: #fff;
    /*-webkit-appearance: none;*/
    outline: 0;
    font-family: Arial, sans-serif, FontAwesome;
    text-transform: inherit;
    color: #5b6d7a;
    padding: 5px;
    margin-top: 2px;
    padding-left: 0px;
    margin: 0;
    padding: 17px 0 0;
    line-height: 18px;
    /*height: 44px;*/
}

.FGinputbox {
    padding: 5px 10px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    margin: 6px auto;
    background: #fff;
    position: relative;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
    height: 56px;
    /*cursor: pointer;*/
}


.has-error {
    border-color: #a94442;
}

    .has-error .fly-label, .has-error .notfly-label {
        color: #a94442 !important;
    }

    .has-error ::-webkit-input-placeholder {
        color: #a94442;
    }

    .has-error :-moz-placeholder {
        color: #a94442;
    }

    .has-error :-ms-input-placeholder {
        color: #a94442;
    }

.isErrorText {
    color: red;
}

.countryinputbox {
    padding: 5px 0px;
    margin: 6px auto;
    background: #fff;
    position: relative;
    height: 40px;
}

    .countryinputbox ::-webkit-input-placeholder {
        color: #c52319;
    }

    .countryinputbox ::-moz-placeholder {
        color: #c52319;
    }

    .countryinputbox :-ms-input-placeholder {
        color: #c52319;
    }

.selectedCountry {
    display: inline-block;
    margin-right: 5px;
}

.maritalStatus {
    height: 75px;
}

    .maritalStatus .radio.radio-inline {
        margin-bottom: 5px;
    }

.FG-catbox {
    padding: 5px 10px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    margin: 6px auto;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
}
/* ----- FG Custom Select -----*/
.primary-select {
    width: 100% !important;
    padding-top: 15px;
}

.select-wrapper {
    margin-top: 0;
}

.primary-select .btn {
    padding: 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #5b6d7a !important;
}

.primary-select .btn-default, .primary-select .btn-default:hover, .primary-select .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.primary-select .dropdown-menu > li > a:focus, .primary-select .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #7db3b1;
}

.primary-select .dropdown-menu > .active > a, .primary-select .dropdown-menu > .active > a:focus, .primary-select .dropdown-menu > .active > a:hover {
    background-color: #7db3b1;
}

.primary-select .form-control:focus {
    border-color: #7db3b1;
    box-shadow: none;
}

.infospan {
    color: #e27153;
    font-style: italic;
    font-size: .88em;
    padding: 0px;
    padding-top: 5px;
    position: absolute;
    left: 10px;
    bottom: 0;
}

.select-country ul {
    padding: 0;
}

.select-country .dropdown-menu {
    padding: 0 0 10px 0;
    width: 100%;
}

    .select-country .dropdown-menu .country {
        width: 20%;
    }

.select-country .dropdown-header {
    padding: 10px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
}

.select-country a {
    color: #5b6d7a;
}

.select-country .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
/* ----- FG Fly Label -----*/
.fly-group {
    position: relative;
    padding-top: 0;
}

.fly-label {
    font-family: Arial, sans-serif, FontAwesome;
    font-size: .85em;
    color: #bbb;
    text-transform: uppercase;
    position: absolute;
    transition: all .2s ease;
    top: 1em;
    display: inline-block;
}

.notfly-label {
    display: block;
    font-size: .85em;
    color: #bbb;
    text-transform: uppercase;
}

.fly-label.has-focus {
    color: #bbb;
}

.classic {
    opacity: 0;
    top: 2em;
    z-index: -1;
}

    .classic.is-active {
        opacity: 1;
        top: 0;
        z-index: 1;
        color: #bbb;
        font-size: .85em;
    }
/* ----- FG Custom Radio / Checkbox -----*/
.radio {
    line-height: 1.2;
}

.Primary-checkbox .checkbox label::before {
    width: 19px;
    height: 19px;
    border: 3px solid #556571;
}

.Primary-checkbox .checkbox label::after {
    width: 18px;
    height: 18px;
    text-align: center;
    padding-left: 2px;
    padding-top: 2px;
    font-size: 12px;
    color: #556571;
}

.Secondary-checkbox .checkbox label {
    padding-left: 10px;
}

    .Secondary-checkbox .checkbox label::before {
        width: 19px;
        height: 19px;
        border: 3px solid #556571;
        border-radius: 50%;
    }

    .Secondary-checkbox .checkbox label::after {
        width: 19px;
        height: 19px;
        text-align: center;
        padding-left: 1px;
        padding-top: 2px;
        font-size: 12px;
        color: #fff;
        background: #e27153;
        border-radius: 50%;
    }

.Secondary-checkbox .checkbox label {
    padding-left: 10px;
}



.tertiary-checkbox .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #556571;
    border-radius: 3px;
    background-color: #fff;
}

.tertiary-checkbox .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #fff;
    background-color: #e27153;
}

.tertiary-checkbox .checkbox label {
    padding-left: 10px;
}




.Primary-radio .checkbox label::before {
    width: 19px;
    height: 19px;
    border: 3px solid #556571;
}

.Primary-radio .checkbox label::after {
    width: 18px;
    height: 18px;
    padding-left: 2px;
    padding-top: 2px;
    font-size: 12px;
    color: #556571;
}

.Primary-radio .radio label::before {
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 3px solid #556571;
    background-color: #fff;
}

.Primary-radio .radio label::after {
    width: 7px;
    height: 7px;
    left: 5px;
    top: 5px;
    background-color: #556571;
}

.Secondary-radio .checkbox label::before {
    width: 19px;
    height: 19px;
    border: 3px solid #556571;
}

.Secondary-radio .checkbox label::after {
    width: 18px;
    height: 18px;
    padding-left: 2px;
    padding-top: 2px;
    font-size: 12px;
    color: #556571;
}

.Secondary-radio .radio label::before {
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 3px solid #556571;
    background-color: #fff;
}

.Secondary-radio .radio label::after {
    background-color: #e27153;
    font-family: FontAwesome;
    content: "\f00c ";
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 17px;
    height: 17px;
    left: 0px;
    top: 0px;
    padding-top: 2px;
}
/* ----- Rangeslider -----*/
.range-value {
    width: 78%;
    display: table;
    position: relative;
    top: 4px;
    font-size: 11px;
}

    .range-value span {
        display: table-cell;
    }

.ininput3 {
    position: relative;
    padding-top: 3px !important;
    padding-bottom: 18px;
}

.home-slider output, .home-value {
    font-size: 30px;
    display: inline-block;
    color: #556571;
    padding-bottom: 5px;
}

.home-slider .home-value i {
    font-size: 28px;
}

.cons-value2-lhs, .cons-value2-rhs {
    margin: 0px 0 0px 0;
}

.cons-value2-lhs {
    border-right: 0px dotted #556571;
    padding-bottom: 0px;
}

.cons-value2-rhs {
    padding-left: 20px;
}

.home-cons-value2 {
    margin: 15px 0 15px 0;
}

.cons-value-lhs, .cons-value-rhs {
    margin: 30px 0 30px 0;
}

.cons-value-lhs {
    border-right: 1px dotted #556571;
    padding-bottom: 20px;
}

.cons-value-rhs {
    padding-left: 20px;
}

.home-cons-value {
    margin: 30px 0 30px 0;
}

    .home-cons-value .notfly-label {
        display: block;
        font-size: 12px;
        color: #bbb;
        text-transform: uppercase;
    }

.home-slider .rangeslider--horizontal .rangeslider__handle {
    top: -8px;
}

.home-slider .rangeslider__handle {
    width: 20px;
    height: 20px;
}

.home-slider .range-value {
    top: 15px;
}
/* ----- FG Buttons ----- */
.btn-maxwidth {
    max-width: 300px;
}

.maxwidth-center {
    margin: 15px auto !important;
}

.btn-fgPrimary {
    text-align: left;
    border-radius: 5px;
    background-color: #e27153;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 15px 15px;
    margin: 10px 0 10px 0;
}

    .btn-fgPrimary .fa {
        margin-top: 3px;
    }

    .btn-fgPrimary:hover, .btn-fgPrimary:focus {
        background-color: #e78d75;
        color: #fff;
    }

.btn-fgPrimary-sm {
    background-color: #e27153;
    color: #fff;
}

    .btn-fgPrimary-sm span {
        padding: 2px 5px;
        border-radius: 50%;
        border: 2px solid #f8ecbf;
    }

    .btn-fgPrimary-sm:hover, .btn-fgPrimary-sm:focus {
        background-color: #e78d75;
        color: #fff;
    }

.btn-fgSecondary {
    text-align: left;
    border-radius: 5px;
    background-color: #e27153;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 12px 15px;
    margin: 10px 0 10px 0;
}

    .btn-fgSecondary .fa {
        margin-top: 3px;
    }

.btn-selectPlan {
    text-align: left;
    border-radius: 5px;
    background-color: #e27153;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 5px 10px;
    margin: 10px 0 10px 0;
    max-width: 100px;
}

    .btn-selectPlan .fa {
        margin-top: 3px;
    }

    .btn-selectPlan:hover, .btn-selectPlan:focus {
        background-color: #e78d75;
        color: #fff;
    }

.btn-fgSecondary:hover, .btn-fgSecondary:focus {
    background-color: #e78d75;
    color: #fff;
}

.btn-fgDownload {
    text-align: left;
    border: 2px solid #556571; /*#556571*/
    border-radius: 5px;
    color: #556571;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 15px 15px;
    margin: 10px 0 10px 0;
}

    .btn-fgDownload:hover, .btn-fgDownload:focus {
        color: #b63b29; /*#b63b29*/
        border-color: #b63b29;
    }

.btn-fgAdd {
    text-align: left;
    border: 2px solid #556571;
    border-radius: 5px;
    color: #556571;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 5px 10px;
    margin: 10px 0 10px 0;
}

    .btn-fgAdd .fa {
        margin-top: 3px;
    }

    .btn-fgAdd:hover, .btn-fgAdd:focus {
        color: #b63b29;
        border-color: #b63b29;
    }

.btn-fgSelCountry {
    text-align: left;
    border: 2px solid #556571;
    border-radius: 5px;
    color: #556571;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 0 10px 0;
}

    .btn-fgSelCountry .selCountry {
        margin-right: 10px;
    }

    .btn-fgSelCountry .fa {
        margin-top: 3px;
    }

    .btn-fgSelCountry:hover, .btn-fgSelCountry:focus {
        color: #b63b29;
        border-color: #b63b29;
    }

.btn-fgSelect {
    margin: 0;
}

.btn-fgRemove {
    width: 30px;
    height: 30px;
    border: 2px solid #556571;
    border-radius: 50%;
    color: #556571;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
}

    .btn-fgRemove:hover, .btn-fgRemove:focus {
        color: #b63b29;
        border-color: #b63b29;
    }

.btn-edit {
    text-align: left;
    border: 2px solid #c52319;
    border-radius: 4px;
    color: #c52319;
    font-size: 13px;
    padding: 0 5px;
}

    .btn-edit:hover, .btn-edit:focus {
        color: #000;
        border-color: #000;
    }

.margin-after:after {
    content: "";
    display: block;
    height: 230px;
}

.home-lhs {
    background: #daf0ee;
    padding: 15px 0 50% 0;
}

    .home-lhs .pointors ul {
        padding: 0 15px 0 15px;
    }

        .home-lhs .pointors ul li {
            background-image: url(images/Tick.jpg);
            background-repeat: no-repeat;
            padding: 10px 0 10px 55px;
            background-position: 0;
            margin: 5px 0;
            font-size: 14px;
            border-bottom: 1px solid #fff;
        }

    .home-lhs .download {
        display: inline-block;
        padding: 15px 0 0 15px;
    }

        .home-lhs .download .broucher {
            margin-bottom: 10px;
            float: left;
            width: 30%;
        }

        .home-lhs .download span.dwnld {
            display: inline-block;
            padding-left: 35px;
            background: url(images/iconpdf.jpg) no-repeat left top;
            height: 31px;
        }

    .home-lhs .need-help {
        padding: 15px 0 0 15px;
        margin-bottom: 20px;
    }

        .home-lhs .need-help .helpline {
            margin-top: 10px;
            font-size: 15px;
        }

            .home-lhs .need-help .helpline img {
                margin: -3px 5px 0 0;
            }

.home-rhs .home-select .home-cat {
    margin-top: 30px;
}

    .home-rhs .home-select .home-cat .home-icon {
        margin-bottom: 40px;
    }

.home-select .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 95px;
    height: 95px;
    left: -5px;
    top: -5px;
    margin-left: -20px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
    background-size: 100% 100%;
}

.home-select .radio label::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 95px;
    height: 95px;
    left: -5px;
    top: -5px;
    padding-top: 5px;
    color: #fff;
    margin-left: -20px;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.building .radio label::before {
    background: url(images/building.png) no-repeat center center;
    border: #b9b9b9 1px solid;
}

.building-con .radio label::before {
    background: url(images/bld&cont.png) no-repeat center center;
    border: #b9b9b9 1px solid;
}

.content-only .radio label::before {
    background: url(images/content-only.png) no-repeat center center;
    border: #b9b9b9 1px solid;
}

.flat .radio label::before {
    background: url(images/flat.png) no-repeat center center;
    border: #b9b9b9 1px solid;
}

.ind-house .radio label::before {
    background: url(images/inde_house.png) no-repeat center center;
    border: #b9b9b9 1px solid;
}

.tra-family .radio label::before {
    background: url(images/family-1.png) no-repeat center center;
    border: #cc3300 2px solid;
}

.tra-individual .radio label::before {
    background: url(images/individual.png) no-repeat center center;
    border: #cc3300 2px solid;
}

.family .radio label::before {
    background: url(images/family-3.png) no-repeat center center;
    border: #cc3300 2px solid;
}

.individual .radio label::before {
    background: url(images/individual.png) no-repeat center center;
    border: #cc3300 2px solid;
}

.owned .radio label::before {
    background: url(images/own-house.png) no-repeat center center;
    border: #b9b9b9 1px solid;
}

.rented .radio label::before {
    background: url(images/rented-house.png) no-repeat center center;
    border: #b9b9b9 1px solid;
}

.home-select .radio input[type="radio"]:checked + label::after {
    background: url(images/icoCheck.png) no-repeat center center rgba(33, 44, 52, 0.49);
}

.home-select .radio label {
    font-size: 17px;
    font-weight: bold;
    color: #d03200;
    position: relative;
    top: 5px;
    padding: 25px 10px;
    padding-left: 85px;
    text-align: left;
}

#testimonial {
    padding: 15px;
}

.testimonial .item img {
    display: inline !important;
    width: auto !important;
}

#testimonial .carousel-indicators li {
    border-color: #cf4a2d;
    margin: 0 5px 0 5px;
}

#testimonial .item h5 {
    padding: 10px;
    background-color: #FFF;
    text-align: center;
}

#testimonial .item p {
    color: #cf4a2d;
}

    #testimonial .item p:after {
        position: absolute;
        right: 90px;
        display: inline-block;
        border-left: 14px solid transparent;
        border-top: 14px solid #FFF;
        border-bottom: 0 solid #FFF;
        border-right: 14px solid transparent;
        content: " ";
        padding-top: -100px;
        margin-top: -15px;
        z-index: 555;
    }

.testimonial-pager {
    bottom: 0;
    left: 0;
    position: relative;
    width: 100%;
    margin: 10px 0;
}

.margin {
    margin: 0;
}

.home-rhs .sel-cat .cat-new, .home-rhs .sel-cat .cat-renew {
    width: 30%;
}

.home-rhs .sel-cat .cat-existing {
    width: 40%;
}

.dates {
    padding-left: 50px;
    position: relative;
}

    .dates:before {
        content: "";
        position: absolute;
        left: 8px;
        top: 5px;
        background: url(images/dtimg.jpg) no-repeat top left;
        width: 35px;
        height: 35px;
    }

    .dates span {
        content: "";
        position: absolute;
        left: 8px;
        top: 5px;
        background: url(images/dtimg.jpg) no-repeat top left;
        width: 35px;
        height: 35px;
        /*cursor: pointer;namrata for date picker*/
    }

/*added aditya*/
.Rupeesign {
    padding-left: 20px;
    position: relative;
}

    .Rupeesign:before {
        content: "₹";
        position: absolute;
        left: 8px;
        top: 25px;
        background: no-repeat center;
        width: 35px;
        height: 35px;
    }

.spanbtn-group .btnspan {
    border: 2px solid #556571;
    padding: 4px 16px;
    text-align: center;
    width: auto;
    margin-right: 5px;
    color: #556571;
    border-radius: 3px;
}

    .spanbtn-group .btnspan:hover {
        border: 2px solid #e27153;
        background-color: #e27153;
        color: #fff;
    }

    .spanbtn-group .btnspan.actspan {
        border: 2px solid #e27153;
        background-color: #e27153;
        color: #fff;
    }

.home-rhs .fgProgress {
    padding: 10px 0 10px 0;
    background-image: url(images/processBG.jpg);
    background-repeat: no-repeat;
    background-size: 75% 2px;
    background-position: 50% 20px;
    margin-bottom: 20px;
}

    .home-rhs .fgProgress p {
        margin: 5px 0 10px 0;
    }

    .home-rhs .fgProgress .active p {
        color: #c52319;
        font-weight: bold;
    }

    .home-rhs .fgProgress ul {
        margin: 0;
        padding: 0;
    }

        .home-rhs .fgProgress ul li {
        }

.policy-expired .policyexpired-cont {
    background: #daf0ee;
    padding: 15px 15px 15px 15px;
}

    .policy-expired .policyexpired-cont .call-back {
        padding: 15px 35px 0 30px;
    }

        .policy-expired .policyexpired-cont .call-back h5, .policy-expired .policyexpired-cont .near-branch h5 {
            margin-bottom: 20px;
        }

        .policy-expired .policyexpired-cont .call-back p {
            margin-top: 10px;
            font-size: 11px;
        }

    .policy-expired .policyexpired-cont .near-branch {
        padding: 15px 30px 0 35px;
    }

.pa-select .pa-cat .pa-proceed {
    margin: 30px 0 20px 0;
}

.pa-select .mem-remove {
    padding-top: 12px;
}

.pa-select .pa-cat-cor {
    width: 50%;
    margin: 0 auto;
}
/* ----- ----- */
.cmncont {
    width: 50%;
    margin: 0 auto;
}

.signInPop {
    width: 55%;
    margin: 0 auto;
}

.toolteep {
    position: absolute;
    height: 100%;
    display: inline-block;
    width: auto;
    background: #f8ecbf;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: .9em;
    top: 0;
    left: -130px;
    padding: 0px 10px;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
}

    .toolteep:after {
        content: "\f0da ";
        font-family: FontAwesome;
        position: absolute;
        right: -11px;
        top: 0;
        color: #f8ecbf;
        font-size: 3.2em;
    }

.toolteep2 {
    position: relative;
    display: block;
    width: 100%;
    background: #f8ecbf;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: .9em;
    margin: 0 auto;
    top: 0;
    left: 0px;
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
}

    .toolteep2:after {
        content: "\f0da ";
        font-family: FontAwesome;
        position: absolute;
        left: 50%;
        top: -28px;
        color: #f8ecbf;
        font-size: 3.2em;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
    }

.sele-bor {
}

.medi-col {
}

    .medi-col .panel-heading {
        padding: 0px 15px;
    }

        .medi-col .panel-heading hr {
            margin-top: 0px;
            margin-bottom: 5px;
        }

.healthsur {
    margin-top: 30px;
}

    .healthsur p:after {
        content: url(images/harrow.png);
        position: absolute;
        right: 0px;
        top: 5px;
    }

    .healthsur h3 {
        margin-top: 30px;
    }

    .healthsur p {
        margin-top: 20px;
    }

.sele-bor .panel {
    margin-bottom: 10px;
}

/* ----- Build Your Plan ----- */
.lodcenter {
    position: absolute;
    display: block;
    left: 0%;
    top: 35%;
    width: 100%;
    height: 100%;
}

.loadContet {
    position: absolute;
    width: 55%;
    top: 14%;
    left: 23%;
    text-align: center;
    z-index: 1;
    color: #556571;
}

.position {
    display: block;
    position: relative;
    width: 350px;
    height: 350px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #deeff0;
    z-index: 1001;
    overflow: hidden;
}

.progress-bar {
    position: relative;
    height: 350px;
    width: 350px;
    float: none;
}

    .progress-bar div {
        position: absolute;
        height: 350px;
        width: 350px;
        border-radius: 50%;
    }

        .progress-bar div span {
            position: absolute;
            font-family: Arial;
            font-size: 25px;
            line-height: 334px;
            height: 334px;
            width: 334px;
            left: 8px;
            top: 8px;
            text-align: center;
            border-radius: 50%;
            background-color: #ddefef;
        }

    .progress-bar .background {
        background-color: #b3cef6;
    }

    .progress-bar .rotate {
        clip: rect(0 175px 350px 0);
        background-color: #c6211b;
    }

    .progress-bar .left {
        clip: rect(0 175px 350px 0);
        opacity: 1;
        background-color: #fff;
    }

    .progress-bar .right {
        clip: rect(0 175px 350px 0);
        transform: rotate(180deg);
        opacity: 0;
        background-color: #c6211b;
    }

@keyframes toggle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.build-plan .build-plan-content {
    margin-top: 20px;
}

.build-plan .captt h3 span:after {
    content: url(images/line.png);
}

.build-plan .captt h3 span:before {
    content: url(images/line-lft.png);
}

.ann-icom {
    width: 50%;
    margin: 0 auto;
    padding: 30px 0;
}

    .ann-icom .btn-fgSecondary {
        margin: 10px 37px 10px 37px;
    }

.exc-table .table {
    margin-bottom: 0px;
}

.exc-table .close {
    border: 3px solid #f26039;
    color: #e27153;
    text-align: center;
    padding: 0px 0;
    border-radius: 50%;
    width: 20px;
    background: #fff;
    opacity: 1;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.exc-table {
    margin: 0px 5px;
    padding: 0;
    border: #CCC solid 1px;
    border-radius: 4px;
}

    .exc-table .table > thead > tr > th {
        vertical-align: top;
        border-bottom: 0px solid #ddd;
    }

    .exc-table .table > tbody > tr.cal {
        background-color: #6c7c89;
        color: #FFF;
        text-transform: uppercase;
        font-size: 11px;
    }

    .exc-table .table > tbody > tr.cal2 {
        background-color: #e2eded;
        color: #000;
    }

    .exc-table .table > tbody > tr.acct {
        background-color: #f8ecbf;
        color: #000;
    }

.ins-table {
}

    .ins-table .panel > .table-bordered > thead > tr {
        background-color: #6c7c89;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
    }

    .ins-table .panel > .table-bordered > tbody > tr {
        background-color: #f9fbfa;
    }

    .ins-table .table > thead > tr > th {
        vertical-align: top;
        border-bottom: 2px solid #ddd;
        width: 17%;
    }

    .ins-table .table > tbody > tr > td {
        vertical-align: middle;
    }

    .ins-table .table-bordered > thead > tr > th {
        border: 0px solid #ddd;
    }

    .ins-table .table-bordered > tbody > tr > td {
        border-left: 0px solid #ddd;
        border-right: 0px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

.ins-inputbox {
    padding: 5px 10px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    margin: 0px auto;
    background: #fff;
    position: relative;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
    height: 35px;
}

    .ins-inputbox .primary-select {
        padding-top: 3px;
    }

    .ins-inputbox .bootstrap-select.btn-group .dropdown-toggle .caret {
        position: absolute;
        top: 50%;
        right: 0px;
        margin-top: -2px;
        vertical-align: middle;
    }

.dispol {
    padding: 30px;
    width: 25%;
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}


.dispol2 {
    position: absolute;
    height: 100%;
    display: inline-block;
    width: auto;
    background: #f5f6f6;
    border: 1px solid #CCC;
    border-radius: 3px;
    text-transform: uppercase;
    top: 0;
    left: 0px;
    padding: 130px 50px;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
}

    .dispol2:after {
        content: "\f0da ";
        font-family: FontAwesome;
        position: absolute;
        right: -11px;
        top: 40px;
        color: #f5f6f6;
        font-size: 3.2em;
    }


.exc-range {
}

    .exc-range .rangeslider--horizontal {
        height: 5px;
        width: 50%;
    }

    .exc-range .range-value {
        width: 50%;
    }

.viewbtn {
}

.exc-tab {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/*.tab-pan-1{ background-color:#f9f9f9; overflow:hidden; padding:20px 0;}   893384*/
.tab-pan-1 {
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 10px 0;
}

.exc-tab .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.exc-tab .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #000;
    text-align: center;
    background-color: #dde9e9;
    font-size: 16px;
    margin-right: 0px;
}

.exc-tab .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    background-color: #f9f9f9;
}

.nav-tabs > li > a {
    border-radius: 0px 0px 0 0;
}

.exc-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000;
    cursor: default;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-color: transparent;
    background: url(images/mark.png) no-repeat 2%;
}


tab-content > .active {
    display: block;
    background-color: #000;
}

.exc-ben-top {
    overflow: hidden;
    border-bottom: #f5ece5 solid 1px;
    border-top: #f5ece5 solid 1px;
    margin: 20px 0px 0px 0px;
}

    .exc-ben-top h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .exc-ben-top .btn-maxwidth {
        max-width: 205px;
        font-size: 15px;
    }

    .exc-ben-top .btn-fgDownload {
        padding: 10px 10px;
        max-width: 205px;
        margin: 5px 0 5px 0;
    }

    .exc-ben-top .maxwidth-center {
        margin: 2px auto !important;
    }

.exc-img {
    padding: 0;
    width: 20px;
}

    .exc-img:before {
        content: url(images/accDn.png);
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0px;
    }

.exc-ben {
    padding: 20px 0;
}

    .exc-ben h4 {
        margin-bottom: -10px;
    }

    .exc-ben ul {
        padding: 0;
    }

    .exc-ben li {
        display: table;
        float: left;
        width: 25%;
        border-left: 1px solid #CCC;
        padding: 2px 0 2px 20px;
        text-align: left;
    }

        .exc-ben li p {
            margin: 0 0 4px 0;
        }

.exc-ben-bot {
}

    .exc-ben-bot ul {
        padding: 0 10px 0 0px;
    }

        .exc-ben-bot ul li {
            background-image: url(images/Tick-2.png);
            background-repeat: no-repeat;
            padding: 10px 0 10px 35px;
            background-position: 0;
            margin: 5px 0;
            font-size: 14px;
            border-bottom: 1px solid #fff;
        }

/*--new table--*/

.bmi {
    border: #CCC solid 1px;
    background-color: #CCC;
}

.medi-bor {
    margin: 30px 0;
    overflow: hidden;
}

    .medi-bor hr {
        border-color: #e2e5e7;
        clear: both;
        margin: 0px 20px;
        padding: 0px 0;
    }

.medical-details {
}

    .medical-details output {
        padding-top: 0px;
        padding-bottom: 10px;
    }

.sum-assurd table thead tr th.act {
    background-color: #c52219;
}

.sum-assurd table tr td.act2 {
    background: #daf0ef;
}

.sum-assurd table tr th, .sum-assurd table tr td {
    vertical-align: middle;
    text-align: center;
}

.sum-assurd table tr th {
    color: #fff;
    background: #748490;
    text-transform: uppercase;
}

.sum-assurd table tr td {
    padding: 20px 10px 20px 10px;
}

.sum-assurd table th:first-child {
    width: 145px;
    background: #fff;
}

.sum-assurd table th:last-child {
    width: 160px;
}

.sum-assurd .input-group .input-group-addon {
    background-color: #f8ecbf;
}
/*--end new table--*/
.pa-buildPlan table tr th, .pa-buildPlan table tr td {
    vertical-align: middle;
}

.pa-buildPlan table tr th {
    color: #fff;
    background: #f26248;
}

.pa-buildPlan table tr td {
    padding: 20px 10px 20px 10px;
}

.pa-buildPlan table th:first-child {
    width: 145px;
    background: #748490;
}

.pa-buildPlan table th:last-child {
    width: 160px;
}

.pa-buildPlan .input-group .input-group-addon {
    background-color: #f8ecbf;
}

#cmdComparePlan {
    background: #fafafa;
    z-index: 1;
}

.build-plan .compareBtn {
    margin-top: 15px;
}

.build-plan .build-plan-content .buildPlan .plan {
    margin-bottom: 30px;
}

    .build-plan .build-plan-content .buildPlan .plan .plan-cont1 {
        background: #eff6f6;
        padding: 15px 15px 5px 15px;
    }

    .build-plan .build-plan-content .buildPlan .plan .selectedPlan {
        position: absolute;
        right: 30px;
        font-size: 20px;
        color: #981c1f;
        opacity: 0;
    }

    .build-plan .build-plan-content .buildPlan .plan .plan-cont1:hover {
        cursor: pointer;
        background: #daf0ef;
    }

    .build-plan .build-plan-content .buildPlan .plan .plan-cont1 p {
        font-size: 18px;
        color: #556571;
    }

    .build-plan .build-plan-content .buildPlan .plan .plan-cont1 h2 {
        margin-top: 0;
    }

        .build-plan .build-plan-content .buildPlan .plan .plan-cont1 h2 i {
            font-size: 28px;
        }

    .build-plan .build-plan-content .buildPlan .plan .plan-cont2 {
        background: #fff;
        padding: 5px 15px 5px 15px;
    }

        .build-plan .build-plan-content .buildPlan .plan .plan-cont2 p i {
            margin-right: 12px;
            margin-left: 6px;
        }

.build-plan .build-plan-content .buildPlan .active .plan-cont1 {
    background: #f8ecbf;
}

.build-plan .build-plan-content .buildPlan .active .selectedPlan {
    opacity: 1;
}

.comparePlan-table table tr th, .comparePlan-table table tr td {
    vertical-align: middle;
}

    .comparePlan-table table tr td:first-Child {
        background: #f8ecbf;
    }

.modal-comparePlan {
    background: #fff !important;
}

.comparePlan-table table tr th {
    background: #daf0ee;
    padding: 20px 8px 20px 8px;
}

#viewPlan .comparePlan-table table tr th, #viewPlan .comparePlan-table table tr td {
    width: 50%;
}

.text-tooltip {
    position: absolute;
    right: 6px;
}

.tooltip-inner {
    width: 250px; /*Value 150 change to 250 for tooltip changes*/
    max-width: 400px;
    padding: 8px;
    color: rgb(53, 53, 53);
    text-align: left;
    background: #f8ecbf;
    border: 1px solid #d9c783;
    border-radius: 4px;
    font-size: 1em;
}

.tooltip:after {
    color: #f8ecbf !important;
    background: #f8ecbf !important;
}

.tooltip:before {
    color: #f8ecbf !important;
    background: #f8ecbf !important;
}

.acc-cont {
    margin: 5px auto;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

    .acc-cont .acc-heading {
        background-color: #d8e8e7;
        padding: 0 0 0 30px;
        text-align: left;
        display: block;
    }

.acc-img {
    padding: 0;
    width: 20px;
}

    .acc-img:before {
        content: url(images/accDn.png);
        width: 15px;
        height: 15px;
        position: absolute;
        left: -15px;
    }

.pnShowCont {
    padding: 7px 45px;
    font-size: .9em;
    color: #6c7c88;
    max-width: 80%;
    padding-bottom: 0px;
}

.additional-benefits .fg-panel-heading {
    background: #d8e8e7;
    color: #556571;
    padding: 0px 15px 0 45px;
}

    .additional-benefits .fg-panel-heading p {
        font-size: 13px;
    }

.additional-benefits .fg-panel-default {
    padding: 10px 15px 10px 45px;
}

.additional-benefits .fg-panel-body {
    padding: 0 15px 15px 45px;
}

.additional-benefits .pa-panel-body {
    padding: 10px 15px 10px 15px;
}

.additional-benefits .fg-panel-body .ass-value {
    margin-top: 20px;
}

.additional-benefits .fg-panel-body .input-group {
    max-width: 300px;
}

    .additional-benefits .fg-panel-body .input-group .input-group-addon {
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #f8ecbf;
    }

.additional-benefits .fg-panel-body .form-control {
    height: 40px;
}

.fg-panel-heading .checkbox-inline, .radio-inline {
    padding-left: 16px;
}

.add-benefits .add-heding {
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    padding: 10px 0 0 10px;
    margin-bottom: 20px;
}

.add-benefits .add-list {
    border-bottom: 1px solid #e4e4e4;
}

    .add-benefits .add-list p {
        margin-top: 10px;
    }

    .add-benefits .add-list .amount {
        padding: 10px 0 10px 0;
    }

    .add-benefits .add-list .amount1 {
        padding: 10px 15px 10px 0;
    }

.additional-benefits .btn-fgPrimary {
    margin: 0 0 20px 0;
}

.calcPrem-Dsktp {
    display: block;
}

.calcPrem-Mob {
    display: none;
}

.calculated-premium .AmntCont {
    padding: 20px;
    background: #f8ecbf;
}

    .calculated-premium .AmntCont i {
        font-size: 28px;
    }

.calculated-premium .plan-detail {
    padding: 15px;
}

    .calculated-premium .plan-detail .plan-det-head {
        color: #7db3b1;
        text-transform: uppercase;
    }

    .calculated-premium .plan-detail .plan-detail-list {
        margin-top: 20px;
    }

    .calculated-premium .plan-detail .planDetail-cont {
        display: table;
        width: 100%;
    }

        .calculated-premium .plan-detail .planDetail-cont p {
            font-size: 12px;
            margin: 0 0 5px 0;
        }

        .calculated-premium .plan-detail .planDetail-cont .col1 {
            display: table-cell;
            text-align: left;
        }

        .calculated-premium .plan-detail .planDetail-cont .col2 {
            display: table-cell;
            text-align: right;
            width: 35%; /*changes- 20%*/
        }

        .calculated-premium .plan-detail .planDetail-cont .trav-feat img {
            float: left;
            margin-right: 10px;
        }

        .calculated-premium .plan-detail .planDetail-cont .trav-feat .travfeat-rhs {
            overflow: hidden;
        }

.paddhr {
    margin: 4px 0 9px 0;
}

.claslhsBar:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #bbb;
}
/*.claslhsBar:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 40%;
	width: 40px;
	height: 40px;
	background: url(images/oricon.png) no-repeat center center;
}*/
/* ----- Vew Premium Popup ----- */
.modal-header, .modal-footer {
    border: 0px solid #e5e5e5;
}

.modal-content {
    position: relative;
    background-color: #deeff0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-header .close {
    border: 3px solid #f26039;
    color: #e27153;
    text-align: center;
    padding: 8px 0;
    border-radius: 50%;
    width: 40px;
    background: #fff;
    opacity: 1;
    top: -20px;
    right: -20px;
    position: absolute;
}

.premium-pop {
    display: table;
    width: 100%;
    height: 100%;
}

    .premium-pop section {
        display: table-cell;
        text-align: left;
    }

        .premium-pop section .tblce1 {
            width: 70%;
        }

    .premium-pop .tblce2 h1 i {
        font-size: 32px;
    }

.divrow {
    display: table;
    width: 100%;
    font-size: .9em;
    padding: 3px 0;
}

    .divrow p {
        margin: 0;
    }

.secheed2 {
    color: #87322e;
    font-size: 1.1em;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.divrow .col1 {
    display: table-cell;
    text-align: left;
}

.divrow .col2 {
    display: table-cell;
    width: 80px;
    text-align: right;
}

.row1 {
    margin: 0px auto;
    margin-bottom: 15px;
}

.hrline {
    background-color: #bebebe;
    width: 100%;
    height: 1px;
    display: block;
    margin: 5px auto;
    clear: both;
}

.premium-pop section.tblce2 {
    width: 30%;
    background-color: #fff;
}

.asd {
    padding-top: 5px;
    padding-left: 15px;
}

    .asd i {
        position: relative;
        margin-left: -10px;
        padding-right: 6px;
    }
/* ----- car Owner Details ----- */
.car-owner {
    padding-bottom: 10px;
}
/* ----- Confirm & Pay ----- */
.confirmPay {
    background: #daf0ef;
    margin-bottom: 25px;
}

    .confirmPay .confirm-header {
        background: #ddefef;
        border: 1px solid #c2d6d6;
        padding: 5px;
    }

        .confirmPay .confirm-header img {
            max-width: 110px;
        }

        .confirmPay .confirm-header p {
            margin-top: 15px;
        }

        .confirmPay .confirm-header .travel-header ul {
            padding-left: 15px;
            padding-right: 15px;
        }

        .confirmPay .confirm-header .travel-header .traveller {
            background-image: url(images/trav-ico.png);
            background-repeat: no-repeat;
            padding: 0 0 0 38px;
            background-position: 0 0;
        }

        .confirmPay .confirm-header .travel-header .trip {
            background-image: url(images/trip-ico.png);
            background-repeat: no-repeat;
            padding: 0 0 0 75px;
            background-position: 0 0;
        }

        .confirmPay .confirm-header .travel-header .st-trip {
            background-image: url(images/tripStudent-ico.png);
            background-repeat: no-repeat;
            padding: 0 0 0 55px;
            background-position: 0 0;
        }

        .confirmPay .confirm-header .travel-header .duration {
            background-image: url(images/duration-ico.png);
            background-repeat: no-repeat;
            padding: 0 0 0 45px;
            background-position: 0 0;
        }

        .confirmPay .confirm-header .health-header .adult {
            background-image: url(images/aduilt.png);
            background-repeat: no-repeat;
            padding: 0 0 0 50px;
            background-position: 0 0;
        }

        .confirmPay .confirm-header .health-header .child {
            background-image: url(images/child.png);
            background-repeat: no-repeat;
            padding: 0 0 15px 50px;
            background-position: 0 0;
        }

        .confirmPay .confirm-header .health-header .eldest {
            background-image: url(images/eldest.png);
            background-repeat: no-repeat;
            padding: 0 0 0 50px;
            background-position: 0 0;
        }

        .confirmPay .confirm-header .health-header .income {
            background-image: url(images/income.png);
            background-repeat: no-repeat;
            padding: 0 0 15px 50px;
            background-position: 0 0;
        }

        .confirmPay .confirm-header .health-header p {
            margin-top: 8px;
        }

        .confirmPay .confirm-header .health-header ul {
            padding-left: 15px;
            padding-right: 15px;
        }

        .confirmPay .confirm-header .health-model p:after {
            content: url(images/NavIcon.png);
            position: absolute;
            right: 40px;
            top: 0px;
        }

        .confirmPay .confirm-header .travel-header p {
            margin-top: 0px;
        }

        .confirmPay .confirm-header .car-model p:after {
            content: url(images/NavIcon.png);
            position: absolute;
            right: 40px;
            top: 5px;
        }

        .confirmPay .confirm-header .edit {
            margin-top: 30px;
        }

    .confirmPay .fgProgress {
        padding: 10px 30px 10px 30px;
        background-image: url(images/processBG.jpg);
        background-repeat: no-repeat;
        background-size: 70% 2px;
        background-position: 50% 20px;
        margin-bottom: 20px;
    }

        .confirmPay .fgProgress p {
            margin: 5px 0 10px 0;
        }

        .confirmPay .fgProgress .active p {
            color: #c52319;
            font-weight: bold;
        }

        .confirmPay .fgProgress ul {
            margin: 0;
            padding: 0;
        }

.fg-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #c1d1d0;
}

.confirmPay .line-position {
    background-size: 64% 2px;
    background-position: 50% 20px;
}

.progress-heading {
    width: 300px;
    margin: -15px auto;
    position: relative;
    background: #fff;
    border: 2px solid #6eb2b0;
    text-align: center;
    top: 10px;
    padding: 15px;
    font-weight: bold;
}

.confirm-det {
    width: 100%;
    border: 1px solid #e4e4e4;
    background: #fff;
    border-radius: 3px;
    margin: 20px 0 20px 0;
    display: table;
}

    .confirm-det .prod-detail {
        background: #daf0ef;
        padding: 5px 20px 0 20px;
        width: 30%;
        display: table-cell;
    }

    .confirm-det .item-detail {
        padding-bottom: 15px;
        margin-top: 15px;
    }

    .confirm-det h4 {
        margin: 0 0 25px 0;
    }

    .confirm-det p {
        margin: 0 0 3px 0;
    }

    .confirm-det .item-detail .owner-detail {
        margin-top: 30px;
    }

    .confirm-det .prem-breakup {
        background: #f8f8f8;
        padding: 5px 20px 0 20px;
        width: 40%;
        display: table-cell;
    }

        .confirm-det .prem-breakup .item-detail h5 {
            padding: 0 0 10px 0;
            margin-bottom: 10px;
            border-bottom: 1px solid #e4e4e4;
        }

.prem-border-bottom {
    border-bottom: 1px solid #e4e4e4;
}

.confirm-det .prem-breakup .breakup {
    display: table;
    width: 100%;
}

    .confirm-det .prem-breakup .breakup .breakup-lhs {
        display: table-cell;
        text-align: left;
    }

    .confirm-det .prem-breakup .breakup .breakup-rhs {
        display: table-cell;
        text-align: right;
        width: 20%;
    }

.confirm-det .policy-detail {
    padding: 5px 20px 0 20px;
    width: 20%;
    display: table-cell;
}

    .confirm-det .policy-detail .item-detail h1 {
        margin: 0;
    }

        .confirm-det .policy-detail .item-detail h1 i {
            font-size: 32px;
        }

.disclaimer h5 {
    margin-bottom: 20px;
}

.confirm-det .policy-detail .item-detail .breakup {
    display: table;
    width: 100%;
}

    .confirm-det .policy-detail .item-detail .breakup .breakup-lhs {
        display: table-cell;
        text-align: left;
    }

    .confirm-det .policy-detail .item-detail .breakup .breakup-rhs {
        display: table-cell;
        text-align: right;
        width: 40%;
    }

/* ----- Transaction Fail - Success ----- */
.transaction .smiley {
    margin-right: 10px;
}

.transaction h3 {
    margin: 25px 0 20px 0;
}

    .transaction h3 i {
        font-size: 20px;
    }

.transaction .transactionBox i {
    font-size: 14px;
}

.transaction h4 {
    margin: 0 0 20px 0;
}

.transaction .thankYou h4 {
    margin: 0 0 20px 0;
}

.transactionBox {
    background: #fff;
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .transactionBox .transactionStatus h4 {
        margin: 0 0 20px 0;
    }

    .transactionBox .transactionReasons {
        background: #efefef;
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 20px;
    }

        .transactionBox .transactionReasons ul {
            padding: 15px 15px 0 0;
        }

            .transactionBox .transactionReasons ul li {
                background-image: url(images/bullet1.png);
                background-repeat: no-repeat;
                padding: 0 0 0 15px;
                background-position: 0 5px;
                margin: 5px 0;
                color: #556571;
            }

.transaction .trans-details {
    background-color: #e4e4e4;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .transaction .trans-details ul {
        padding: 0;
    }

    .transaction .trans-details li p {
        margin: 0 0 4px 0;
        font-size: 16px;
    }

    .transaction .trans-details li {
        display: table;
        float: left;
        width: 20%;
        border-left: 1px solid #bbb;
        padding: 10px 0 10px 10px;
        /*text-align: left;*/
    }

        .transaction .trans-details li:first-child {
            border-left: 0px solid #bbb;
        }

.transactionBox .rating h4 {
    margin: 10px 0 10px 0;
}

.transactionBox .rating p {
    font-size: 16px;
    margin: 0 0 20px 0;
}

#hearts {
    color: #b63b29;
}

.hearts2 {
    color: #b63b29;
}

#hearts-existing {
    color: #ee8b2d;
}

.transactionBox .confirmation {
    margin: 30px 0 0 0;
    background-color: #e4e4e4;
    border-radius: 3px;
    padding: 15px;
}

    .transactionBox .confirmation p span {
        color: #c52319;
    }

.transactionBox .rating .rating-feedback {
    width: 60%;
    margin: 0 auto;
}

    .transactionBox .rating .rating-feedback .btn-fgSecondary {
        margin-top: 9px;
    }
/* ----- Payment Method ----- */
.payment-method {
    margin-top: 30px;
}

    .payment-method .merchant-detail {
    }

        .payment-method .merchant-detail .merchant-head {
            padding: 15px;
            background: #e7ecef;
        }

        .payment-method .merchant-detail .company-name {
            padding: 15px;
            background: #fff;
        }

    .payment-method .payment-gateway {
        margin-bottom: 20px;
    }

    .payment-method .merchant-detail .company-name .total-amount h2 i {
        font-size: 27px;
    }

@media screen and (min-width:768px) and (max-width:1024px) {
    .healthsur {
        margin-top: 35px;
    }
    .Mobilerenew {
        margin-left: 52px;
        margin-top: 15px
    }

        .healthsur img {
            margin-top: 15px;
        }

    .btn-fgDownload {
        font-size: 13px;
    }

    .FGinputbox {
        /*cursor: pointer;*/  /*namrata for datepicker*/
    }

    .disclaimerfooter {
        display: inline-block;
        position: relative;
        padding: .2rem 1rem .3rem 4rem;
        border-radius: 5rem;
        text-align: center;
        line-height: inherit;
        margin-left: -11%;
        margin-bottom: 3%;
    }
}

@media screen and (min-width:641px) and (max-width:768px) {
    .calcPrem-Dsktp {
        display: none;
    }
    .Mobilerenew {
        margin-left: 52px;
        margin-top: 15px
    }
    .calcPrem-Mob {
        display: block;
    }

    .pa-select .pa-cat-cor {
        width: 100%;
    }

    /*.FG-catbox {
        display: none;
    }*/

    /*.FGinputbox {
        cursor: pointer;
    }*/ /*namrata form date picker*/

    .disclaimerfooter {
        display: inline-block;
        position: relative;
        padding: .2rem 1rem .3rem 4rem;
        border-radius: 5rem;
        text-align: center;
        line-height: inherit;
        margin-left: -11%;
        margin-bottom: 3%;
    }

    .home-lhs {
        display: none;
    }

    .claslhsBar:after {
        content: "";
        right: 0px;
        top: 40px;
        display: block;
        margin: 0 auto;
        position: relative;
    }

    .confirmPay {
        display: none;
    }

        .confirmPay .confirm-header .edit {
            margin-left: 15px;
            margin-top: 15px;
        }

        .confirmPay .confirm-header .travel-header ul li {
            margin-bottom: 20px;
        }

    .transaction .trans-details li {
        display: table;
        float: none;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #bbb;
    }

        .transaction .trans-details li:last-child {
            border-bottom: none;
        }

    .transactionBox .rating .rating-feedback {
        width: 60%;
    }

    .speechBloon {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        display: block;
    }

    .arrow_box {
        padding: 10px 10px;
        border-radius: 10px;
        width: 100%;
        text-align: center;
    }

        .arrow_box:before {
            display: none;
        }

        .arrow_box:after {
            display: none;
        }

    .borCollaps {
        right: 85px;
        bottom: 126px;
    }

    .healthsur h3 {
        font-size: 20px;
    }

    .healthsur img {
        margin-top: 30px;
    }

    .confirmPay .confirm-header .health-model p:after {
        display: none;
    }
}

@media screen and (min-width:300px) and (max-width:640px) {
    .calcPrem-Dsktp {
        display: none;
    }
    .Mobilerenew {
        margin-left: 52px;
        margin-top: 15px
    }
    .calcPrem-Mob {
        display: block;
    }

    .pa-select .pa-cat-cor {
        width: 100%;
    }

    .FG-catbox {
        display: none;
    }

    .home-lhs {
        display: none;
    }

    .logo-container {
        text-align: center;
    }

    .call-chat {
        text-align: center;
    }

    .breadcrumb {
        text-align: center;
    }

    .quote {
        text-align: center;
        margin-top: 10px;
    }

    .btn-maxwidth {
        max-width: 100%;
    }

    .footerImg-Left {
        display: none;
    }

    .footerImg-Right {
        display: none;
    }
    /* ----- Car Home CSS ----- */
    .home-lhs {
        padding: 15px 0 0 0;
    }

    .home-rhs .sel-cat .cat-new, .home-rhs .sel-cat .cat-renew, .home-rhs .sel-cat .cat-existing {
        width: 100%;
    }

    .cons-value-lhs {
        border-right: none;
        border-bottom: 1px dotted #556571;
    }

    .cons-value-rhs {
        padding-left: 0;
    }

    .cmncont {
        width: 80%;
    }

    .signInPop {
        width: 80%;
    }

    .FGinputbox {
        cursor: pointer;
    }

    .disclaimerfooter {
        display: inline-block;
        position: relative;
        padding: .2rem 1rem .3rem 4rem;
        border-radius: 5rem;
        text-align: center;
        line-height: inherit;
        margin-left: -11%;
        margin-bottom: 3%;
    }

    .toolteep {
        position: absolute;
        height: auto;
        display: block;
        width: 100%;
        top: 62px;
        left: 0px;
        padding: 15px 10px;
    }

        .toolteep:after {
            content: "\f0da ";
            font-family: FontAwesome;
            position: absolute;
            right: 0px;
            left: 16px;
            top: -33px;
            color: #F8ECBF;
            transform: rotate(270deg);
            font-size: 3.2em;
        }

    .cmncont .mob23 {
        margin-top: 70px;
    }

    .progress-heading {
        width: 100%;
    }

    .confirmPay {
        display: none;
    }

        .confirmPay .confirm-header .edit {
            margin-left: 15px;
            margin-top: 15px;
        }

        .confirmPay .confirm-header .travel-header ul li {
            margin-bottom: 20px;
        }

        .confirmPay .fgProgress {
            padding: 10px 0 10px 0;
            background-position: 52% 20px;
        }

    .confirm-det .prod-detail {
        width: 100%;
        display: block;
    }

    .confirm-det .prem-breakup {
        width: 100%;
        display: block;
    }

    .confirm-det .policy-detail {
        width: 100%;
        display: block;
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
        margin-top: 30px;
    }

    .modal-header .close {
        right: -5px;
    }

    .premium-pop {
        display: block;
        width: 100%;
        height: 100%;
    }

        .premium-pop section {
            display: block;
            width: 100%;
        }

            .premium-pop section.tblce2 {
                display: block;
                width: 100%;
            }

    .transaction .trans-details li {
        display: table;
        float: none;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #bbb;
    }

        .transaction .trans-details li:last-child {
            border-bottom: 0px solid #bbb;
        }

    .transactionBox .rating .rating-feedback {
        width: 100%;
    }

    .claslhsBar {
        /*border-bottom: 1px solid #556571;*/
    }

        .claslhsBar:before {
            display: none;
        }

        .claslhsBar:after {
            content: "";
            right: 0px;
            top: 20px;
            display: block;
            margin: 0 auto;
            position: relative;
        }

    .speechBloon {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        display: block;
    }

    .arrow_box {
        padding: 10px 10px;
        border-radius: 10px;
        width: 100%;
        text-align: center;
    }

        .arrow_box:before {
            display: none;
        }

        .arrow_box:after {
            display: none;
        }

    .borCollaps {
        background-color: #556571;
        position: relative;
        right: 0px;
        bottom: 158px;
        width: 100%;
    }

    .confirmPay .confirm-header .health-model p:after {
        display: none;
    }

    .exc-range .rangeslider--horizontal {
        width: 80%;
    }

    .exc-range .range-value {
        width: 80%;
    }

    .ann-icom .btn-fgSecondary {
        margin: 0px;
    }

    .fgBox-border-img {
        float: left;
        margin: 0px 10px 10px 0px;
    }
}

@media screen and (min-width:481px) and (max-width:640px) {
    .pa-select .pa-cat-cor {
        width: 100%;
    }
    .Mobilerenew {
        margin-left: 52px;
        margin-top: 15px
    }

    .home-lhs {
        display: none;
    }

    .healthsur img {
        margin-top: 0px;
        max-width: 25%;
    }

    .exc-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background: url(images/mark.png) no-repeat 21% 43%;
    }

    .FGinputbox {
        cursor: pointer;
    }

    .disclaimerfooter {
        display: inline-block;
        position: relative;
        padding: .2rem 1rem .3rem 4rem;
        border-radius: 5rem;
        text-align: center;
        line-height: inherit;
        margin-left: -11%;
        margin-bottom: 3%;
    }
}

@media screen and (min-width:300px) and (max-width:480px) {
    .pa-select .pa-cat-cor {
        width: 100%;
    }
    .Mobilerenew {
        margin-left: 52px;
        margin-top: 15px
    }
    #ui-datepicker-div {
        width: 70% !important;
    }

    .ui-datepicker-multi, .ui-datepicker-group {
        float: none !important;
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100% !important;
    }

    .FG-catbox {
        display: none;
    }

    .home-lhs {
        display: none;
    }

    .healthsur img {
        margin-top: 20px;
        max-width: 50%;
    }

    .build-plan .captt h3 span:after {
        content: none;
    }

    .build-plan .captt h3 span:before {
        content: none;
    }

    .exc-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background: none;
    }

    .FGinputbox {
        cursor: pointer;
    }

    .disclaimerfooter {
        display: inline-block;
        position: relative;
        padding: .2rem 1rem .3rem 4rem;
        border-radius: 5rem;
        text-align: center;
        line-height: inherit;
        margin-left: -11%;
        margin-bottom: 3%;
    }

    .exc-ben li {
        width: 50%;
        margin-bottom: 10px;
        padding: 2px 0 2px 20px;
    }

    .viewbtn {
        display: none;
    }
}

.hospi th {
    padding: 13px 5px;
}

    .hospi th select {
        padding: 0;
    }

#rateFeedback textarea {
    border: 1px solid #ccc;
}

.benefits img {
    max-width: 71px;
}


/* Start CPA CSS*/
.cpa-container {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.cpa-text {
    text-align: center;
    padding: 5px;
    width: 30px;
    border: 1px solid #ccc;
}

.cpa-btn {
    padding: 5px 10px;
    cursor: pointer;
    margin: 0 20px;
    display: inline-block;
}
/* End CPA CSS*/
