﻿*,
::after,
::before {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html {
    font-family: 'Poppins', sans-serif;
    line-height: 1.15;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fafafa;
}
/*--------------Base Css----------------*/
a {
    color: #0065ff;
    text-decoration: none;
    background-color: transparent
}

ul, li, label {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a:hover {
    color: #0065ff;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 28px
}

.h2,
h2 {
    font-size: 32px
}

.h3,
h3 {
    font-size: 28px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 16px
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block !important;
}

.d-table {
    display: table
}

.d-table-row {
    display: table-row
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: -ms-flexbox;
    display: -moz-box-flexbox;
    display: -webkit-flex;
    display: flex;
}

.d-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: column;
    flex-direction: row-reverse
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column;
    flex-direction: column-reverse
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap-reverse
}

.flex-fill {
    -ms-flex: 1 1 auto;
    -webkit-flex-grow: 1;
    flex: 1 1 auto
}

.flex-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0
}

.flex-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end;
    -webkit-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -ms-flex-pack: center;
    -webkit-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -ms-flex-pack: justify;
    -webkit-flex-pack: justify;
    justify-content: space-between
}

.justify-content-around {
    -ms-flex-pack: distribute;
    -webkit-flex-pack: distribute;
    justify-content: space-around
}

.align-items-start {
    -webkit-flex-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-end {
    -webkit-flex-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center {
    -webkit-flex-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-baseline {
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-items-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.align-content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.align-self-auto {
    -ms-flex-item-align: auto;
    align-self: auto
}

.align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center
}

.align-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.text-justify {
    text-align: justify
}

.text-wrap {
    white-space: normal
}

.text-nowrap {
    white-space: nowrap
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.float-none {
    float: none
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    font-weight: 700;
}

.btn-primary {
    color: #fff;
    background-color: #fd4704;
    border-color: #fd4704;
}

.btn-Child, .btn-Spouse {
    background-color: #0065ff;
    color: #fff;
    font-size: 10px;
    line-height: 0;
    height: auto;
    font-weight: 600;
    padding: 6px 10px;
    line-height: 1.3;
    text-transform: capitalize;
    letter-spacing: normal;
}

.btn-primary:hover {
    color: #fff;
    background-color: #fd4704;
    border-color: #fd4704;
}

.btn.btn-disabled, .btn[disabled] {
    opacity: 0.5;
    cursor: no-drop;
}


.container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox !important;
    display: -moz-box-flexbox !important;
    display: -webkit-flex !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.font-size-12 {
    font-size: 12px !important;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-48 {
    width: 48%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.h-25 {
    height: 25%;
}

.h-50 {
    height: 50%;
}

.h-75 {
    height: 75%;
}

.h-100 {
    height: 100%;
}

.h-auto {
    height: auto;
}

.mw-100 {
    max-width: 100%;
}

.mh-100 {
    max-height: 100%;
}

.m-0 {
    margin: 0;
}

.mt-0, .my-0 {
    margin-top: 0;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}



.m-15 {
    margin: 15px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.p-5 {
    padding: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}



.m-1 {
    margin: 10px;
}

.mt-1, .my-1 {
    margin-top: 10px;
}

.mr-1, .mx-1 {
    margin-right: 10px;
}

.mb-1, .my-1 {
    margin-bottom: 10px !important;
}

.ml-1, .mx-1 {
    margin-left: 10px;
}

.m-15 {
    margin: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.p-15 {
    padding: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.m-2 {
    margin: 20px;
}

.mt-2, .my-2 {
    margin-top: 20px;
}

.mr-2, .mx-2 {
    margin-right: 20px;
}

.mb-2, .my-2 {
    margin-bottom: 20px !important;
}

.ml-2, .mx-2 {
    margin-left: 20px;
}

.m-3 {
    margin: 30px;
}

.mt-3, .my-3 {
    margin-top: 30px;
}

.mr-3, .mx-3 {
    margin-right: 30px;
}

.mb-3, .my-3 {
    margin-bottom: 30px !important;
}

.ml-3, .mx-3 {
    margin-left: 30px;
}

.m-4 {
    margin: 40px;
}

.mt-4, .my-4 {
    margin-top: 40px;
}

.mr-4, .mx-4 {
    margin-right: 40px;
}

.mb-4, .my-4 {
    margin-bottom: 40px;
}

.ml-4, .mx-4 {
    margin-left: 40px;
}

.m-5 {
    margin: 40px;
}

.mt-50, .my-50 {
    margin-top: 50px;
}

.mr-50, .mx-50 {
    margin-right: 50px;
}

.mb-50, .my-50 {
    margin-bottom: 50px;
}

.ml-50, .mx-50 {
    margin-left: 50px;
}

.p-0 {
    padding: 0;
}

.pt-0, .py-0 {
    padding-top: 0;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0;
}

.pl-0, .px-0 {
    padding-left: 0;
}

.p-1 {
    padding: 10px;
}

.pt-1, .py-1 {
    padding-top: 10px;
}

.pr-1, .px-1 {
    padding-right: 10px;
}

.pb-1, .py-1 {
    padding-bottom: 10px;
}

.pl-1, .px-1 {
    padding-left: 10px;
}

.p-2 {
    padding: 20px;
}

.pt-2, .py-2 {
    padding-top: 20px;
}

.pr-2, .px-2 {
    padding-right: 20px;
}

.pb-2, .py-2 {
    padding-bottom: 20px;
}

.pl-2, .px-2 {
    padding-left: 20px;
}

.p-3 {
    padding: 30px;
}

.pt-3, .py-3 {
    padding-top: 30px;
}

.pr-3, .px-3 {
    padding-right: 30px;
}

.pb-3, .py-3 {
    padding-bottom: 30px;
}

.pl-3, .px-3 {
    padding-left: 30px;
}

.p-4 {
    padding: 40px;
}

.pt-4, .py-4 {
    padding-top: 40px;
}

.pr-4, .px-4 {
    padding-right: 40px;
}

.pb-4, .py-4 {
    padding-bottom: 40px;
}

.pl-4, .px-4 {
    padding-left: 40px;
}

.p-50 {
    padding: 50px;
}

.pt-50, .py-50 {
    padding-top: 50px;
}

.pr-50, .px-50 {
    padding-right: 50px;
}

.pb-50, .py-50 {
    padding-bottom: 50px;
}

.pl-50, .px-50 {
    padding-left: 50px;
}

.m-n1 {
    margin: -10px;
}

.mt-n1, .my-n1 {
    margin-top: -10px;
}

.mr-n1, .mx-n1 {
    margin-right: -10px;
}

.mb-n1, .my-n1 {
    margin-bottom: -10px;
}

.ml-n1, .mx-n1 {
    margin-left: -10px;
}

.m-n2 {
    margin: -20px;
}

.mt-n2, .my-n2 {
    margin-top: -20px;
}

.mr-n2, .mx-n2 {
    margin-right: -20px;
}

.mb-n2, .my-n2 {
    margin-bottom: -20px;
}

.ml-n2, .mx-n2 {
    margin-left: -20px;
}

.m-n3 {
    margin: -20px;
}

.mt-n3, .my-n3 {
    margin-top: -20px;
}

.mr-n3, .mx-n3 {
    margin-right: -30px;
}

.mb-n3, .my-n3 {
    margin-bottom: -30px;
}

.ml-n3, .mx-n3 {
    margin-left: -30px;
}

.m-n4 {
    margin: -40px;
}

.mt-n4, .my-n4 {
    margin-top: -40px;
}

.mr-n4, .mx-n4 {
    margin-right: -40px;
}

.mb-n4, .my-n4 {
    margin-bottom: -40px;
}

.ml-n4, .mx-n4 {
    margin-left: -40px;
}

.m-n5 {
    margin: -40px;
}

.mt-n5, .my-n5 {
    margin-top: -40px;
}

.mr-n5, .mx-n5 {
    margin-right: -40px;
}

.mb-n5, .my-n5 {
    margin-bottom: -40px;
}

.ml-n5, .mx-n5 {
    margin-left: -40px;
}

.m-auto {
    margin: auto;
}

.mt-auto, .my-auto {
    margin-top: auto;
}

.mr-auto, .mx-auto {
    margin-right: auto;
}

.mb-auto, .my-auto {
    margin-bottom: auto;
}

.ml-auto, .mx-auto {
    margin-left: auto;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.border-0 {
    border: 0;
}

.border-top-0 {
    border-top: 0;
}

.border-right-0 {
    border-right: 0;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0;
}

.border-top-primary {
    border-top: 1px solid #e3e3e3;
}

.border-bottom-primary {
    border-bottom: 1px solid #e5e8eb;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.rounded {
    border-radius: 4px;
}

.rounded-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.rounded-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rounded-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rounded-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rounded-lg {
    border-radius: .48px;
}

.rounded-circle {
    border-radius: 50%;
}

.rounded-pill {
    border-radius: 800px;
}

.rounded-0 {
    border-radius: 0;
}

.bgWhite {
    background-color: #fff;
}

.bgNone {
    background: none;
}

.position-static {
    position: static;
}

.position-relative {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.position-absolute {
    position: absolute;
}
.positionRelative{
    position: relative;
}
.position-fixed {
    position: fixed;
}

.position-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.box-shadow-top {
    box-shadow: 0 -8px 10px 0 #eaeaea;
}

.prefixInputIcon {
    position: absolute;
    top: 8px;
}

    .prefixInputIcon ~ .floating-input {
        padding: 7px 50px 7px 15px;
    }

.countryCode {
    font-size: 14px;
    font-weight: 500;
    color: #4c5a6f;
    top: 9px;
}

    .countryCode ~ .floating-input {
        text-indent: 0;
        padding-left: 36px;
    }

.postFixInputIcon {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.postFixInputIconOnFocus {
    display: none;
}

.floating-input:focus + .postFixInputIconOnFocus {
    display: block;
}

.floating-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.saveBtn {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    color: #0065ff;
    border-radius: 4px;
    background-color: #eff3ff;
    padding: 2px 4px;
    position: absolute;
    right: 0px;
    top: 8px;
}

.postFixInputIcon ~ .floating-input {
    padding-right: 36px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input,
textarea,
button,
select, label,
a, span, div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.floating-input::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

::-moz-focus-inner, input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

input:focus::-webkit-input-placeholder {
    opacity: 1;
}

input:focus::-moz-focus-inner {
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #c7c7c7;
    font-weight: 300;
    font-size: 12px;
}

:-moz-placeholder {
    color: #c7c7c7;
    opacity: 0;
    font-weight: 300;
    font-size: 12px;
}

::-moz-placeholder {
    color: #c7c7c7;
    opacity: 0;
    font-weight: 300;
    font-size: 12px;
}

input:focus::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c7c7c7;
    font-weight: 300;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #c7c7c7 !important;
    font-weight: 300 !important;
    font-size: 12px;
}
/* IE1011 */
::-ms-input-placeholder {
    color: #c7c7c7;
    font-weight: 300;
    font-size: 12px;
}
/* Edge */
::placeholder {
    color: #c7c7c7;
    font-weight: 300;
    font-size: 12px;
}
/* CSS Working Draft */

/*----------City Css Start---------------*/
.ui-autocomplete {
    position: absolute !important;
    background: #fff;
    border: solid 1px #f5f5f5;
    overflow-y: scroll;
    max-height: 200px;
    display: block;
    width: 91%;
    top: 266px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .ui-autocomplete li.ui-menu-item a {
        color: #959595;
        text-decoration: none;
        padding: 10px 10px;
        display: block;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        color: #4c5a6f;
    }

    .ui-autocomplete li {
        border-bottom: 1px solid #e5e8eb;
    }

        .ui-autocomplete li.ui-menu-item a:hover {
            background: #f9f9f9;
            display: block;
        }
/*----------City Css End---------------*/
.bottomSpace {
    margin-bottom: 120px !important
}

.inputSearchIcon {
    background: #fff url(../../images/mobile/searchIcon.svg) right 9px no-repeat;
    background-size: 17px;
}
/*-------------Developer StyleSheet Start-----------*/
input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    border-bottom: 1px solid #e74c3c;
}

.field-validation-valid {
    display: none;
}

.field-validation-error {
    display: block;
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
    line-height: 14px;
    font-weight: 400;
}

    .field-validation-error > span {
        color: #e74c3c;
    }

.errorMsg {
    display: block !important;
    color: #e74c3c !important;
    font-size: 12px;
    margin-top: 5px;
    line-height: 14px;
    font-weight: 400;
}

.spnOccupationhousewife {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #f38e03;
    display: block;
    margin-top: 5px;
}
/*-------------Developer StyleSheet End-----------*/

/*------------Medical css start--------------------*/
.medicalContentBody {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0;
}

.medicalContentPara {
    font-size: 14px;
    color: black;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}

.medicalContentPara span {
    color: black;
}

.medicalContentBody .btn {
    text-transform: initial;
    display: inline;
}

.medicalMoreOptionModal {
    width: 45%;
    height: 30%;
}

.medicalMoreOptionBlurBg {
    display: none;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    background: rgba(0, 0, 0, 0.5);
}

.medicalMoreOptionModal {
    border-radius: 4px;
    background: #fff;
    display: none;
    width: 90%;
    margin: 0 auto;
    position: fixed;
    z-index: 1032;
    top: 50%;
    left: 50%;
    padding: 30px;
    transform: translate(-50%, -50%);
}
/*------------Medical css end----------------------*/

span[id*="spn"], span[id*="txtRiderSA"], span[id*="RiderPremium"], span[id*="lbl"], span[id*="LimitedPay"], span[id*="productPagelimitedPremium"] {
    color: #27313d;
}
.primaryBlackColor {
    color: #27313d;
}

.primaryLightBlackColor {
    color: #4c5a6f;
}
/*------------Base css end---------------*/
/*--------------Loader css start---------*/
/*product page laoder css*/
.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(245,247,248,0.8);
    z-index: 1031;
    left: 0;
    top: 0;
    bottom: 0;
}

.inputLoader {
    height: 50%;
    width: 88%;
    background: rgba(245, 247, 248, 0.31);
    z-index: 3;
    right: 21px;
    top: 24px;
    left: initial;
}

.lds-css {
    position: absolute;
    top: 50%;
    left: 50%;
}

.inputLoader .lds-css {
    position: absolute;
    top: 50%;
    right: -11px;
    left: initial;
}

.lds-css + span {
    position: absolute;
    top: 53%;
    left: 50%;
    color: #2f3542;
    font-size: 12px;
    transform: translateX(-50%);
}

.lds-rolling div, .lds-rolling div:after {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 10px solid #2f3542;
    border-top-color: transparent;
    border-radius: 50%;
}

.lds-rolling div {
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
}

    .lds-rolling div:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.lds-rolling {
    width: 35px !important;
    height: 35px !important;
    -webkit-transform: translate(-17.5px, -17.5px) scale(0.175) translate(17.5px, 17.5px);
    transform: translate(-17.5px, -17.5px) scale(0.175) translate(17.5px, 17.5px);
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.pFixed {
    position: fixed;
    background: rgba(245, 247, 248, 0.59);
    z-index: 9999;
}

    .pFixed .lds-css + span {
        top: 58%;
        left: 47.5%;
    }

    .pFixed .lds-rolling div, .pFixed .lds-rolling div:after {
        width: 300px;
        height: 300px;
    }
/*--------------Loader css end------------*/

/*--------------Animate Loader css start------------------*/
.animateTextBox{background:transparent;position:fixed;left:0px;width:100%;height:100%;z-index:10000;}
.loaderBox{width: 100%;position:absolute;top:45%;left:50%;transform:translate(-50%, -50%);}
.clpImg{margin:auto;text-align:center;}
.spinnerDots{width:70px;text-align:center;margin:35px auto 0px auto;}
.spinnerDots > div{background-color:#0065ff;border-radius:100%;display:inline-block;width:14px;height:14px;-webkit-animation:rk-bouncedelay 1.4s infinite ease-in-out both;animation:rk-bouncedelay 1.4s infinite ease-in-out both;}
.spinnerDots .dots1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s;}
.spinnerDots .dots2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s;}
@-webkit-keyframes rk-bouncedelay{
 0%, 80%, 100%{-webkit-transform:scale(0) }
 40%{-webkit-transform:scale(1.0) }
}
 @keyframes rk-bouncedelay{
 0%, 80%, 100%{-webkit-transform:scale(0);transform:scale(0);}
 40%{-webkit-transform:scale(1.0);transform:scale(1.0);}
}

.animateText div{opacity:0; width: 100%; position: absolute;font-weight: 600; font-size:15px;overflow:hidden;color:#333333;text-align: center;-webkit-animation:animateLines 10s linear infinite 0s;-ms-animation:animateLines 10s linear infinite 0s;animation:animateLines 10s linear infinite 0s;}
.animateText div:nth-child(2){-webkit-animation-delay:2s;-ms-animation-delay:2s;animation-delay:2s;color:#333333;}
.animateText div:nth-child(3){-webkit-animation-delay:4s;-ms-animation-delay:4s;animation-delay:4s;color:#333333;}
.animateText div:nth-child(4){-webkit-animation-delay:6s;-ms-animation-delay:6s;animation-delay:6s;color:#333333;}
.animateText div:nth-child(5){-webkit-animation-delay:8s;-ms-animation-delay:8s;animation-delay:8s;color:#333333;}
.animateText div:nth-child(6){-webkit-animation-delay:10s;-ms-animation-delay:10s;animation-delay:10s;color:#333333;}
@-webkit-keyframes animateLines{
0%{opacity:0;}
 2%{opacity:0;-webkit-transform:translateY(-30px);}
 5%{opacity:1;-webkit-transform:translateY(0px);}
 17%{opacity:1;-webkit-transform:translateY(0px);}
 20%{opacity:0;-webkit-transform:translateY(30px);}
 80%{opacity:0;}
 100%{opacity:0;}
}
/*--------------Animate Loader css end--------------------*/
/*--------------Skeleton Loader Start------------*/
.skeletonLoader {
    overflow: hidden;
    background: white;
    border-radius: .25rem;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: ease box-shadow 0.3s;
    transition: ease box-shadow 0.3s;
}

.logoLoader {
    width: 300px;
    height: 50px;
}

.priceAmtLoader {
    width: 300px;
    height: 50px;
    float: right;
}

.skeletonLoader-detail {
    padding: .5rem 1rem;
}

    .skeletonLoader-detail h3 {
        font-size: 1.5rem;
        margin-bottom: 0;
        line-height: .09;
    }

    .skeletonLoader-detail p {
        line-height: 1.3rem;
    }

.skeletonLoader-image {
    margin: 0;
    padding: 0;
    height: 200px;
    overflow: hidden;
}

    .skeletonLoader-image img {
        max-width: 100%;
        height: auto;
    }

.loading {
    position: relative;
    background-color: #e5e5e5;
}

    .loading.skeletonLoader-image {
        border-radius: 0;
    }

    .loading::after {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        -webkit-animation: loading 1.5s infinite;
        animation: loading 1.5s infinite;
    }

@-webkit-keyframes loading {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes loading {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.skeletonLoader-title.loading {
    height: 1.8rem;
}

.skeletonLoader-image.image {
    max-width: 100%;
    height: auto;
}

.skeletonLoader-description.loading {
    height: 80px;
}
/*--------------Skeleton Loader End------------*/
/*-------------------FloationgLabels Css Start-------------*/
.floating-label {
    position: relative;
}

.floating-input {
    font-size: 14px;
    padding: 0;
    display: block;
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 600;
    color: #27313d;
    border-radius: 0;
}

.floating-select {
    font-size: 14px;
    padding: 0;
    display: block;
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e5e8eb;
    font-weight: 600;
    color: #27313d;
    padding-right: 20px;
}


    .floating-input:focus, .floating-select:focus {
        outline: none;
    }

.floatingLabelText {
    color: #4c5a6f;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.customFloatingLabel {
    font-size: 11px;
}
.floating-input.has-value ~ .floatingLabelText, .floating-input:focus ~ .floatingLabelText {
    top: -15px;
    font-size: 11px;
}

.floating-input.valid ~ .floatingLabelText {
    top: -15px;
    font-size: 11px;
}

.onFocusSymbolPrefix ~ .prefixInputIcon, .onFocusSymbolPrefix ~ .postFixInputLabel {
    display: none;
}

.onFocusSymbolPrefix.floating-input.has-value ~ .prefixInputIcon, .onFocusSymbolPrefix.floating-input:focus ~ .prefixInputIcon {
    display: block;
    top: 7px;
}

.onFocusSymbolPrefix.floating-input.has-value.onFocusSymbolPrefix ~ .postFixInputLabel {
    display: block;
}

.onFocusSymbolPrefix.floating-input {
    padding-left: 15px;
}

.onFocusSymbolPrefixCountryCode ~ .countryCode {
    display: none;
}

.onFocusSymbolPrefixCountryCode.countryCodeValue ~ .countryCode {
    display: block;
}

.onFocusSymbolPrefixCountryCode:focus ~ .countryCode {
    display: block;
}

.onFocusSymbolPrefixCountryCode.countryCodeValue, .onFocusSymbolPrefixCountryCode:focus {
    padding-left: 25px;
}

.nriCountryCode.countryCodeValue, .nriCountryCode:focus {
    padding-left: 44px;
}

.customValue .onFocusSymbolPrefix ~ .prefixInputIcon, .cityInput .onFocusSymbolPrefix ~ .prefixInputIcon {
    display: none;
}

.annualIncomePostFixLabel {
    /*display: none;*/
}

.customValue .onFocusSymbolPrefix:focus ~ .prefixInputIcon, .cityInput .onFocusSymbolPrefix:focus ~ .prefixInputIcon {
    display: block;
    top: 15px;
    left: 20px;
}

.customValue .onFocusSymbolPrefix ~ .prefixInputIcon, .customValue .onFocusSymbolPrefix.floating-input:not(:placeholder-shown) ~ .prefixInputIcon, .cityInput .onFocusSymbolPrefix ~ .prefixInputIcon, .cityInput .onFocusSymbolPrefix.floating-input:not(:placeholder-shown) ~ .prefixInputIcon {
    top: 18px;
    left: 20px;
}

.customValue .onFocusSymbolPrefix:focus, .customValue .onFocusSymbolPrefix, .cityInput .onFocusSymbolPrefix:focus, .cityInput .onFocusSymbolPrefix {
    padding-left: 33px;
}

.floating-select:focus ~ label, .floating-select.valid ~ label {
    top: -15px;
    font-size: 11px;
}

.floating-select:disabled, .floating-input:disabled {
    opacity: 0.45;
    cursor: no-drop;
}

    .floating-select:disabled ~ .prefixInputIcon, .floating-input:disabled ~ .prefixInputIcon {
        opacity: 0.45;
        cursor: no-drop;
    }

    .floating-select:disabled ~ .floatingLabelText, .floating-input:disabled ~ .floatingLabelText {
        opacity: 0.45;
        cursor: no-drop;
    }



.floating-input.has-value:disabled ~ .floatingLabelText {
    top: -15px;
    font-size: 11px;
    cursor: no-drop;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

.customValue .floating-input.has-value ~ .floatingLabelText, .customValue .floating-input:focus ~ .floatingLabelText, .cityInput .floating-input.has-value ~ .floatingLabelText, .cityInput .floating-input:focus ~ .floatingLabelText {
    top: 9px;
    font-size: 9px;
}

.customValue .floatingLabelText, .cityInput .floatingLabelText {
    top: 18px;
}

.floating-input {
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #e5e8eb;
    padding-right: 40px;
}

    .floating-input ~ .border-bottom-animation, .floating-select ~ .border-bottom-animation, .floating-radioBtn ~ .border-bottom-animation.left {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #0065ff;
        transition: 0.4s;
    }

    .floating-input:focus ~ .border-bottom-animation, .floating-select:focus ~ .border-bottom-animation, .floating-radioBtn input[type="radio"]:checked .border-bottom-animation.left {
        width: 100%;
        transition: 0.4s;
        left: 0;
    }

.error .floating-input, .error .floating-select {
    border-bottom: 1px solid #e74c3c !important;
}

.errorText {
    display: none;
}

.error ~ .errorText {
    display: block;
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
    line-height: 14px;
}

.error .radio .label {
    border-color: #e74c3c;
}

.custom-select.error .selectLabel {
    border-bottom: 1px solid #e74c3c;
}
/*-------------------FloationgLabels Css End-------------*/
/*-------------------FormElements Css Start-------------*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    background: transparent url(../../images/mobile/select-arrow.png) 98% 50% no-repeat;
    outline: 0;
    border-radius: 0;
}

.radio {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 30px;
    background: transparent;
    outline: none;
    font-size: 14px;
    font-weight: 600;
}

    .radio .label {
        position: relative;
        display: block;
        float: left;
        margin-right: 8px;
        width: 20px;
        height: 20px;
        margin-top: 0px;
        border: 2px solid #4c5a6f;
        border-radius: 100%;
        -webkit-tap-highlight-color: transparent;
    }

        .radio .label:after {
            content: '';
            position: absolute;
            top: 3px;
            left: 3px;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background: #225cff;
            transform: scale(0);
            -o-transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            transition: all 0.2s ease;
            opacity: 0.08;
            pointer-events: none;
        }

    .radio input[type="radio"]:checked .label:after {
        transform: scale(3.6);
    }

    .radio input[type="radio"]:checked + .label {
        border-color: #225cff;
    }

        .radio input[type="radio"]:checked + .label:after {
            -o-transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
            transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
            -o-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
            -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
            -moz-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
            opacity: 1;
        }

    .radio input[type="radio"]:checked ~ .radioBtnAnswerTxt {
        color: #225cff;
    }

.hidden {
    display: none;
}

.radioBtn ~ .floatingLabelText {
    /*top: -8px;*/
    top: -15px;
}

.radio input[type="radio"]:checked ~ .active {
    border: 1px solid #e74c3c;
}

.questionLabel {
    font-size: 12px;
    line-height: 1.7;
    font-weight: 500;
    color: #27313d;
}

.radio.radioBtnAbsolute {
    position: absolute;
    right: 10px;
    top: 10px;
}

.checkBox {
    display: flex;
    flex-wrap: wrap;
}

.checkboxLabel {
    position: relative;
    cursor: pointer;
    display: inline-block;
    /*margin-right: 10px;*/
    line-height: 20px;
    width: 100%;
    margin: 5px 0;
}

.checkBox .CheckBoxTick {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    margin-top: 2px;
    height: 20px;
    border: 2px solid #4c5a6f;
    border-radius: 4px;
    -webkit-tap-highlight-color: transparent;
}


.checkboxLabel .CheckBoxTick:after {
    content: '';
    position: absolute;
    transform: scale(0);
    transition: all 0.2s ease;
    opacity: 0;
    pointer-events: none;
    right: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border-right: 2px solid #225cff;
    border-bottom: 2px solid #225cff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxLabel .CheckBoxTick ~ .radioBtnAnswerTxt {
    font-size: 12px;
    font-weight: 500;
}

.checkBox input[type="checkbox"]:checked + .CheckBoxTick:after {
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}

.checkBox input[type="checkbox"]:checked ~ .radioBtnAnswerTxt {
    color: #27313d;
    font-weight: bold;
}

.checkboxLabel:hover .CheckBoxTick:after {
    transform: scale(1.1) rotate(45deg);
}

input[type="checkbox"]:checked + .CheckBoxTick {
    border-color: #225cff;
}

.addRemoveCheckbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 100%;
    text-align: center;
    float: left;
    border: none;
    background: transparent;
    position: relative;
    overflow: visible;
}

.addRemoveCheckbox .addRemoveBtn:before {
    content: "Add";
    display: block;
    width: auto;
    font-size: 0.75rem;
    color: #0065ff;
    text-align: center;
    padding: 3px 10px 5px 25px;
    border: 1px solid #0065ff;
    cursor: pointer;
    height: 26px;
    border-radius: 4px;
    font-weight: 600;
    background: transparent url(../../images/mobile/addWhite.svg) no-repeat 9px center;
    background-size: 9px;
    font-size: 12px;
}
.pageNumber4 .addRemoveCheckbox .addRemoveBtn:before {
    content: "Switch to";
    background: transparent url(../../images/web/switchTo.svg) no-repeat 11px center;
    background-size: 11px;
}
.addRemoveCheckbox input[type="checkbox"]:checked + .addRemoveBtn:before {
    content: "Remove";
    background: transparent url(../../images/mobile/closeWhite.svg) no-repeat 10px center;
    padding: 3px 10px 5px 25px;
    color: #e74c3c;
    border-color: #e74c3c;
    background-size: 9px;
}

.addRemoveCheckbox input[type="radio"]:checked + .addRemoveBtn:before {
    content: "Remove";
    background: transparent url(../../images/mobile/closeWhite.svg) no-repeat 10px center;
    padding: 3px 10px 5px 25px;
    color: #e74c3c;
    border-color: #e74c3c;
    background-size: 9px;
}
/*-------------------FormElements Css End-------------*/
/*--------------------Animated Css Start---------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
/*---------------------Animated Css End---------------*/
/*---------------------Box Animation with BorderAll Css Start-------------*/
.boxAnimated {
    outline: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .boxAnimated.border-animation .border-line-animation.top-bottom:before,
    .boxAnimated.border-animation .border-line-animation.top-bottom:after,
    .boxAnimated.border-animation .border-line-animation.left-right:before,
    .boxAnimated.border-animation .border-line-animation.left-right:after,
    .boxAnimated.border-animation .border-line-animation.top:before,
    .boxAnimated.border-animation .border-line-animation.top:after,
    .boxAnimated.border-animation .border-line-animation.bottom:before,
    .boxAnimated.border-animation .border-line-animation.bottom:after,
    .boxAnimated.border-animation .border-line-animation.left:before,
    .boxAnimated.border-animation .border-line-animation.left:after,
    .boxAnimated.border-animation .border-line-animation.right:before,
    .boxAnimated.border-animation .border-line-animation.right:after {
        position: absolute;
        content: " ";
        right: 0;
        background: #4285F4;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    .boxAnimated.border-animation .border-line-animation.top-bottom:before,
    .boxAnimated.border-animation .border-line-animation.top-bottom:after,
    .boxAnimated.border-animation .border-line-animation.top:before,
    .boxAnimated.border-animation .border-line-animation.top:after,
    .boxAnimated.border-animation .border-line-animation.bottom:before,
    .boxAnimated.border-animation .border-line-animation.bottom:after {
        width: 0;
        height: 2px;
    }

    .boxAnimated.border-animation .border-line-animation.left-right:before,
    .boxAnimated.border-animation .border-line-animation.left-right:after,
    .boxAnimated.border-animation .border-line-animation.left:before,
    .boxAnimated.border-animation .border-line-animation.left:after,
    .boxAnimated.border-animation .border-line-animation.right:before,
    .boxAnimated.border-animation .border-line-animation.right:after {
        width: 2px;
        height: 0;
    }

    .boxAnimated.border-animation .border-line-animation.top-bottom:before {
        left: 0;
        bottom: 0;
        transition-delay: .5s;
    }

    .boxAnimated.border-animation:hover .border-line-animation.top-bottom:before {
        transition-delay: .2s;
    }

    .boxAnimated.border-animation .border-line-animation.left-right:after {
        right: 0;
        bottom: 0;
        transition-delay: .5s;
    }

    .boxAnimated.border-animation:hover .border-line-animation.left-right:after {
        transition-delay: .2s;
    }

    .boxAnimated.border-animation .border-line-animation.top-bottom:after {
        right: 0;
        top: 0;
        transition-delay: .2s;
    }

    .boxAnimated.border-animation:hover .border-line-animation.top-bottom:after {
        transition-delay: .5s;
    }

    .boxAnimated.border-animation .border-line-animation.left-right:before {
        left: 0;
        top: 0;
        transition-delay: 0s;
    }

    .boxAnimated.border-animation:hover .border-line-animation.left-right:before {
        transition-delay: .5s;
    }

    .boxAnimated.border-animation:hover .border-line-animation.top-bottom:before,
    .boxAnimated.border-animation:hover .border-line-animation.top-bottom:after {
        width: 100%;
    }

    .boxAnimated.border-animation:hover .border-line-animation.left-right:before,
    .boxAnimated.border-animation:hover .border-line-animation.left-right:after {
        height: 100%;
    }
/*---------------------Box Animation With BorderAll Css End---------------*/
/*-------------------Header Css Start-------------*/
header {
    box-shadow: 0 8px 10px 0 #eaeaea;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.header-sticky {
    position: sticky;
    top: 0;
    z-index: 1;
}
.productLogo {
    width: 50%;
    display: flex;
    align-items: start;
}

    .productLogo > div > img {
        width: 150px;
    }
.productName {
    font-size: 10px;
    font-weight: 500;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
}
.headerRight {
    width: 50%;
    margin-right: 10px;
}

.totalAmt {
    font-size: 18px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

    .totalAmt > span {
        color: #27313d;
    }

.totalAmt {
    color: #27313d;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.knowYourPlan {
    font-weight: 500;
    font-size: 11px;
    /*margin-top: 3px;*/
}

    .knowYourPlan a {
        color: #0065ff;
        font-size: 11px;
        font-weight: 500;
    }

.paymentMode {
    font-size: 12px;
    font-weight: 600;
    color: #27313d;
}

.modeOfPremium {
    margin-left: 5px;
}

    .modeOfPremium .floating-select {
        font-size: 11px;
        line-height: 30px;
        height: auto;
        background-size: 10px;
        background-position: right 13px;
        opacity: 1;
        color: #27313d;
    }

        .modeOfPremium .floating-select:disabled {
            margin-right: 5px;
            cursor: no-drop;
        }

.certifiedPartner {
    background: #fef7dc;
    border-radius: 30px;
    position: relative;
    width: auto;
}
.certifiedPartnerInfo {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.71;
    letter-spacing: 0.2px;
    text-align: left;
    color: #d09103;
    cursor: pointer;
    padding: 3px 5px 3px 40px;
}

.certifiedPartnerTitle {
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
}

.certifiedPartnerBody {
    padding: 10px;
}

.certifiedPartnerBlurBg {
    display: none;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    background: rgba(0, 0, 0, 0.5);
}

.certifiedPartnerModal {
    border-radius: 4px;
    background: #fff;
    display: none;
    width: 90%;
    margin: 0 auto;
    position: fixed;
    z-index: 1032;
    /* height: 65%; */
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 1px -2px rgba(0,0,0,.2), 0 1px 17px 0 rgba(0,0,0,.14), 0 1px 2px 0 rgba(0,0,0,.12);
    cursor: pointer;
}

.certifiedPartnerDiv img {
    width: 100%;
}

.certifiedPartnerTitleCrossButton {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.certifiedPartnerTitleCrossButton img{
    width: 15px;
}
.fiveStarImg {
    background: #fef7dc;
    box-shadow: 0 0 22px #cecece;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    left: 0px;
}
/*-------------------Header Css End-------------*/
/*-------------------EditUserDetails Css Start-------------*/
.editUserDetails ul li {
    font-size: 11px;
    color: #27313d;
    font-weight: 500;
    letter-spacing: 0.15px;
}

    .editUserDetails ul li.dividerLine {
        color: #cacccd;
        padding: 0 5px;
    }

.editLink {
    color: #0065ff;
    font-weight: 500;
    font-size: 11px;
}

.borderAfter:after {
    content: "";
    position: absolute;
    right: 0px;
    height: 45px;
    width: 1px;
    background-color: #eaeaea;
    top: -15px;
}
/*-------------------EditUserDetails Css End-------------*/

/*------------Mobile number OTP css start------------*/
.floating-input ~ .floatingLabelText span {
    font-size: 8px;
    line-height: 11px;
    display: block;
}

.verification-code-box .floatingLabelText, .floating-input.has-value ~ .floatingLabelText, .floating-input:focus ~ .floatingLabelText {
    top: -18px;
    font-size: 11px;
}

.floating-input.valid ~ .floatingLabelText, .floating-input[type="date"] ~ .floatingLabelText {
    top: -18px;
    font-size: 11px;
    /* color: #0065ff;*/
}


.verification-code-box {
    display: flex;
    width: 177px;
    align-items: center;
    position: absolute;
    padding-top: 2px;
    left: 130px;
    top: 0;
}

    .verification-code-box:before {
        content: '';
        position: absolute;
        width: 1px;
        background: #e5e8eb;
        top: 0;
        bottom: 0;
        left: -5px;
    }

.resendOtpBtn {
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
}

    .resendOtpBtn:hover {
        text-decoration: underline;
    }

.otptimer {
    display: inline-flex;
    margin-left: 10px;
    font-size: 11px;
    color: #757575;
}

.verification-code-box input {
    border: 1px solid #AFAFAF;
    border-radius: 4px;
    height: 32px;
    letter-spacing: 5px;
    font-size: 14px;
    padding: 0 5px;
    width: 65px;
    text-align: center;
    outline: none;
}

.verificationBtn {
    margin-left: 7px;
    display: block;
    min-width: 20px;
    height: 20px;
    background: url(https://static.pbcdn.in/e2e-cdn/assets/icons/icon-eye.svg) no-repeat center / 16px auto;
    position: relative;
}

    .verificationBtn:after {
        top: -2px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        background: #2351D5;
        bottom: -2px;
        content: '';
        display: block;
        position: absolute;
        transform: rotate(45deg);
    }

.otp-verified {
    color: #44aa68;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 8px;
    font-weight: 500;
    background: rgba(105,190,134,.1294117647);
    border-radius: 4px;
    padding: 0 3px;
    display: flex;
    align-items: center;
}

    .otp-verified img {
        width: 16px;
        margin-right: 6px;
    }

.verificationBtnActive:after {
    display: none;
}

.warningOrangeTxt {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 0.28px;
    text-align: left;
    color: #c36b02;
    padding-top: 5px;
    position: relative;
}

    .warningOrangeTxt span {
        font-size: 12px;
        text-align: left;
        justify-content: flex-start;
        color: #c36b02;
    }

.warningOrangeProductTxt {
    font-size: 12px;
    text-align: left;
}

.amountInfoWhite .amountInfoTooltip {
    background: #fff;
    border: none;
    top: auto;
    bottom: 16px;
    border-radius: 10px;
    left: 0;
    right: 0;
}

    .amountInfoWhite .amountInfoTooltip:after {
        display: none;
    }

.amountInfoWhite .amountInfoTooltip {
    padding: 0;
}

    .amountInfoWhite .amountInfoTooltip ul {
        padding: 12px 12px 12px 15px;
        background: #fff;
        position: relative;
        border-radius: 10px;
    }

        .amountInfoWhite .amountInfoTooltip ul li {
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 8px;
            color: #253858;
            display: flex;
        }

            .amountInfoWhite .amountInfoTooltip ul li:before {
                min-width: 7px;
                height: 7px;
                content: '';
                background: #253858;
                border-radius: 50%;
                margin-right: 7px;
                margin-top: 5.5px;
            }

            .amountInfoWhite .amountInfoTooltip ul li:last-child {
                margin-bottom: 0;
            }

.amountInfo:hover .amountInfoTooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0%, -10%);
    transform: translate(0%, -10%);
}
/*------------Mobile number OTP css end------------*/
.amountInfo {
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.amountInfoTooltip {
    visibility: hidden;
    opacity: 0;
    width: 260px;
    background-color: #27313d;
    border: 1px solid #27313d;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    padding: 10px 16px;
    position: absolute;
    z-index: 10;
    bottom: 80%;
    font-size: 12px;
    left: 0px;
    line-height: 18px;
    box-shadow: 0px 1px 13px rgba(77, 126, 199, 0.15);
    transition: all 0.5s ease-out;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.amountInfo .amountInfoTooltip::after {
    content: "";
    position: absolute;
    bottom: -18px;
    display: none;
    left: 104px;
    border-width: 9px;
    border-style: solid;
    border-color: #27313d transparent transparent transparent;
}

.amountInfo:hover .amountInfoTooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0%, -10%);
    transform: translate(0%, -10%);
}
/*-------------------Form Section Css start-------------*/
.card {
    box-shadow: 0 2px 13px 0 rgba(76, 90, 111, 0.24);
    background-color: #ffffff;
}
.discountMsg {
    color: #0065ff;
    text-align: left;
    font-size: 12px;
    margin-top: 30px;
}

.discountMsg strong {
    color: #0065ff;
}
/*-------------------Form Section Css End-------------*/

/*--------------------Upgrade Plan Css Start---------------------*/
.skipToAddOn a {
    color: #0065ff;
    font-size: 11px;
    font-weight: 500;
}

.titleHeaderBackArrowBox {
    width: 65%;
}

.skipToAddOn {
    width: 35%;
}

.titleHeaderBackArrow {
    border: 1px solid #4c5a6f;
    padding: 4px;
    line-height: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
}

    .titleHeaderBackArrow a {
        line-height: 14px;
    }

.productPlanMainTitle {
    background-color: #f5f5f5;
}

.titleHeading {
    font-size: 14px;
    font-weight: 600;
    color: #4c5a6f;
}

.subHeading {
    font-size: 16px;
    font-weight: 600;
    color: #27313d;
    line-height: 20px;
    padding-right: 90px;
}

.smallPara {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
}

.planOptionBox {
    position: relative;
}

.planOptions .active {
    border: 1px solid #225cff;
    border-radius: 4px;
}

.infoIcon {
    cursor: pointer;
    width: 19px;
    height: 19px;
}

.infoBoxClose {
    width: 18px;
    height: 18px;
    border-radius: 11px;
    background-color: #ff6c6c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoIconDetailBox {
    position: absolute;
    bottom: 58px;
    box-shadow: 0 0 27px 0 rgba(76, 90, 111, 0.33);
    border: solid 1px #cccccc;
    background-color: #ffffff;
    width: 80%;
    right: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
    -webkit-transform: translate(0%, 10%);
    transform: translate(0%, 10%);
}

    .infoIconDetailBox.clicked {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0%, 10%);
        transform: translate(0%, 0%);
    }

    .infoIconDetailBox:before {
        content: '';
        position: absolute;
        transform: rotate(45deg);
        width: 18px;
        height: 18px;
        bottom: -10px;
        right: 12px;
        /* z-index: -1; */
        /* box-shadow: 0 0 27px 0 rgba(76, 90, 111, 0.33); */
        border: solid 1px #cccccc;
        border-left: none;
        background: transparent;
        border-top: none;
    }

    .infoIconDetailBox:after {
        top: 100%;
        right: 9px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 12px;
    }

.infoIconDetailBoxBtm {
    bottom: initial;
    top: 53px;
    z-index: 2;
    right: 10px;
}

    .infoIconDetailBoxBtm:before {
        transform: rotate(-135deg);
        top: -10px;
        right: 10px;
    }

    .infoIconDetailBoxBtm:after {
        top: initial;
        bottom: 100%;
        right: 7px;
        transform: rotate(-181deg);
        border-top-color: #f5f5f5;
    }

.infoBoxHeader {
    box-shadow: 0 1px 0 0 #eaeaea;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: #4c5a6f;
}

.infoBoxLable {
    font-size: 12px;
    font-weight: 600;
    /* line-height: 2.27; */
    text-align: left;
    color: #4c5a6f;
}

.infoBoxValue {
    font-size: 13px;
    font-weight: 600;
    /* line-height: 2.33; */
    text-align: right;
    color: #2c3642;
}

.infoBoxRiderTitle {
    font-size: 12px;
    font-weight: 600;
    /* line-height: 2.5; */
    text-align: left;
    color: #4c5a6f;
}

.infoBoxRiderLable {
    font-size: 11px;
    line-height: 1.6;
    text-align: left;
    color: #4c5a6f;
    font-weight: normal;
}

.infoBoxBorder {
    border-bottom: solid 1px #f5f5f5;
    background-color: #ffffff;
}

.infoBoxRiderValue {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 2.33; */
    letter-spacing: normal;
    text-align: right;
    color: #2c3642;
}
.coronaKavachAmt {
    font-size: 10px;
    color: #27313d;
    font-weight: 500;
    text-align: left;
}
.floatingLabelTextDullClr {
    color: #27313d;
}

.totalPrice {
    font-size: 12px;
    font-weight: 500;
}

.longtxtRadio {
    width: 80%;
}

.toolTipRight {
    background-color: #4b5b6e;
    color: #fff;
    padding: 2px 15px 2px 10px;
    position: relative;
    font-size: 8px;
    font-weight: 500;
    color: #fcfdff;
    display: inline-block;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    top: -3px;
    line-height: 11px;
}

.leftArrow {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 53%;
    left: 87px;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent #ffffff #ffffff transparent;
    transform-origin: 0 0;
    transform: rotate(-225deg);
}
.toolTipRightLongText {
    padding: 2px 15px 2px 8px;
}
.toolTipRightLongText .leftArrow{right: -21px;left:initial;}
.alertText {
    font-size: 10px;
    font-weight: 400;
    color: #4c5a6f;
}

.smallLabel {
    font-size: 11px;
    color: #4c5a6f;
    font-weight: 500;
}

.warningText {
    font-size: 10px;
    font-weight: 400;
    color: rgba(76, 90, 111, 0.59);
    margin-top: 5px;
}

.benefitNominee .radio input[type="radio"] ~ .longtxtRadio {
    color: #4c5a6f;
    width: 89%;
}

.benefitNominee .radio input[type="radio"]:checked ~ .longtxtRadio {
    color: #27313d;
}

    .benefitNominee .radio input[type="radio"]:checked ~ .longtxtRadio span {
        color: #27313d;
    }
    .benefitNominee .radio input[type="radio"]:checked ~ .longtxtRadio span.toolTipRight{color:#fff;}
.optionSecond, .optionThird {
    border-radius: 4px;
    background-color: rgba(250, 250, 250, 0.67);
    padding: 20px;
}

.additionalPremiumValues .moresavingOptions {
    color: #0065ff;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
}

.moreOptionTable .radio .label {
    width: 18px;
    height: 18px;
}

    .moreOptionTable .radio .label:after {
        width: 8px;
        height: 8px;
    }

.moreOptionBlurBg {
    display: none;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    background: rgba(0, 0, 0, 0.5);
}

.moreOptionModal {
    border-radius: 4px;
    background: #fff;
    display: none;
    width: 90%;
    margin: 0 auto;
    position: fixed;
    z-index: 1032;
    /*height: 85vh;
    top: 50%;*/
    height: 90%;
    top: 53%;
    left: 50%;
    /* padding: 30px; */
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 1px -2px rgba(0,0,0,.2), 0 1px 17px 0 rgba(0,0,0,.14), 0 1px 2px 0 rgba(0,0,0,.12);
}

.moreOptionTable {
    /*max-height: 60vh;*/
    overflow-y: auto;
    height: 100%;
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
}

.moreOptionModal table {
    width: 100%;
}

.colValue {
    padding: 20px 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.moreOptionHeader .col1, .moreOptionBody .col1 {
    width: 10%;
}

.moreOptionHeader .col2, .moreOptionBody .col2 {
    width: 30%;
}

.moreOptionHeader .col3, .moreOptionBody .col3 {
    width: 30%;
    justify-content: center;
    text-align: center;
}

.moreOptionHeader .col4, .moreOptionBody .col4 {
    width: 30%;
}

.moreOptionHeader .colValue {
    padding: 15px 20px;
}

.moreOptionHeader {
    background: #f7f7f7;
    font-weight: 500;
    color: #27313d;
    border-bottom: 1px solid #e5e8eb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.moreOptionBody .colValue {
    font-weight: 500;
    color: #27313d;
    border-bottom: 1px solid #e5e8eb;
}

    .moreOptionBody .colValue span {
        color: #27313d;
    }

.moreOptionBody.active {
    background: rgba(245, 249, 255, 0.65);
}

    .moreOptionBody.active .colValue {
        font-weight: 600;
    }

.moreOptionModal table tbody tr.active td {
    background: #f8fbff;
    /*cursor:pointer;*/
}

.effectiveSavingLink {
    color: #0065ff;
    text-decoration: underline;
}

    .effectiveSavingLink:hover {
        text-decoration: underline;
    }

.effectiveSavingNote {
    font-size: 10px;
    padding: 10px 10px;
    text-align: center;
    justify-content: center;
    color: #27313d;
    align-items: center;
}

.moreOptionCrossButton {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -35px;
    right: 0;
    border: 2px solid #fff;
    border-radius: 4px;
    cursor: pointer;
}

.moreOptionTitle {
    color: #4c5a6f;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
}

.linkDetailsDiv {
    box-shadow: 0 0 13px 0 rgba(202, 204, 205, 0.57);
    border-bottom: 1px solid #e5e8eb;
}

.linkDetails {
    width: 33%;
    padding: 15px 15px;
    font-size: 12px;
    color: #27313d;
}

.linkDetailsBg {
    background: #fafafa;
    color: #27313d;
}

.linkCol2 {
    color: #27313d;
    font-weight: 600;
}

.linkCol3 {
    color: #27313d;
    font-weight: 600;
}

.savingAmtDiv .savingAmt {
    border: 1px dotted #ffcdb9;
    color: #fd4704;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
}

.savingAmtDiv .effectiveSaving {
    color: #20a067;
    border-color: rgba(0, 195, 109, 0.58);
}

.savingAmtDiv {
    width: 67%;
}

.savingDetails {
    padding: 15px 10px 10px;
}

.effectiveSavingDetails {
    padding: 0 10px 20px;
}

.savingButtonBox {
    position: fixed;
    width: 100%;
    bottom: 20px;
    background: #fff;
    left: 0;
    right: 0;
    padding: 0 20px;
}

.moreOptionDiv {
    height: 79%;
    overflow-y: auto;
}
/*.moreOptionCrossButton:after, .moreOptionCrossButton:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #333;
}
.moreOptionCrossButton:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.moreOptionCrossButton:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/


.aboutinsurer-row {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

    .aboutinsurer-row > * {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 16px;
    }

.aboutinsurer-content {
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 24px #CCE1FF12;
    border: 1px solid #B2D1FF;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

    .aboutinsurer-content img {
        margin-right: 16px;
        width: 50px;
    }

.aboutinsurer-text {
    color: #27313D;
    font-size: 14px;
    font-weight: 500;
}

    .aboutinsurer-text span {
        display: block;
        font-weight: 400;
        font-size: 12px;
    }


.Or-Wrapper {
    display: flex;
    justify-content: center;
    border-top: 1px dashed #D8D8D8;
    margin: 20px 0 10px;
}
.or {
    background: #F7F7F7;
    border: 1px solid #D8D8D8;
    border-radius: 15px;
    padding: 5px;
    font-size: 12px;
    margin-top: -15px;
    font-weight: 500;
}
.spnNotifymsg {
    line-height: 15px;
    color: #0D537C;
    padding: 4px;
    display: flex;
    font-size: 12px;
    align-items: flex-start;
}

    .spnNotifymsg span {
        color: #0D537C;
    }

@media only screen and (max-width: 394px) {

    .linkDetails, .moreOptionHeader .colValue, .moreOptionBody .colValue {
        padding: 15px 10px;
    }

    .savingDetails {
        padding: 15px 10px 10px;
    }

    .effectiveSavingDetails {
        padding: 0 10px 20px;
    }
}
.planRadioBtnsTxt{
    padding-left: 30px;
}
.planRadioBtnsTxt p {
    font-size: 12px;
    line-height: 16px;
    margin: 7px 0;
}
/*--------------------Upgrade Plan Css End---------------------*/
/*--------------------Rider Css start---------------------*/
/*--------------------Rider Not Available Css Start---------------*/
.riderNotAvailable {
    text-align: center;
    padding: 80px 0;
}

    .riderNotAvailable h4 {
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .riderNotAvailable p {
        font-size: 12px;
        margin: 0px;
    }
/*--------------------Rider Not Available Css End---------------*/
.recommendIcon {
    width: 33px;
    height: 33px;
    border-radius: 68px;
    background-color: #0065ff;
}

.recommendText {
    font-size: 10px;
    font-weight: 500;
    color: #225cff;
    line-height: 16px;
}

.cardFooterBackground {
    background-color: rgba(0, 101, 255, 0.05);
    border-color: rgb(242, 247, 255);
}

.additionalPremiumLabel {
    color: #4c5a6f;
    top: -12px;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    line-height: 12px;
}

.additionalPremiumValues {
    font-weight: 600;
    font-size: 14px;
    color: #27313d;
    margin-top: 10px;
}

.dobIcon {
    top: 4px;
}

.userTotalAge, .childAge, .spouseTotalAge, .childTotalAge {
    position: absolute;
    top: 7px;
    background: #f5f6fa;
    right: 0px;
    text-align: center;
    display: block;
    padding: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.17;
    color: #27313d;
    width: 69px;
    height: 22px;
    border-radius: 4px;
}

.annualIncomePostFixLabel {
    position: absolute;
    top: 7px;
    background: #f5f6fa;
    right: 0px;
    text-align: center;
    padding: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.17;
    color: #27313d;
    width: 69px;
    height: 22px;
    border-radius: 4px;
}

.editIcon ~ .floating-input {
    pointer-events: none;
    cursor: none;
}

    .editIcon ~ .floating-input.animateBorder ~ .border-bottom-animation.left {
        background: #0065ff;
        width: 100%;
        left: 0;
    }

    .editIcon ~ .floating-input.animateBorder {
        pointer-events: initial;
        cursor: pointer;
    }

.secondPrdTitle {
    /*display: flex;*/
    width: 98%;
    color: #27313d;
    margin-right: 2%;
}

.secondPrdLogo {
    width: 130px;
    display: flex;
    justify-content: flex-end;
    border: 1px dashed #FCD2D0;
    border-radius: 4px;
    padding: 6px;
    box-shadow: rgba(144, 144, 144, 0.16) 0 0 51px;
    height: 100%;
}

    .secondPrdLogo img {
        width: 100%;
    }
/***********Future Secure Nominee Table Start***********/
.futureSecureNomineeTable .colValue {
    padding: 15px 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #27313d;
    text-align: center;
}

.futureSecureNomineeTable .secureNomineeHeader .colValue {
    color: #4c5a6f;
    font-weight: 400;
}

.futureSecureNomineeTable .col1, .futureSecureNomineeTable .col1 {
    width: 40%;
}

.futureSecureNomineeTable .col2, .futureSecureNomineeTable .col2 {
    width: 20%;
}

.futureSecureNomineeTable .col3, .futureSecureNomineeTable .col3 {
    width: 20%;
    justify-content: center;
    text-align: center;
}

.futureSecureNomineeTable .col4, .futureSecureNomineeTable .col4 {
    width: 20%;
}

.secureNomineeHeader, .secureNomineeBody {
    border-bottom: 1px solid #e5e8eb;
}

.secureCloseIcon {
    background: #fd47041f;
    color: #fd4704;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 10px;
    margin-left: 10px;
}

.secureEdit {
    font-weight: 400;
}

.addMoreDiv {
    border-radius: 4px;
    background-color: rgba(76, 90, 111, 0.03);
}

.addInfo {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #4c5a6f;
}

.addMore {
    font-size: 10px;
    font-weight: 600;
    color: #0065ff;
    border-radius: 4px;
    padding: 6px 10px;
    background-color: rgba(221, 233, 255, 0.6);
    text-align: center;
}
/***********Future Secure Nominee Table End***********/
.serialNumber {
    position: relative;
    /*margin-top: 40px;*/
    margin-bottom: 20px;
}

.addMainDiv {
    margin-top: 30px;
}

.sNumberBgImg {
    background: url(../../images/mobile/childNoBg.svg) no-repeat;
    position: absolute;
    left: -20px;
    height: 23px;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    justify-content: center;
    color: #ffffff;
    width: 15px;
    /* align-items: center; */
    padding: 3px 6px 0 0;
}

.serialNumber:after {
    content: "";
    border-top: dashed 1px rgba(76, 90, 111, 0.19);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    transform: translateY(11px);
}

.removeAddedDiv {
    border-radius: 50%;
    background-color: #ffe9e3;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 1;
}
/*--------------------Rider Css End---------------------*/
/*--------------------checkoutTermsCondition css start----------*/
.termsDetails {
    background-color: #FFF5DB;
}

.termsDetails {
    color: #27313D;
    font-size: 12px;
}

.termsPayDetail {
    color: #27313D;
}

.checkoutTermsCondition .checkboxLabel .CheckBoxTick ~ .radioBtnAnswerTxt {
    font-size: 12px;
    font-weight: 500;
    color: #4C5A6F;
}

.checkoutTermsCondition .checkBox input[type="checkbox"]:checked ~ .radioBtnAnswerTxt {
    font-weight: 500;
    color: #4C5A6F;
}

.checkoutTermsCondition input[type="checkbox"]:checked:disabled + .CheckBoxTick {
    opacity: 0.5;
    cursor: no-drop;
}
/*--------------------checkoutTermsCondition css End----------*/
/*---------------------Know Your PopUp Css Start--------------*/
.protectSmile {
    width: 100px;
    display: flex;
    height: 26px;
    align-items: center;
}

    .protectSmile img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
        border: 2px solid #4c5a6f;
    }

    .protectSmile:hover img {
        /*border: 2px solid #1d3e71;*/
    }

.knowYourPlanHeader {
    box-shadow: 0 1px 5px 0 #eaeaea;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 2;
}

    .knowYourPlanHeader + .formprogressBar {
        margin-top: 80px;
    }

.knowYourPopUp {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    background: #fff;
    transition: all .3s linear;
    z-index: 1031;
    text-align: center;
}

.progressbar {
    width: 96%;
    margin: 0 auto;
    display: flex;
}

    .progressbar li {
        list-style-type: none;
        width: 100%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        color: #7d7d7d;
    }

        .progressbar li.completed:after {
            background-color: #4c5a6f;
        }

        .progressbar li:before {
            position: relative;
            z-index: 1;
            width: 13px;
            height: 13px;
            content: "";
            counter-increment: step;
            line-height: 30px;
            border: none;
            display: block;
            text-align: center;
            margin: 0px auto 10px auto;
            border-radius: 50%;
            border: 1px solid #e5e8eb;
            background: #fff;
        }

        .progressbar li:after {
            width: 100%;
            height: 1px;
            content: '';
            position: absolute;
            background-color: #e1e1e1;
            top: 6px;
            left: 0%;
            z-index: -1;
        }
        /*.progressbar li:first-child:after{content: none;}*/
        .progressbar li.active:before {
            background: #fff;
            color: #fff;
            border: solid 1px #0065ff;
            animation: glowing 1s infinite;
            -webkit-box-shadow: 0 0 2px 3px #8db7f7;
            -moz-box-shadow: 0 0 2px 3px #8db7f7;
            -o-box-shadow: 0 0 2px 3px #8db7f7;
            box-shadow: 0 0 2px 3px #8db7f7;
        }

@keyframes glowing {
    0% {
        box-shadow: 0 0 0 0 #8db7f7;
    }


    100% {
        box-shadow: 0 0 0 7px rgba(141, 183, 247, 0.09)
    }
}

.progressbar li span {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.1;
    color: #4c5a6f;
}

.progressbar li.active span {
    color: #0065ff;
    font-weight: 500;
}

.progressbar li.active em {
    content: "";
    width: 100%;
    background-color: #0065ff;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: -48%;
    z-index: 1;
}

.progressbar li.active:last-child em {
    content: none;
    border: none;
}

.progressbar li.half em {
    content: "";
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 0;
}

.progressbar li.active.completed em {
    border-color: #4c5a6f;
}

.progressbar li.completed:before {
    background-color: #4c5a6f;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressbar li:not(.completed) a {
    cursor: default;
}

.progressbar li.completed .tickIcon:before {
    content: '';
    position: absolute;
    transform: scale(0);
    transition: all 0.2s ease;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    top: 3px;
    width: 3px;
    justify-content: center;
    height: 6px;
    align-items: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.progressbar li.active.completed span {
    color: #4c5a6f;
}

.knowYourPopUp.show {
    opacity: 1;
    visibility: visible;
}

.PlanPdfDownloadBrochure {
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    border-radius: 20px;
    color: #4c5a6f;
    padding: 0px 10px;
    display: inline-block;
    background: #E5E8EB;
}

    .PlanPdfDownloadBrochure:hover {
        color: #27313D;
    }

.opaquerLayer {
    position: fixed;
    background: rgba(255,255,255,1);
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .3s;
    height: 100%;
    visibility: hidden;
    z-index: -1;
}

    .opaquerLayer.show {
        opacity: 1;
        visibility: visible;
    }

.downloadBrochure {
    border: 2px solid #4c5a6f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    height: 26px;
    color: #4c5a6f;
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: 161px;
}

a.downloadBrochure:hover {
    color: #4c5a6f;
}

.downloadBrochure > img {
    margin-right: 5px;
    margin-top: 1px;
}

.knowYourPlanCloseBtn {
    border: 2px solid #4c5a6f;
    padding: 0px 6px;
    line-height: 23px;
    cursor: pointer;
    width: 26px;
}

.knowYourPlanBackArrow {
    border: 2px solid #4c5a6f;
    padding: 0px 6px;
    line-height: 23px;
    cursor: pointer;
}

.planInfoTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    color: #27313d;
    margin: 0;
}

.planInfoSubTitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
    color: #27313d;
    margin: 0;
    line-height: 21px;
}

.planInfoSublargeTitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    color: #27313d;
}

.planInfoPara {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.83;
    color: #4c5a6f;
    line-height: 22px;
    margin: 0;
}

.verticalScroll {
    height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bottomFixedHeight {
    height: 110px;
}

.knowMoreToolTipRight {
    background-color: #4b5b6e;
    color: #fff;
    padding: 4px 18px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #fafafc;
    display: inline-block;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.knwoMoreRightArrow {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 13px;
    right: -4px;
    box-sizing: border-box;
    border: 9px solid black;
    border-color: transparent #4b5b6e #4b5b6e transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
}

.stageText {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.stageDetails {
    font-size: 10px;
}

.paidBenefit {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.83;
}

.borderLine {
    background-color: #ccc;
    height: 1px;
    flex-grow: 1;
}

.stepsCount {
    font-size: 10px;
    font-weight: 500;
    line-height: 2.2;
}

    .stepsCount span {
        font-size: 14px;
        font-weight: 600;
        color: #27313d;
    }

.criticalList, .criticalListLink {
    font-size: 12px;
    font-weight: 500;
    color: #0065ff;
}

.demoVideo {
    cursor: pointer;
}

.twoMinVideoText {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.17;
    text-align: left;
    color: #ffffff;
}

.autoPlayIcon {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.videoinPoPUp {
    position: absolute;
    width: 94%;
    top: 0;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    z-index: 1033;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 13px 0 rgba(76, 90, 111, 0.19);
}

.videoopaquerLayer {
    background-color: rgba(0, 0, 0, 0.87);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1032;
}

.crossBtn {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -35px;
    right: 0;
    border: 2px solid #fff;
    border-radius: 4px;
}

.planInfoTickSubPoints {
    width: 20px;
    height: 20px;
    border: 2px solid #cacccd;
    border-radius: 50%;
    margin-top: 2px;
    position: relative;
}

    .planInfoTickSubPoints:before {
        content: '';
        position: absolute;
        transform: scale(0);
        transition: all 0.2s ease;
        z-index: 1;
        right: 0px;
        left: 0;
        margin: auto;
        top: 3px;
        width: 5px;
        justify-content: center;
        height: 8px;
        align-items: center;
        border-right: 2px solid #cacccd;
        border-bottom: 2px solid #cacccd;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.contentTableDiv table {
    width: 100%;
    border-collapse: collapse;
}

.contentTableDiv tr td {
    border: 1px solid #E5E8EB;
    padding: 10px 10px 7px 10px;
    color: #4C5A6F;
    line-height: 18px;
    font-size: 13px;
}

.contentTableDiv thead tr td {
    background: #fafafa;
    font-weight: 500;
}

.contentTableDiv tbody tr td {
}
/*--------------------Know Your PopUp Css End----------------------*/
/*--------------------59 Crtical Illness PopUp Css End----------------------*/
.criticalIllnessPopUp, .wopCriticalIllnessPopUp, .critical11IllnessPopUp {
    position: fixed;
    z-index: 1050;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    overflow: auto;
}

.criticalIllnessHeader {
    background-color: #fafafa;
}

.criticalList {
    background: #fff;
}

    .criticalList ul {
        counter-reset: list;
    }

        .criticalList ul li {
            font-size: 12px;
            font-weight: 500;
            line-height: 2.5;
            text-align: left;
            color: #27313d;
            display: flex;
        }

    .criticalList li:before {
        counter-increment: list;
        content: counter(list);
        margin-right: 10px;
    }
    .criticalList.criticalListDetails li:before {
        /*content: "";
        margin-right: 0;*/
    }
.criticalillnessTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    text-align: center;
    color: #27313d;
    margin: 0;
}

.criticalIllnesscloseBtn, .wopCriticalIllnesscloseBtn, .critical11IllnesscloseBtn {
    position: absolute;
    right: 20px;
    top: 10px;
}
/*--------------------59,19 Crtical Illness  PopUp Css End----------------------*/
/*---------------------Fixed Header Css Start-------------------------------*/
.fixedHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    animation: smoothScroll 1s forwards;
}
.header-sticky {
    position: sticky;
    top: 0;
    z-index: 1;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}
/*---------------------Fixed Header Css End-------------------------------*/

/*-----------------Custom Select Dropdown Css Start---------------------*/
.custom-select {
    width: 100%;
}

.customSelectLabel {
    color: #4c5a6f;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: -15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.blurBg {
    display: none;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    background: rgba(0, 0, 0, 0.5);
}

.cityBlurBg {
    display: none;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    background: rgba(0, 0, 0, 0.5);
}

.customDropDown, .cityCustomDropDown {
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    width: 90%;
    margin: 0 auto;
    position: fixed;
    z-index: 3;
    max-height: 70vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 1px -2px rgba(0,0,0,.2), 0 1px 17px 0 rgba(0,0,0,.14), 0 1px 2px 0 rgba(0,0,0,.12);
}

    .customDropDown ul, .cityCustomDropDown ul {
        max-height: 60vh;
        overflow-y: auto;
        border-radius: 4px;
        background: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0px;
    }

    .cityCustomDropDown ul {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.customValue {
    display: block;
    position: relative;
}

    .customValue input {
        display: block;
        width: 100%;
        border: none;
        background: #f7f7f7;
        height: 54px;
        padding: 20px 20px 13px 20px;
    }

.cityInput {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.okBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    border-radius: 4px;
    padding: 15px 10px;
    font-size: 10px;
    color: #27313d;
    font-weight: 500;
    z-index: 2;
}

.searchIcon {
    position: absolute;
    left: 20px;
    top: 20px;
    pointer-events: none;
    border-radius: 4px;
    font-size: 10px;
    color: #27313d;
    font-weight: 500;
}

.customValue input.cityOnFocus, .customValue input.cityOnFocus:focus {
    padding-left: 50px;
}

.cityInput .floating-input ~ .floatingLabelText {
    top: 20px;
}

.cityInput .floating-input:focus ~ .floatingLabelText, .cityInput .floating-input.has-value ~ .floatingLabelText {
    opacity: 0;
}

.customValue input.cityOnFocus {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.customValue input:focus {
    outline: none;
}

.customDropDown.dropDownAnimation, .cityCustomDropDown.dropDownAnimation {
    opacity: 1;
    z-index: 1032;
    visibility: visible;
}

.customDropDown li {
    height: auto;
    cursor: pointer;
    padding: 15px 20px;
    font-weight: 500;
    border-bottom: 1px solid #e5e8eb;
    font-size: 16px;
    color: #4c5a6f;
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}

.cityCustomDropDown li {
    height: auto;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #e5e8eb;
    font-size: 16px;
    color: #4c5a6f;
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}

    .cityCustomDropDown li > a {
        font-weight: 500;
        font-size: 16px;
        color: #4c5a6f;
        padding: 15px 20px;
        display: block;
        position: relative;
        z-index: 1;
    }

    .customDropDown li.active, .cityCustomDropDown li.active a {
        font-weight: 600;
        color: #27313d;
    }


    .customDropDown li:before, .cityCustomDropDown li:before {
        content: "";
        position: absolute;
        right: 20px;
        top: 17px;
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 0px;
        border: 2px solid #4c5a6f;
        border-radius: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    .customDropDown li.active:before, .cityCustomDropDown li.active:before {
        border-color: #225cff;
    }

    .customDropDown li.active:after, .cityCustomDropDown li.active:after {
        content: '';
        position: absolute;
        top: 22px;
        right: 25px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #225cff;
        opacity: 1;
        pointer-events: none;
    }

    .customDropDown li:last-child, .cityCustomDropDown li:last-child {
        border-bottom: none;
    }



.selectLabel {
    position: relative;
    font-size: 14px;
    padding: 0;
    display: flex;
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: none;
    font-weight: 600;
    color: #27313d;
    padding-right: 20px;
    cursor: pointer;
}

    .selectLabel[disabled] {
        cursor: no-drop;
        opacity: 0.45;
    }

    .selectLabel > span {
        font-weight: 600;
        color: #27313d;
    }

    .selectLabel:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 14px;
        width: 9px;
        height: 9px;
        border: solid #cacccd;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/*-----------------Custom Select Dropdown Css End---------------------*/
/*-------------------Process Validation Css Start-------------*/
.processValidationTitle {
    color: #27313d;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #e5e8eb;
}

.processValidationInfoBox {
}

.nameTitle {
    color: #27313d;
    font-weight: 600;
    font-size: 16px;
}

.infoPara {
    font-size: 12px;
    color: #27313d;
}
/*----------------Popup css starts----------------*/
/*************Feature & Benefit css start*************/
.CoronaBlurBg {
    position: fixed;
    z-index: 1050;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #27313df5;
    overflow: auto;
    margin: 0px auto;
    text-align: center;
    border-radius: 4px;
}

.coronaFeatures {
    opacity: 1;
    visibility: visible;
    z-index: 1051;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0px auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* overflow-y: auto; */
    border-radius: 4px;
    background: #fff;
}

    .coronaFeatures .criticalIllnessHeader {
        border-bottom: 2px solid #70707026;
    }

.coronaFeatureCloseBtn {
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
    width: 10px;
    height: 10px;
}

    .coronaFeatureCloseBtn img {
        width: 100%;
    }

.coronaFeatureTabDetails {
    /* margin-top: 70px; */
    background: #fff;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    overflow-y: auto;
    height: 87%;
}

.coronaFeatureDetails ul {
    display: flex;
    margin: 0 20px 0 10px;
    /* border-bottom: 2px solid #ccc; */
    justify-content: flex-start;
    text-align: left;
}

    .coronaFeatureDetails ul li {
        display: flex;
        width: auto;
        justify-content: flex-start;
        font-size: 14px;
    }

.secondPrdMaxLogo {
    width: 130px;
    border: none;
}

.coronaFeatureDetails ul li {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.63;
    text-align: center;
    color: #4c5a6f;
    align-items: center;
    cursor: pointer;
    padding: 20px 6px;
    /*border-bottom: 2px solid #ccc;*/
}

    .coronaFeatureDetails ul li.active {
        color: #0065ff;
        border-bottom: 2px solid #0065ff;
    }

.detailsIcons {
}

.featureDetailHeading {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #27313d;
    margin: 0;
}

.featureDetailLargeHeading {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #27313d;
    margin-top: 10px;
}

.featureDetailOfferHeading {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #27313d;
    padding-top: 10px;
    margin: 0;
}

.notCoveredHeading {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #27313d;
    margin: 22px 0 0;
}

.featureDetailPara {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    /*color: #27313d;*/
    margin: 5px 0;
}

.accordianContentTitle {
    font-size: 11px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    text-align: left;
    color: #27313d;
    margin: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.accordianContentPara {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #27313d;
}

.featureTip {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    text-align: left;
    color: #0065ff;
}

    .featureTip strong {
        font-weight: 700;
        color: #0065ff;
    }

.accordianList li {
    display: flex;
    font-size: 12px;
    line-height: 2.17;
    text-align: left;
    color: #27313d;
}

    .accordianList li span {
        font-weight: 700;
        margin-right: 5px;
    }

.featuresTabDetailsInfo {
    width: 100%;
    border-bottom: 1px solid #70707026;
    padding: 16px 50px 16px 0;
    position: relative;
    line-height: 24px;
    margin-left: 18px;
    position: relative;
}

.featuresTabDetailsIcons {
    padding-top: 19px;
}

.detailsIcons {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sourceBy {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    text-align: left;
    color: #4c5a6f;
}

.featuresHosipitalList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
}

    .featuresHosipitalList li {
        border-bottom: 1px solid #70707026;
        padding: 10px 0;
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 12px;
        line-height: 2;
        text-align: left;
        color: #27313d;
    }

/*.featuresHosipitalList li span {
            color: #27313d;
        }*/

.claimProcess ul.featureClaimList {
    margin-bottom: 8px;
    list-style-type: disc;
    padding-left: 17px;
}

    .claimProcess ul.featureClaimList li {
        list-style-type: disc;
    }

.claimProcess .featureClaimList li ul {
    list-style-type: circle;
    padding-left: 40px;
    margin-top: 8px;
}

    .claimProcess .featureClaimList li ul li {
        list-style-type: circle;
    }

.featureClaimList {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #27313d;
}
/*************Feature & Benefit css end*************/
/*************Info Pitch css start*************/
.infoIconPopup {
    cursor: pointer;
}

.infoPitchTitle {
    font-size: 16px;
    font-weight: 600;
}

.infoPitchBody {
    padding: 10px;
}

.infoPitchBlurBg {
    display: none;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    background: rgba(0, 0, 0, 0.5);
}

.infoPitchModal {
    border-radius: 4px;
    background: #fff;
    display: none;
    width: 90%;
    margin: 0 auto;
    position: fixed;
    z-index: 1032;
     height: 400px;
     overflow-y:auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 1px -2px rgba(0,0,0,.2), 0 1px 17px 0 rgba(0,0,0,.14), 0 1px 2px 0 rgba(0,0,0,.12);
}

.infoPitchDiv img {
    width: 100%;
}

.infoPitchCrossButton {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.infoPitchCrossButton  img {
    width: 15px;
}
/*----------------Popup css end----------------*/
/*-----------------Accordian css start-----------*/
/*----- Accordion -----*/
.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    /*box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    border-radius: 3px;
    background: #f7f7f7;*/
}

/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    /* padding: 15px; */
    display: block;
    /* border-bottom: 1px solid #1a1a1a; */
    /* background: #333; */
    transition: all linear 0.15s;
    /* font-size: 1.200em; */
    /* text-shadow: 0px 1px 0px #1a1a1a; */
    /* color: #fff;*/
    position: relative;
}

/*.accordion-section-title.active,
    .accordion-section-title:hover {
        background: #4c4c4c;
        text-decoration: none;
    }*/
/*.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}*/
/*----- Section Content -----*/
.accordion-section-content {
    /*padding: 15px;*/
    display: none;
}

.accordion-section-title:after {
    content: "";
    border: solid #253858;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    right: -38px;
    transition: all .3s ease-in;
    top: 50%;
    margin-top: -5px;
}

.accordion-section-title.active:after {
    transform: rotate(-135deg);
    margin-top: -2px;
}
/*-----------------Accordian css end-------------*/
@media only screen and (max-width:420px){
    .floating-input.valid ~ .floatingLabelText, .floatingLabelText, .floating-select:focus ~ label, .floating-select.valid ~ label {
        font-size: 10px;
        line-height: 12px;
    }
    .productLogo > div > img {
        width: 150px;
    }
    .childTotalAge, .spouseTotalAge {
        top: 9px;
        padding: 4px 0px;
        font-size: 10px;
        width: 46px;
        height: 18px;
        border-radius: 4px;
        font-size: 9px;
    }
}
@media only screen and (max-width: 380px) {
    .protectSmile {
        width: 80px;
    }
}

@media only screen and (max-width: 360px) {
    .secondPrdLogo {
        width: 100px;
    }
    
}
@media only screen and (max-width: 345px) {
    .userTotalAge, .childAge, .spouseTotalAge, .childTotalAge {
        top: 9px;
        padding: 4px 0px;
        font-size: 10px;
        width: 50px;
        height: 21px;
        border-radius: 4px;
    }
    .productLogo > div > img {
        width: 120px;
    }
}
@media only screen and (max-width: 340px) {
    .protectSmile {
        width: 60px;
    }
}
