@charset "UTF-8";

:root {
    --white: #fff;
    --light-blue: #F2F7FF;
    --darkblack: #000;
    --black: #253858;
    --gray-dark: #4C4C4D;
    --disable-color: ##949494;
    --shadowblue: #FAFCFF;
    --gray: #D6D6D6;
    --brdgray: #e2e2e2;
    --font-size: 16px;
    --blue: #0065ff;
    --blue01: #4994EB;
    --green: #2DBC13;
    --orange: #FF5420;
    --lightgreen: #B6F4B4;
    --lightred: #F4B4B4;
    --pink-bg: #FFD8D9;
    --yellow-bg: #FFDEA3;
    --pink: #A73740;
    --pink-light: #7F5900;
    --purple: #5D50D8;
    --purple-light: #D9D8F6;
    --brown: #7F5900;
    --brown-light: #D9D8F6;
    --page-max-width: 1170px
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir="rtl"] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir="rtl"] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.ui-helper-reset,
.ui-menu {
    outline: 0;
    list-style: none
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
    vertical-align: middle
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-zfix,
.ui-widget-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-menu {
    padding: 0;
    margin: 0;
    display: block
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
    bottom: 0
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: .5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: .4em 2.1em .4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 22px .2em .4em
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
    color: #222
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc;
    font-weight: 700
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
    font-weight: 400;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #999;
    background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
    font-weight: 400;
    color: #212121
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
    font-weight: 400;
    color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
    color: #cd0a0a
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png)
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-widget-overlay,
.ui-widget-shadow {
    background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    border-radius: 8px
}

.block_content_wrapper_firstfold {
    margin-bottom: 13px
}

.block_content_wrapper_firstfold h1,
.block_content_wrapper_firstfold .h1 {
    font-size: 32px;
    line-height: 30px;
    margin: 10px 0 20px;
    letter-spacing: .024em;
    font-weight: 700;
    padding-top: 10px
}

.block_content_wrapper_firstfold p {
    letter-spacing: .26px;
    color: #253858;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 13px
}

.block_content_wrapper_firstfold p.char-count {
    display: inline
}

.block_content_wrapper_firstfold p.char-count .extra-text-web {
    display: none
}

.block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra {
    display: inline
}

@media screen and (max-width:1024px) {
    .block_content_wrapper_firstfold p.char-count .extra-text {
        display: none
    }

    .block_content_wrapper_firstfold p.char-count .extra-text.show-extra {
        display: inline
    }
}

.block_content_wrapper_firstfold .text-hide-link {
    display: inline-block;
    color: #0065FF;
    cursor: pointer;
    line-height: 21px;
    font-size: 16px;
    font-weight: 700
}

.block_content_wrapper_firstfold .text-hide-link:hover,
.block_content_wrapper_firstfold .text-hide-link:visited {
    color: #0065FF
}

@media screen and (max-width:1024px) {
    .block_content_wrapper_firstfold .text-hide-link {
        display: inline-block;
        color: #0065FF;
        cursor: pointer
    }

    .block_content_wrapper_firstfold .text-hide-link:hover,
    .block_content_wrapper_firstfold .text-hide-link:visited {
        color: #0065FF
    }
}

@media screen and (max-width:1024px) {
    .block_content_wrapper_firstfold {
        background: #fff;
        margin: 0;
        padding: 10px
    }

    .block_content_wrapper_firstfold h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .block_content_wrapper_firstfold p {
        line-height: 24px
    }
}

@media screen and (min-width:1025px) {
    .block_content_wrapper_firstfold.more_in_mobile .text-hide-link {
        display: none
    }
}

.disForm.formBlock {
    background: #f5f7fe;
    padding: 25px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media screen and (max-width:1024px) {
    .disForm.formBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 20px 0 0
    }
}

@media screen and (max-width:1024px) {
    .disForm.formBlock:has(.new) {
        padding: 0;
        background: #fff
    }
}

.disForm.formBlock.sippage {
    padding: 25px 0 20px
}

.disForm.formBlock .leftContentBox {
    max-width: 630px;
    width: 100%;
    margin: 10px 0 0
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox {
        display: block;
        margin: 20px auto 0;
        background: #fff;
        width: 100%;
        padding: 10px 15px;
        border-top: solid .8px rgba(23, 43, 77, .2);
        border-bottom: solid .8px rgba(23, 43, 77, .2);
        max-width: 100%
    }
}

.disForm.formBlock .leftContentBox .leftbox {
    position: relative
}

.disForm.formBlock .leftContentBox .leftbox .term_cond {
    position: absolute;
    bottom: -115px;
    left: 0
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox .leftbox {
        width: 100%
    }

    .disForm.formBlock .leftContentBox .leftbox .term_cond {
        text-align: center;
        position: relative;
        bottom: auto;
        left: auto
    }
}

.disForm.formBlock .leftContentBox .leftbox .invBanner .stairgraphic {
    height: 270px;
    background: url(../../images/bu/investment/top_vector.png) no-repeat 0 0
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox .leftbox .invBanner .stairgraphic {
        display: none
    }
}

.disForm.formBlock .leftContentBox .leftbox .pointers {
    margin: 20px 0 0;
    position: relative
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox .leftbox .pointers {
        margin: 0
    }
}

.disForm.formBlock .leftContentBox .leftbox .pointers .headingtext {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 500
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox .leftbox .pointers .headingtext {
        display: block;
        text-align: center
    }
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist {
        margin: 0 auto;
        border-radius: 5px;
        padding: 5px 0;
        max-width: 440px;
        border: solid .8px rgba(23, 43, 77, .2)
    }
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li {
    padding: 10px 5px 10px 62px;
    margin: 0 25px 0 0;
    position: relative;
    border: 1px solid #ccc;
    list-style: none;
    border-radius: 5px;
    width: 200px;
    background-color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 10px;
    top: 22%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.saveupto:before {
    background-image: url(../../images/bu/investment/guaranteed_tax.svg)
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.ulipcover.saving:before {
    background-image: url(../../images/bu/investment/crore.svg)
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.ulipcover:before {
    background-image: url(../../images/bu/investment/crore.svg)
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.familycount:before {
    background-image: url(../../images/bu/investment/zero_itcg.svg)
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.saving:before {
    background-image: url(../../images/bu/investment/inbuildcover.png)
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li.lifecover::before {
    background-image: url(../../images/bu/investment/inbuildcover.png)
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li p {
    font-weight: 600;
    margin: 0;
    line-height: 16px;
    font-size: 12px;
    color: #000;
    margin-bottom: 3px
}

.disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li span {
    font-size: 12px;
    color: #000;
    line-height: 15px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li {
        border-radius: 0;
        background-color: #fff;
        text-align: center;
        border: none;
        margin: 0;
        border-right: 1px solid #ccc;
        padding: 60px 15px 10px;
        width: 33%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li:last-child {
        border-right: 0
    }

    .disForm.formBlock .leftContentBox .leftbox .pointers .pointerlist li::before {
        left: 0;
        top: 9px;
        right: 0;
        margin: 0 auto
    }
}

.disForm.formBlock .leftContentBox.new {
    margin: 0;
    max-width: 640px;
    position: relative
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.new {
        border: 0;
        width: 100%;
        max-width: 100%;
        padding: 0
    }
}

.disForm.formBlock .leftContentBox.new .left-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.new .left-container {
        margin-top: 0
    }
}

.disForm.formBlock .leftContentBox.new .left {
    width: 48%;
    max-height: 350px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.new .left {
        display: none
    }
}

.disForm.formBlock .leftContentBox.new .left .akshayBanner {
    position: relative;
    position: relative;
    left: 11px;
    height: 255px;
    overflow: hidden;
    top: 30px
}

.disForm.formBlock .leftContentBox.new .left .akshayBanner img {
    width: 100%
}

.disForm.formBlock .leftContentBox.new .left .akshayBanner .content-placeholder {
    position: absolute;
    top: 0;
    width: 124px;
    font-size: 14px;
    color: #000;
    text-align: center;
    top: 116px;
    font-weight: 600;
    left: 145px;
    transform: rotate(3deg)
}

.disForm.formBlock .leftContentBox.new .left .akshayBanner .content-placeholder span p {
    margin: 0;
    font-weight: 600;
    line-height: 22px;
    font-size: 14px
}

.disForm.formBlock .leftContentBox.new .left .akshayBanner .content-placeholder span p:nth-child(1) {
    font-weight: 500
}

.disForm.formBlock .leftContentBox.new .left .akshayBanner .content-placeholder .highlight {
    color: #0065ff;
    line-height: 24px
}

.disForm.formBlock .leftContentBox.new .left .feature_pointer {
    position: relative;
    top: 0
}

@media (max-width:1024px) {
    .disForm.formBlock .leftContentBox.new .left .feature_pointer {
        top: 0
    }
}

.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem {
    background: #FFF;
    box-shadow: 0 3px 20px #E3D5FF;
    border-radius: 8px;
    width: 145px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: 0;
    margin: 0 0 10px 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    padding: 7px 10px 5px
}

.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem:first-child {
    margin: 0 0 0 60px
}

@media (max-width:1024px) {
    .disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem:first-child {
        margin: 10px
    }
}

.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem:nth-child(2) {
    margin: 10px 0 12px
}

@media (max-width:1024px) {
    .disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem:nth-child(2) {
        margin: 10px
    }
}

.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem:nth-child(3) {
    position: absolute;
    left: 132px;
    bottom: -10px
}

@media (max-width:1024px) {
    .disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem:nth-child(3) {
        position: initial;
        margin: 10px
    }
}

.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .icon {
    width: 50%;
    max-width: 75px
}

.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .icon img {
    width: 100%
}

.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .text {
    width: 50%
}

.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .text .bigtext {
    text-align: left;
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding-left: 20px
}

.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .text .bigtext sup {
    position: relative;
    top: 0;
    left: -3px
}

@media only screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .text .bigtext {
        font-size: 14px;
        line-height: 16px
    }
}

.disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .text .bigtext:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #5bc456;
    position: absolute;
    left: 7px;
    top: 3px
}

@media only screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.new .left .feature_pointer .listitem .text .bigtext:before {
        top: 3px
    }
}

.disForm.formBlock .leftContentBox.new .right {
    width: 48%
}

@media (max-width:1024px) {
    .disForm.formBlock .leftContentBox.new .right {
        width: 100%;
        border-radius: 0;
        margin: 0 0 0;
        padding: 25px 15px;
        background: #F1F7FF
    }
}

.disForm.formBlock .leftContentBox.new .right .common_heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #253858;
    margin-bottom: 36px
}

.disForm.formBlock .leftContentBox.new .right .pointer {
    list-style: none;
    align-items: center
}

.disForm.formBlock .leftContentBox.new .right .pointer li {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 32px;
    color: #000;
    width: 100%
}

.disForm.formBlock .leftContentBox.new .right .pointer li:last-child {
    margin-bottom: 0
}

.disForm.formBlock .leftContentBox.new .right .pointer li.inv_2ndpointer .smalltext {
    max-width: 85%
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.new .right .pointer li.inv_2ndpointer .smalltext {
        width: 100%
    }
}

.disForm.formBlock .leftContentBox.new .right .pointer .icon {
    width: 46px;
    display: block;
    position: relative;
    top: 5px;
    flex-shrink: 0
}

.disForm.formBlock .leftContentBox.new .right .pointer .icon img {
    width: 36px;
    height: auto
}

.disForm.formBlock .leftContentBox.new .right .pointer .text {
    margin-left: 5px
}

.disForm.formBlock .leftContentBox.new .right .pointer .text .bigtext {
    line-height: 16px;
    margin-bottom: 5px
}

.disForm.formBlock .leftContentBox.new .right .bigtext {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #253858;
    line-height: 26px
}

.disForm.formBlock .leftContentBox.new .right .bigtext .sm {
    font-size: 10px;
    font-weight: 400
}

@media only screen and (max-width:568px) {
    .disForm.formBlock .leftContentBox.new .right .bigtext .sm {
        font-size: 12px
    }
}

.disForm.formBlock .leftContentBox.new .right .smalltext {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #253858;
    display: block;
    line-height: 20px;
    max-width: 100%
}

.disForm.formBlock .leftContentBox.new .disclaimer.mr-none {
    position: absolute;
    left: 0;
    bottom: -160px
}

.disForm.formBlock .leftContentBox.new .disclaimer.mr-none p {
    letter-spacing: 0;
    color: #253858;
    opacity: .6;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.new .disclaimer.mr-none {
        position: relative;
        left: auto;
        bottom: auto
    }
}

.disForm.formBlock .leftContentBox.mutualfundpage .leftbox .term_cond {
    bottom: -40px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.mutualfundpage .leftbox .term_cond {
        position: relative;
        bottom: auto;
        left: auto
    }
}

.disForm.formBlock .leftContentBox.childpage .leftbox .invBanner .stairgraphic,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .invBanner .stairgraphic,
.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner .stairgraphic {
    background-image: url(../../images/bu/investment/pension_plan.png);
    background-size: contain;
    height: 280px;
    background-position: center;
    background-repeat: no-repeat
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist,
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist {
    display: block;
    position: relative;
    top: -42px;
    left: -30px
}

@media screen and (max-width:1024px) {

    .disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist,
    .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist,
    .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist {
        border: none;
        top: 0;
        left: 0
    }
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li,
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li {
    padding: 21px 0 21px 50px;
    width: 270px;
    max-width: 100%;
    border: none;
    border-radius: 8px;
    margin: 0 auto 15px;
    box-shadow: 0 3px 20px #E3D5FF
}

@media screen and (max-width:1024px) {

    .disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li,
    .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li,
    .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li {
        margin: 0;
        padding: 0
    }
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li p,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li p,
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li p {
    font-size: 14px;
    margin: 0;
    margin-left: 10px;
    font-weight: 500
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.saving,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.saving,
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saving {
    margin: 0 100px 15px auto
}

@media screen and (max-width:1024px) {

    .disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.saving,
    .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.saving,
    .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saving {
        padding: 0 20px 0 40px;
        margin: 10px;
        text-align: left;
        height: 60px;
        display: flex;
        box-shadow: none;
        align-items: flex-start;
        justify-content: center
    }
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.familycount,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.familycount,
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.familycount {
    margin: 0 auto 15px 160px
}

@media screen and (max-width:1024px) {

    .disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.familycount,
    .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.familycount,
    .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.familycount {
        padding: 0 20px 0 40px;
        margin: 10px;
        text-align: left;
        height: 60px;
        box-shadow: none;
        display: flex;
        align-items: flex-start;
        justify-content: center
    }
}

@media screen and (max-width:1024px) {

    .disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li,
    .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li,
    .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li {
        padding: 0 20px 0 40px;
        margin: 10px;
        text-align: left;
        height: 60px;
        box-shadow: none;
        display: flex;
        align-items: flex-start;
        justify-content: center
    }
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li::before,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li::before,
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li::before {
    width: 40px;
    height: 35px;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%)
}

@media screen and (max-width:1024px) {

    .disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li::before,
    .disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li::before,
    .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li::before {
        left: 0;
        right: initial;
        margin: 0 auto
    }
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.saveupto:before,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.saveupto:before,
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saveupto:before {
    background-image: url(../../images/bu/investment/triangle-box.png) !important;
    background-size: 100%
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.saving:before,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.saving:before,
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saving:before {
    background-image: url(../../images/bu/investment/circle-box.png) !important;
    background-size: 100%
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.familycount:before,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .pointers .pointerlist li.familycount:before,
.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.familycount:before {
    background-image: url(../../images/bu/investment/box-square.png) !important;
    background-size: 100%
}

.disForm.formBlock .leftContentBox.childpage .leftbox .term_cond,
.disForm.formBlock .leftContentBox.pensionpage .leftbox .term_cond,
.disForm.formBlock .leftContentBox.annuitypage .leftbox .term_cond {
    position: relative;
    bottom: auto;
    left: auto
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers {
    position: relative;
    margin: -44px -24px 0 -24px;
    left: 30px;
    width: 100%;
    margin-bottom: 48px
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .headingtext {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: -39%;
    transform: translate(0, -60%)
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .headingtext.article-heading {
    left: 35%;
    min-width: 309px
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .headingtext span {
    font-weight: 600;
    color: #253858;
    font-size: 20px;
    display: block;
    line-height: 30px
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .headingtext span.large {
    font-size: 25px;
    font-weight: 700
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .headingtext span.mid {
    font-size: 20px;
    font-weight: 500
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist {
    top: 0;
    left: 0
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li {
    padding: 10px 10px 10px 45px;
    min-height: 52px;
    align-items: flex-start;
    justify-content: center !important
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li p {
    font-size: 11px
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.lop,
.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.tfm {
    margin: 0 0 10px 60px;
    width: auto;
    display: inline-flex;
    max-width: 230px
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.tfm {
    max-width: 180px;
    position: relative
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.tfm sup {
    position: absolute;
    top: 22px
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.ap {
    margin: -10px 0 0 250px;
    width: auto;
    display: inline-flex;
    max-width: 270px;
    padding: 10px 20px 10px 45px
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.cwa {
    width: 200px
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.lop:before {
    background: url(../../images/bu/investment/icon-child-4.png) no-repeat;
    background-size: 90%
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.cwa:before {
    background: url(../../images/bu/investment/icon-child-3.png) no-repeat;
    background-size: 90%
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.tfm:before {
    background: url(../../images/bu/investment/icon-child-2.png) no-repeat;
    background-size: 90%
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.ap:before {
    background: url(../../images/bu/investment/icon-child-1.svg) no-repeat;
    background-size: 90%;
    background-position: center center
}

@media (max-width:1024px) {
    .disForm.formBlock .leftContentBox.childpage .leftbox {
        display: none
    }
}

.disForm.formBlock .leftContentBox.tradpage .leftbox .invBanner,
.disForm.formBlock .leftContentBox.fdpage .leftbox .invBanner {
    position: relative
}

.disForm.formBlock .leftContentBox.tradpage .leftbox .invBanner::before,
.disForm.formBlock .leftContentBox.fdpage .leftbox .invBanner::before {
    width: 240px;
    height: 100px;
    position: absolute;
    content: "";
    background-size: contain;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-image: url(../../images/bu/investment/hundred.svg);
    background-position: 0 0
}

@media screen and (max-width:1024px) {

    .disForm.formBlock .leftContentBox.tradpage .leftbox .invBanner::before,
    .disForm.formBlock .leftContentBox.fdpage .leftbox .invBanner::before {
        display: none
    }
}

.disForm.formBlock .leftContentBox.tradpage .leftbox .invBanner .stairgraphic,
.disForm.formBlock .leftContentBox.fdpage .leftbox .invBanner .stairgraphic {
    background-image: url(../../images/bu/investment/bannerfd.png);
    height: 300px;
    background-position: 0 0;
    background-size: 618px 350px
}

.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li,
.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li {
    padding: 15px 10px 15px 60px
}

.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li.saveupto::before,
.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li.saveupto::before {
    background-image: url(../../images/bu/investment/saveupto.png)
}

.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li.familycount::before,
.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li.familycount::before {
    background-image: url(../../images/bu/investment/taxfree.png)
}

@media screen and (max-width:1024px) {

    .disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li,
    .disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li {
        padding: 60px 15px 10px
    }
}

.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li::before,
.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li::before {
    left: 15px;
    width: 30px;
    height: 40px;
    top: 20%
}

@media screen and (max-width:1024px) {

    .disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li::before,
    .disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li::before {
        left: 0;
        top: 9px;
        right: 0;
        margin: 0 auto
    }
}

.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li p,
.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li p {
    font-size: 12px;
    color: #172b4d;
    margin: 0
}

.disForm.formBlock .leftContentBox.tradpage .leftbox .pointers .pointerlist li span,
.disForm.formBlock .leftContentBox.fdpage .leftbox .pointers .pointerlist li span {
    font-size: 10px;
    color: #505f79
}

.disForm.formBlock .leftContentBox.tradpage .leftbox .term_cond {
    position: absolute;
    bottom: -125px;
    left: 0
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.tradpage .leftbox .term_cond {
        position: relative;
        bottom: auto;
        left: auto
    }
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .invBanner .stairgraphic {
    height: 286px;
    background: url(../../images/bu/investment/ulip-background-img.svg) no-repeat center/contain
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .headingtext {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #2A3F4F;
    line-height: 32px;
    text-align: CENTER;
    margin: 45px auto 25px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .headingtext {
        font-size: 20px;
        line-height: 26px;
        margin: 17px auto 16px
    }
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li {
    padding: 0;
    margin: 0;
    position: relative;
    border: 0;
    list-style: none;
    border-radius: 0;
    width: 33.3%;
    background-color: transparent;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: CENTER
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li:before {
    display: none
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li:after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, .1215686275)
    }

    .disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li:last-of-type::after {
        display: none
    }
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li p {
    font-weight: 700;
    line-height: 21px;
    font-size: 16px;
    margin: 1px 0 4px;
    letter-spacing: 0;
    color: #2A3F4F;
    text-align: center
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 16px;
        padding: 0 6px
    }
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li span {
    font-size: 12px;
    line-height: 16px;
    margin-left: 0;
    letter-spacing: 0;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    padding: 0 6px
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist li .saving {
    text-align: center
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist {
        margin: 0 auto;
        border-radius: 24px;
        padding: 20px 36px;
        max-width: 100%;
        border: 0;
        background: #F9FDF7
    }
}

@media screen and (max-width:767px) {
    .disForm.formBlock .leftContentBox.ulippage .leftbox .pointers .pointerlist {
        padding: 20px 0
    }
}

.disForm.formBlock .leftContentBox.ulippage .leftbox .term_cond {
    font-size: 10px;
    display: block;
    margin-top: 37px;
    line-height: 13px;
    width: 100%;
    margin-bottom: 0 !important;
    padding: 0 !important;
    letter-spacing: 0;
    color: rgba(42, 63, 79, .6);
    text-align: left;
    position: relative;
    bottom: auto;
    left: auto
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.ulippage .leftbox .term_cond {
        margin-top: 8px
    }
}

.disForm.formBlock .leftContentBox.mutualfundpage .leftbox .invBanner .stairgraphic {
    background: url(../../images/bu/investment/mutual-funds-bg.svg) no-repeat 0 0/contain
}

.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner::before {
    display: none
}

.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .insurerlogo {
    border: 1px solid #79adff;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2901960784);
    max-width: 130px;
    padding: 2px;
    display: inline-flex;
    background: #fff
}

.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .insurerlogo img {
    width: 120px;
    height: 60px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .insurerlogo {
        display: none
    }
}

.disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .stairgraphic {
    width: 575px;
    height: 230px;
    margin: -30px 0 0;
    background: url(../../images/bu/investment/guaranteed-returns.png) no-repeat;
    background-size: 100%
}

@media screen and (max-width:1366px) and (max-height:1024px) and (orientation:landscape) {
    .disForm.formBlock .leftContentBox.tradpage.provider .leftbox .invBanner .stairgraphic {
        margin: 35px 0 0
    }
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.tradpage.provider .leftbox .tcondition {
        text-align: center
    }
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.ulippage.provider .invBanner {
        display: none
    }
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner .insurerlogo {
    position: relative
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner .insurerlogo img {
    border: 1px solid #0065ff;
    border-radius: 4px;
    padding: 5px 10px;
    max-width: 123px;
    background: #fff
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage .insurerlogo {
    border: 1px solid #0065ff;
    border-radius: 4px;
    padding: 9px 10px;
    max-width: 180px;
    background: #fff;
    text-align: CENTER;
    -webkit-box-shadow: 0 3px 6px 0 #0000004a;
    box-shadow: 0 3px 6px 0 #0000004a
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage .insurerlogo img {
    max-width: 100%;
    max-height: 70px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    border: 0;
    padding: 0;
    border-radius: 0
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage .insurerlogo::after {
    display: none
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage .stairgraphic {
    background: url(../../images/bu/investment/guaranteed-returns.png) no-repeat;
    background-size: contain
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage+.pointers {
    margin: 0
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage+.pointers .pointerlist li {
    padding: 15px 10px 15px 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage+.pointers .pointerlist li.saveupto::before {
    background-image: url(../../images/bu/investment/saveupto.png)
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage+.pointers .pointerlist li.familycount::before {
    background-image: url(../../images/bu/investment/taxfree.png)
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage+.pointers .pointerlist li {
        padding: 60px 15px 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage+.pointers .pointerlist li::before {
    width: 30px;
    height: 40px;
    left: 15px;
    top: 20%
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage+.pointers .pointerlist li::before {
        left: 0;
        top: 9px;
        right: 0;
        margin: 0 auto
    }
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage+.pointers .pointerlist li p {
    font-size: 12px;
    color: #000;
    margin: 0
}

.disForm.formBlock .leftContentBox.ulippage.provider .invBanner.licpage+.pointers .pointerlist li span {
    font-size: 10px;
    color: #505f79
}

.disForm.formBlock .leftContentBox.ulippage.provider .pointers {
    margin: 40px 0 0
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.ulippage.provider .pointers {
        margin: 0
    }
}

.disForm.formBlock .leftContentBox.childpage.provider .invBanner,
.disForm.formBlock .leftContentBox.pensionpage.provider .invBanner,
.disForm.formBlock .leftContentBox.annuitypage.provider .invBanner {
    position: relative;
    display: flex;
    flex-direction: column
}

.disForm.formBlock .leftContentBox.childpage.provider .invBanner .insurerlogo img,
.disForm.formBlock .leftContentBox.pensionpage.provider .invBanner .insurerlogo img,
.disForm.formBlock .leftContentBox.annuitypage.provider .invBanner .insurerlogo img {
    max-width: 150px;
    width: 100%
}

.disForm.formBlock .leftContentBox.childpage.provider .invBanner .stairgraphic,
.disForm.formBlock .leftContentBox.pensionpage.provider .invBanner .stairgraphic,
.disForm.formBlock .leftContentBox.annuitypage.provider .invBanner .stairgraphic {
    margin: -46px 0 0;
    background-size: contain;
    background-position: center;
    height: 250px
}

@media only screen and (min-width:1024px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.5) {

    .disForm.formBlock .leftContentBox.childpage.provider .invBanner .stairgraphic,
    .disForm.formBlock .leftContentBox.pensionpage.provider .invBanner .stairgraphic,
    .disForm.formBlock .leftContentBox.annuitypage.provider .invBanner .stairgraphic {
        margin: 0
    }
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.taxpage {
        padding: 30px 15px
    }
}

.disForm.formBlock .leftContentBox.taxpage .leftbox .invBanner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 20px
}

.disForm.formBlock .leftContentBox.taxpage .leftbox .invBanner .stairgraphic {
    background: url(../../images/bu/investment/income-tax-banner.svg) no-repeat center/contain
}

.disForm.formBlock .leftContentBox.taxpage .leftbox .pointers .pointerlist li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.disForm.formBlock .leftContentBox.taxpage .leftbox .pointers .pointerlist li.saving:before {
    background-image: url(../../images/bu/investment/crore.svg)
}

.disForm.formBlock .leftContentBox.taxpage .term_cond {
    position: absolute;
    width: 100%;
    bottom: -90px;
    color: #000
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.taxpage .term_cond {
        position: relative;
        bottom: auto
    }
}

.disForm.formBlock .leftContentBox.childpage .leftbox .invBanner .stairgraphic {
    background: url(../../images/bu/investment/child-graphic-bu.png) no-repeat 10%/contain
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li {
    justify-content: flex-start;
    max-width: 250px;
    padding: 10px 0 10px 50px
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.saveupto:before {
    background-image: url(../../images/bu/investment/insurer_pay.svg)
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.saving:before {
    background-image: url(../../images/bu/investment/save6k.svg)
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li.familycount:before {
    background-image: url(../../images/bu/investment/save_upto.svg)
}

.disForm.formBlock .leftContentBox.childpage .leftbox .pointers .pointerlist li p {
    color: #172b4d;
    line-height: 18px
}

.disForm.formBlock .leftContentBox.annuitypage {
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.annuitypage {
        margin-top: 20px
    }
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner {
    height: 310px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner {
        display: none
    }
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner .stairgraphic {
    background: url(../../images/bu/investment/investment_annuity.svg) no-repeat center bottom/contain;
    height: 200px
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner .bannerText {
    font-size: 14px;
    color: #354664;
    font-weight: 600;
    padding-right: 30%;
    line-height: 30px;
    margin-bottom: 8px;
    width: 100%
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .invBanner .bannerText span {
    font-size: 30px;
    color: #0662f6
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li {
    padding: 10px 5px 10px 52px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li {
        padding: 60px 15px 10px
    }
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li::before {
    width: 33px;
    height: 33px
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.saveupto:before {
    background-image: url(../../images/bu/investment/saveupto.png)
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li.familycount:before {
    background-image: url(../../images/bu/investment/taxfree.png)
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li p {
    color: #172b4d;
    line-height: 18px
}

.disForm.formBlock .leftContentBox.annuitypage.annuity-plan .leftbox .invBanner .hightext_typeA {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.disForm.formBlock .leftContentBox.annuitypage.annuity-plan .leftbox .invBanner .hightext_typeB {
    color: #0065ff;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px
}

.disForm.formBlock .leftContentBox.annuitypage.annuity-plan .leftbox .invBanner .hightext_typeC {
    font-size: 18px;
    color: #757575;
    font-weight: 600;
    line-height: 34px
}

.disForm.formBlock .leftContentBox.annuitypage.annuity-plan .leftbox .invBanner .stairgraphic {
    background: url(../../images/bu/investment/pension_annuity.svg) no-repeat center bottom/contain;
    height: 220px
}

.disForm.formBlock .leftContentBox.sippage {
    padding-top: 45px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.sippage {
        display: none
    }
}

.disForm.formBlock .leftContentBox.sippage .leftbox .invBanner .stairgraphic {
    background: url(../../images/bu/investment/sip-bg-imgae.svg) no-repeat center bottom/cover;
    height: 299px;
    width: 688px
}

.disForm.formBlock .leftContentBox.sippage .leftbox .pointers {
    padding-left: 20px
}

.disForm.formBlock .leftContentBox.sippage .leftbox .term_cond {
    padding-left: 20px !important;
    position: relative;
    bottom: auto;
    left: auto
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.sippage.new {
        padding-top: 25px
    }
}

.disForm.formBlock .leftContentBox.sippage.new .leftbox .invBanner {
    position: relative
}

.disForm.formBlock .leftContentBox.sippage.new .leftbox .invBanner .insurer-logo {
    position: absolute;
    left: 26%;
    top: 10px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.sippage.new .leftbox .invBanner .insurer-logo {
        display: none
    }
}

.disForm.formBlock .leftContentBox.sippage.new .leftbox .invBanner .stairgraphic {
    background: url(../../images/bu/investment/sip-top-image-new.svg) no-repeat center bottom/cover;
    height: 325px;
    width: 481px;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers {
        padding-left: 0
    }
}

.disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .headingtext {
    letter-spacing: 0;
    color: #2A3F4F;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .headingtext {
        margin-bottom: 36px
    }
}

.disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist {
    position: relative;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist {
        max-width: 575px;
        border: 0;
        padding: 0
    }
}

.disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist>div {
    text-align: center;
    position: relative
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist>div {
        position: relative;
        width: 26%
    }

    .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist>div:last-of-type:after {
        display: none
    }
}

.disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist>div .text {
    letter-spacing: 0;
    color: #2A3F4F;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin: 1px auto 4px
}

@media screen and (max-width:767px) {
    .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist>div .text {
        font-size: 12px;
        line-height: 16px
    }
}

.disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist>div .description {
    letter-spacing: 0;
    color: #000;
    opacity: .6;
    font-size: 12px;
    line-height: 16px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist>div:after {
        content: "";
        background: rgba(0, 0, 0, .1215686275);
        width: 1px;
        height: 95px;
        position: absolute;
        top: 0;
        right: -23px
    }
}

@media screen and (max-width:360px) {
    .disForm.formBlock .leftContentBox.sippage.new .leftbox .pointers .pointerlist>div::after {
        right: -17px
    }
}

.disForm.formBlock .leftContentBox.sippage.new .leftbox .term_cond {
    letter-spacing: 0;
    color: #2A3F4F;
    opacity: .6;
    font-size: 10px;
    line-height: 13px;
    text-align: left;
    margin-top: 16px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.sippage.new .leftbox .term_cond {
        padding-left: 0 !important
    }
}

.disForm .rightContent {
    max-width: 424px;
    width: 96%;
    background: #fff;
    padding: 2% 1%;
    margin: 0 auto;
    border-radius: 15px;
    min-height: 400px;
    position: relative;
    -webkit-box-shadow: 0 1px 7px #98a4b8;
    box-shadow: 0 1px 7px #98a4b8
}

@media screen and (max-width:1024px) {
    .disForm .rightContent {
        padding: 22px 3% 18px;
        width: 90%;
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .disForm .rightContent {
        padding: 22px 2% 18px;
        width: 90%;
        margin: 0 auto 30px
    }
}

@media screen and (max-width:320px) {
    .disForm .rightContent {
        padding: 16px 10px 18px
    }
}

.disForm .rightContent::before {
    content: "";
    background: #40BC70;
    width: 98%;
    height: 4px;
    position: absolute;
    left: 4px;
    top: 0;
    border-radius: 11px 11px 0 0
}

.disForm .rightContent .investment-bg .form-heading,
.disForm .rightContent .investment-bg .heading,
.disForm .rightContent .investment-bg .bluetext.mediumtext {
    color: #0065ff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: center
}

@media screen and (max-width:1024px) {

    .disForm .rightContent .investment-bg .form-heading,
    .disForm .rightContent .investment-bg .heading,
    .disForm .rightContent .investment-bg .bluetext.mediumtext {
        margin-bottom: 7px;
        line-height: 26px;
        padding-top: 12px
    }
}

.disForm .rightContent .investment-bg .form-sub-heading,
.disForm .rightContent .investment-bg .description,
.disForm .rightContent .investment-bg .blacktext.extrasmalltext {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 500;
    clear: both;
    margin-top: 10px
}

.disForm .rightContent .investment-bg .form-sub-heading span.numberVal,
.disForm .rightContent .investment-bg .form-sub-heading span,
.disForm .rightContent .investment-bg .description span.numberVal,
.disForm .rightContent .investment-bg .description span,
.disForm .rightContent .investment-bg .blacktext.extrasmalltext span.numberVal,
.disForm .rightContent .investment-bg .blacktext.extrasmalltext span {
    color: #0065ff
}

@media screen and (max-width:1024px) {

    .disForm .rightContent .investment-bg .form-sub-heading,
    .disForm .rightContent .investment-bg .description,
    .disForm .rightContent .investment-bg .blacktext.extrasmalltext {
        margin-top: 3px;
        font-size: 16px
    }
}

.disForm .rightContent .investment-bg .form-sub-heading .red,
.disForm .rightContent .investment-bg .form-sub-heading .heighlight,
.disForm .rightContent .investment-bg .description .red,
.disForm .rightContent .investment-bg .description .heighlight,
.disForm .rightContent .investment-bg .blacktext.extrasmalltext .red,
.disForm .rightContent .investment-bg .blacktext.extrasmalltext .heighlight {
    color: #fd4705
}

.disForm .rightContent .investment-bg .form-sub-heading .endownment,
.disForm .rightContent .investment-bg .description .endownment,
.disForm .rightContent .investment-bg .blacktext.extrasmalltext .endownment {
    font-size: 24px;
    text-transform: capitalize
}

.disForm .rightContent .investment-bg #number_f .formInput .feildLable {
    left: 125px
}

.disForm .rightContent .investment-bg .fieldWrapper {
    border: 1px solid #bfbfbf;
    border-radius: 8px;
    position: relative;
    width: 98%;
    display: table;
    margin: 30px auto 30px
}

.disForm .rightContent .investment-bg .fieldWrapper .formInput {
    position: relative
}

.disForm .rightContent .investment-bg .fieldWrapper .formInput input.labelshow+.feildLable,
.disForm .rightContent .investment-bg .fieldWrapper .formInput input:focus+.feildLable {
    z-index: 10;
    visibility: visible;
    top: -13px;
    font-size: 12px;
    left: 14px !important
}

.disForm .rightContent .investment-bg .fieldWrapper .formInput .feildLable {
    color: #5E6C84;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    left: 14px;
    background: #fff;
    top: 13px;
    padding: 2px;
    visibility: visible;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in
}

.disForm .rightContent .investment-bg .fieldWrapper .fullWidht {
    width: 100%;
    height: 100%;
    padding: 0 19px;
    border-radius: 8px;
    border: none;
    font-weight: 400;
    z-index: 9;
    background: 0 0;
    height: 48px;
    position: relative;
    color: #253858
}

.disForm .rightContent .investment-bg .fieldWrapper #invmobile {
    padding-left: 130px;
    font-weight: 400
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild {
    position: absolute;
    padding: 0 5px 0 13px;
    width: 142px;
    z-index: 10
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild select {
    width: 70px;
    color: #253858;
    border: none;
    display: inline-block;
    float: left;
    padding: 8px 20px 8px 0;
    -webkit-appearance: none;
    background: 0 0;
    font-weight: 600;
    background-image: url(../../images/bu/arrow-down_dark.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    border-right: 1px solid #bfbfbf;
    margin: 7px 0 0
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild .cCode {
    padding: 15px 0 15px 5px;
    display: inline-block;
    line-height: 19px
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild .cCodeText {
    display: inline-block;
    width: 44px
}

.disForm .rightContent .investment-bg .fieldWrapper #mob_feild2feild .cCodeText input {
    padding: 9px 0;
    margin-left: 5px
}

.disForm .rightContent .investment-bg .fieldWrapper .err {
    font-size: 10px;
    color: red;
    width: 100%;
    left: 0;
    bottom: -18px;
    padding: 1px 0;
    text-align: left;
    font-weight: 400;
    position: absolute
}

.disForm .rightContent .investment-bg .fieldWrapper .secure-tag {
    position: absolute;
    display: flex;
    right: 8px;
    bottom: -26px;
    background: rgba(57, 97, 235, .1019607843) 0% 0% no-repeat padding-box;
    border-radius: 0 0 8px 8px;
    padding: 5px 10px 4px 7px
}

.disForm .rightContent .investment-bg .fieldWrapper .secure-tag .text {
    letter-spacing: .15px;
    color: #3962ED;
    font-size: 11px;
    line-height: 17px;
    font-weight: 600;
    margin-left: 6px
}

.disForm .rightContent.lic-investment .investment-bg .fieldWrapper .formInput .feildLable {
    left: 44px
}

.disForm .rightContent.lic-investment:before {
    background: #2DBC13
}

.disForm .rightContent.lic-investment {
    position: relative
}

@media screen and (max-width:1024px) {
    .disForm .rightContent.lic-investment:has(.service-page) {
        padding: 20px 0% 30px
    }
}

.disForm .rightContent.lic-investment:has(.service-page)::before {
    width: 92%;
    height: 7px;
    position: absolute;
    left: 13px;
    top: -7px;
    border-radius: 18px 18px 0 0;
    background: #25DD73
}

.disForm .rightContent.lic-investment .co-logo {
    display: none
}

.disForm .rightContent.lic-investment .headingText .heading {
    color: #253858
}

@media screen and (max-width:320px) {
    .disForm .rightContent.lic-investment .headingText .heading {
        font-size: 18px
    }
}

.disForm .rightContent.lic-investment .headingText .heading b {
    color: #2196F3
}

.disForm .rightContent.lic-investment .headingText .heading span {
    font-weight: 700
}

.disForm .rightContent.lic-investment #number_f .formInput .feildLable {
    left: 155px
}

.disForm .rightContent.lic-investment .formInput {
    padding-left: 30px
}

.disForm .rightContent.lic-investment .formInput .ico {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 12px;
    left: 10px
}

.disForm .rightContent.lic-investment .formInput .form_icon {
    background-image: url(../../images/bu/mixedlayout-icon.svg);
    background-repeat: no-repeat
}

.disForm .rightContent.lic-investment .formInput .form_icon.usericon {
    background-position: -5px -456px
}

.disForm .rightContent.lic-investment .formInput .form_icon.mobile-ico {
    background-position: -5px -416px
}

.disForm .rightContent.lic-investment .formInput .form_icon.dob {
    background-position: 0 -372px
}

.disForm .rightContent.lic-investment .formInput .form_icon.email {
    background-position: -3px -332px
}

.disForm .rightContent.lic-investment .ribbon-text {
    color: #fff;
    background: #8A81FC;
    padding: 10px 30px 10px 30px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 80%;
    margin: 5px auto 15px;
    font-size: 16px;
    font-weight: 500
}

@media screen and (max-width:1024px) {
    .disForm .rightContent.lic-investment .ribbon-text {
        width: 90%
    }
}

@media screen and (max-width:640px) {
    .disForm .rightContent.lic-investment .ribbon-text {
        width: 100%
    }
}

.disForm .rightContent.lic-investment .ribbon-text:before {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    left: 0;
    border-left: 15px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.disForm .rightContent.lic-investment .ribbon-text:after {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    right: 0;
    border-right: 15px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.disForm .rightContent.lic-investment .investment-bg .heading {
    color: #253858
}

.disForm .rightContent.lic-investment .lic-step-2 {
    display: flex;
    flex-direction: COLUMN;
    align-items: CENTER;
    padding: 4px 34px
}

@media screen and (max-width:375px) {
    .disForm .rightContent.lic-investment .lic-step-2 {
        padding: 4px 25px
    }
}

@media screen and (max-width:320px) {
    .disForm .rightContent.lic-investment .lic-step-2 {
        padding: 4px 5px
    }
}

.disForm .rightContent.lic-investment .lic-step-2 .heading {
    letter-spacing: 0;
    color: #253858;
    font-size: 24px;
    line-height: 32px;
    margin: 27px 0 8px
}

.disForm .rightContent.lic-investment .lic-step-2 .description {
    letter-spacing: 0;
    color: #9B9B9B;
    font-size: 14px;
    line-height: 19px;
    padding: 0 10px;
    text-align: center
}

.disForm .rightContent.lic-investment .lic-step-2 .description a {
    color: #0065FF;
    cursor: pointer
}

.disForm .rightContent.lic-investment .lic-step-2 .description a span {
    color: #0065FF
}

.disForm .rightContent.lic-investment .lic-step-2 .description a img {
    margin-bottom: -2px
}

.disForm .rightContent.lic-investment .lic-step-2 .description a.edit-number {
    position: relative;
    text-decoration: underline
}

.disForm .rightContent.lic-investment .lic-step-2 .description a.edit-number::after {
    background: url(../../../cdn/images/bu/investment/icon-edit.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    content: "";
    position: absolute;
    right: -18px;
    top: 3.5px
}

.disForm .rightContent.lic-investment .lic-step-2 .description.resend {
    color: #E8E8E8;
    margin: 0
}

.disForm .rightContent.lic-investment .lic-step-2 .description.resend a {
    color: #E8E8E8
}

.disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields {
    margin: 40px 0 16px
}

.disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields input {
    border: 1px solid #9B9B9B;
    border-radius: 8px;
    width: 35px;
    height: 40px;
    margin-right: 12px;
    letter-spacing: 0;
    color: #253858;
    text-align: CENTER;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px
}

.disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields input:last-of-type {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields input {
        margin-right: 8px
    }
}

.disForm .rightContent.lic-investment .lic-step-2 .otp-input-fields.error-msg input {
    border-color: red
}

.disForm .rightContent.lic-investment .lic-step-2 .resend {
    letter-spacing: 0;
    color: #0065FF;
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 8px
}

.disForm .rightContent.lic-investment .lic-step-2>.err {
    letter-spacing: 0;
    color: red;
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 8px
}

.disForm .rightContent.lic-investment .lic-step-2 button {
    background: rgba(0, 101, 255, .1019607843) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    border: 0;
    letter-spacing: 0;
    color: #0067FF;
    font-size: 16px;
    line-height: 21px;
    padding: 16px 50px;
    margin: 83px 0 35px;
    font-weight: 600;
    cursor: pointer;
    position: relative
}

.disForm .rightContent.lic-investment .lic-step-2 button.disabled {
    background: rgba(155, 155, 155, .1019607843) 0% 0% no-repeat padding-box;
    color: #9B9B9B
}

.disForm .rightContent.lic-investment .lic-step-2 button.enabled {
    background: #0065FF 0% 0% no-repeat padding-box;
    color: #fff
}

.disForm .rightContent.lic-investment .lic-step-2 .loader_btn:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 11px;
    border: 3px solid rgba(243, 243, 243, .3);
    border-radius: 70%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 28px;
    height: 28px;
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.disForm .rightContent.lic-investment .lic-step-2 .disclaimer {
    display: flex;
    align-items: CENTER;
    letter-spacing: 0;
    color: #9B9B9B;
    font-size: 10px;
    line-height: 13px !important;
    padding: 0;
    margin: 0
}

.disForm .rightContent.lic-investment .lic-step-2 .disclaimer img {
    margin-right: 8px
}

.disForm .rightContent.lic-investment .investment-bg.service-page .service-content .heading {
    letter-spacing: 0;
    color: #24245A
}

.disForm .rightContent.lic-investment .investment-bg.service-page .service-content .description {
    letter-spacing: 0;
    color: #3B1D1D;
    font-size: 15px;
    line-height: 22px;
    margin-top: 14px;
    padding: 0 15px
}

@media screen and (max-width:1024px) {
    .disForm .rightContent.lic-investment .investment-bg.service-page .service-content .description {
        padding: 0 25px
    }
}

.disForm .rightContent.lic-investment .investment-bg.service-page .service-content .view-lic-portal {
    border: 1px solid #2A63F6;
    border-radius: 8px;
    padding: 11px 40px 12px;
    display: block;
    max-width: 185px;
    margin: 22px auto;
    letter-spacing: 0;
    color: #2A63F6;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500
}

@media screen and (max-width:1024px) {
    .disForm .rightContent.lic-investment .investment-bg.service-page .service-content .view-lic-portal {
        margin: 22px auto 30px
    }
}

.disForm .rightContent.lic-investment .investment-bg.service-page .service-content .call-us-section {
    border-top: 1px dashed rgba(112, 112, 112, .4)
}

.disForm .rightContent.lic-investment .investment-bg.service-page .service-content .call-us-section .description {
    line-height: 20px;
    margin-top: 15px
}

@media screen and (max-width:1024px) {
    .disForm .rightContent.lic-investment .investment-bg.service-page .service-content .call-us-section .description {
        margin: 21px auto 0
    }
}

.disForm .rightContent.lic-investment .investment-bg.service-page .service-content .call-us-section .number {
    letter-spacing: 0;
    color: #3B1D1D;
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    display: FLEX;
    align-items: center;
    justify-content: CENTER
}

.disForm .rightContent.lic-investment .investment-bg.service-page .service-content .call-us-section .number img {
    margin-right: 11px
}

.disForm .rightContent.lic-investment .investment-bg.service-page .product-achivement-at-policybazaar {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.disForm .rightContent.lic-investment .investment-bg.service-page .product-achivement-at-policybazaar .listitem:first-child {
    width: 100%;
    text-align: CENTER;
    margin: 0 auto
}

.disForm .rightContent.lic-investment .investment-bg.service-page .product-achivement-at-policybazaar .listitem:first-child .heading-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #253858
}

.disForm .rightContent.lic-investment .investment-bg.service-page .product-achivement-at-policybazaar .listitem .form-rating {
    width: 120px;
    margin: 7px auto 0
}

.disForm .rightContent.lic-investment .investment-bg.service-page .product-achivement-at-policybazaar .listitem.center {
    margin-top: 21px;
    width: 33%
}

@media screen and (max-width:1024px) {
    .disForm .rightContent.lic-investment .investment-bg.service-page .product-achivement-at-policybazaar .listitem.center {
        width: 33%
    }
}

.disForm .rightContent.lic-investment .investment-bg.service-page .product-achivement-at-policybazaar .listitem.center .blue {
    color: #0563f6;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.disForm .rightContent.lic-investment .investment-bg.service-page .product-achivement-at-policybazaar .listitem.center .blue span {
    font-size: 14px;
    font-weight: 500
}

.disForm .rightContent.lic-investment .investment-bg.service-page .product-achivement-at-policybazaar .listitem.center .heading-sub-title {
    font-size: 10px;
    text-align: center;
    letter-spacing: 0;
    margin-top: 0;
    line-height: 16px;
    letter-spacing: 0;
    color: #253858
}

.disForm .rightContent.lic-investment .investment-bg.display-popup {
    display: none !important;
    padding-top: 20px
}

.disForm .rightContent #loader,
.disForm .rightContent .proceed {
    position: relative;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    cursor: pointer;
    background: #0065ff;
    color: #fff;
    margin: 20px 0 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    display: block;
    padding: 18px;
    width: 80%;
    margin: 0 auto 20px
}

@media screen and (max-width:1024px) {

    .disForm .rightContent #loader,
    .disForm .rightContent .proceed {
        font-size: 14px
    }
}

@media screen and (max-width:360px) {

    .disForm .rightContent #loader,
    .disForm .rightContent .proceed {
        font-size: 14px;
        width: 90%
    }
}

.disForm .rightContent.fdpage .investment-bg,
.disForm .rightContent.tradpage.provider .investment-bg {
    margin-top: 30px !important
}

@media screen and (max-width:1024px) {

    .disForm .rightContent.fdpage .investment-bg,
    .disForm .rightContent.tradpage.provider .investment-bg {
        margin-top: 20px !important
    }
}

@media screen and (max-width:325px) {

    .disForm .rightContent.fdpage .investment-bg,
    .disForm .rightContent.tradpage.provider .investment-bg {
        margin-top: 30px !important
    }
}

.disForm .rightContent.fdpage .investment-bg .headingText .heading,
.disForm .rightContent.tradpage.provider .investment-bg .headingText .heading {
    font-size: 19px;
    margin-bottom: 5px
}

.disForm .rightContent.fdpage .investment-bg .headingText .description,
.disForm .rightContent.tradpage.provider .investment-bg .headingText .description {
    font-size: 13px;
    margin-top: 0
}

.disForm .rightContent.annuitypage {
    padding: 5% 1% 2%
}

@media screen and (max-width:1024px) {
    .disForm .rightContent.annuitypage {
        padding: 45px 3% 18px
    }
}

@media screen and (max-width:767px) {
    .disForm .rightContent.annuitypage {
        padding: 45px 1% 18px
    }
}

.disForm .rightContent.annuitypage .getExtrabenefit {
    color: #06a857;
    font-size: 12px;
    background: rgba(6, 168, 87, .1);
    border: 1px dashed #06a857;
    max-width: 320px;
    left: 37px
}

@media screen and (max-width:1024px) {
    .disForm .rightContent.annuitypage .getExtrabenefit {
        max-width: 100%;
        left: 18px
    }
}

.disForm .rightContent.annuitypage .getExtrabenefit .text::before {
    background: url(../../images/bu/investment/green_discount_icon.svg) no-repeat center/contain
}

.disForm .rightContent.annuitypage .headingText .description {
    font-size: 18px;
    margin: 0;
    line-height: 28px
}

.disForm .rightContent.annuitypage .headingText .description.small {
    font-size: 17px;
    margin: 0;
    line-height: 20px
}

.disForm .rightContent.annuitypage .headingText .heading {
    font-size: 28px;
    margin: 0;
    line-height: 44px;
    font-weight: 600
}

.disForm .rightContent.annuitypage.annuity-plan .headingText .heading {
    font-size: 24px;
    margin: 0;
    line-height: 28px;
    letter-spacing: -.5px;
    margin-bottom: 10px
}

@media screen and (max-width:375px) {
    .disForm .rightContent.annuitypage.annuity-plan .headingText .heading {
        font-size: 18px;
        margin: 0;
        margin-bottom: 10px;
        line-height: 20px
    }
}

.disForm .rightContent.annuitypage.annuity-plan .headingText .description {
    font-size: 15px;
    margin: 0;
    line-height: 18px;
    color: #757575
}

@media screen and (max-width:375px) {
    .disForm .rightContent.annuitypage.annuity-plan .headingText .description {
        font-size: 12px;
        line-height: 12px
    }
}

.disForm .rightContent .getExtrabenefit {
    background: #06a857;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 8px 6px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    position: absolute;
    width: 90%;
    left: 18px;
    top: 4px
}

@media screen and (max-width:1024px) {
    .disForm .rightContent .getExtrabenefit {
        text-align: center;
        padding: 6px 6px
    }
}

.disForm .rightContent .getExtrabenefit .text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.disForm .rightContent .getExtrabenefit .text::before {
    content: "";
    margin-right: 8px;
    width: 17px;
    height: 17px;
    background: url(../../images/bu/investment/green_discount_icon_white.svg) no-repeat
}

.disForm .rightContent.childpage .blacktext.extrasmalltext,
.disForm .rightContent.pensionpage .blacktext.extrasmalltext,
.disForm .rightContent.annuitypage .blacktext.extrasmalltext {
    font-size: 13px
}

.disForm .rightContent.ulippage.provider .co-logo {
    margin-bottom: 12px
}

.disForm .rightContent.ulippage.provider.licpage .co-logo .insurerlogo {
    padding: 5px;
    border-radius: 12px
}

.disForm .rightContent.ulippage.provider.licpage .co-logo .insurerlogo img {
    max-width: 80%;
    max-height: 70px
}

.disForm .rightContent .co-logo {
    text-align: center
}

.disForm .rightContent .co-logo .insurerlogo {
    border: 1px solid #b7b7b7;
    text-align: center;
    border-radius: 12px;
    width: 128px;
    height: 75px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.disForm .rightContent:not(.lic-investment) .form_icon {
    display: none
}

.disForm .rightContent.lic-investment {
    width: 100%
}

.disForm .rightContent.childpage .slider-usp {
    display: none
}

@media (max-width:1024px) {
    .disForm .rightContent.childpage .slider-usp {
        overflow: hidden;
        overflow-x: scroll;
        width: 104%;
        margin-left: -2%;
        display: block
    }

    .disForm .rightContent.childpage .slider-usp::-webkit-scrollbar {
        width: 0
    }

    .disForm .rightContent.childpage .slider-usp::-webkit-scrollbar-track {
        border-radius: 0
    }

    .disForm .rightContent.childpage .slider-usp::-webkit-scrollbar-thumb {
        border-radius: 0
    }

    .disForm .rightContent.childpage .slider-usp::-webkit-scrollbar-thumb:hover {
        background: none
    }

    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist {
        display: flex;
        flex-direction: row;
        padding: 0 16px 0 10px
    }

    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist .slick-list {
        padding: 0 10px
    }

    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist li {
        min-height: 47px;
        margin: 10px;
        background: #FFF 0% 0% no-repeat padding-box;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .1607843137);
        border-radius: 8px;
        padding: 6px 10px 6px 60px;
        max-width: 235px;
        align-items: center;
        display: flex;
        position: relative;
        transition: linear !important
    }

    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist li.cwa,
    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist li.tfm {
        min-width: 180px
    }

    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist li.ap {
        min-width: 180px
    }

    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist li p {
        font-size: 12px;
        color: #253858;
        line-height: 16px;
        font-weight: 500;
        position: relative
    }

    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist li p sup {
        font-size: 10px;
        line-height: 7px
    }

    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist li:before {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        left: 14px;
        top: 4px
    }

    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist li.lop:before {
        background: url(../../images/bu/investment/icon-child-4.png) no-repeat;
        background-size: 90%
    }

    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist li.cwa:before {
        background: url(../../images/bu/investment/icon-child-3.png) no-repeat;
        background-size: 90%
    }

    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist li.tfm:before {
        background: url(../../images/bu/investment/icon-child-2.png) no-repeat;
        background-size: 90%
    }

    .disForm .rightContent.childpage .slider-usp .slider-usp_pointerlist li.ap:before {
        background: url(../../images/bu/investment/icon-child-1.svg) no-repeat;
        background-size: 90%;
        background-position: center center
    }
}

@media screen and (max-width:1024px) {
    .disForm .rightContent.sippage {
        margin-bottom: 0
    }
}

.lic-investment .mobile-hide {
    display: block
}

@media (max-width:1024px) {
    .lic-investment .mobile-hide {
        display: none;
        margin: 7px auto
    }
}

.lic-investment .desktop-hide {
    display: none
}

@media (max-width:1024px) {
    .lic-investment .desktop-hide {
        display: inline-block;
        margin: 7px auto;
        text-align: center
    }
}

.form-whatsapp {
    font-size: 12px;
    text-align: center;
    color: #333;
    margin-top: 20px
}

.form-whatsapp i.icon {
    background: url(../../images/bu/whatsapp.png) no-repeat;
    background-size: cover;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    display: inline-block
}

.form-whatsapp .switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px
}

.form-whatsapp .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.form-whatsapp .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.form-whatsapp .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.form-whatsapp input:checked+.slider {
    background-color: #2196F3
}

.form-whatsapp input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #2196F3
}

.form-whatsapp input:checked+.slider:before {
    -webkit-transform: translateX(11px);
    transform: translateX(11px)
}

.form-whatsapp .slider.round {
    border-radius: 34px
}

.form-whatsapp .slider.round:before {
    border-radius: 50%
}

.term_cond {
    color: rgba(42, 63, 79, .6) !important
}

.termCondition,
.term_cond,
.tcondition {
    font-size: 11px;
    display: block;
    margin-top: 10px;
    text-align: left;
    width: 100%;
    margin-bottom: 0 !important;
    padding: 0 !important
}

.termCondition a,
.term_cond a,
.tcondition a {
    color: #0065ff
}

@media screen and (max-width:1024px) {

    .termCondition,
    .term_cond,
    .tcondition {
        text-align: center
    }
}

.termCondition.isnri,
.term_cond.isnri,
.tcondition.isnri {
    font-weight: 500;
    font-size: 12px
}

.termCondition {
    text-align: center
}

.floatingPopupDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99999999;
    display: none
}

.floatingPopupDiv.open {
    display: block
}

.floatingPopupDiv .close {
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: .3;
    background: #ccc;
    border-radius: 50px;
    top: 14px;
    right: 20px;
    z-index: 10002;
    cursor: pointer
}

@media only screen and (max-width:1024px) {
    .floatingPopupDiv .close {
        right: 15px
    }
}

.floatingPopupDiv .close:before,
.floatingPopupDiv .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #333;
    top: 7px
}

.floatingPopupDiv .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.floatingPopupDiv .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.floatingPopupDiv .floatpanel {
    position: absolute;
    width: 43%;
    background: #fff;
    right: 0;
    height: 100%;
    -webkit-animation: slide .5s forwards;
    animation: slide .5s forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    padding-top: 45px
}

.floatingPopupDiv .floatpanel .childpage .slider-usp {
    display: none
}

@media only screen and (max-width:1024px) {
    .floatingPopupDiv .floatpanel {
        width: 100%;
        overflow-y: scroll
    }
}

.floatingPopupDiv .floatpanel .showForm {
    width: 90%;
    margin: 0 auto;
    background: 0 0;
    text-align: center
}

.floatingPopupDiv .floatpanel .showForm .disForm {
    padding: 20px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width:1024px) {
    .floatingPopupDiv .floatpanel .showForm .disForm {
        padding: 0 0 15px
    }
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
    width: 85%;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    max-width: 100%
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent::before {
    display: none
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .getExtrabenefit {
    border-radius: 30px
}

@media screen and (max-width:767px) {
    .floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
        width: 100%;
        padding: 16px 0 18px
    }
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .term_cond,
.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .tcondition {
    text-align: center
}

@media screen and (max-width:667px) {
    .floatingPopupDiv .floatpanel .showForm .disForm .rightContent.lic-investment {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent.lic-investment .investment-bg #number_f .formInput .feildLable {
    left: 165px
}

@media screen and (max-width:320px) {
    .floatingPopupDiv .floatpanel .showForm .disForm .rightContent .fieldWrapper {
        margin: 15px auto 30px
    }
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .investment-bg #number_f .formInput .feildLable {
    left: 145px
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .investment-bg.service-page {
    display: none !important
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .investment-bg .fieldWrapper #invmobile {
    padding-left: 145px
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .investment-bg.display-popup {
    display: block !important
}

.floatingPopupDiv .floatpanel .getExtrabenefit {
    position: relative;
    top: auto;
    width: 100%;
    bottom: auto;
    margin: 0 auto 15px;
    left: 0 !important
}

.floatingPopupDiv .floatpanel.annuitypage {
    padding-top: 10px;
    overflow-y: scroll
}

@media screen and (max-width:1024px) {
    .floatingPopupDiv .floatpanel.annuitypage {
        padding-top: 45px
    }
}

.floatingPopupDiv .floatpanel .slider-usp {
    display: none
}

.floatingPopupDiv.fdpage .disForm .rightContent .investment-bg .heading {
    font-size: 19px;
    margin-bottom: 5px
}

@media screen and (max-width:1024px) {
    .floatingPopupDiv.fdpage .disForm .rightContent .investment-bg .heading {
        font-size: 20px
    }
}

.floatingPopupDiv.fdpage .disForm .rightContent .investment-bg .description {
    font-size: 13px;
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .floatingPopupDiv.fdpage .disForm .rightContent .investment-bg .description {
        font-size: 15px
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

input::-ms-clear {
    display: none
}

@media only screen and (min-width:1024px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.5) {
    .askpbwidget {
        margin: 25px auto
    }
}

@media (max-width:1024px) {
    .lic-investment-wrapper {
        padding: 0 15px 20px !important
    }
}

.lic-investment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #253858
}

@media (max-width:1024px) {
    .lic-investment {
        display: none
    }

    .lic-investment.rightContent {
        display: block
    }
}

.lic-investment .highlight {
    font-weight: 700
}

.lic-investment .brand-logo {
    width: 300px
}

@media (max-width:640px) {
    .lic-investment .brand-logo {
        width: 100px;
        margin: 10px auto;
        display: block
    }

    .lic-investment .brand-logo img {
        width: 100%;
        height: auto
    }
}

.lic-investment .brand-offer {
    width: calc(100% - 300px);
    text-align: left;
    margin-bottom: 35px
}

.lic-investment .heading {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 500
}

.lic-investment .graphic {
    position: relative;
    left: -20px
}

.specification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #253858
}

.specification li {
    width: 48.5%;
    padding: 10px 15px 10px 5px;
    -webkit-box-shadow: 0 1px 12px #e3d5ff;
    box-shadow: 0 1px 12px #e3d5ff;
    border-radius: 8px;
    background: #fff;
    min-height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 16px;
    margin-top: 20px;
    font-size: 14px
}

@media (max-width:640px) {
    .specification li {
        width: 100%
    }
}

.specification li .highlight {
    font-weight: 700;
    font-size: 16px
}

.specification li .icon {
    background: url(../../images/check-icon-lic.png) no-repeat -2px -4px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-size: 115%
}

.specification li p {
    width: calc(100% - 40px);
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #253858
}

@media (max-width:640px) {
    .specification li p br {
        display: none
    }
}

a {
    color: #0065ff
}

@media (max-width:1024px) {

    #topForm .disForm .leftContent,
    .insuranceProvider .leftContent,
    .insuranceProvider .rightContent,
    .disForm .rightContent {
        margin-bottom: 30px
    }
}

.annuitypage .blacktext,
.annuitypage .pointers .headingtext {
    display: none
}

.disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist {
    display: block;
    position: relative;
    top: -62px;
    left: -30px
}

@media screen and (max-width:1024px) {
    .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist {
        border: none;
        top: 0;
        left: 0
    }

    .disForm.formBlock .leftContentBox.annuitypage .leftbox .pointers .pointerlist li {
        padding: 10px 15px 10px 40px
    }
}

a:hover,
a:visited {
    color: #0065ff
}

.floatingPopupDiv .product-achivement-at-policybazaar {
    display: none
}

.product-achivement-at-policybazaar {
    display: flex;
    margin: 30px 0 5px;
    justify-content: space-between
}

@media (max-width:1024px) {
    .product-achivement-at-policybazaar {
        width: 100%;
        left: 0%;
        margin-top: 100px;
        position: relative
    }
}

.product-achivement-at-policybazaar .listitem {
    width: 23%
}

.product-achivement-at-policybazaar .listitem .heading-title {
    font-size: 12px;
    font-weight: 600;
    color: #253858;
    margin-bottom: 10px
}

.product-achivement-at-policybazaar .listitem .heading-title sup {
    font-size: 9px
}

@media (max-width:1024px) {
    .product-achivement-at-policybazaar .listitem {
        position: absolute;
        left: 0;
        right: 0;
        width: 150px;
        margin: 0 auto;
        top: -80px;
        text-align: center
    }

    .product-achivement-at-policybazaar .listitem .heading-title.first {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.product-achivement-at-policybazaar .listitem.center {
    text-align: center;
    padding: 0 5px
}

@media (max-width:1024px) {
    .product-achivement-at-policybazaar .listitem.center {
        position: initial;
        padding: 0 4px
    }
}

.product-achivement-at-policybazaar .listitem.center .blue {
    color: #0563f6;
    font-weight: 600;
    font-size: 16px
}

.product-achivement-at-policybazaar .listitem.center .blue span {
    font-size: 12px
}

.product-achivement-at-policybazaar .listitem.center .heading-sub-title {
    font-size: 10px;
    text-align: center;
    letter-spacing: .016em;
    margin-top: 8px;
    line-height: 12px
}

.product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
    display: none
}

@media (max-width:1024px) {
    .product-achivement-at-policybazaar .listitem.center .heading-sub-title {
        font-size: 10px;
        letter-spacing: 0;
        line-height: 14px
    }

    .product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
        display: block
    }
}

.product-achivement-at-policybazaar .listitem.center:nth-child(3),
.product-achivement-at-policybazaar .listitem.center:nth-child(4) {
    border-left: 1px solid rgba(192, 192, 192, .3)
}

.product-achivement-at-policybazaar .form-rating {
    position: relative;
    top: -3px;
    width: 85px;
    overflow: hidden
}

.product-achivement-at-policybazaar .form-rating img {
    width: 100%;
    height: auto
}

@media (max-width:1024px) {
    .product-achivement-at-policybazaar .form-rating {
        width: 110px;
        text-align: CENTER;
        margin: 0 auto
    }

    .product-achivement-at-policybazaar .form-rating img {
        width: 100%;
        height: auto
    }
}

.product-achivement-at-policybazaar .form-rating:before {
    content: "";
    transform: rotate(-50deg);
    width: 30px;
    height: 300%;
    right: 150%;
    top: -22px;
    background: hsla(0, 0%, 100%, .5);
    position: absolute;
    animation-name: starshine1;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

.product-achivement-at-policybazaar .form-rating:after {
    content: "";
    transform: rotate(-50deg);
    width: 40px;
    height: 300%;
    right: 200%;
    top: -22px;
    background: hsla(0, 0%, 100%, .5);
    position: absolute;
    animation-name: starshine;
    animation-duration: 2.5s;
    animation-iteration-count: infinite
}

@keyframes starshine1 {
    0% {
        right: 200%
    }

    to {
        right: -100%
    }
}

@keyframes starshine {
    0% {
        right: 200%
    }

    to {
        right: -100%
    }
}

.topForm.lic-investment-new .disForm.formBlock {
    background: #F7F5F4 0% 0% no-repeat padding-box;
    border: 1px solid rgba(180, 156, 173, .1215686275);
    padding: 25px 40px 20px
}

@media screen and (max-width:1024px) {
    .topForm.lic-investment-new .disForm.formBlock {
        padding: 25px 0 0
    }
}

@media screen and (max-width:1024px) {
    .topForm.lic-investment-new .disForm.formBlock .leftContentBox {
        background: #F4F1F0 0% 0% no-repeat padding-box
    }
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment {
    align-items: flex-start;
    padding-top: 33px
}

@media screen and (max-width:1024px) {
    .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment {
        display: flex
    }

    .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .right {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        flex-direction: column
    }
}

@media screen and (max-width:1024px) {
    .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .lic-logo {
        text-align: center
    }
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading {
    margin: 24px 0;
    position: relative
}

@media screen and (max-width:1024px) {
    .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading::before {
        content: "";
        background: rgba(111, 66, 99, .1215686275);
        left: 0;
        width: 22%;
        height: 1px;
        position: absolute;
        top: 40%
    }
}

@media screen and (max-width:1024px) {
    .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading::after {
        right: 0;
        content: "";
        background: rgba(111, 66, 99, .1215686275);
        width: 22%;
        height: 1px;
        position: absolute;
        top: 40%
    }
}

@media screen and (max-width:1024px) {
    .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading {
        text-align: center;
        max-width: 325px;
        width: 100%
    }
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading .label {
    letter-spacing: 0;
    color: #6E4B3F;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 8px
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading .images {
    display: flex;
    align-items: center
}

@media screen and (max-width:767px) {
    .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading .images {
        justify-content: center
    }
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .heading .images span {
    color: #6E4B3F;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin: 0 8px
}

@media screen and (max-width:1024px) {
    .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list {
        max-width: 240px
    }
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer {
    display: flex;
    align-items: CENTER;
    margin-bottom: 32px
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer img {
    margin-right: 16px
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer .content .tag {
    letter-spacing: 0;
    color: rgba(110, 75, 63, .6);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    font-style: italic
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer .content .text {
    letter-spacing: 0;
    color: #6E4B3F;
    font-size: 16px;
    line-height: 21px
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer:nth-of-type(1) .content {
    width: 150px
}

@media screen and (max-width:767px) {
    .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer:nth-of-type(1) .content {
        width: 100%
    }
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer:nth-of-type(3) .content {
    width: 170px
}

@media screen and (max-width:767px) {
    .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer:nth-of-type(3) .content {
        width: 100%
    }
}

.topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer:nth-of-type(2n) .content {
    width: 197px
}

@media screen and (max-width:767px) {
    .topForm.lic-investment-new .disForm.formBlock .leftContentBox .lic-investment .left .pointers-list .pointer:nth-of-type(2n) .content {
        width: 100%
    }
}

@media screen and (max-width:1024px) {
    .leftSection:has(.rhs-child-banner) .rhs-child-banner {
        margin: 0 auto 20px
    }
}

.maximum_return_offer {
    position: relative
}

.maximum_return_offer .banner_withtext {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.maximum_return_offer .banner_withtext .bannerImg {
    width: 300px
}

.maximum_return_offer .banner_withtext .bannerImg img {
    width: 100%
}

@media (max-width:568px) {
    .maximum_return_offer .banner_withtext .bannerImg {
        width: 55%
    }
}

.maximum_return_offer .banner_withtext .promotext {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 260px
}

@media (max-width:568px) {
    .maximum_return_offer .banner_withtext .promotext {
        width: 180px;
        justify-content: flex-end
    }
}

.maximum_return_offer .banner_withtext .promotext .bigtxt {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    position: relative
}

@media (max-width:568px) {
    .maximum_return_offer .banner_withtext .promotext .bigtxt {
        font-size: 16px;
        line-height: 22px
    }
}

.maximum_return_offer .banner_withtext .promotext .bigtxt::after {
    content: "";
    width: 100px;
    height: 32px;
    background: url(../../images/bu/racgreen.svg) no-repeat 0 0;
    position: absolute;
    bottom: 20px;
    right: 40px
}

@media (max-width:568px) {
    .maximum_return_offer .banner_withtext .promotext .bigtxt::after {
        right: 0
    }
}

.maximum_return_offer .banner_withtext .promotext .bigtxt .green {
    font-size: 36px;
    color: #206F13;
    font-weight: 700;
    position: relative;
    z-index: 1
}

@media (max-width:568px) {
    .maximum_return_offer .banner_withtext .promotext .bigtxt .green {
        font-size: 24px
    }
}

.maximum_return_offer .banner_withtext .promotext .bigtxt .green sup {
    font-size: 18px;
    color: #ccc;
    line-height: 36px
}

.maximum_return_offer .banner_withtext .addon {
    width: 100%;
    display: flex;
    position: relative
}

@media (max-width:568px) {
    .maximum_return_offer .banner_withtext .addon {
        width: 100%
    }
}

.maximum_return_offer .banner_withtext .addon::after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../../images/bu/total-addon.svg) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-8px, -50%);
    left: 0;
    margin: 0 auto
}

@media (max-width:568px) {
    .maximum_return_offer .banner_withtext .addon::after {
        top: 50%;
        right: 0;
        width: 14px;
        height: 14px;
        background-size: 100%;
        transform: translate(0, -50%)
    }
}

.maximum_return_offer .banner_withtext .addon .addonplus {
    display: flex;
    flex-direction: column;
    width: 48%
}

.maximum_return_offer .banner_withtext .addon .addonplus img {
    width: 24px;
    margin: 5px auto 10px
}

.maximum_return_offer .banner_withtext .addon .addonplus span {
    text-align: center;
    width: 65px;
    display: block;
    margin: 0 auto;
    position: relative
}

.maximum_return_offer .banner_withtext .addon .addonplus span sup {
    position: absolute;
    top: 17px;
    font-size: 8px
}

@media (max-width:568px) {
    .maximum_return_offer .banner_withtext .addon .addonplus {
        text-align: center;
        display: block;
        margin: 0 auto;
        font-size: 10px
    }

    .maximum_return_offer .banner_withtext .addon .addonplus span {
        width: 45px
    }

    .maximum_return_offer .banner_withtext .addon .addonplus span sup {
        position: absolute;
        top: 12px;
        font-size: 8px
    }
}

.maximum_return_offer .return_offer {
    background: #FFF 0% 0% no-repeat padding-box;
    border: 1px dashed #aaa;
    border-radius: 12px;
    padding: 16px;
    margin: 50px 0 30px auto;
    width: 94%
}

@media (max-width:568px) {
    .maximum_return_offer .return_offer {
        overflow: hidden;
        width: 100%;
        padding: 16px 16px 0
    }

    .maximum_return_offer .return_offer .returnwisewrapper {
        overflow-x: scroll;
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 0 0 16px 16px
    }

    .maximum_return_offer .return_offer .returnwisewrapper::-webkit-scrollbar {
        width: 0
    }

    .maximum_return_offer .return_offer .returnwisewrapper::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 0
    }

    .maximum_return_offer .return_offer .returnwisewrapper::-webkit-scrollbar-thumb {
        background: none
    }
}

.maximum_return_offer .return_offer .headingwrap {
    position: relative
}

.maximum_return_offer .return_offer .heading {
    letter-spacing: 0;
    color: #253858;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px
}

@media (max-width:568px) {
    .maximum_return_offer .return_offer .heading {
        font-size: 14px
    }
}

.maximum_return_offer .return_offer .label {
    background: rgba(255, 209, 102, .3);
    position: absolute;
    padding: 10px;
    border-radius: 0 12px 0 12px;
    right: 0;
    padding-left: 30px;
    color: #BF8500;
    font-weight: 600;
    font-size: 10px;
    top: -16px;
    right: -16px
}

.maximum_return_offer .return_offer .label:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../../images/bu/guaranteed.svg) no-repeat 0 0;
    position: absolute;
    left: 10px;
    top: 7px
}

.maximum_return_offer .return_offer .returnwise {
    display: flex;
    flex-direction: row;
    margin: 20px 0 0;
    justify-content: space-between
}

@media (max-width:568px) {
    .maximum_return_offer .return_offer .returnwise {
        margin: 5px 0 0
    }

    .maximum_return_offer .return_offer .returnwise .slick-track {
        padding-top: 10px
    }
}

.maximum_return_offer .return_offer .return {
    display: flex;
    flex-direction: row;
    width: 32%;
    max-width: 200px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 12px
}

@media (max-width:568px) {
    .maximum_return_offer .return_offer .return {
        width: 200px;
        min-height: 104px;
        margin-right: 10px
    }
}

.maximum_return_offer .return_offer .return.promoted {
    position: relative
}

.maximum_return_offer .return_offer .return.promoted:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../../images/bu/guaranteed.svg) no-repeat 0 0;
    position: absolute;
    right: -13px;
    top: -5px
}

.maximum_return_offer .return_offer .return .returnamt {
    width: 50%;
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #777DA7;
    border-radius: 8px
}

.maximum_return_offer .return_offer .return .returnamt.high {
    background: #206F13;
    justify-content: flex-start
}

.maximum_return_offer .return_offer .return .returnamt.high p {
    font-size: 20px
}

.maximum_return_offer .return_offer .return .returnamt .lable {
    background: #fff;
    display: inline-block;
    line-height: 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    margin: 5px 0 15px 0;
    padding: 5px 8px;
    width: 60px
}

.maximum_return_offer .return_offer .return .returnamt p {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 0;
    color: #fff
}

.maximum_return_offer .return_offer .return .returnamt p sup {
    font-size: 10px;
    position: relative;
    top: -4px
}

.maximum_return_offer .return_offer .return .desc {
    position: relative;
    color: #777DA7;
    width: 50%
}

.maximum_return_offer .return_offer .return .desc p:nth-child(1) {
    font-size: 12px;
    font-weight: 700;
    color: #777DA7;
    margin-bottom: 3px;
    line-height: 12px
}

.maximum_return_offer .return_offer .return .desc p:nth-child(1).green {
    color: #1f6e13
}

.maximum_return_offer .return_offer .return .desc p:nth-child(2) {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: #777DA7;
    margin-bottom: 23px;
    font-style: italic
}

.maximum_return_offer .return_offer .return .desc p:nth-child(2).green {
    color: #1f6e13
}

.maximum_return_offer .return_offer .return .desc .years {
    font-size: 10px;
    color: #777da7;
    position: absolute;
    bottom: 0
}

.leftContentBox.tradpage .leftbox .traditional-terms-conditions,
.leftContentBox.fdpage .leftbox .traditional-terms-conditions {
    padding-left: 40px
}

@media (max-width:568px) {

    .leftContentBox.tradpage .leftbox .traditional-terms-conditions,
    .leftContentBox.fdpage .leftbox .traditional-terms-conditions {
        padding-left: 0
    }
}

.trustedBy .trustedCarousel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

.trustedBy .trustedCarousel.slick-initialized {
    visibility: visible;
    opacity: 1
}

.trustedBy .card {
    width: 140px;
    background-color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    border-top: 0;
    border-bottom: 0;
    margin-right: 15px
}

@media screen and (max-width:767px) {
    .trustedBy .card {
        border: 10px solid #f4f7fe;
        border-top: 0;
        border-radius: 15px;
        margin: 0 auto
    }
}

.trustedBy .card .imgSet {
    background-image: url(../../images/bu/widget-logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 140px;
    height: 70px
}

@media screen and (max-width:767px) {
    .trustedBy .card img.img-fluid {
        max-width: 100px
    }
}

@media screen and (max-width:320px) {
    .trustedBy .card img.img-fluid {
        max-width: 90px
    }
}

.trustedBy .slick-dots li button:before {
    width: 10px;
    height: 10px;
    font-size: 0;
    color: #7A869A;
    opacity: 0.6 !important;
    background: #7A869A;
    border-radius: 100%
}

.trustedBy .slick-dots li.slick-active button:before {
    color: #253858;
    font-size: 0;
    background: #253858
}

.trustedBy .slick-dots {
    position: relative;
    bottom: 0
}

.trustedBy .slick-next.slick-disabled {
    border-color: #A0A9BA !important
}

.trustedBy .slick-prev.slick-disabled {
    border-color: #A0A9BA !important
}

.trustedBy .slick-disabled>.customeArrow {
    border-color: #A0A9BA
}

.trustedBy .slick-next {
    right: 25px;
    z-index: 99
}

@media screen and (max-width:767px) {
    .trustedBy .slick-next {
        right: 0
    }
}

.trustedBy .slick-prev {
    left: 25px;
    z-index: 99
}

@media screen and (max-width:767px) {
    .trustedBy .slick-prev {
        left: 0
    }
}

.trustedBy .rounded.slick-next {
    border: 1px solid #2B61EC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 30px;
    height: 30px
}

.trustedBy .rounded.slick-prev {
    border: 1px solid #2B61EC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 30px;
    height: 30px
}

.trustedBy .customeArrow.slick-disabled {
    border-color: #A0A9BA
}

.trustedBy .customeArrow {
    border: 1px solid #2B61EC;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px
}

.trustedBy .customeArrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.trustedBy .customeArrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.trustedBy .customeArrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: relative;
    top: 3px
}

.trustedBy .customeArrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.trustedBy.adjust {
    margin-top: 50px;
    margin-bottom: 20px
}

.trustedBy.adjust .grid p.adjustedItems {
    font-size: 22px;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .trustedBy.adjust .grid p.adjustedItems {
        font-size: 20px
    }
}

.trustedBy.adjust .grid p.adjustedItems>b {
    color: #172B4D;
    font-weight: 500
}

.trustedBysection,
.trustedBy.section {
    padding: 20px 20px
}

@media screen and (max-width:767px) {

    .trustedBysection,
    .trustedBy.section {
        padding-left: 10px;
        padding-right: 10px
    }
}

.trustedBysection p,
.trustedBy.section p {
    color: #667173;
    font-size: 16px;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {

    .trustedBysection p,
    .trustedBy.section p {
        font-size: 14px
    }
}

.trustedBysection p b,
.trustedBy.section p b {
    color: #1B292C
}

.trustedBysection .slick-list,
.trustedBy.section .slick-list {
    padding-left: 0 !important
}

.trustedBy.clearfix {
    display: inherit
}

.trustedBy.clearfix::after {
    content: "";
    clear: both;
    display: table
}

.trustedBy.bg {
    background-color: #F4F7FE
}

.numberVal {
    display: inline-block
}

.grid {
    width: 1140px;
    margin: 0 auto
}

.layoutfull {
    width: 100%
}

.title,
.leftSection h2,
.leftSection .h2,
.leftSection h1 {
    color: #253858;
    font-weight: 600
}

.bannerDiscalimer {
    font-size: 11px;
    margin-bottom: 5px;
    display: block
}

.scrollfreez {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden
}

.mt50 {
    margin-top: 50px
}

.mb20 {
    margin-bottom: 20px
}

.pd0 {
    padding: 0px !important
}

.clearfix {
    clear: both;
    display: table
}

.tcondition {
    font-size: 11px;
    display: block;
    padding: 10px 0;
    margin-bottom: 20px
}

.tcondition .left {
    float: left
}

.tcondition .right {
    float: right
}

.updatedon {
    font-size: 12px;
    padding: 0
}

.updatedon-top {
    font-size: 10px;
    padding: 0;
    margin: 20px 0;
    border-bottom: 1px solid #ccc
}

.grid.contentSection.sticky_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.leftSection {
    width: 758px;
    float: left
}

.leftSection .mf-h1 {
    font-size: 36px;
    margin: 0 0 10px;
    letter-spacing: .036em;
    line-height: 45px;
    color: #253858;
    font-weight: 500
}

.leftSection .mf-h1 h1 {
    display: inline-block
}

@media only screen and (max-width:1024px) {
    .leftSection .mobilehide {
        display: none
    }
}

.leftSection img {
    max-width: 100%
}

.leftSection .left_fullbanner {
    text-align: center;
    max-width: 750px;
    cursor: pointer
}

@media only screen and (max-width:1024px) {
    .leftSection .left_fullbanner {
        max-width: 100%;
        cursor: pointer;
        padding: 10px 20px 0;
        display: block
    }
}

@media (max-width:1366px) and (orientation:landscape) {
    .leftSection .left_fullbanner {
        cursor: pointer;
        padding: 10px 20px 0;
        display: block;
        margin: 0 auto
    }
}

.leftSection .left_fullbanner img {
    width: 100%
}

@media only screen and (max-width:1024px) {
    .leftSection .left_fullbanner img {
        width: auto
    }
}

.leftSection .left_fullbanner img.sqbannerimg {
    max-width: 342px;
    margin: 20px 0
}

@media only screen and (max-width:1024px) {
    .leftSection .left_fullbanner img.sqbannerimg {
        display: block;
        margin: 20px auto
    }
}

.leftSection .tableDisclaimer {
    font-size: 12px;
    display: inline-block;
    color: #263858;
    position: absolute
}

.leftSection .individualButton_knowmore {
    text-align: right;
    margin: 15px 0
}

.leftSection .individualButton_knowmore .buttonBox_orange {
    background: #FD4705 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 3px 6px #bfbfbf;
    box-shadow: 0 3px 6px #bfbfbf;
    border: 1px solid #FD4705;
    border-radius: 4px;
    opacity: 1;
    width: 170px;
    display: inline-block;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0 auto
}

@media only screen and (max-width:640px) {
    .leftSection .tableDisclaimer {
        text-align: center;
        position: static;
        width: 100%
    }

    .leftSection .individualButton_knowmore {
        text-align: center
    }
}

.leftSection .mid-form {
    width: 100%;
    margin: 20px 0;
    float: left
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form {
        width: calc(100% - 20px);
        margin: 20px 10px
    }
}

.leftSection .mid-form .orange-box {
    display: inline-block;
    background: #F45023;
    padding: 5px 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leftSection .mid-form .form-block {
    width: 100%;
    border: 1px solid #E1E1E1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 10px 20px;
    background: #fff
}

.leftSection .mid-form .form-block .left-div {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.leftSection .mid-form .form-block .left-div .inner-block-left {
    width: 45%
}

.leftSection .mid-form .form-block .left-div .inner-block-right {
    width: 55%;
    text-align: right
}

@media only screen and (max-width:768px) {
    .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
        margin: 0 0 0 10px
    }
}

@media only screen and (max-width:768px) {
    .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
        margin: 0 5px 0 5px
    }
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .form-block .left-div {
        width: 100%
    }
}

.leftSection .mid-form .form-block .left-div label {
    font-size: 18px
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .form-block .left-div label {
        font-size: 14px
    }
}

@media only screen and (max-width:768px) {
    .leftSection .mid-form .form-block .left-div label {
        font-size: 12px
    }
}

.leftSection .mid-form .form-block .left-div .select-box {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .form-block .left-div .select-box {
        margin: 0 0 0 10px
    }
}

@media only screen and (max-width:768px) {
    .leftSection .mid-form .form-block .left-div .select-box {
        margin: 0 0 0 5px
    }
}

.leftSection .mid-form .form-block .left-div .select-box select {
    border: 1px solid #CFCCCC;
    background: #fff;
    border-radius: 4px;
    font-size: 18px;
    line-height: 20px;
    padding: 9px 28px 9px 10px;
    position: relative
}

.leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
    padding-left: 20px
}

.leftSection .mid-form .form-block .left-div .select-box select.error {
    border-color: red
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .form-block .left-div .select-box select {
        font-size: 14px;
        padding: 9px 25px 9px 8px
    }
}

@media only screen and (max-width:768px) {
    .leftSection .mid-form .form-block .left-div .select-box select {
        font-size: 12px
    }
}

.leftSection .mid-form .form-block .left-div .select-box::after {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border: solid #97A0AF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.leftSection .mid-form .form-block .left-div span.life-cover {
    font-size: 12px;
    position: absolute;
    top: 40px;
    left: 22px;
    z-index: 9
}

.leftSection .mid-form .form-block .left-div span.rupee {
    font-size: 18px;
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 9
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .form-block {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        border-top-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }
}

@media only screen and (max-width:640px) {
    .leftSection .mid-form .form-block {
        padding-left: 10px
    }
}

.leftSection .mid-form .right-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .right-div {
        width: 100%;
        margin-top: 30px
    }
}

.leftSection .mid-form .right-div div.blocks {
    width: 50%
}

.leftSection .mid-form .right-div div.blocks.right {
    text-align: right;
    padding-right: 10px
}

.leftSection .mid-form .right-div div.blocks p {
    display: inline-block;
    font-size: 14px;
    color: #253858;
    line-height: 22px;
    font-weight: 500;
    padding-left: 20px
}

.leftSection .mid-form .right-div div.blocks p strong {
    font-weight: 500;
    font-size: 18px;
    color: #0065FF
}

.leftSection .mid-form .right-div div.blocks p span {
    color: #0065FF;
    font-size: 16px
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .right-div div.blocks p {
        font-size: 14px;
        color: #253858;
        padding-left: 40px
    }
}

@media only screen and (max-width:768px) {
    .leftSection .mid-form .right-div div.blocks p {
        padding-left: 20px
    }
}

.leftSection .mid-form .right-div div.blocks button {
    display: inline-block;
    cursor: pointer;
    border: 0;
    background: #0065FF;
    color: #fff;
    border-radius: 4px;
    padding: 0 30px;
    font-size: 14px;
    height: 40px
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .right-div div.blocks button {
        font-size: 12px;
        height: 30px;
        padding: 0 20px;
        margin: 10px 0 0
    }
}

.leftSection .mid-form .disclaimer {
    font-size: 12px;
    margin-top: 20px;
    padding: 0 10px 0 0
}

.leftSection .mid-form .disclaimer a {
    color: #0065FF
}

.leftSection .hlvdata-block {
    width: 100%;
    max-width: 760px
}

.leftSection .hlvdata-block .hlvblock {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 45%;
    display: inline-block
}

.leftSection .hlvdata-block label {
    font-size: 16px;
    color: #253858;
    letter-spacing: .016em;
    line-height: 30px;
    margin-bottom: 16px
}

.leftSection .hlvdata-block select,
.leftSection .hlvdata-block input {
    width: 90%;
    padding: 5px 10px;
    font-size: 15px;
    color: #253858;
    letter-spacing: .016em;
    line-height: 30px;
    background-position: 97% 15px;
    background-color: #fbfbfb;
    border: 1px solid #f5f3f3;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc
}

.leftSection .hlvdata-block #btnTrmStart .btn {
    border-radius: 4px;
    width: 150px;
    background-color: #0065ff;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin: 20px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.leftSection .single_image img {
    float: right;
    padding: 10px
}

.leftSection .icon-div .sprite_content {
    display: none
}

@media only screen and (max-width:1024px) {
    .leftSection {
        width: 100%
    }
}

.leftSection .bannertravelredirect img,
.leftSection .bannertermredirect img {
    width: auto;
    max-width: 100%
}

.leftSection h1 {
    font-size: 36px;
    margin: 0 0 10px;
    letter-spacing: .036em;
    line-height: 45px
}

.leftSection h2 {
    font-size: 30px;
    margin: 40px 0 10px;
    letter-spacing: .03em;
    line-height: 36px;
    clear: both
}

.leftSection h2 a {
    color: #0065FF
}

.leftSection h3 {
    font-size: 24px;
    margin-top: 20px;
    color: #253858;
    font-weight: 500;
    letter-spacing: .024em;
    line-height: 30px;
    margin-bottom: 10px
}

.leftSection h3 a {
    color: #0065FF;
    padding-top: 6px;
    display: block
}

.leftSection #top_plans.titleFormat {
    font-size: 19px;
    margin-top: 10px;
    color: #0662f6;
    font-weight: 500;
    letter-spacing: .024em;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px
}

.leftSection .paragraphBu {
    font-size: 16px;
    color: #253858;
    letter-spacing: .016em;
    line-height: 30px;
    margin-bottom: 16px
}

.leftSection .footable {
    width: 100%
}

.leftSection .footable .table.whitebg td a.btn-class {
    border-radius: 4px;
    background-color: #0065ff;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
    width: 120px;
    display: block;
    margin: 0 auto
}

.leftSection .top-plan-disclaimer {
    font-size: 12px;
    padding: 5px 0 0
}

.leftSection table {
    border-collapse: collapse;
    width: 100%;
    border: solid .8px #e1e1e1;
    font-size: 14px;
    color: #253858;
    margin-top: 10px;
    margin-top: 20px;
    line-height: 27px;
    border-radius: 8px
}

.leftSection table p a.btn-primary,
.leftSection table a.btn-primary,
.leftSection table button.btn-primary {
    border-radius: 4px;
    background-color: #0065ff;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 6px 8px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    width: 120px;
    display: block;
    margin: 0 auto
}

.leftSection table tr:first-child {
    border: none;
    background: #f1f3f5;
    color: #344f7c;
    border-right: solid .8px #e1e1e1
}

@media only screen and (max-width:640px) {
    .leftSection table tr:first-child {
        color: #253858
    }
}

.leftSection table td {
    border-top: solid .8px #e1e1e1;
    border-bottom: solid .8px #e1e1e1;
    padding: 10px;
    vertical-align: top;
    border-right: solid .8px #e1e1e1;
    text-align: left;
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: 1.8
}

.leftSection table td a {
    font-size: 14px;
    font-weight: 500;
    color: #4C9AFF !important
}

.leftSection table td ul,
.leftSection table td ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.leftSection table td ul li,
.leftSection table td ol li {
    line-height: 18px;
    margin-bottom: 8px;
    padding: 0 0 0 8px;
    display: block;
    position: relative
}

.leftSection table td ul li:before,
.leftSection table td ol li:before {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    background: #253858;
    border-radius: 100%
}

.leftSection .return_calculator_box_investment {
    display: block;
    max-width: 758px;
    margin: 20px auto;
    border-bottom: none
}

.leftSection .return_calculator_box_investment .calc_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px 55px;
    border: solid .8px #e1e1e1;
    border-radius: 6px 6px 0 0
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
    width: 100%
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1),
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 36%;
    margin-right: 2%
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 22%
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    text-align: left;
    letter-spacing: 0;
    color: #0065FF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding: 7px 18px 7px 0;
    border: none;
    font-weight: 500;
    border-bottom: solid .8px #e1e1e1;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
    background: #0065FF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 12px;
    display: block;
    width: 100%;
    font-weight: 500;
    margin: 24px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none
}

.leftSection .return_calculator_box_investment .tableBox {
    position: relative;
    top: -1px
}

.leftSection .return_calculator_box_investment .tableBox table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 0 !important;
    border-top: none
}

.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
    text-align: center
}

.leftSection .return_calculator_box_investment .tableBox table tr td {
    border: solid .8px #e1e1e1;
    border-collapse: collapse;
    padding: 8px 5px;
    text-align: center;
    vertical-align: middle
}

.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
    width: 20%;
    background: #F4F7FF;
    border: none;
    border-right: solid .8px #e1e1e1;
    padding: 8px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: #0065FF
}

.leftSection .return_calculator_box_investment .tableBox table tr th {
    background: #f4f7fe;
    text-align: center
}

.leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
    background: #F4F7FF;
    border: none
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more {
    background: #FD4705;
    text-align: center;
    color: #fff;
    padding: 8px 20px 8px 5px;
    width: 115px;
    border-radius: 5px;
    margin: 0 auto;
    border: 1px solid #FD4705;
    cursor: pointer;
    font-weight: 500;
    position: relative
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 13px
}

.leftSection .number-listing-box {
    margin: 0;
    list-style: none;
    counter-reset: my-sec-counter
}

.leftSection .number-listing-box li {
    position: relative;
    padding-left: 50px;
    text-align: left !important;
    margin-bottom: 20px;
    font-size: 16px;
    color: #253858;
    position: relative
}

@media only screen and (max-width:768px) {
    .leftSection .number-listing-box li {
        padding-left: 34px
    }
}

.leftSection .number-listing-box li b {
    display: block
}

.leftSection .number-listing-box li p {
    font-size: 16px;
    font-weight: 400
}

.leftSection .number-listing-box li ul li {
    padding-left: 20px;
    font-size: 16px;
    color: #253858;
    margin: 5px 0 15px 13px;
    position: relative
}

.leftSection .number-listing-box li ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    background: #505f79;
    border-radius: 100%
}

.leftSection .number-listing-box li ul li:after {
    content: none
}

@media only screen and (max-width:1024px) {
    .leftSection .number-listing-box li .data_ul {
        margin-left: 0px !important
    }

    .leftSection .number-listing-box li .data_ul li {
        margin: 5px 0 15px 5px
    }

    .leftSection .number-listing-box li .data_ul li:before {
        top: 14px
    }
}

.leftSection .number-listing-box li.numbers:after {
    width: 44px;
    height: 44px;
    background-color: #f4f5f7;
    border-radius: 50%;
    position: absolute;
    content: '';
    left: -12px;
    top: 0
}

@media only screen and (max-width:768px) {
    .leftSection .number-listing-box li.numbers:after {
        width: 34px;
        height: 34px
    }
}

.leftSection .number-listing-box li.numbers::before {
    width: 44px;
    height: 44px;
    content: "" counter(my-sec-counter) !important;
    counter-increment: my-sec-counter !important;
    position: absolute;
    left: -12px;
    top: 0;
    background: none;
    z-index: 9;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: block !important
}

@media only screen and (max-width:768px) {
    .leftSection .number-listing-box li.numbers::before {
        width: 34px;
        height: 34px;
        top: -9px !important
    }
}

.leftSection .number-listing-box .heading {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    padding-top: 5px
}

.leftSection .data_ul {
    margin-top: 16px;
    margin-bottom: 20px;
    list-style: none
}

.leftSection .data_ul li {
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #253858;
    margin: 5px 0 15px 13px;
    position: relative;
    list-style: none
}

.leftSection .data_ul li .paragraphBu {
    margin: 0px !important
}

.leftSection .data_ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    background: #253858;
    border-radius: 100%
}

.leftSection .data_ol {
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 20px
}

.leftSection .data_ol li {
    padding-left: 20px;
    font-size: 16px;
    color: #253858;
    margin: 5px 0 15px 13px;
    position: relative
}

.leftSection .faqsWrap ul {
    margin: 8px 0 0 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.leftSection .faqsWrap ul li {
    border-bottom: 0 solid #e7e7e7;
    padding: 0;
    font-size: 16px;
    color: #253858;
    margin: 0 0 5px 0;
    border-radius: 8px;
    background: #f1f3f5
}

.leftSection .faqsWrap ul li>ul li {
    padding-left: 20px;
    position: relative;
    margin: 10px 0 5px 13px
}

.leftSection .faqsWrap ul li>ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    background: #253858;
    border-radius: 100%
}

.leftSection .faqsWrap ul li li {
    background: none
}

.leftSection .faqsWrap ul li:before {
    display: none
}

.leftSection .faqsWrap ul li h2,
.leftSection .faqsWrap ul li h3,
.leftSection .faqsWrap ul li h4 {
    font-size: 16px;
    color: #253858;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin: 10px 0 0
}

.leftSection .faqsWrap ul li h2>a,
.leftSection .faqsWrap ul li h2>span,
.leftSection .faqsWrap ul li h3>a,
.leftSection .faqsWrap ul li h3>span,
.leftSection .faqsWrap ul li h4>a,
.leftSection .faqsWrap ul li h4>span {
    color: #253858;
    padding: 14px;
    display: block;
    position: relative;
    padding-right: 50px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: .2px;
    font-size: 16px
}

.leftSection .faqsWrap ul li h2>a:hover,
.leftSection .faqsWrap ul li h2>span:hover,
.leftSection .faqsWrap ul li h3>a:hover,
.leftSection .faqsWrap ul li h3>span:hover,
.leftSection .faqsWrap ul li h4>a:hover,
.leftSection .faqsWrap ul li h4>span:hover {
    color: #253858
}

.leftSection .faqsWrap ul li h2>a:after,
.leftSection .faqsWrap ul li h2>span:after,
.leftSection .faqsWrap ul li h3>a:after,
.leftSection .faqsWrap ul li h3>span:after,
.leftSection .faqsWrap ul li h4>a:after,
.leftSection .faqsWrap ul li h4>span:after {
    content: "";
    border: solid #5e6c84;
    border-width: 0 2px 2px 0;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 8px;
    position: absolute;
    right: 22px;
    top: 22px
}

.leftSection .faqsWrap ul li h2>a[flag="up"],
.leftSection .faqsWrap ul li h2>span[flag="up"],
.leftSection .faqsWrap ul li h3>a[flag="up"],
.leftSection .faqsWrap ul li h3>span[flag="up"],
.leftSection .faqsWrap ul li h4>a[flag="up"],
.leftSection .faqsWrap ul li h4>span[flag="up"] {
    background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5 53%);
    border-bottom: dashed 1px rgba(37, 56, 88, .2);
    padding-bottom: 14px;
    border-radius: 8px 8px 0 0;
    border-top: solid .8px rgba(37, 56, 88, .1);
    border-left: solid .8px rgba(37, 56, 88, .1);
    border-right: solid .8px rgba(37, 56, 88, .1)
}

.leftSection .faqsWrap ul li h2>a[flag="up"]::after,
.leftSection .faqsWrap ul li h2>span[flag="up"]::after,
.leftSection .faqsWrap ul li h3>a[flag="up"]::after,
.leftSection .faqsWrap ul li h3>span[flag="up"]::after,
.leftSection .faqsWrap ul li h4>a[flag="up"]::after,
.leftSection .faqsWrap ul li h4>span[flag="up"]::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 26px
}

.leftSection .faqsWrap ul li h2+div,
.leftSection .faqsWrap ul li h3+div,
.leftSection .faqsWrap ul li h4+div {
    padding: 0;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 10px;
    display: none;
    padding: 16px 16px;
    background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5);
    border-radius: 0 0 8px 8px;
    font-size: 16px;
    letter-spacing: .016em;
    line-height: 30px;
    color: #253858;
    border-left: solid .8px rgba(37, 56, 88, .1);
    border-right: solid .8px rgba(37, 56, 88, .1);
    border-bottom: solid .8px rgba(37, 56, 88, .1)
}

.leftSection .faqsWrap ul .data_ul {
    margin-top: 16px;
    margin-bottom: 20px;
    list-style: none
}

.leftSection .faqsWrap ul .data_ul li {
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #253858;
    margin: 0 0 15px 13px;
    position: relative;
    list-style: none
}

.leftSection .faqsWrap ul .data_ul li:before {
    content: none
}

.leftSection .faqsWrap ul .data_ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    background: #253858;
    border-radius: 100%
}

.leftSection .faqsWrap ul .data_ol {
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 20px
}

.leftSection .faqsWrap ul .data_ol li {
    padding-left: 20px;
    font-size: 16px;
    color: #253858;
    margin: 5px 0 15px 13px;
    position: relative
}

.leftSection .faq-button {
    background: #fbfcfc;
    padding: 6px 0;
    border: 1px solid #0065ff;
    border-radius: 4px;
    width: 234px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500
}

.leftSection .allinsurer .footable table {
    text-rendering: optimizeLegibility
}

.leftSection .allinsurer .footable table tr:first-child {
    background: #f1f3f5 !important;
    color: #fff
}

.leftSection .allinsurer .footable table tr:nth-child(even) {
    background: #f7fbfd
}

.pbRelatedLinks {
    margin-top: 10px;
    width: 100%;
    background-color: #f4f5f7;
    max-width: 100%
}

.pbRelatedLinks.container {
    width: 100%;
    max-width: 100%
}

.pbRelatedLinks .tagbox {
    background-color: transparent;
    border: 0;
    color: transparent;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 25px 0;
    text-align: center;
    width: 100%;
    float: left
}

.pbRelatedLinks .tagbox strong {
    font-size: 12px;
    letter-spacing: normal;
    color: #999;
    font-weight: 700;
    margin-right: 5px
}

.pbRelatedLinks .tagbox a {
    font-size: 12px;
    text-decoration: none;
    line-height: 23px;
    background: #ebf3fe;
    border: 1px solid #0065ff;
    border-radius: 3px;
    padding: 7px 10px;
    color: #0065ff;
    font-weight: 500;
    margin: 0 5px;
    text-decoration: none
}

.pbRelatedLinks .tagbox a u {
    text-decoration: none
}

.pbRelatedLinks.moretag {
    display: table
}

.pbRelatedLinks.moretag .tagbox {
    color: #6b6b6b
}

.pbRelatedLinks.moretag a {
    display: inline-block;
    margin: 5px;
    padding: 3px 5px
}

@media only screen and (max-width:1024px) {
    .pbRelatedLinks.moretag .tagbox {
        padding: 15px;
        color: transparent
    }
}

.howMuch_lifeinsurance {
    display: block;
    width: 100%;
    background: #fff;
    border: 2px solid #0662f6;
    padding: 20px;
    border-radius: 5px;
    border-top: 6px solid #0662f6;
    -webkit-box-shadow: 1px 1px 10px #efefef;
    box-shadow: 1px 1px 10px #efefef;
    margin: 10px 0
}

.howMuch_lifeinsurance .qs {
    font-size: 34px;
    font-weight: 700;
    color: #0662f6;
    line-height: 44px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px
}

.howMuch_lifeinsurance .qs .subheading {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0
}

.howMuch_lifeinsurance .quesWrapper {
    padding: 20px 20px 10px
}

.howMuch_lifeinsurance .quesWrapper .q_count {
    display: none;
    margin-top: 45px
}

.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
    margin-bottom: 0
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 10px 0 0;
    position: relative
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
    left: -20px;
    top: 5px
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
    margin-bottom: 4px
}

.howMuch_lifeinsurance .quesWrapper .q_count .small {
    font-size: 14px;
    color: #333;
    letter-spacing: .016em;
    line-height: 20px;
    margin-bottom: 0
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText+.small {
    margin-bottom: 20px
}

.howMuch_lifeinsurance .quesWrapper .q_count .yes,
.howMuch_lifeinsurance .quesWrapper .q_count .no {
    display: inline-block;
    background: #ccc;
    color: #847d7d;
    border-radius: 5px;
    text-align: center;
    padding: 5px 30px;
    margin-right: 10px;
    font-weight: 500;
    min-width: 89px;
    cursor: pointer
}

.howMuch_lifeinsurance .quesWrapper .q_count .yes.active,
.howMuch_lifeinsurance .quesWrapper .q_count .yes:hover,
.howMuch_lifeinsurance .quesWrapper .q_count .no.active,
.howMuch_lifeinsurance .quesWrapper .q_count .no:hover {
    background: #0662f6;
    color: #fff
}

.howMuch_lifeinsurance .quesWrapper .q_count .form {
    position: relative;
    margin-top: 16px
}

.howMuch_lifeinsurance .quesWrapper .q_count .form span {
    display: block;
    font-size: 15px;
    color: #333
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input {
    width: 100%;
    max-width: 300px;
    padding: 10px 10px 10px 34px;
    border-radius: 5px;
    border: 2px solid #ccc;
    font-size: 15px;
    line-height: 15px
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
    border: 2px solid red
}

.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
    display: block
}

.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
    font-size: 20px;
    position: absolute;
    top: 14px;
    left: 12px
}

.howMuch_lifeinsurance .quesWrapper .q_count:first-child {
    display: block;
    margin-top: 0
}

.howMuch_lifeinsurance .caluclateInsurance_premium {
    display: block;
    margin: 20px 20px 20px;
    display: none
}

.howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
    border-radius: 4px;
    background-color: #0065ff;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 11px 38px;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    margin-right: 10px;
    width: 142px;
    text-align: center
}

.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #a2a0a0;
    padding: 10px 38px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    width: 142px;
    text-align: center
}

@media only screen and (max-width:440px) {
    .howMuch_lifeinsurance .caluclateInsurance_premium {
        margin: 20px 20px 0
    }

    .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink,
    .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
        width: 100%;
        margin: 0;
        margin-bottom: 10px
    }
}

.howMuch_lifeinsurance .calcualtedInsurance_cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10001;
    display: none
}

.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
    display: block
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
    max-width: 300px;
    width: 100%;
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 300px;
    border-radius: 10px;
    padding: 46px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
    width: 100%
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #333;
    margin-bottom: 15px
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
    font-size: 30px;
    font-weight: 900;
    color: blue;
    border-bottom: 1px dashed rgba(32, 69, 245, .3);
    padding-bottom: 12px
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
    margin-right: 10px;
    position: relative;
    top: 2px
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
    text-align: center
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
    display: block;
    text-align: center
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
    font-size: 14px
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
    font-size: 27px;
    color: #2045f5;
    font-weight: 600;
    line-height: 28px
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
    font-size: 14px;
    font-style: normal
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
    font-size: 23px;
    margin-right: 6PX
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
    display: block;
    width: 190px;
    background: #ee4e34;
    cursor: pointer;
    padding: 9px;
    text-align: center;
    margin-top: 30px;
    margin: 10px auto 5px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
    font-size: 9px;
    text-align: center;
    display: block
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
    font-size: 13px;
    text-align: center;
    display: block;
    line-height: 20px
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
    display: block;
    width: 190px;
    background: #ee4e34;
    cursor: pointer;
    padding: 9px;
    text-align: center;
    margin-top: 30px;
    margin: 20px auto 0;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    text-transform: uppercase
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    top: 5px;
    right: 10px;
    z-index: 10002;
    cursor: pointer
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before,
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #333;
    top: 7px
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (max-width:1024px) {
    .block_content_wrapper {
        background: #fff;
        border: solid rgba(23, 43, 77, .2);
        border-width: 1px 0 1px 0;
        margin: 0 0 20px;
        padding: 16px;
        clear: both
    }

    .updatedon {
        font-size: 12px;
        padding: 0 15px 10px;
        display: block
    }

    .travel_top .travelBackground {
        margin: 0 auto
    }

    .topSliderIcon .slick-arrow {
        position: absolute
    }

    .grid {
        padding: 0;
        display: block;
        width: 100%
    }

    .grid .leftSection .planbox {
        height: auto
    }

    .grid .leftSection .planbox .planlogo {
        height: auto;
        position: relative;
        text-align: center
    }

    .grid .leftSection .planbox .planlogo img {
        position: initial
    }

    .grid .leftSection .planbox h3 {
        display: block;
        padding-left: 0;
        margin: 0 0 20px;
        width: 100%;
        text-align: center
    }

    .grid .leftSection .planbox .knowmore_item {
        text-align: center;
        font-weight: 500
    }

    .grid .leftSection .restPlans {
        margin: 0 auto 0
    }

    .grid .leftSection .bannertravelredirect img,
    .grid .leftSection .bannertermredirect img {
        width: auto;
        max-width: 100%
    }

    .grid .leftSection .single_image {
        text-align: center;
        margin: 0 auto;
        display: block
    }

    .grid .leftSection .single_image img {
        float: initial !important;
        padding: 10px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto !important
    }

    .grid .leftSection h1,
    .grid .leftSection h1 strong {
        font-size: 24px;
        line-height: 36px;
        margin: 10px 0 10px;
        letter-spacing: .024em
    }

    .grid .leftSection h2,
    .grid .leftSection h2 strong {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0 10px;
        letter-spacing: .02em
    }

    .grid .leftSection h3,
    .grid .leftSection h3 strong {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: .016em;
        margin: 10px 0 10px
    }

    .grid .leftSection h3 a,
    .grid .leftSection h3 strong a {
        padding-top: 5px;
        display: block
    }

    .grid .leftSection h1.allinsurer_new {
        margin: 0 15px;
        padding: 0 15px
    }

    .grid .leftSection .number-listing-box li.numbers:before {
        left: -2px;
        top: -5px
    }

    .grid .leftSection .number-listing-box li.numbers:after {
        left: -2px;
        top: -5px
    }

    .pbRelatedLinks {
        margin-top: 0;
        background: none
    }

    .pbRelatedLinks .tagbox {
        float: initial;
        text-align: left;
        padding: 0
    }

    .pbRelatedLinks .tagbox strong {
        text-align: left;
        display: block;
        padding: 5px
    }

    .pbRelatedLinks .tagbox a {
        display: inline-block;
        margin: 4px;
        padding: 3px 3px
    }

    .leftSection .return_calculator_box_investment {
        width: 100%;
        max-width: 100%
    }

    .leftSection .return_calculator_box_investment .calc_form {
        padding: 15px 0 15px;
        border: none;
        border-radius: 6px 6px 0 0
    }

    .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
        padding: 15px 0 5px;
        display: block;
        font-size: 15px;
        font-weight: 500
    }

    .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
        font-size: 16px
    }

    .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1),
    .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
        width: 70%;
        margin-right: 2%
    }

    .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
        width: 32%;
        margin: 20px 0
    }

    .leftSection .return_calculator_box_investment .tableBox table {
        border-top: solid .8px #e1e1e1
    }
}

.card {
    border-radius: 0;
    background: #fff;
    margin: 20px 0;
    border-radius: 0;
    border: solid .8px rgba(23, 43, 77, .2);
    border-left: 0;
    border-right: 0
}

.card.ratingsBlock {
    background: #fff
}

.nav-link ul:before {
    display: none
}

.leftSection,
.rightSection {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    letter-spacing: .5px
}

@media only screen and (max-width:768px) {
    .leftSection .return_calculator_box_investment {
        width: 100%;
        max-width: 100%
    }

    .leftSection .return_calculator_box_investment .tableBox {
        overflow-x: scroll
    }

    .leftSection .return_calculator_box_investment .tableBox table {
        width: 700px
    }

    .pbRelatedLinks .tagbox a {
        font-size: 11px;
        padding: 5px 2px
    }

    .single_image img {
        float: initial;
        padding: 10px;
        width: 100%;
        max-width: 400px
    }
}

@media only screen and (max-width:640px) {

    .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1),
    .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
        width: 90%;
        margin-right: 2%
    }

    .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
        width: 60%;
        margin: 20px 0
    }

    .pbRelatedLinks .tagbox a {
        display: inline-block;
        margin: 4px;
        line-height: 13px;
        font-size: 11px;
        padding: 4px;
        text-align: center
    }

    .single_image img {
        float: initial;
        padding: 10px;
        width: 100%;
        max-width: 400px
    }

    .showForm {
        margin: 0 auto 2%;
        width: 100%
    }

    .leftSection h1,
    .leftSection h1 strong {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: .024em
    }

    .leftSection h2,
    .leftSection h2 strong {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: .02em
    }

    .leftSection h3,
    .leftSection h3 strong {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: .016em;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:480px) {
    .leftSection .return_calculator_box_investment .tableBox table {
        width: 500px
    }
}

@media only screen and (max-width:360px) {
    .rightSection .graphDiv img {
        width: 100%
    }

    .leftSection .left_fullbanner img {
        width: 100%
    }
}

.fd_bankwise {
    margin: 20px 0 0
}

.fd_bankwise .heading {
    padding: 0 0 10px;
    font-weight: 500
}

.blue-block {
    border: 1px solid #005387;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    margin: 0
}

@media only screen and (max-width:767px) {
    .blue-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 10px
    }
}

.blue-block .col-md-3 {
    width: 25%;
    text-align: center;
    border-right: 1px solid #005387;
    padding-right: 10px
}

.blue-block .col-md-3:last-child {
    border: 0
}

@media only screen and (max-width:767px) {
    .blue-block .col-md-3 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #005387;
        padding-bottom: 10px
    }
}

.blue-block .col-md-4 {
    width: 33.333%;
    text-align: center;
    border-right: 1px solid #005387;
    padding-right: 10px
}

.blue-block .col-md-4:last-child {
    border: 0
}

@media only screen and (max-width:767px) {
    .blue-block .col-md-4 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #005387;
        padding-bottom: 10px
    }
}

.blue-block span.fd-icon {
    width: 32px;
    height: 34px;
    display: inline-block;
    margin: 0 auto;
    background: url(../../images/bu/fd-icons.png) no-repeat;
    background-size: 100%
}

.blue-block span.fd-icon.tenure {
    background-position: 0 -43px
}

.blue-block span.fd-icon.rate {
    background-position: 0 -87px
}

.blue-block span.title {
    font-size: 18px;
    display: block;
    color: #333
}

.blue-block span.figer,
.blue-block span.limit {
    font-size: 13px;
    display: block;
    color: #005387
}

.bannercarredirect {
    cursor: pointer
}

@media only screen and (max-width:1024px) {
    .bannercarredirect {
        max-width: 400px;
        margin: 0 auto;
        display: block;
        text-align: center
    }
}

.timeline-item {
    background: #e1edff;
    border-radius: 3px;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    min-height: 450px
}

.animated-background {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #e1edff), color-stop(50%, #f6faff), to(#e1edff));
    background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
    background-size: 1100px 104px;
    height: 450px;
    position: relative
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 1000px 0
    }
}

.insurer-language {
    border-radius: 8px;
    background-color: #f4f7fe;
    padding: 15px 25px 5px;
    margin: 20px 0;
    overflow: hidden
}

.insurer-language .insurer-by-company-title {
    border-bottom: 1px solid #d9dde2;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    margin-bottom: 20px
}

.insurer-language .insurer-by-company-title h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
    line-height: 19px;
    color: #172b4d;
    border-bottom: 3px solid #0065ff;
    margin: 0 !important
}

.insurer-language h4 {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    line-height: 19px;
    color: #172b4d
}

.insurer-language h4 span {
    vertical-align: text-top
}

.insurer-language .insurer-by-company-content {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px
}

.insurer-language .insurer-by-company-content .insurer-by-company-block {
    height: 140px !important;
    -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, .16) !important;
    box-shadow: 0 6px 16px rgba(52, 105, 203, .16) !important;
    background: #fff;
    margin: 0 15px 14px 0;
    padding: 15px 12px 0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    min-width: 155px;
    cursor: pointer
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 112px;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
    width: 120px;
    height: 45px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.insurer-language .insurer-by-company-content .insurer-by-company-block p {
    color: #253858;
    font-size: 14px;
    line-height: 16px;
    text-align: center !important
}

.insurer-language .slick-prev.slick-arrow,
.insurer-language .slick-next.slick-arrow {
    content: "";
    border: solid #253858;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 55px;
    border-radius: 2px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: transparent
}

.insurer-language .slick-prev.slick-arrow {
    left: -27px
}

.insurer-language .slick-next.slick-arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -26px
}

.languageArticleName {
    max-width: 155px;
    text-align: center;
    padding: 0 6px;
    color: #0065FF;
    margin: 0 15px 0 0;
    word-break: break-word
}

.languageArticleName a {
    color: #0065FF
}

.languageBox {
    width: 56px;
    height: 56px;
    background: url(../../images/health/language_icons.svg) no-repeat 0 0;
    margin-bottom: 16px
}

.languageBox.eng {
    background-position: 0 0
}

.languageBox.hi-in,
.languageBox.mr-in {
    background-position: 0 -90px
}

.languageBox.te-in {
    background-position: 0 -180px
}

.languageBox.ta-in {
    background-position: 0 -270px
}

.languageBox.kn-in {
    background-position: 0 -360px
}

.languageBox.ml-in {
    background-position: 0 -450px
}

.languageBox.or-in {
    background-position: 0 -540px
}

.languageBox.gu-in {
    background-position: 0 -630px
}

.languageBox.pa-in {
    background-position: 0 -720px
}

.languageBox.bn-in {
    background-position: 0 -810px
}

@media only screen and (max-width:1024px) {
    .block_language {
        border: none !important;
        padding: 12px !important
    }

    .languageContainer {
        background: #f4f7fe;
        border-radius: 8px;
        padding: 12px 0 12px 12px
    }

    .languageContainer .insurer-by-company-content .insurer-by-company-block {
        min-width: 145px
    }

    .insurer-language .insurer-by-company-content::-webkit-scrollbar {
        display: none
    }

    .insurer-language .insurer-by-company-content {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .insurer-language .insurer-by-company-content {
        margin-left: -10px;
        margin-right: 0;
        overflow-x: auto;
        width: 100%;
        padding-left: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .languageArticleName {
        font-size: 14px;
        max-width: 100%
    }

    .blockLanguageSlider {
        outline: none
    }
}

.promotional_banner_right .contentBanner.sq img {
    max-width: 394px;
    margin: 0 auto;
    display: block
}

.leftSection h2.tp0,
.rightSection>.card {
    margin-top: 0
}

@media only screen and (max-width:1024px) {

    .leftSection h2.tp0,
    .rightSection>.card {
        padding: 10px 0 10px
    }
}

.animated-banner {
    margin-bottom: 20px
}

.animated-banner .am-banner.desktop {
    width: 750px;
    height: auto;
    display: block;
    cursor: pointer
}

.animated-banner .am-banner.desktop lottie-player {
    width: 100% !important
}

@media only screen and (max-width:1024px) {
    .animated-banner .am-banner.desktop {
        display: none
    }
}

.animated-banner .am-banner.mobile {
    display: none;
    width: 350px;
    height: auto;
    cursor: pointer
}

.animated-banner .am-banner.mobile lottie-player {
    width: 100% !important
}

@media only screen and (max-width:1024px) {
    .animated-banner .am-banner.mobile {
        display: block;
        margin: 20px auto 0
    }
}

@media only screen and (max-width:375px) {
    .animated-banner .am-banner.mobile {
        width: 320px;
        margin: 0 auto;
        margin: 0 auto
    }

    .animated-banner .am-banner.mobile lottie-player {
        width: 300px !important;
        height: 350px;
        margin: 0 auto
    }
}

@media only screen and (max-width:320px) {
    .animated-banner .am-banner.mobile {
        width: 288px;
        margin: 0 auto
    }

    .animated-banner .am-banner.mobile lottie-player {
        width: 280px !important;
        height: 350px;
        margin: 0 auto
    }
}

.grid.contentSection.sticky_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:1024px) {
    .grid.contentSection.sticky_widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.grid.contentSection.sticky_widget .leftSection {
    width: 758px;
    margin-right: 40px
}

@media only screen and (max-width:1024px) {
    .grid.contentSection.sticky_widget .leftSection {
        margin: 0;
        width: 100%
    }
}

.no-webp .logo-widget,
.webp .logo-widget {
    background: url(../../images/bu/widget-logo.png?v=2) center no-repeat
}

.widget-insurer-logo {
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    float: left;
    margin-right: 20px;
    background-position: 0 0;
    background-size: 100% !important
}

.widget-insurer-logo.iffco_tokio_general_icon {
    background-position: 0 0
}

.widget-insurer-logo.royal_sundaram_general_icon {
    background-position: 0 -39px
}

.widget-insurer-logo.bharti_axa_general_icon,
.widget-insurer-logo.bharti_axa_life_icon {
    background-position: 0 -79px
}

.widget-insurer-logo.future_generali_general_icon,
.widget-insurer-logo.future_generali_life_icon {
    background-position: 0 -117px
}

.widget-insurer-logo.sbi_general_icon,
.widget-insurer-logo.sbi_general_general_icon {
    background-position: 0 -1520px
}

.widget-insurer-logo.liberty_general_icon {
    background-position: 0 -196px
}

.widget-insurer-logo.tata_aig_general_icon {
    background-position: -4px -235px
}

.widget-insurer-logo.bajaj_allianz_general_icon,
.widget-insurer-logo.bajaj_allianz_life_icon_allianz_life_icon {
    background-position: 0 -276px
}

.widget-insurer-logo.reliance_general_icon,
.widget-insurer-logo.reliance_general_general_icon,
.widget-insurer-logo.reliance_nippon_general_icon {
    background-position: 0 -314px
}

.widget-insurer-logo.hdfc_ergo_general_icon {
    background-position: 0 -354px
}

.widget-insurer-logo.shriram_general_icon,
.widget-insurer-logo.shriram_gic_general_icon {
    background-position: 0 -393px
}

.widget-insurer-logo.digit_general_icon,
.widget-insurer-logo.go_digit_general_icon {
    background-position: 0 -434px
}

.widget-insurer-logo.kotak_mahindra_life_icon,
.widget-insurer-logo.kotak_mahindra_general_icon,
.widget-insurer-logo.kotak_general_general_icon,
.widget-insurer-logo.kotak_general_icon {
    background-position: 0 -472px
}

.widget-insurer-logo.new_india_assurance_general_icon,
.widget-insurer-logo.the_new_general_icon,
.widget-insurer-logo.new_india_general_icon {
    background-position: 0 -511px
}

.widget-insurer-logo.national_insurance_general_icon {
    background-position: 0 -550px
}

.widget-insurer-logo.united_india_general_icon {
    background-position: 0 -589px
}

.widget-insurer-logo.oriental_insurance_general_icon,
.widget-insurer-logo.the_oriental_general_icon,
.widget-insurer-logo.oriental_general_icon {
    background-position: 0 -630px
}

.widget-insurer-logo.universal_sompo_general_icon {
    background-position: 0 -668px
}

.widget-insurer-logo.magma_hdi_general_icon,
.widget-insurer-logo.magma_general_icon {
    background-position: 0 -705px
}

.widget-insurer-logo.navi_general_icon {
    background-position: 0 -738px
}

.widget-insurer-logo.edelweiss_general_icon {
    background-position: 0 -783px
}

.widget-insurer-logo.aditya_birla_life_icon,
.widget-insurer-logo.birla_sun_general,
.widget-insurer-logo.birla_sun_general_icon,
.widget-insurer-logo.aditya_birla_general_icon,
.widget-insurer-logo.aditya_birla_capital_life_icon,
.widget-insurer-logo.aditya_birla_capital_general_icon {
    background-position: 0 -823px
}

.widget-insurer-logo.aegon_life_icon {
    background-position: 0 -858px
}

.widget-insurer-logo.bajaj_allianz_life_icon {
    background-position: 0 -895px
}

.widget-insurer-logo.canara_hsbc_obc_life_icon {
    background-position: 0 -932px
}

.widget-insurer-logo.exide_life_icon {
    background-position: 0 -969px
}

.widget-insurer-logo.edelweiss_tokio_life_icon {
    background-position: 0 -1007px
}

.widget-insurer-logo.hdfc_life_icon,
.widget-insurer-logo.hdfc_standard_life_icon,
.widget-insurer-logo.hdfc_life_general_icon {
    background-position: 0 -1043px
}

.widget-insurer-logo.pnb_met_life {
    background-position: 0 -1558px
}

.widget-insurer-logo.icici_prudential_life_icon,
.widget-insurer-logo.icici_prudential_general_icon {
    background-position: 0 -1080px
}

.widget-insurer-logo.indiafirst_life_icon {
    background-position: 0 -1116px
}

.widget-insurer-logo.exide_life_icon_life {
    background-position: 0 -968px
}

.widget-insurer-logo.kotak_life_icon {
    background-position: 0 -1155px
}

.widget-insurer-logo.max_life_insurance_life_icon {
    background-position: 0 -1191px
}

.widget-insurer-logo.max_life_insurance_life_icon_life_insurance_life_icon {
    background-position: 0 -1189px
}

.widget-insurer-logo.pnb_metlife_life_icon {
    background-position: 0 -1562px
}

.widget-insurer-logo.reliance_nippon_life_icon {
    background-position: 0 -1230px
}

.widget-insurer-logo.sbi_life_icon {
    background-position: 0 -158px
}

.widget-insurer-logo.tata_aia_life_icon {
    background-position: 0 -1266px
}

.widget-insurer-logo.tata_aia_life_icon_life {
    background-position: 0 -1261px
}

.widget-insurer-logo.max_bupa_life_icon,
.widget-insurer-logo.max_bupa_general_icon {
    background-position: 0 -1379px
}

.widget-insurer-logo.raheja_qbe_general_icon,
.widget-insurer-logo.raheja_general_icon {
    background-position: 0 -1410px
}

.widget-insurer-logo.religare_life_icon,
.widget-insurer-logo.religare_health_general_icon {
    background-position: 0 -2032px
}

.widget-insurer-logo.star_health_life_icon,
.widget-insurer-logo.star_health_general_icon {
    background-position: 0 -1485px
}

.widget-insurer-logo.max_new_general_icon {
    background-position: 0 -1596px
}

.widget-insurer-logo.liberty_videocon_general_icon {
    background-position: 0 -1635px
}

.widget-insurer-logo.icici_lombard_general_icon {
    background-position: 0 -1669px
}

.widget-insurer-logo.cigna_ttk_general_icon {
    background-position: 0 -1709px
}

.widget-insurer-logo.cholamandalam_ms_general_icon {
    background-position: 0 -1744px
}

.widget-insurer-logo.apollo_munich_general_icon {
    background-position: 0 -1782px
}

.widget-insurer-logo.aviva_life_icon,
.widget-insurer-logo.aviva_general_icon {
    background-position: 0 -1818px
}

.widget-insurer-logo.aegon_religare_general_icon {
    background-position: 0 -1854px
}

.widget-insurer-logo.lnt_insurance_general_icon {
    background-position: 0 -1929px
}

.widget-insurer-logo.dhfl_general_general_icon {
    background-position: 0 -1894px
}

.widget-insurer-logo.lic_life_icon {
    background-position: 0 -1965px
}

.widget-insurer-logo.care_health_general_icon {
    background-position: 0 -1450px
}

.widget-insurer-logo.manipal_cigna_general_icon {
    background-position: 0 -2167px
}

.widget-insurer-logo.pramerica_life_icon {
    background-position: 0 -2812px;
    background-size: 140% !important
}

@media only screen and (max-width:640px) {
    .widget-insurer-logo {
        margin-bottom: 10px
    }
}

.return-comparison {
    margin: 20px 0 40px 0
}

.return-comparison .heading {
    font-size: 20px;
    color: #000;
    font-weight: 700
}

@media only screen and (max-width:1024px) {
    .return-comparison .heading {
        display: none
    }
}

.return-comparison .return-table {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, .15);
    min-height: 100px;
    padding: 20px 16px
}

.return-comparison .heading-inner {
    display: none
}

@media only screen and (max-width:1024px) {
    .return-comparison {
        width: calc(100% - 20px);
        margin: 0 10px 20px
    }

    .return-comparison .heading-inner {
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        margin: 0;
        padding-bottom: 15px;
        color: #000;
        font-weight: 700;
        display: block
    }
}

.return-comparison .your-investment {
    font-size: 14px;
    color: #757575;
    text-align: center;
    font-weight: 600;
    padding: 0;
    margin: 0
}

@media only screen and (max-width:1024px) {
    .return-comparison .your-investment {
        line-height: 16px
    }
}

.return-comparison .amount {
    color: #0652DD;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    padding: 0 0 20px;
    margin: 0
}

@media only screen and (max-width:1024px) {
    .return-comparison .amount {
        padding: 0 0 10px
    }
}

.return-comparison .table-heading {
    background: #e0eee1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e0eee1;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e0eee1), color-stop(50%, #f5e2df));
    background: linear-gradient(to right, #e0eee1 50%, #f5e2df 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0eee1', endColorstr='#f5e2df', GradientType=1);
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.return-comparison .table-heading::before {
    border: 1px solid #CDC0BE;
    height: 100%;
    width: 1px;
    content: '';
    position: absolute;
    z-index: 9;
    top: 0;
    right: 50%
}

@media only screen and (max-width:1024px) {
    .return-comparison .table-heading::before {
        top: 0
    }
}

.return-comparison .table-heading .block {
    min-width: 50%;
    position: relative
}

.return-comparison .table-heading .block p {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 8px 0;
    position: relative
}

@media only screen and (max-width:1024px) {
    .return-comparison .table-heading .block p {
        font-size: 12px;
        line-height: 16px;
        padding: 1px 10px
    }
}

.return-comparison .table-heading .block span.vs {
    position: absolute;
    z-index: 10;
    background: #fff;
    right: -13px;
    top: 50%;
    margin-top: -13px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 27px;
    font-weight: 800;
    text-align: center;
    color: #4C4C4C;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15)
}

@media only screen and (max-width:1024px) {
    .return-comparison .table-heading .block span.vs {
        top: 50%;
        margin-top: -13px
    }
}

.return-comparison .row {
    padding-bottom: 8px;
    margin: 0
}

.return-comparison .row .top-row {
    background: #F2F6FE
}

.return-comparison .row .top-row p {
    text-align: center;
    color: #757575;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 0;
    margin: 0
}

@media only screen and (max-width:1024px) {
    .return-comparison .row .top-row p {
        font-size: 12px;
        padding: 0 0
    }
}

.return-comparison .row .inner-table {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1024px) {
    .return-comparison .row .inner-table {
        padding-bottom: 20px
    }
}

.return-comparison .row .inner-table .block {
    min-width: 50%;
    position: relative;
    text-align: center
}

.return-comparison .row .inner-table .block .tax-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto
}

@media only screen and (max-width:1024px) {
    .return-comparison .row .inner-table .block .tax-data {
        width: 90%
    }
}

.return-comparison .row .inner-table .block .tax-data div {
    min-width: 33%;
    font-size: 16px;
    font-weight: 600;
    text-align: center
}

@media only screen and (max-width:1024px) {
    .return-comparison .row .inner-table .block .tax-data div {
        font-size: 14px
    }
}

.return-comparison .row .inner-table .block .slab-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;
    border: 1px dashed #5C93F7;
    border-radius: 8px;
    position: relative
}

.return-comparison .row .inner-table .block .slab-data div {
    min-width: 33%;
    font-size: 14px;
    color: #757575;
    font-weight: 600;
    text-align: center;
    padding: 3px 0 10px
}

.return-comparison .row .inner-table .block .slab-data div.slab-copy {
    position: absolute;
    bottom: -12px;
    left: 50%;
    background: #fff;
    padding: 3px 8px;
    margin: 0 0 0 -34px;
    min-width: auto;
    color: #5C93F7;
    font-size: 12px;
    font-weight: 700
}

.return-comparison .row .inner-table .block p {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 12px;
    padding: 8px 0 0;
    position: relative
}

.return-comparison .row .inner-table .block p.pb-10 {
    padding-bottom: 10px
}

@media only screen and (max-width:1024px) {
    .return-comparison .row .inner-table .block p {
        font-size: 14px
    }
}

.return-comparison .row .inner-table .block:last-child::before {
    background: #CDC0BE;
    height: 100%;
    width: 1px;
    content: '';
    position: absolute;
    z-index: 9;
    top: 0;
    left: -1px
}

.return-comparison .row .inner-table .block span.tax-free {
    margin: 0 auto;
    background: #65AC68;
    color: #fff;
    border-radius: 2px;
    margin: 0 auto;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 600
}

.return-comparison .row .inner-table .block span.taxable {
    margin: 0 auto;
    background: #CC6F62;
    color: #fff;
    border-radius: 2px;
    margin: 0 auto;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 600
}

.return-comparison .link {
    text-align: center
}

.return-comparison .link .know-more {
    display: inline-block;
    cursor: pointer;
    background: #FD4705;
    width: 170px;
    padding: 5px 0;
    margin: 20px 0;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

@media only screen and (max-width:1024px) {
    .return-comparison .link {
        display: none
    }
}

.return-comparison .link-inner {
    text-align: center;
    display: none
}

.return-comparison .link-inner .know-more {
    display: inline-block;
    cursor: pointer;
    background: #FD4705;
    width: 150px;
    padding: 3px 0;
    margin: 0 0;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

@media only screen and (max-width:1024px) {
    .return-comparison .link-inner {
        display: block
    }
}

.topplanbox {
    position: relative
}

.all_investment_plans {
    height: auto;
    overflow: hidden;
    padding: 5px 20px 50px;
    margin-bottom: 40px;
    background: #f4f7fe;
    border-radius: 5px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.all_investment_plans.fullheight {
    height: 100%
}

.all_investment_plans::-webkit-scrollbar {
    width: 12px;
    display: none
}

.all_investment_plans::-webkit-scrollbar-track {
    background: orange
}

.all_investment_plans::-webkit-scrollbar-thumb {
    background-color: blue;
    border-radius: 20px;
    border: 3px solid orange
}

.all_investment_plans .rest_plan {
    margin-top: 20px;
    display: none
}

@media only screen and (max-width:640px) {
    .all_investment_plans .widget-insurer-logo {
        margin: 0 auto;
        text-align: center;
        float: inherit
    }
}

@media only screen and (max-width:1024px) {
    .all_investment_plans .widget-insurer-logo {
        float: initial
    }
}

.restPlans {
    -webkit-box-shadow: 0 3px 6px #bfbfbf;
    box-shadow: 0 3px 6px #bfbfbf;
    display: block;
    width: 210px;
    padding: 10px 10px 10px 0;
    text-align: center;
    border-radius: 30px;
    color: #0662f6;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -18px;
    right: 0
}

.restPlans span.downarrow {
    position: relative
}

.restPlans span.downarrow:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: solid #0662f6;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    right: 0;
    margin: 0 auto;
    top: 4px
}

.restPlans span.downarrow.uparrow:after {
    -webkit-transform: rotate(225deg) !important;
    transform: rotate(225deg) !important;
    top: 9px !important
}

.restPlans+.term_cond {
    margin: 10px 0 15px
}

@media only screen and (max-width:1024px) {
    .restPlans+.term_cond {
        text-align: center;
        max-width: 500px;
        margin: 0 auto
    }
}

.planbox {
    -webkit-box-shadow: 0 3px 6px #bfbfbf;
    box-shadow: 0 3px 6px #bfbfbf;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 20px;
    background: #fff
}

.planbox .planlogo {
    height: 60px;
    position: relative
}

.planbox .planlogo img {
    position: absolute
}

@media only screen and (max-width:1024px) {
    .planbox .planlogo .widget-insurer-logo {
        text-align: left;
        margin: 0 0 10px 0
    }

    .planbox .planlogo h3 {
        float: initial;
        text-align: left !important
    }
}

.planbox:last-child {
    margin-bottom: 0
}

.planbox .data_ul_plan {
    padding-left: 0
}

.planbox .data_ul_plan li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding-left: 38px;
    position: relative;
    margin-bottom: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none
}

.planbox .data_ul_plan li .right_tick {
    width: 24px;
    height: 24px;
    background: #0662f6;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0
}

.planbox .data_ul_plan li .right_tick:after {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px
}

.planbox .knowmore_item {
    text-align: right
}

.planbox .knowmore_item .knowmore {
    background: #FD4705;
    -webkit-box-shadow: 0 3px 6px #bfbfbf;
    box-shadow: 0 3px 6px #bfbfbf;
    border: 1px solid #FD4705;
    border-radius: 4px;
    opacity: 1;
    width: 170px;
    display: inline-block;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 400
}

@media only screen and (max-width:1024px) {
    .planbox .knowmore_item .knowmore {
        width: 100%
    }
}

.planbox h3 {
    display: block;
    padding-left: 170px;
    margin: 0;
    vertical-align: top;
    font-size: 20px;
    color: #000;
    line-height: 22px
}

@media only screen and (max-width:640px) {
    .planbox h3 {
        display: table !important;
        float: initial
    }
}

.titleFormat {
    font-size: 19px;
    margin-top: 10px;
    color: #0662f6;
    font-weight: 500;
    letter-spacing: .024em;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px
}

.titleFormat:before {
    content: "";
    height: 3px;
    position: absolute;
    width: 195px;
    background: #0662f6;
    bottom: -1px
}

.topChildPlanContent .block_content_wrapper,
.topTradPlanContent .block_content_wrapper,
.topPlanContent .block_content_wrapper {
    padding: 0
}

.topChildPlanContent .block_content_wrapper .term_cond,
.topTradPlanContent .block_content_wrapper .term_cond,
.topPlanContent .block_content_wrapper .term_cond {
    padding: 0 15px 25px
}

.sukanyaCalculator {
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px rgba(215, 225, 226, .5);
    box-shadow: 1px 1px 10px rgba(215, 225, 226, .5);
    border-radius: 5px;
    max-width: 100%;
    padding: 15px;
    margin: 10px 0 20px
}

@media only screen and (max-width:1024px) {
    .sukanyaCalculator {
        border: solid rgba(23, 43, 77, .2)
    }
}

.sukanyaCalculator [dir="ltr"] {
    margin: 0 auto
}

.sukanyaCalculator .smy_title {
    margin: 0 0 15px 0;
    padding: 0 25px
}

@media only screen and (max-width:1024px) {
    .sukanyaCalculator .smy_title {
        padding: 0
    }
}

.sukanyaCalculator .smy_title .heading {
    font-size: 20px;
    font-weight: 500
}

.sukanyaCalculator .smy_title .subheading {
    font-size: 14px;
    color: #26c4e2;
    font-weight: 500
}

@media only screen and (max-width:1024px) {
    .sukanyaCalculator {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 100%;
        display: block;
        border-width: 1px 0
    }
}

.sukanyaCalculator .sukanyaCalculator_wrapper {
    width: 100%;
    padding: 10px 25px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:740px) {
    .sukanyaCalculator .sukanyaCalculator_wrapper {
        padding: 20px 0;
        display: block
    }

    .sukanyaCalculator .sukanyaCalculator_wrapper .sukanya_scrollAmt {
        font-size: 14px;
        width: 100px
    }
}

.sukanyaCalculator .sukanyaCalculator_wrapper.result {
    background: #f4f7ff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left {
    width: 385px
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1024px) {
    .sukanyaCalculator .sukanyaCalculator_wrapper .left {
        width: 100%;
        max-width: 100%
    }

    .sukanyaCalculator .sukanyaCalculator_wrapper .left.flexbox {
        padding: 0 25px;
        margin-bottom: 20px
    }
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right {
    width: 280px;
    margin: 0 auto
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1024px) {
    .sukanyaCalculator .sukanyaCalculator_wrapper .right {
        width: 100%;
        max-width: 100%
    }
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .cost {
    min-height: 100px
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 {
    display: block;
    position: relative;
    padding-right: 125px;
    height: 50px
}

@media only screen and (max-width:740px) {

    .sukanyaCalculator .sukanyaCalculator_wrapper .left .title,
    .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1,
    .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1,
    .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2,
    .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 {
        height: 60px
    }
}

@media only screen and (max-width:360px) {

    .sukanyaCalculator .sukanyaCalculator_wrapper .left .title,
    .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1,
    .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1,
    .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2,
    .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 {
        height: 80px
    }
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 {
    width: 50%;
    padding-right: 0 !important;
    margin: 0
}

@media only screen and (max-width:1024px) {

    .sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25,
    .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25,
    .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25,
    .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25,
    .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 {
        text-align: left
    }

    .sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25 span,
    .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25 span,
    .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25 span,
    .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25 span,
    .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 span {
        display: block
    }

    .sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25 p,
    .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25 p,
    .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25 p,
    .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25 p,
    .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 p {
        display: inline-block
    }
}

@media only screen and (max-width:740px) {

    .sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25,
    .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25,
    .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25,
    .sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25,
    .leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 {
        text-align: center
    }
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title.wd25 .youget,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1.wd25 .youget,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1.wd25 .youget,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2.wd25 .youget,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2.wd25 .youget {
    font-size: 10px;
    margin-top: 5px
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title p,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1 p,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1 p,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2 p,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 p {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    position: relative
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title p.amt_inr,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1 p.amt_inr,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1 p.amt_inr,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2 p.amt_inr,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 p.amt_inr {
    padding-left: 15px
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title p.amt_inr:before,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1 p.amt_inr:before,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1 p.amt_inr:before,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2 p.amt_inr:before,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 p.amt_inr:before {
    content: '\20B9';
    position: absolute;
    font-size: 18px;
    top: 0;
    left: 0;
    line-height: 18px
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .title span,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h1 span,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h1 span,
.sukanyaCalculator .sukanyaCalculator_wrapper .left .leftSection h2 span,
.leftSection .sukanyaCalculator .sukanyaCalculator_wrapper .left h2 span {
    font-size: 11px;
    color: #848fa3
}

.sukanyaCalculator .sukanyaCalculator_wrapper .left .sliderBox {
    height: 60px
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right .taxsavingfund {
    background-color: #0065ff;
    font-size: 14px;
    font-weight: 500;
    margin: 25px auto 0;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 90%;
    border-radius: 5px;
    cursor: pointer
}

@media only screen and (max-width:1024px) {
    .sukanyaCalculator .sukanyaCalculator_wrapper .right .taxsavingfund {
        margin: 10px 25px 10px
    }
}

@media only screen and (max-width:740px) {
    .sukanyaCalculator .sukanyaCalculator_wrapper .right .taxsavingfund {
        margin: 0 auto 0
    }
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:1024px) {
    .sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0
    }
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title .investment {
    color: #0663f6;
    font-size: 15px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    line-height: 40px
}

@media only screen and (max-width:740px) {
    .sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title .investment {
        padding: 0
    }
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title .investment:before {
    content: "";
    position: absolute;
    background: #0663f6;
    height: 5px;
    width: 60px;
    border-radius: 20px
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title .intrest {
    color: #00d99a;
    font-size: 15px;
    font-weight: 500;
    padding-left: 30px;
    line-height: 40px
}

.sukanyaCalculator .sukanyaCalculator_wrapper .right .chart_title .intrest:before {
    content: "";
    position: absolute;
    background: #00d99a;
    height: 5px;
    width: 60px;
    border-radius: 20px
}

.range_slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.range_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer
}

.range_slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer
}

.range_slider:hover {
    opacity: 1
}

.step {
    position: relative;
    top: 10px
}

.step .range {
    position: absolute;
    width: 1px;
    background-color: #ccc
}

.step .range.first span {
    font-size: 12px;
    width: 35px;
    position: absolute;
    top: 18px;
    left: 0;
    text-align: left
}

.step .range.last span {
    font-size: 12px;
    width: 60px;
    position: absolute;
    top: 18px;
    right: 0;
    text-align: right
}

.sukanyaCalculator_wrapper .ui-widget-header {
    background: #00e0ff;
    border-radius: 10px
}

.sukanyaCalculator_wrapper .ui-widget.ui-widget-content {
    border: none;
    border-radius: 10px;
    background: rgba(37, 56, 88, .2);
    width: 100%;
    float: left;
    top: 11px
}

.sukanyaCalculator_wrapper .ui-slider-horizontal .ui-slider-handle {
    top: -.7em;
    margin-left: -.6em;
    height: 20px;
    width: 20px;
    border-radius: 50%
}

.sukanyaCalculator_wrapper .ui-slider-horizontal .ui-slider-handle:focus {
    outline: none;
    border: 0
}

.sukanyaCalculator_wrapper .ui-state-default,
.sukanyaCalculator_wrapper .ui-widget-content .ui-state-default,
.sukanyaCalculator_wrapper .ui-widget-header .ui-state-default,
.sukanyaCalculator_wrapper .ui-button,
.sukanyaCalculator_wrapper html .ui-button.ui-state-disabled:hover,
.sukanyaCalculator_wrapper html .ui-button.ui-state-disabled:active {
    border: 1px solid #0463f6;
    background: #00e0ff;
    font-weight: 400;
    color: #454545
}

.sukanyaCalculator_wrapper .ui-slider-horizontal {
    height: 5px
}

.sukanya_scrollAmt {
    width: 125px;
    position: absolute;
    top: 5px;
    right: 0
}

.sukanya_scrollAmt.iconleft input {
    padding-left: 20px
}

.sukanya_scrollAmt input {
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px 5px 7px;
    height: 37px
}

.sukanya_scrollAmt input::-ms-clear {
    display: none;
    -webkit-appearance: none
}

.sukanya_scrollAmt input[type=text]::-ms-clear {
    display: none;
    -webkit-appearance: none
}

.sukanya_scrollAmt .year_sukanya {
    position: absolute;
    right: 8px;
    top: 5px;
    font-style: normal;
    color: #ccc
}

.sukanya_scrollAmt .rupee_sukanya {
    position: absolute;
    left: 8px;
    top: 5px;
    font-style: normal
}

@media only screen and (max-width:740px) {

    .sukanya_scrollAmt .year_sukanya,
    .sukanya_scrollAmt .rupee_sukanya {
        top: 6px
    }
}

#donutchart {
    height: 170px
}

#donutchart>div {
    top: -30px
}

@media only screen and (max-width:740px) {
    #donutchart>div {
        top: -70px
    }
}

.pb-advantage-widget {
    background-color: #fff
}

@media screen and (max-width:1024px) {
    .pb-advantage-widget {
        padding: 20px 10px;
        margin-bottom: 20px
    }
}

.pb-advantage-widget-section {
    background: transparent radial-gradient(closest-side at 50% 50%, #F4EED8 0%, #FFF1D3 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 3px 12px #00000029;
    box-shadow: 0 3px 12px #00000029;
    border-radius: 8px;
    padding: 25px 9px 10px;
    margin: 20px 0;
    position: relative
}

@media screen and (max-width:1024px) {
    .pb-advantage-widget-section {
        margin: 0 16px
    }
}

@media screen and (max-width:600px) {
    .pb-advantage-widget-section {
        max-width: 560px;
        margin: 0 auto
    }
}

@media screen and (max-width:375px) {
    .pb-advantage-widget-section {
        padding: 14px 9px 10px
    }
}

.pb-advantage-widget-section::after {
    position: absolute;
    background: url(../../images/bu/pb-advantage-widget-graphics.svg) no-repeat center/contain;
    content: '';
    width: 200px;
    height: 166px;
    right: 9px;
    top: 10px
}

@media screen and (max-width:375px) {
    .pb-advantage-widget-section::after {
        width: 160px
    }
}

.pb-advantage-widget-section .pb-advantage-widget-title {
    color: #033D80;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 32px;
    margin-left: 3px;
    width: 200px;
    padding: 0 0 0 20px
}

.pb-advantage-widget-section .pb-advantage-widget-title span {
    font-weight: 500
}

@media screen and (max-width:600px) {
    .pb-advantage-widget-section .pb-advantage-widget-title {
        width: 126px;
        padding: 0;
        margin-bottom: 18px
    }

    .pb-advantage-widget-section .pb-advantage-widget-title span {
        font-weight: 700
    }

    .pb-advantage-widget-section .pb-advantage-widget-title span:last-child {
        font-size: 18px;
        font-weight: 500
    }
}

@media screen and (max-width:320px) {
    .pb-advantage-widget-section .pb-advantage-widget-title {
        font-size: 18px;
        width: 115px
    }
}

.pb-advantage-widget-section .pb-advantage-widget-content-section {
    background: #FFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 3px 12px #00000029;
    box-shadow: 0 3px 12px #00000029;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

@media screen and (max-width:600px) {
    .pb-advantage-widget-section .pb-advantage-widget-content-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pb-advantage-widget-section .pb-advantage-widget-content-section:after,
    .pb-advantage-widget-section .pb-advantage-widget-content-section:before {
        display: none
    }
}

.pb-advantage-widget-section .pb-advantage-widget-content-section:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 15px;
    background: #707070;
    opacity: .2;
    height: 91%;
    width: 1px
}

.pb-advantage-widget-section .pb-advantage-widget-content-section:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 47%;
    background: #707070;
    opacity: .2;
    height: 1px;
    width: 96%
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0 11px
}

@media screen and (min-width:601px) {
    .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:first-child {
        margin-right: auto
    }

    .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:last-child {
        margin-left: auto
    }
}

@media screen and (max-width:600px) {
    .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content {
        border-bottom: 1px solid #70707033;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content:last-child {
        border-bottom: none
    }
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content>div {
    margin-left: 10px
}

@media screen and (max-width:450px) {
    .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content>div {
        max-width: 288px
    }
}

@media screen and (orientation:landscape) and (max-width:600px) {
    .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content>div {
        max-width: 408px
    }
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
    position: relative;
    background-image: url(../../images/bu/investment/pb_advantage_widget_icons.png);
    display: block;
    background-repeat: no-repeat
}

@media screen and (max-width:825px) {
    .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
        min-width: 43px
    }
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
    width: 110px;
    height: 38px;
    background-position: -8px -137px
}

@media screen and (max-width:600px) {
    .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
        background-position: -4px -137px
    }
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
    width: 83px;
    height: 29px;
    background-position: -8px -4px
}

@media screen and (max-width:600px) {
    .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
        background-position: 3px -3px
    }
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3 {
    width: 120px;
    height: 38px;
    background-position: -8px -43px
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
    width: 120px;
    height: 38px;
    background-position: -8px -83px
}

@media screen and (max-width:600px) {
    .pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
        background-position: -2px -83px
    }
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .content-title {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize
}

.pb-advantage-widget-section .pb-advantage-widget-content-section .pb-advantage-widget-content .content-description {
    color: #757575;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0
}

.pb-advantage-widget-section .proceed {
    cursor: pointer;
    background: #FD4705;
    color: #FFF;
    margin: 20px 0 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px #00000047;
    box-shadow: 0 3px 6px #00000047;
    display: block;
    padding: 7px 15px;
    width: 100%;
    margin: 16px auto 6px;
    max-width: 170px
}

.pb-advantage-widget-section.term {
    padding: 12px 9px 11px;
    margin: 45px 0 20px
}

.pb-advantage-widget-section.term .pb-advantage-widget-title {
    margin-bottom: 15px;
    width: 215px
}

.pb-advantage-widget-section.term .pb-advantage-widget-title span {
    font-weight: 700;
    display: block
}

@media screen and (max-width:600px) {
    .pb-advantage-widget-section.term .pb-advantage-widget-title {
        width: 150px
    }
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section {
    padding: 0 15px 14px
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section:after {
    top: 48%
}

@media screen and (max-width:1024px) and (min-width:1000px) {
    .pb-advantage-widget-section.term .pb-advantage-widget-content-section:after {
        top: 44%
    }
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%
}

@media screen and (max-width:600px) {
    .pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg {
    background-image: url(../../images/bu/pb_advantage_widget_icons_term.png)
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1 {
    background-position: -4px -5px;
    width: 44px;
    height: 41px
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2 {
    background-position: 0 -51px;
    width: 48px;
    height: 43px
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3 {
    background-position: -13px -99px;
    width: 35px;
    height: 31px
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
    background-position: -4px -135px;
    width: 44px;
    height: 41px
}

.pb-advantage-widget-section.term .pb-advantage-widget-content-section .pb-advantage-widget-content>div {
    width: 90%
}

.pb-advantage-widget-section.term:after {
    top: -50px
}

@media screen and (max-width:600px) {
    .pb-advantage-widget-section.term:after {
        top: -35px
    }
}

@media screen and (max-width:320px) {
    .pb-advantage-widget-section.term:after {
        width: 145px;
        right: 0
    }
}

.pb-advantage-widget-section.car .pb-advantage-widget-content-section::after {
    top: 52%
}

.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    padding: 15px 0
}

@media screen and (max-width:600px) {
    .pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-1,
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-2,
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-3,
.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content .pb-advantage-widget-icon-bg.icon-4 {
    width: 50px
}

.pb-advantage-widget-section.car .pb-advantage-widget-content-section .pb-advantage-widget-content>div {
    width: 90%
}

.child-calculator {
    border-radius: 4px;
    display: block;
    margin-bottom: 20px
}

@media (max-width:640px) {
    .child-calculator {
        background: #fff;
        padding: 20px
    }
}

.child-cal-box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: block;
    min-height: 60px;
    border-radius: 8px;
    display: flex;
    width: 100%;
    max-width: 758px;
    margin: 0 auto
}

@media (max-width:640px) {
    .child-cal-box {
        flex-direction: column;
        background: #E8F1FF
    }
}

@media (max-width:568px) {
    .child-cal-box {
        max-width: 340px
    }
}

.child-cal-box .btn {
    width: 100%;
    background: #0065FF;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    margin: 60px auto 11px;
    border-radius: 5px;
    border: none;
    -webkit-appearance: none;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    display: block
}

.child-cal-box .btn.childCalc-step1 {
    margin-top: 50px
}

.child-form {
    background: transparent
}

@media (max-width:640px) {
    .child-form {
        width: 100%;
        background: #fff;
        border-radius: 50px 50px 12px 12px
    }
}

.child-form-steper {
    padding: 20px 40px 14px;
    width: 420px
}

@media (max-width:640px) {
    .child-form-steper {
        width: 100%;
        padding: 25px 20px 14px
    }

    .child-form-steper.final {
        padding: 5px 10px 14px
    }

    .child-form-steper .final .leadform {
        background: rgba(255, 255, 255, .6);
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        border-radius: 12px;
        border: 1px solid #e9e9e9;
        margin-top: 20px
    }
}

.child-form-steper .back-to-prev {
    font-size: 18px;
    position: relative;
    font-weight: 500
}

.child-form-steper .back-to-prev.step2 .back-to-prev-arrow,
.child-form-steper .back-to-prev.step3 .back-to-prev-arrow {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../../images/bu/right-arrow.svg) no-repeat -10px -2px;
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
    left: -35%;
    cursor: pointer
}

@media only screen and (max-width:1024px) {

    .child-form-steper .back-to-prev.step2 .back-to-prev-arrow,
    .child-form-steper .back-to-prev.step3 .back-to-prev-arrow {
        left: -80%
    }
}

@media only screen and (max-width:768px) {

    .child-form-steper .back-to-prev.step2 .back-to-prev-arrow,
    .child-form-steper .back-to-prev.step3 .back-to-prev-arrow {
        left: -50%
    }
}

@media only screen and (max-width:480px) {

    .child-form-steper .back-to-prev.step2 .back-to-prev-arrow,
    .child-form-steper .back-to-prev.step3 .back-to-prev-arrow {
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 15px;
        left: 0
    }
}

.child-form-steper .cal-heading {
    font-size: 16px;
    color: #253858;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 0;
    text-transform: capitalize
}

@media (max-width:440px) {
    .child-form-steper .cal-heading {
        font-size: 14px;
        text-align: center
    }
}

.child-form-steper .cal-heading .userinput_name {
    color: #0065FF
}

.child-form-steper .cal-heading.textcenter {
    text-align: center
}

.child-form-steper .cal-heading.btm20 {
    margin: 0 0 30px
}

.child-form-steper .cal-heading.small {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #253858;
    margin: 0;
    margin-bottom: 20px
}

.child-form-steper .cal-heading.small span {
    color: #0065FF
}

.child-form-steper .cal-heading.small .text.border {
    border: 1px dashed rgba(0, 101, 255, .2);
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    font-weight: 400
}

@media only screen and (max-width:1024px) {
    .child-form-steper .cal-heading {
        margin: 40px 0 0
    }
}

.child-form-steper .cal-subheading {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: -.016em
}

.child-form-steper .cal-subheading span {
    color: #0065FF
}

@media only screen and (max-width:1024px) {
    .child-form-steper .cal-subheading {
        line-height: 22px;
        margin: 20px 0 0;
        font-size: 14px
    }
}

.child-box {
    width: calc(100% - 420px);
    display: flex;
    flex-wrap: wrap
}

@media (max-width:640px) {
    .child-box {
        width: 100%
    }
}

.child-box .child-infographic {
    width: 100%;
    max-width: 100%;
    background: rgba(0, 101, 255, .05) url(../../images/bu/child-cal-bg.png) no-repeat 0 0;
    background-size: cover
}

@media (max-width:640px) {
    .child-box .child-infographic {
        background: none
    }
}

.step-4 .child-infographic {
    background-size: 250%;
    background-position: -80px 0
}

.leadform {
    background: rgba(255, 255, 255, .6);
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 40px
}

@media (max-width:640px) {
    .leadform {
        margin: auto
    }

    .leadform.border {
        border: 1px solid #ccc;
        margin: 40px auto 0;
        width: 100%;
        max-width: 320px
    }
}

.leadform .title,
.leadform .leftSection h1,
.leftSection .leadform h1,
.leadform .leftSection h2,
.leftSection .leadform h2,
.leadform .leftSection .h2,
.leftSection .leadform .h2 {
    text-align: center;
    color: #0065FF;
    font-size: 14px;
    font-weight: 600
}

.leadform .subtitle {
    text-align: center;
    color: #253858;
    font-size: 12px;
    font-weight: 400
}

.leadform .form-heading,
.leadform .heading,
.leadform .bluetext.mediumtext {
    color: #0065ff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: center
}

@media screen and (max-width:1024px) {

    .leadform .form-heading,
    .leadform .heading,
    .leadform .bluetext.mediumtext {
        margin-bottom: 7px;
        line-height: 26px;
        padding-top: 12px
    }
}

.leadform .title,
.leadform .leftSection h1,
.leftSection .leadform h1,
.leadform .leftSection h2,
.leftSection .leadform h2,
.leadform .leftSection .h2,
.leftSection .leadform .h2 {
    text-align: center;
    color: #0065FF;
    font-size: 16px;
    font-weight: 600
}

.leadform .form-sub-heading,
.leadform .description,
.leadform .blacktext.extrasmalltext {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 500;
    clear: both;
    margin-top: 10px
}

@media screen and (max-width:1024px) {

    .leadform .form-sub-heading,
    .leadform .description,
    .leadform .blacktext.extrasmalltext {
        margin-top: 3px;
        font-size: 16px
    }
}

.leadform .form-sub-heading .red,
.leadform .form-sub-heading .heighlight,
.leadform .description .red,
.leadform .description .heighlight,
.leadform .blacktext.extrasmalltext .red,
.leadform .blacktext.extrasmalltext .heighlight {
    color: #fd4705
}

.leadform .form-sub-heading .endownment,
.leadform .description .endownment,
.leadform .blacktext.extrasmalltext .endownment {
    font-size: 24px;
    text-transform: capitalize
}

.leadform #number_f {
    margin-bottom: 40px
}

.leadform #number_f .formInput .feildLable {
    left: 125px
}

.leadform .fieldWrapper {
    border: 1px solid #0164ff;
    border-radius: 6px;
    position: relative;
    width: 98%;
    display: table;
    margin: 20px auto 30px;
    background: rgba(1, 100, 255, .1)
}

.leadform .fieldWrapper .formInput {
    position: relative
}

.leadform .fieldWrapper .formInput input.labelshow+.feildLable,
.leadform .fieldWrapper .formInput input:focus+.feildLable {
    z-index: 10;
    visibility: visible;
    top: -13px;
    font-size: 12px;
    left: 14px !important;
    background: linear-gradient(0deg, rgb(231, 239, 255) 50%, rgb(255, 255, 255) 50%)
}

.leadform .fieldWrapper .formInput .feildLable {
    color: #5E6C84;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    left: 14px;
    top: 13px;
    padding: 2px;
    visibility: visible;
    pointer-events: none;
    transition: all 0.4s ease-in
}

.leadform .fieldWrapper .fullWidht {
    width: 100%;
    height: 100%;
    padding: 0 8px;
    border-radius: 8px;
    border: none;
    font-weight: 400;
    z-index: 9;
    background: 0 0;
    height: 48px;
    position: relative;
    color: #253858
}

.leadform .fieldWrapper #invmobile {
    padding-left: 120px;
    font-weight: 400
}

.leadform .fieldWrapper #mob_feild2feild {
    position: absolute;
    padding: 0 5px 0 7px;
    width: 122px;
    z-index: 10;
    box-sizing: border-box
}

.leadform .fieldWrapper #mob_feild2feild select {
    width: 70px;
    color: #253858;
    border: none;
    display: inline-block;
    float: left;
    -webkit-appearance: none;
    background: 0 0;
    font-weight: 600;
    background-image: url(../../images/bu/arrow-down_dark.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    margin: 0;
    height: 48px
}

.leadform .fieldWrapper #mob_feild2feild .cCode {
    padding: 15px 0 15px 5px;
    display: inline-block;
    line-height: 19px;
    width: 40px
}

.leadform .fieldWrapper #mob_feild2feild .cCodeText {
    display: inline-block;
    width: 44px
}

.leadform .fieldWrapper #mob_feild2feild .cCodeText input {
    padding: 9px 0;
    margin-left: 5px
}

.leadform .fieldWrapper .err {
    font-size: 10px;
    color: red;
    width: 100%;
    left: 0;
    bottom: -18px;
    padding: 1px 0;
    text-align: left;
    font-weight: 400;
    position: absolute
}

.leadform .fieldWrapper .secure-tag {
    position: absolute;
    display: flex;
    right: 8px;
    bottom: -26px;
    background: rgba(57, 97, 235, .1019607843) 0% 0% no-repeat padding-box;
    border-radius: 0 0 8px 8px;
    padding: 5px 10px 4px 7px
}

.leadform .fieldWrapper .secure-tag .text {
    letter-spacing: .15px;
    color: #3962ED;
    font-size: 11px;
    line-height: 17px;
    font-weight: 600;
    margin-left: 6px
}

.child-cal-heading-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
    margin-top: 50px
}

.child-cal-heading-wrapper-sub {
    font-size: 16px;
    letter-spacing: 0;
    color: #253858;
    font-weight: 700;
    line-height: 20px
}

.child-cal-heading-wrapper-large {
    text-align: left;
    font: normal normal bold 24px/32px Roboto;
    letter-spacing: .38px;
    margin-top: 20px
}

.child-cal-heading-wrapper-large span {
    color: #0662f6
}

@media (max-width:640px) {
    .child-cal-heading-wrapper {
        margin-top: 0;
        text-align: center;
        min-height: 80px
    }

    .child-cal-heading-wrapper-large {
        text-align: center
    }
}

.child-cal-heading-wrapper .backarrow {
    display: none
}

.child-cal-heading-wrapper.back-arrow {
    margin-top: 0
}

.child-cal-heading-wrapper.back-arrow .backarrow {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 16px;
    margin-top: 0;
    margin-bottom: 15px;
    width: 40px;
    height: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #ebebeb;
    position: relative;
    cursor: pointer
}

.child-cal-heading-wrapper.back-arrow .backarrow:before {
    content: "";
    display: block;
    margin: 30px auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    transform: rotate(-45deg);
    top: -18px
}

@media (max-width:640px) {
    .child-cal-heading-wrapper.back-arrow .backarrow {
        position: absolute
    }
}

@media (max-width:640px) {
    .child-cal-heading-wrapper.back-arrow .child-cal-heading-wrapper-sub {
        padding: 10px 0 10px 30px
    }

    .child-cal-heading-wrapper.back-arrow .child-cal-heading-wrapper-large {
        display: none
    }
}

.step-4 .child-cal-heading-wrapper-large {
    display: none
}

.formInput-item {
    width: 100%;
    position: relative
}

.formInput-item .step-1 {
    padding: 0 27px
}

.formInput-item label {
    display: block;
    font-size: 12px;
    color: #253858;
    font-weight: 600;
    padding-bottom: 0
}

.formInput-item label span {
    color: #757575;
    font-weight: 300
}

.formInput-item label.lbl {
    position: relative;
    cursor: pointer;
    margin: 15px 0
}

.formInput-item label.lbl .radio-format {
    border: 1px solid #707070;
    color: #253858;
    text-align: left;
    border-radius: 8px;
    position: relative;
    padding: 14px 14px 14px 54px;
    transition: all 0.5s;
    font-size: 14px;
    text-transform: uppercase
}

.formInput-item label.lbl .radio-format:before {
    content: "";
    background: url(../../images/bu/degree-type.png) no-repeat 0 0;
    position: absolute;
    width: 32px;
    height: 32px;
    background-size: 100%;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%)
}

.formInput-item label.lbl .radio-format.mba:before {
    background-position: 0 0
}

.formInput-item label.lbl .radio-format.doc:before {
    background-position: 3px -38px;
    background-size: 80%
}

.formInput-item label.lbl .radio-format.eng:before {
    background-position: 0 -101px
}

.formInput-item label.lbl .radio-format.oth:before {
    background-position: 0 -148px
}

.formInput-item label.lbl input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0
}

.formInput-item label.lbl input:checked+.radio-format {
    box-shadow: 0 3px 10px #cecece
}

.formInput-item label.lbl-typ1 {
    position: relative;
    margin: 5px 0 10px;
    cursor: pointer
}

.formInput-item label.lbl-typ1 input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0
}

.formInput-item label.lbl-typ1 input:checked+.collage-amt {
    box-shadow: 0 3px 10px #cecece
}

.formInput-item input,
.formInput-item select {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #707070;
    margin-bottom: 15px;
    line-height: 22px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

.formInput-item select {
    background: url(../../images/bu/selectarro.svg) no-repeat 95% 50%
}

.formInput-item select option {
    background: none
}

.formInput-item input.error {
    border: 1px solid red
}

.formInput-item .err {
    position: absolute;
    font-size: 12px;
    color: red;
    bottom: -5px
}

.collage-amt {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #707070;
    font-size: 14px;
    color: #253858;
    border-radius: 8px;
    position: relative;
    padding: 14px;
    transition: all 0.5s
}

.collage-amt.title,
.leftSection h1.collage-amt,
.leftSection h2.collage-amt,
.leftSection .collage-amt.h2 {
    font-size: 10px;
    color: #757575;
    padding: 0;
    position: relative;
    bottom: 0;
    border: none
}

.collage-amt.title .amt:after,
.leftSection h1.collage-amt .amt:after,
.leftSection h2.collage-amt .amt:after,
.leftSection .collage-amt.h2 .amt:after {
    display: none
}

.collage-amt .collage {
    width: 65%
}

.collage-amt .amt {
    width: 35%;
    text-align: right;
    padding-right: 10px;
    position: relative
}

.collage-amt .amt:after {
    content: "";
    position: absolute;
    display: inline-block;
    transform: rotate(-45deg);
    height: 8px;
    width: 8px;
    border-bottom: 2px solid #253858;
    border-right: 2px solid #000;
    top: 7px;
    right: -3px
}

.child-future-amount {
    display: block;
    padding: 25px;
    width: 100%;
    position: relative
}

.child-future-amount .recalulate {
    font-size: 14px;
    color: #0652dd;
    font-weight: 500;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 10px
}

.child-future-amount .recalulate:before {
    content: "";
    background: #0662f6;
    position: absolute;
    height: 2px;
    width: 20px;
    left: -22px;
    top: 50%;
    transform: translate(0, -50%)
}

.child-future-amount .heading {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #253858;
    text-align: center
}

.child-future-amount .fee-amt {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 40px 0 20px 0
}

.child-future-amount .fee-amt span {
    font-size: 16px;
    color: #0652dd;
    font-weight: 700;
    position: relative
}

.child-future-amount .fee-amt span input {
    width: 100px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    display: inline-block;
    margin: 0 10px 0 5px;
    font-size: 18px;
    padding: 0;
    line-height: 32px;
    height: 30px
}

.child-future-amount .fee-amt span.currency {
    font-size: 16px;
    color: #dedede;
    font-weight: 700;
    border-left: 1px solid #333;
    padding-left: 5px;
    position: absolute;
    right: 15px;
    line-height: 20px;
    top: 0
}

.child-future-amount .fee-amt .editLink,
.child-future-amount .fee-amt .doneLink {
    font-size: 10px;
    font-weight: 500;
    color: #0652dd
}

.child-future-amount .fee-amt .editLink+.err,
.child-future-amount .fee-amt .doneLink+.err {
    font-size: 10px;
    color: red
}

.child-future-amount .fee-upgrade {
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: 500
}

.child-future-amount .fee-upgrade select {
    border: 1px solid #0662f6;
    padding: 0 40px 0 12px;
    font-weight: 700;
    border-radius: 2px;
    margin-left: 3%
}

.child-cal-close {
    position: absolute;
    right: 22px;
    top: -15px;
    width: 22px;
    height: 22px;
    z-index: 10;
    display: none
}

.child-cal-close:before,
.child-cal-close:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 18px;
    width: 2px;
    background-color: #333
}

.child-cal-close:before {
    transform: rotate(45deg)
}

.child-cal-close:after {
    transform: rotate(-45deg)
}

.transparent-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    z-index: 9999
}

.makemistake {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px
}

.makemistake .recalulate {
    color: #0065FF;
    cursor: pointer
}

.makemistake .recalulate:hover {
    text-decoration: underline
}

.child-cal-box .resultBox {
    margin: 0;
    padding: 0
}

@media (max-width:640px) {
    .child-cal-box .resultBox {
        border: none !important;
        background: none !important;
        float: initial !important
    }
}

.child-cal-box .resultBox .growth-status {
    width: 338px;
    height: 240px;
    background: url(../../images/bu/investment/bg-child-cal.png) no-repeat bottom left;
    box-shadow: inset 1px 0 16px #e6e6ff;
    padding: 5px;
    border-radius: 8px;
    background-size: 100%;
    margin-bottom: 150px
}

@media (max-width:640px) {
    .child-cal-box .resultBox .growth-status {
        border-radius: 36px 36px 12px 12px;
        background-size: 100%;
        margin-bottom: 66px;
        margin-top: 5px;
        width: 100%
    }

    .child-cal-box .resultBox .growth-status .makemistake {
        margin-bottom: 20px
    }
}

@media (max-width:375px) {
    .child-cal-box .resultBox .growth-status {
        height: 266px;
        margin-bottom: 35px
    }

    .child-cal-box .resultBox .growth-status .reach-to-gole {
        font-size: 12px
    }

    .child-cal-box .resultBox .growth-status .makemistake {
        margin-bottom: 20px
    }
}

@media (max-width:320px) {
    .child-cal-box .resultBox .growth-status {
        margin-bottom: 70px
    }
}

.child-cal-box .resultBox .growth-status .fee-upgrade {
    background: #fff;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 0 16px rgba(204, 204, 204, .26);
    width: 94%;
    margin: 10px auto 0
}

@media (max-width:640px) {
    .child-cal-box .resultBox .growth-status .fee-upgrade {
        border-radius: 8px
    }
}

@media (max-width:440px) {
    .child-cal-box .resultBox .growth-status .fee-upgrade {
        padding: 8px 0;
        font-size: 10px
    }
}

.child-cal-box .resultBox .growth-status .hlight {
    text-transform: uppercase;
    color: #206F13;
    font-weight: 600;
    position: relative;
    padding-right: 10px
}

.child-cal-box .resultBox .growth-status .hlight:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 10px;
    background: url(../../images/bu/investment/arrow-up.svg) no-repeat;
    right: 0;
    top: 6px
}

.child-cal-box .resultBox .growth-status .InflationRate {
    background: rgba(32, 111, 19, .26) url(../../images/bu/investment/green-arrow.svg) no-repeat 85% 60%;
    border-radius: 4px;
    border: none;
    padding: 3px 15px 3px 7px;
    color: #206F13;
    font-weight: 600;
    font-size: 12px
}

.child-cal-box .resultBox .growth-status .res {
    display: flex;
    margin: 0;
    position: relative
}

.child-cal-box .resultBox .growth-status .res .inifig,
.child-cal-box .resultBox .growth-status .res .finalfig {
    width: 50%;
    height: 170px
}

.child-cal-box .resultBox .growth-status .res .inifig {
    position: relative
}

.child-cal-box .resultBox .growth-status .res .inifig .fee-amt {
    position: absolute;
    width: 125px;
    left: 16px;
    top: 36px;
    font-size: 11px;
    text-align: right
}

.child-cal-box .resultBox .growth-status .res .inifig .fee-amt b {
    font-size: 14px
}

.child-cal-box .resultBox .growth-status .res .inifig .fee-amt .err {
    font-size: 10px;
    width: 110px;
    line-height: 10px;
    color: red;
    margin: 0 0 0 auto
}

.child-cal-box .resultBox .growth-status .res .inifig .fee-amt .editfigure input {
    width: 30px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #e3e3fd;
    border-radius: 4px
}

.child-cal-box .resultBox .growth-status .res .inifig .fee-amt .doneLink,
.child-cal-box .resultBox .growth-status .res .inifig .fee-amt .editLink {
    font-size: 13px;
    font-weight: 600;
    color: #0065FF
}

.child-cal-box .resultBox .growth-status .res .inifig .fee-amt .editLink {
    padding-left: 14px;
    margin-right: 5px;
    position: relative
}

.child-cal-box .resultBox .growth-status .res .inifig .fee-amt .editLink::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 3px;
    background: url(../../images/bu/investment/rename.svg) no-repeat 0 0;
    background-size: 100%
}

.child-cal-box .resultBox .growth-status .res .inifig img {
    position: absolute;
    left: 20px;
    bottom: 10px
}

.child-cal-box .resultBox .growth-status .res .inifig .intial-year {
    position: absolute;
    bottom: 8px;
    left: 26px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(37, 56, 88, .56);
    text-transform: uppercase
}

.child-cal-box .resultBox .growth-status .res .inifig .intial-year span {
    display: inline-block;
    color: #253858;
    font-weight: 600;
    font-size: 14px
}

.child-cal-box .resultBox .growth-status .res .finalfig {
    position: relative
}

.child-cal-box .resultBox .growth-status .res .finalfig .fee-amt {
    position: absolute;
    width: 95px;
    right: 20px;
    top: 12px;
    text-align: center;
    font-weight: 600
}

.child-cal-box .resultBox .growth-status .res .finalfig .final-year {
    position: absolute;
    bottom: 8px;
    left: 56px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(37, 56, 88, .56);
    text-transform: uppercase
}

.child-cal-box .resultBox .growth-status .res .finalfig .final-year span {
    display: inline-block;
    color: #253858;
    font-weight: 600;
    font-size: 14px
}

.child-cal-box .resultBox .growth-status .res .finalfig img {
    position: absolute;
    right: 20px;
    bottom: 10px
}

.child-cal-box .resultBox .saving-amt {
    background: #fff;
    border-radius: 12px;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 0 16px #ccc
}

.child-cal-box .resultBox .saving-amt .amt {
    font-size: 22px;
    font-weight: 600;
    color: #0065FF
}

.child-cal-box .resultBox .saving-amt .amt span {
    font-size: 16px
}

@media (max-width:440px) {
    .child-cal-box .resultBox .saving-amt .amt {
        padding: 5px 5px 2px;
        line-height: 20px
    }
}

@media (max-width:375px) {
    .child-cal-box .resultBox .saving-amt .amt {
        font-size: 18px;
        font-weight: 600;
        color: #0065FF
    }
}

.leadform {
    background: rgba(255, 255, 255, .6);
    width: 90%;
    margin: 0 auto 30px;
    padding: 10px;
    border-radius: 12px
}

.leadform .title,
.leadform .leftSection h1,
.leftSection .leadform h1,
.leadform .leftSection h2,
.leftSection .leadform h2,
.leadform .leftSection .h2,
.leftSection .leadform .h2 {
    text-align: center;
    color: #0065FF;
    font-size: 16px;
    font-weight: 600
}

.leadform .subtitle {
    text-align: center;
    color: #253858;
    font-size: 12px;
    font-weight: 400;
    margin-top: 8px
}

.leadform .form-heading,
.leadform .heading,
.leadform .bluetext.mediumtext {
    color: #0065ff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: center
}

@media screen and (max-width:1024px) {

    .leadform .form-heading,
    .leadform .heading,
    .leadform .bluetext.mediumtext {
        margin-bottom: 7px;
        line-height: 26px;
        padding-top: 12px
    }
}

.leadform .form-sub-heading,
.leadform .description,
.leadform .blacktext.extrasmalltext {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 500;
    clear: both;
    margin-top: 10px
}

@media screen and (max-width:1024px) {

    .leadform .form-sub-heading,
    .leadform .description,
    .leadform .blacktext.extrasmalltext {
        margin-top: 3px;
        font-size: 16px
    }
}

.leadform .form-sub-heading .red,
.leadform .form-sub-heading .heighlight,
.leadform .description .red,
.leadform .description .heighlight,
.leadform .blacktext.extrasmalltext .red,
.leadform .blacktext.extrasmalltext .heighlight {
    color: #fd4705
}

.leadform .form-sub-heading .endownment,
.leadform .description .endownment,
.leadform .blacktext.extrasmalltext .endownment {
    font-size: 24px;
    text-transform: capitalize
}

.leadform #number_f {
    margin-bottom: 40px
}

.leadform #number_f .formInput .feildLable {
    left: 125px
}

.leadform #email+.btn {
    margin: 0 auto 11px
}

.leadform #email {
    margin: 30px auto 10px
}

.leadform #email.error {
    margin: 30px auto 22px
}

.leadform .fieldWrapper {
    border: 1px solid #0164ff;
    border-radius: 6px;
    position: relative;
    width: 98%;
    display: table;
    margin: 20px auto 30px;
    background: rgba(1, 100, 255, .1)
}

.leadform .fieldWrapper .formInput {
    position: relative
}

.leadform .fieldWrapper .formInput input.labelshow+.feildLable,
.leadform .fieldWrapper .formInput input:focus+.feildLable {
    z-index: 10;
    visibility: visible;
    top: -13px;
    font-size: 12px;
    left: 14px !important;
    background: rgb(224, 234, 255);
    background: linear-gradient(0deg, rgb(231, 239, 255) 50%, rgb(255, 255, 255) 50%)
}

.leadform .fieldWrapper .formInput .feildLable {
    color: #5E6C84;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    left: 14px;
    top: 13px;
    padding: 2px;
    visibility: visible;
    pointer-events: none;
    transition: all 0.4s ease-in
}

.leadform .fieldWrapper .fullWidht {
    width: 100%;
    height: 100%;
    padding: 0 8px;
    border-radius: 8px;
    border: none;
    font-weight: 400;
    z-index: 9;
    background: 0 0;
    height: 48px;
    position: relative;
    color: #253858
}

.leadform .fieldWrapper #invmobile {
    padding-left: 130px;
    font-weight: 400
}

.leadform .fieldWrapper #mob_feild2feild {
    position: absolute;
    padding: 0 5px 0 7px;
    width: 122px;
    z-index: 10;
    box-sizing: border-box
}

.leadform .fieldWrapper #mob_feild2feild select {
    width: 70px;
    color: #253858;
    border: none;
    display: inline-block;
    float: left;
    -webkit-appearance: none;
    background: 0 0;
    font-weight: 600;
    background-image: url(../../images/bu/arrow-down_dark.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    margin: 0;
    height: 48px;
    padding: 0 20px 0 0
}

.leadform .fieldWrapper #mob_feild2feild .cCode {
    padding: 15px 0 15px 5px;
    display: inline-block;
    line-height: 19px;
    width: 40px
}

.leadform .fieldWrapper #mob_feild2feild .cCodeText {
    display: inline-block;
    width: 44px
}

.leadform .fieldWrapper #mob_feild2feild .cCodeText input {
    padding: 9px 0;
    margin-left: 5px
}

.leadform .fieldWrapper .err {
    font-size: 10px;
    color: red;
    width: 100%;
    left: 0;
    bottom: -18px;
    padding: 1px 0;
    text-align: left;
    font-weight: 400;
    position: absolute
}

.leadform .fieldWrapper .err.diff {
    width: 130px;
    top: 50px;
    line-height: 12px
}

.leadform .fieldWrapper .secure-tag {
    position: absolute;
    display: flex;
    right: 8px;
    bottom: -26px;
    background: rgba(57, 97, 235, .1019607843) 0% 0% no-repeat padding-box;
    border-radius: 0 0 8px 8px;
    padding: 5px 10px 4px 7px
}

.leadform .fieldWrapper .secure-tag .text {
    letter-spacing: .15px;
    color: #3962ED;
    font-size: 11px;
    line-height: 17px;
    font-weight: 600;
    margin-left: 6px
}

.leadform .fieldWrapper #mob_feild2feild+input.labelshow+.feildLable,
.leadform .fieldWrapper #mob_feild2feild+input:focus+.feildLable {
    display: none
}

.leadform .certifypartner {
    background: transparent linear-gradient(90deg, rgba(255, 255, 255, .1843137255) 0%, var(--policybazaar-blue) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, rgba(255, 255, 255, .1843137255) 0%, rgba(0, 101, 255, .26) 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 10px;
    padding: 2px 2px 2px 39px;
    width: 255px;
    position: relative;
    margin: 0 auto;
    font-family: arial
}

.leadform .certifypartner:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(../../images/bu/pbcertifiacte-icon.png) no-repeat 0 0;
    position: absolute;
    top: 1px;
    background-size: 100%;
    left: 10px
}

.loading-img:before {
    content: "";
    height: 0;
    width: 0;
    padding: 9px;
    border: 3px solid #fff;
    border-right-color: #fee380;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    position: absolute !important;
    right: 7px;
    top: 10px;
    position: relative
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.transparent-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    z-index: 9999
}

.retirement_calculator {
    background: #f2f2f2;
    border-radius: 12px;
    padding: 15px;
    display: block;
    position: relative;
    margin-bottom: 20px
}

@media only screen and (max-width:768px) {
    .retirement_calculator {
        width: 94%;
        margin: 0 auto;
        padding: 15px 0;
        background: transparent
    }
}

.retirement_calculator .mobileimg {
    background: url(../../images/bu/retirement_calc.png) no-repeat 0 0;
    width: 100px;
    height: 100px;
    top: 30px;
    position: absolute;
    background-size: 100%;
    right: 10px;
    display: none
}

@media only screen and (max-width:360px) {
    .retirement_calculator .mobileimg {
        width: 80px
    }
}

.retirement_calculator .backarrow {
    background: url(../../images/bu/back-arrow.svg) no-repeat left center;
    width: 100%;
    height: 30px;
    display: none
}

.retirement_calculator .backarrow.retirement_form_step1 {
    display: block
}

.retirement_calculator .retirement_calculator_heading {
    text-align: left;
    font-size: 20px;
    position: relative;
    margin-bottom: 16px;
    font-weight: 700;
    color: #263858
}

@media only screen and (max-width:767px) {
    .retirement_calculator .retirement_calculator_heading {
        display: none
    }
}

.retirement_form_wrapper {
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: block;
    min-height: 420px;
    padding: 15px 24px
}

.retirement_form_wrapper {
    width: 100%;
    clear: both;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.retirement_form_wrapper .infographics {
    width: 40%
}

@media only screen and (max-width:768px) {
    .retirement_form_wrapper .infographics {
        width: 100%
    }
}

.retirement_form_wrapper .retirement_form_step1_heading {
    font-size: 18px;
    color: #0164ff;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 30px
}

.retirement_form {
    position: relative
}

.infographics {
    position: relative
}

.infographics.step2_active {
    margin-top: -50px
}

@media only screen and (max-width:768px) {
    .infographics.step2_active {
        margin-top: 0
    }
}

.infographics.step2_active .amt_you_reveived {
    border: 1px dashed #0862f6;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #263858;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500
}

@media only screen and (max-width:768px) {
    .infographics.step2_active .amt_you_reveived {
        border: none
    }
}

.infographics.step2_active .amt {
    font-size: 30px;
    display: block;
    padding: 12px;
    font-weight: 700;
    color: #0862f6
}

.infographics.step2_active .amt .small {
    font-size: 16px
}

.infographics.step2_active .intrest_calculated {
    font-size: 11px;
    color: #757575
}

.infographics.step2_active .recalculate {
    display: block;
    text-align: center;
    color: #263858;
    font-weight: 600
}

.infographics .img {
    background: url(../../images/bu/retirement_calc.png) no-repeat 0 0;
    width: 100%;
    height: 265px;
    top: 0;
    position: relative;
    margin-bottom: 8px;
    background-size: 90%
}

@media only screen and (max-width:768px) {
    .infographics .img {
        display: none
    }
}

.infographics .btn {
    width: 100%;
    background: #0662f6;
    color: #fff;
    text-align: center;
    padding: 14px 25px;
    margin: 10px auto 11px;
    border-radius: 5px;
    border: none;
    -webkit-appearance: none;
    font-weight: 500;
    cursor: pointer;
    display: block
}

.infographics.step0_active .amt_you_reveived {
    display: none
}

.infographics.step0_active .recalculate {
    display: none
}

.infographics.step0_active .continue {
    display: none
}

.infographics.step1_active {
    margin-top: 0
}

.infographics.step1_active .amt_you_reveived {
    display: none
}

.infographics.step1_active .recalculate {
    display: none
}

.infographics.step1_active .continue {
    display: block;
    margin-top: -20px
}

.infographics.step2_active {
    position: relative
}

.infographics.step2_active .img {
    background: url(../../images/bu/retirement_calc.png) no-repeat center right;
    width: 100%;
    height: 185px;
    background-size: 60%;
    top: -35px
}

@media only screen and (max-width:1024px) {
    .infographics.step2_active .img {
        width: 185px;
        height: 185px;
        background-size: 90%;
        margin: 0 0 0 auto
    }
}

.infographics.step2_active .amt_you_reveived {
    display: block
}

.infographics.step2_active .recalculate {
    display: block
}

.infographics.step2_active .continue {
    display: block;
    margin: 18px auto 15px
}

.retirement_feild_wrapper {
    width: 90%;
    position: relative
}

@media only screen and (max-width:768px) {
    .retirement_feild_wrapper {
        width: 100%
    }
}

.retirement_feild_wrapper .age-of-retirement {
    position: absolute;
    bottom: 32px;
    right: 10px;
    background: #eef3fd;
    color: #0862f6;
    padding: 5px 9px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500
}

.retirement_feild_wrapper .err {
    font-size: 10px;
    color: #d60404;
    position: relative;
    top: -10px
}

.retirement_feild_wrapper .err.ext {
    top: 5px
}

.retirement_feild_wrapper.mt-20 {
    margin-top: 25px
}

.retirement_feild_wrapper .retirement_form_step0 .mt-20 .err {
    top: 5px
}

.retirement_feild_wrapper label {
    color: #263858;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 5px 15px 55px;
    display: block;
    position: relative
}

.retirement_feild_wrapper label.retirement_bg.ico2:before {
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 8px;
    position: absolute;
    padding: 15px 5px 15px 35px;
    background: url(../../images/bu/bag-icon.png) no-repeat center center;
    background-size: 16px 16px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.retirement_feild_wrapper label.retirement_bg.ico3:before {
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 8px;
    padding: 15px 5px 15px 35px;
    position: absolute;
    background: url(../../images/bu/calender-icon.png) no-repeat center center;
    background-size: 16px 16px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.retirement_feild_wrapper input.text {
    width: 100%;
    font-size: 16px;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #5e6c84;
    margin-bottom: 15px;
    line-height: 22px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

.retirement_feild_wrapper input.text.rupeeicon {
    background: transparent url(../../images/bu/rupees-black-icon.svg) no-repeat 10px center;
    background-size: 10px 14px;
    padding: 12px 12px 12px 25px
}

@media all and (-ms-high-contrast:none) {
    .retirement_feild_wrapper input.text.rupeeicon {}

    .retirement_feild_wrapper input.text.rupeeicon {
        padding: 12px 12px 14px 25px
    }

    .retirement_feild_wrapper input.text.rupeeicon *::-ms-backdrop,
    .retirement_feild_wrapper input.text.rupeeicon {
        padding: 12px 12px 14px 25px
    }
}

.retirement_feild_wrapper input.text.mb-0 {
    margin-bottom: 0
}

.retirement_feild_wrapper .info_label {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    color: #bbb;
    position: relative;
    padding-left: 15px
}

.retirement_feild_wrapper .info_label:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #bbb;
    border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.retirement_feild_wrapper .expense_direct_select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.retirement_feild_wrapper .expense_direct_select article {
    position: relative;
    width: 33%;
    margin: 5px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.retirement_feild_wrapper .expense_direct_select article .boxcolor {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 25px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-size: 12px;
    font-weight: 500;
    padding: 5px;
    color: #0652dd;
    border: 1px solid #5E6C84;
    border-radius: 40px
}

.retirement_feild_wrapper .expense_direct_select article input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.retirement_feild_wrapper .expense_direct_select article input[type=radio]:checked~.boxcolor {
    background-color: #67a8ff;
    color: #fff
}

.retirement_form_step2_heading {
    position: relative;
    color: #263858
}

@media only screen and (max-width:320px) {
    .retirement_form_step2_heading {
        width: 170px
    }
}

@media only screen and (max-width:480px) {
    .retirement_form_step2_heading strong {
        padding: 0;
        display: block
    }
}

.retirement_form_step2_heading strong .finalAmt {
    width: auto;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #263858;
    display: inline-block;
    padding-right: 10px
}

.retirement_form_step2_heading strong .finalAmt input {
    border-bottom: 1px solid #ccc !important
}

.retirement_form_step2_heading strong .finalAmt .err {
    position: absolute;
    font-size: 10px;
    color: red;
    line-height: 10px;
    width: 150px;
    padding-top: 6px
}

.retirement_form_step2_heading strong input[type="text"] {
    width: 80px;
    border: none;
    font-size: 16px;
    font-weight: 600
}

.retirement_form_step2_heading strong .editAmt {
    color: #0662f6;
    text-decoration: underline
}

.retirement_form_step2_heading strong .editAmt:hover,
.retirement_form_step2_heading strong .editAmt:visited {
    color: #0662f6
}

.retirement_form_step2 {
    position: relative
}

.retirement_form_step2 .changeIntrest_rate {
    color: #263858;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0
}

.retirement_form_step2 .changeIntrest_rate span {
    display: inline-block
}

@media only screen and (max-width:480px) {
    .retirement_form_step2 .changeIntrest_rate span {
        padding: 10px 0
    }
}

.retirement_form_step2 .changeIntrest_rate span select {
    width: 80px;
    border: 1px dashed #0862f6;
    padding: 0 5px;
    border-radius: 5px;
    color: #0862f6;
    font-weight: 600;
    margin-left: 15px
}

@media only screen and (max-width:575px) {
    .retirement_form_step2 .changeIntrest_rate span select {
        margin-left: 0
    }
}

.retirement_form_step2 .capital_improvement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.retirement_form_step2 .capital_improvement .boxanimation {
    padding: 0;
    background-size: 200% 200%;
    border-radius: 8px 8px 0 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #A72424), color-stop(50%, transparent));
    background-image: linear-gradient(to top, #A72424 50%, transparent 50%);
    -webkit-transition: background-position 1.3s, color 1.3s ease, border-color 1.3s ease;
    transition: background-position 1.3s, color 1.3s ease, border-color 1.3s ease;
    width: 15px;
    height: 90px;
    position: relative;
    top: -20px;
    margin: 0 10px 0 auto
}

.retirement_form_step2 .capital_improvement .boxanimation.low {
    height: 40px;
    position: relative;
    top: 30px
}

.retirement_form_step2 .capital_improvement .boxanimation.active {
    color: #fff;
    border-color: #6AB2FA;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(51%, #6AB2FA), color-stop(50%, transparent));
    background-image: linear-gradient(to top, #6AB2FA 51%, transparent 50%);
    background-position: 0 100%;
    -webkit-transition: background-position 1.3s, color 1.3s ease, border-color 1.3s ease;
    transition: background-position 1.3s, color 1.3s ease, border-color 1.3s ease
}

@media only screen and (max-width:768px) {
    .retirement_form_step2 .capital_improvement {
        padding: 0 30px 0
    }

    .retirement_form_step2 .capital_improvement .boxanimation {
        margin: 0 10px 0 auto
    }
}

@media only screen and (max-width:480px) {
    .retirement_form_step2 .capital_improvement {
        padding: 0 0 0
    }
}

.retirement_form_step2 .capital_improvement .init,
.retirement_form_step2 .capital_improvement .final {
    width: 40%;
    text-align: center;
    position: relative
}

.retirement_form_step2 .capital_improvement .init .img {
    background: url(../../images/bu/young_age.svg) no-repeat center bottom;
    height: 80px;
    margin-bottom: 5px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 70px
}

.retirement_form_step2 .capital_improvement .final .img {
    background: url(../../images/bu/oldage.svg) no-repeat center bottom;
    height: 80px;
    margin-bottom: 5px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 70px
}

.retirement_form_step2 .capital_improvement .initamt,
.retirement_form_step2 .capital_improvement .finalamt {
    font-weight: 600;
    top: 30px;
    position: relative
}

.retirement_form_step2 .capital_improvement .initamt .small,
.retirement_form_step2 .capital_improvement .finalamt .small {
    font-size: 10px
}

.retirement_form_step2 .capital_improvement .finalamt {
    top: 0
}

.retirement_form_step2 .capital_improvement .content {
    display: block;
    text-align: center
}

.retirement_form_step2 .capital_improvement .content span {
    display: block
}

.retirement_form_step2 .capital_improvement .content span.age_today,
.retirement_form_step2 .capital_improvement .content span.age_final {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px
}

.retirement_form_step2 .capital_improvement .content span.age {
    font-weight: 400;
    color: #757575;
    font-size: 10px;
    line-height: 16px
}

.retirement_form_step0 .retirement_feild_wrapper label {
    padding: 20px 0 40px 75px;
    font-size: 18px;
    position: relative
}

.retirement_form_step0 .retirement_feild_wrapper label .age-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 8px;
    position: absolute;
    background: url(../../images/bu/your-age-retirement.png) no-repeat center center;
    background-size: 40px 40px;
    left: 0;
    top: 35%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.btn.next {
    width: 100%;
    background: #0662f6;
    color: #fff;
    text-align: center;
    padding: 14px 25px;
    margin: 30px auto 21px;
    border-radius: 8px;
    border: none;
    -webkit-appearance: none;
    font-weight: 500;
    cursor: pointer;
    display: block;
    max-width: 300px
}

.back {
    position: absolute;
    top: -60px;
    cursor: pointer
}

@media screen and (max-width:768px) {
    .back {
        top: -85px
    }
}

.retirement_calculator .retirement_form_wrapper {
    padding: 25px
}

@media screen and (max-width:1024px) {
    .retirement_calculator .retirement_form_wrapper {
        padding: 16px;
        display: block
    }
}

.retirement_calculator .retirement_form_wrapper .retirement_form_step1_heading {
    font-size: 16px;
    color: #5E6C84;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: initial;
    font-weight: 500
}

.retirement_calculator .retirement_form_wrapper .retirement_form_step2_heading span {
    margin-right: 15px
}

@media screen and (max-width:767px) {
    .retirement_calculator .retirement_form_wrapper .retirement_form_step2_heading span {
        margin-right: 0
    }
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 {
    padding-bottom: 80px
}

@media screen and (max-width:768px) {
    .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 {
        padding-bottom: 0
    }
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .capital_improvement {
    width: 60%
}

@media screen and (max-width:768px) {
    .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .capital_improvement {
        width: 100%
    }
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper {
    width: 328px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper:last-child {
    margin-bottom: 0;
    margin-top: 0
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper:nth-last-of-type(2) {
    margin-bottom: 20px
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper:nth-last-of-type(3) {
    margin-bottom: 0
}

@media screen and (max-width:1024px) {
    .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper {
        width: 100%
    }
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invAge::-webkit-input-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invPensionAge::-webkit-input-placeholder {
    opacity: 0;
    display: none !important
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invAge:-ms-input-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invPensionAge:-ms-input-placeholder {
    opacity: 0;
    display: none !important
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invAge::-ms-input-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invPensionAge::-ms-input-placeholder {
    opacity: 0;
    display: none !important
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invAge::placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invPensionAge::placeholder {
    opacity: 0;
    display: none !important
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge:focus~label,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge:not(:placeholder-shown)~label,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge:focus~label,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge:not(:placeholder-shown)~label {
    -webkit-transform: scale(.85) translateY(-10px) translateX(10px) !important;
    transform: scale(.85) translateY(-10px) translateX(10px) !important
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge~label,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge~label {
    -webkit-transform: scale(.85) translateY(25px) translateX(10px) !important;
    transform: scale(.85) translateY(25px) translateX(10px) !important
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control::-webkit-input-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .input-group .symbol,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control::-webkit-input-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control::-moz-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control:-ms-input-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control:-moz-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control::-webkit-input-placeholder {
    font-size: 16px;
    color: #253858;
    font-weight: 500;
    line-height: normal
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control::placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .input-group .symbol,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control::-webkit-input-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control::-moz-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control:-ms-input-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control:-moz-placeholder,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control::-webkit-input-placeholder {
    font-size: 16px;
    color: #253858;
    font-weight: 500;
    line-height: normal
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control {
    display: block;
    width: 100%;
    height: 56px;
    padding: 0 13px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #5E6C84;
    border-radius: 8px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    font-size: 16px;
    color: #253858;
    font-weight: 500;
    line-height: initial
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control:focus {
    line-height: initial
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating {
    position: relative
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating .err {
    font-size: 10px;
    color: #d60404;
    position: absolute;
    bottom: -20px;
    top: auto
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating>.form-control:focus~label,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating>.form-control:not(:placeholder-shown)~label,
.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating>.form-select~label {
    -webkit-transform: scale(.85) translateY(-10px) translateX(10px);
    transform: scale(.85) translateY(-10px) translateX(10px)
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    color: #5E6C84;
    font-size: 14px;
    padding: 0 5px;
    font-weight: 400;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform: scale(.85) translateY(-10px) translateX(10px);
    transform: scale(.85) translateY(-10px) translateX(10px)
}

@media screen and (max-width:320px) {
    .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating>label {
        font-size: 13px
    }
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control.custome-icon {
    padding-left: calc(15px + 15px);
    background-repeat: no-repeat;
    background-position: 10px 25px;
    background-size: calc(10px + 10px) calc(8px + 5px)
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .input-group .symbol {
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #253858;
    font-style: unset;
    font-weight: 500
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .expense_direct_select {
    margin-top: 25px
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .expense_direct_select article {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 86px;
    height: 36px
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .expense_direct_select article .boxcolor {
    color: #253858;
    font-size: 14px;
    font-weight: 500
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .expense_direct_select article input[type=radio]:checked~.boxcolor {
    background-color: #2A60EC;
    border-color: #2A60EC;
    border-radius: 40px;
    color: #fff
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .age-of-retirement {
    bottom: 12px;
    right: 12px
}

.retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .btn.next {
    margin: 0;
    max-width: 100%;
    padding: 12px 25px
}

.retirement_calculator .retirement_form_wrapper .infographics {
    margin-left: auto;
    margin-bottom: 0;
    position: absolute;
    top: 10%;
    bottom: 0;
    width: 35%;
    right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:768px) {
    .retirement_calculator .retirement_form_wrapper .infographics {
        width: 100%;
        position: static
    }
}

@media screen and (max-width:767px) {
    .retirement_calculator .retirement_form_wrapper .infographics.step0_active {
        position: static
    }
}

@media screen and (max-width:1024px) {
    .retirement_calculator .retirement_form_wrapper .infographics.step0_active .img {
        display: none
    }
}

@media screen and (max-width:575px) {
    .retirement_calculator .retirement_form_wrapper .infographics.step0_active .img {
        display: none !important
    }
}

.retirement_calculator .retirement_form_wrapper .infographics.step2_active {
    margin-top: 0;
    display: block
}

@media screen and (max-width:768px) {
    .retirement_calculator .retirement_form_wrapper .infographics.step2_active {
        margin-top: 0;
        position: static
    }
}

.retirement_calculator .retirement_form_wrapper .infographics.step2_active .img {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .retirement_calculator .retirement_form_wrapper .infographics.step2_active .img {
        display: none
    }
}

@media screen and (max-width:767px) {
    .retirement_calculator .retirement_form_wrapper .retirement_form_step1_heading {
        color: #505F79;
        font-size: 14px
    }
}

@media screen and (max-width:575px) {
    .retirement_calculator .retirement_calculator_heading {
        color: #000;
        margin-bottom: 10px
    }
}

.retirement_calculator .retirement_calculator_heading.showDesk {
    display: block
}

@media screen and (max-width:575px) {
    .retirement_calculator .retirement_calculator_heading.showDesk {
        display: none
    }
}

.retirement_calculator .retirement_calculator_heading.showMob {
    display: none
}

@media screen and (max-width:575px) {
    .retirement_calculator .retirement_calculator_heading.showMob {
        display: block
    }
}

@media screen and (max-width:575px) {
    .leftSection .retirement_calculator .retirement_form_wrapper .retirement_form_step1_heading.hide {
        display: block !important
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-shadow: 0 6px 16px #3469CB29;
        box-shadow: 0 6px 16px #3469CB29;
        border-radius: 8px;
        padding: 10px
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses .retirement_form_step2_heading {
        padding: 0
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div {
        font-size: 12px;
        line-height: 18px;
        margin: 0;
        color: #505F79;
        font-weight: 500
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div span {
        display: block;
        padding: 0
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div span select {
        background: url(../../images/bu/pen.png);
        background-repeat: no-repeat;
        background-position: 70% 50%;
        display: inline-block;
        border: none;
        cursor: pointer;
        padding: 0;
        margin-right: 0
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] {
        color: #172B4D;
        font-size: 20px;
        line-height: initial;
        position: relative;
        margin-right: 0
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .input[type="text"],
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .input[type="text"],
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .input[type="text"],
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .input[type="text"],
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .input[type="text"],
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .input[type="text"] {
        width: 60px
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .finalAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .finalAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .finalAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .finalAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .finalAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .finalAmt {
        color: #172B4D;
        width: 80px
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .doneAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .doneAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .doneAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .doneAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .doneAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .doneAmt {
        color: #0862f6;
        font-size: 16px;
        position: absolute;
        width: 100%;
        top: 3px
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .editAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .editAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .editAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .editAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .editAmt,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .editAmt {
        background: url(../../images/bu/pen.png);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        background-size: 100% 100%;
        background-position: 70% 50%;
        display: inline-block;
        cursor: pointer
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .editAmt span,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .editAmt span,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .editAmt span,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .editAmt span,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .editAmt span,
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .editAmt span {
        display: none
    }
}

@media screen and (max-width:575px) and (max-width:320px) {
    .leftSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div:last-child {
        width: 50%
    }
}

@media screen and (max-width:575px) {

    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .initamt,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .finalamt,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .initamt,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .finalamt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        top: 0;
        color: #505F79;
        font-size: 14px;
        font-weight: 700
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .initamt .small,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .finalamt .small,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .initamt .small,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .finalamt .small {
        font-size: inherit
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .initamt .err,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .finalamt .err,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .initamt .err,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .finalamt .err {
        width: 320px
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .img,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .txtRetAge,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .txtRetAge {
        color: #505F79;
        font-size: 10px;
        line-height: 12px
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age.txtRetAge,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age.txtAge,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age.txtRetAge,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age.txtAge {
        color: #505F79;
        font-size: 10px;
        line-height: 12px
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age-txtRetAge.showmobile,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age-txtRetAge.showmobile {
        color: #505F79;
        font-size: 10px;
        line-height: 12px;
        display: none !important
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age_today,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .futureYear,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age_today,
    .leftSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .futureYear {
        display: none
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .infographics {
        border-radius: 8px;
        width: 100%
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .infographics .recalculate {
        color: #0862F5;
        font-size: 16px;
        font-weight: 600
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived {
        background: #E3FCEF;
        border: 1px solid #36B37E;
        border-radius: 8px;
        margin: 15px 0;
        color: #00875A;
        font-size: 16px;
        line-height: 20px;
        padding: 10px
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .retPremiumPension {
        color: #253858;
        font-size: 24px
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .retPremiumPension .small {
        font-size: inherit
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .intrest_calculated {
        color: #505F79;
        font-size: 12px
    }

    .leftSection .retirement_calculator .retirement_form_wrapper .infographics .btn {
        width: 100%;
        background: #0662f6;
        color: #fff;
        text-align: center;
        padding: 14px 25px;
        margin: 10px auto 11px;
        border-radius: 8px;
        border: none;
        -webkit-appearance: none;
        font-weight: 500;
        cursor: pointer;
        display: block;
        line-height: inherit;
        text-transform: capitalize
    }
}

.sticky_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sticky_widget .rhs-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    width: 342px
}

@media screen and (max-width:1024px) {
    .sticky_widget .rhs-sticky {
        width: 100%
    }
}

.sticky_widget .rightSection .retirement_calculator {
    padding: 5px 15px 10px;
    margin-bottom: 0;
    background: #FFF;
    border: 1px solid #D2D4DC;
    border-radius: 8px
}

@media screen and (max-width:1024px) {
    .sticky_widget .rightSection .retirement_calculator {
        padding: 16px;
        width: 60%;
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .sticky_widget .rightSection .retirement_calculator {
        width: 94%
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_calculator_heading {
    margin-bottom: 5px;
    color: #000;
    line-height: initial
}

@media screen and (max-width:767px) {
    .sticky_widget .rightSection .retirement_calculator .retirement_calculator_heading {
        margin-bottom: 10px
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper {
    display: block;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    min-height: 100%
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form {
    width: 100%
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper {
    width: 100%
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .age-of-retirement {
    font-size: 13px;
    bottom: 7px;
    right: 10px
}

@media screen and (max-width:575px) {
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .age-of-retirement {
        bottom: 12px
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-floating>label {
    font-size: 13px
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form {
    padding-bottom: 0
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .btn {
    height: 40px;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 8px
}

@media screen and (max-width:767px) {
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .btn {
        margin: 0;
        max-width: 100%;
        padding: 12px 25px;
        font-size: inherit;
        height: auto
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper:last-child {
    margin-bottom: 0;
    margin-top: 0
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper:nth-last-of-type(2) {
    margin-bottom: 20px
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper:nth-last-of-type(3) {
    margin-bottom: 0
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invAge::-webkit-input-placeholder,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invPensionAge::-webkit-input-placeholder {
    opacity: 0;
    display: none !important
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invAge:-ms-input-placeholder,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invPensionAge:-ms-input-placeholder {
    opacity: 0;
    display: none !important
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invAge::-ms-input-placeholder,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invPensionAge::-ms-input-placeholder {
    opacity: 0;
    display: none !important
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invAge::placeholder,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper input.invPensionAge::placeholder {
    opacity: 0;
    display: none !important
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge:focus~label,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge:not(:placeholder-shown)~label,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge:focus~label,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge:not(:placeholder-shown)~label {
    -webkit-transform: scale(.85) translateY(-10px) translateX(10px) !important;
    transform: scale(.85) translateY(-10px) translateX(10px) !important
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge~label,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge~label {
    -webkit-transform: scale(.85) translateY(16px) translateX(10px) !important;
    transform: scale(.85) translateY(16px) translateX(10px) !important
}

@media screen and (max-width:575px) {

    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invAge~label,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .invPensionAge~label {
        -webkit-transform: scale(.85) translateY(25px) translateX(10px) !important;
        transform: scale(.85) translateY(25px) translateX(10px) !important
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control {
    font-size: 15px;
    height: 45px
}

@media screen and (max-width:575px) {
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_feild_wrapper .form-control {
        font-size: 16px;
        height: 56px
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 {
    padding: 0
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .rpp-expenses {
    margin-top: 2px;
    margin-bottom: 0;
    padding: 5px 0
}

@media screen and (max-width:575px) {
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .rpp-expenses {
        padding: 10px;
        margin-top: 10px
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .capital_improvement {
    margin-top: -15px
}

@media screen and (max-width:575px) {
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .capital_improvement {
        margin-top: 0
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form .retirement_form_step2 .changeIntrest_rate span select {
    margin-left: 0
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics.step2_active .amt_you_reveived {
    padding: 4px;
    line-height: 18px
}

@media screen and (max-width:575px) {
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics.step2_active .amt_you_reveived {
        line-height: 20px;
        padding: 10px;
        font-size: 16px
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics.step2_active .btn {
    margin-bottom: 1px;
    height: 40px;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 8px
}

@media screen and (max-width:575px) {
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics.step2_active .btn {
        height: auto;
        font-size: 16px;
        padding: 14px 25px
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form_step1_heading.hide {
    display: block !important;
    text-transform: unset
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form_step1_heading {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: unset
}

@media screen and (max-width:767px) {
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .retirement_form_step1_heading {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 30px
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 6px 16px #3469CB29;
    box-shadow: 0 6px 16px #3469CB29;
    border-radius: 8px;
    padding: 10px 0;
    width: 100%;
    margin-top: 10px
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses .retirement_form_step2_heading strong {
    padding: 0;
    margin-top: 0;
    display: block
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: #505F79;
    font-weight: 400;
    padding: 0 10px
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div small {
    display: block
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div span {
    display: block;
    padding: 0
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div span select {
    background: url(../../images/bu/pen.png);
    background-repeat: no-repeat;
    background-position: 70% 50%;
    display: inline-block;
    border: none;
    padding: 0;
    cursor: pointer
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] {
    color: #172B4D;
    font-size: 16px;
    line-height: initial;
    position: static;
    margin-right: 0
}

@media screen and (max-width:320px) {

    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] {
        width: 100px
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .input[type="text"],
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .input[type="text"],
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .input[type="text"],
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .input[type="text"],
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .input[type="text"],
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .input[type="text"] {
    width: 60px
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .finalAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .finalAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .finalAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .finalAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .finalAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .finalAmt {
    color: #172B4D;
    width: 80px
}

@media screen and (max-width:320px) {

    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .finalAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .finalAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .finalAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .finalAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .finalAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .finalAmt {
        width: 60px
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .finalAmt .err,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .finalAmt .err,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .finalAmt .err,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .finalAmt .err,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .finalAmt .err,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .finalAmt .err {
    width: 150px;
    padding-top: 6px
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .doneAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .doneAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .doneAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .doneAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .doneAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .doneAmt {
    color: #0862f6;
    font-size: 16px;
    position: absolute
}

@media screen and (max-width:320px) {

    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .doneAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .doneAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .doneAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .doneAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .doneAmt,
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .doneAmt {
        right: auto
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .editAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .editAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .editAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .editAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .editAmt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .editAmt {
    background: url(../../images/bu/pen.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-position: 70% 50%;
    display: inline-block;
    cursor: pointer
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div strong .editAmt span,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .doneAmt .editAmt span,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div select .editAmt span,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .finalAmt .editAmt span,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div .editAmt .editAmt span,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div input[type="text"] .editAmt span {
    display: none
}

@media screen and (max-width:320px) {
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .rpp-expenses>div:last-child {
        width: 60%
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement {
    width: 100%;
    padding: 0
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .initamt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .finalamt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .initamt,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .finalamt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    top: 0;
    color: #505F79;
    font-size: 14px;
    font-weight: 700
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .initamt .small,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .finalamt .small,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .initamt .small,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .finalamt .small {
    font-size: inherit
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .img,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .txtRetAge,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .txtRetAge {
    color: #505F79;
    font-size: 10px;
    line-height: 12px
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age.txtRetAge,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age.txtAge,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age.txtRetAge,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age.txtAge {
    color: #505F79;
    font-size: 10px;
    line-height: 12px
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age-txtRetAge.showmobile,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age-txtRetAge.showmobile {
    color: #505F79;
    font-size: 10px;
    line-height: 12px;
    display: none !important
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .age_today,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .init .content .futureYear,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .age_today,
.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .capital_improvement .final .content .futureYear {
    display: none
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics {
    border-radius: 8px;
    margin: 0;
    width: 100%;
    position: static
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .recalculate {
    color: #0862F5;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px
}

@media screen and (max-width:575px) {
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .recalculate {
        font-size: 16px;
        font-weight: 600
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived {
    background: #E3FCEF;
    border: 1px solid #36B37E;
    border-radius: 8px;
    margin: 10px 0;
    color: #00875A;
    font-size: 14px;
    line-height: 20px;
    padding: 10px
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .retPremiumPension {
    color: #253858;
    font-size: 24px;
    padding: 5px
}

@media screen and (max-width:575px) {
    .sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .retPremiumPension {
        padding: 10px
    }
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .retPremiumPension .small {
    font-size: inherit
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .amt_you_reveived .intrest_calculated {
    color: #505F79;
    font-size: 11px
}

.sticky_widget .rightSection .retirement_calculator .retirement_form_wrapper .infographics .btn {
    width: 100%;
    background: #0662f6;
    color: #fff;
    text-align: center;
    padding: 14px 25px;
    margin: 10px auto 11px;
    border-radius: 8px;
    border: none;
    -webkit-appearance: none;
    font-weight: 500;
    cursor: pointer;
    display: block;
    line-height: inherit;
    text-transform: capitalize
}

.no-webp .logo-widget,
.webp .logo-widget {
    background: url(../../images/bu/widget-logo.png?v=2) center no-repeat
}

.widget-insurer-logo {
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    float: left;
    margin-right: 20px;
    background-position: 0 0;
    background-size: 100% !important
}

.widget-insurer-logo.iffco_tokio_general_icon {
    background-position: 0 0
}

.widget-insurer-logo.royal_sundaram_general_icon {
    background-position: 0 -39px
}

.widget-insurer-logo.bharti_axa_general_icon,
.widget-insurer-logo.bharti_axa_life_icon {
    background-position: 0 -79px
}

.widget-insurer-logo.future_generali_general_icon,
.widget-insurer-logo.future_generali_life_icon {
    background-position: 0 -117px
}

.widget-insurer-logo.sbi_general_icon,
.widget-insurer-logo.sbi_general_general_icon {
    background-position: 0 -1520px
}

.widget-insurer-logo.liberty_general_icon {
    background-position: 0 -196px
}

.widget-insurer-logo.tata_aig_general_icon {
    background-position: -4px -235px
}

.widget-insurer-logo.bajaj_allianz_general_icon,
.widget-insurer-logo.bajaj_allianz_life_icon_allianz_life_icon {
    background-position: 0 -276px
}

.widget-insurer-logo.reliance_general_icon,
.widget-insurer-logo.reliance_general_general_icon,
.widget-insurer-logo.reliance_nippon_general_icon {
    background-position: 0 -314px
}

.widget-insurer-logo.hdfc_ergo_general_icon {
    background-position: 0 -354px
}

.widget-insurer-logo.shriram_general_icon,
.widget-insurer-logo.shriram_gic_general_icon {
    background-position: 0 -393px
}

.widget-insurer-logo.digit_general_icon,
.widget-insurer-logo.go_digit_general_icon {
    background-position: 0 -434px
}

.widget-insurer-logo.kotak_mahindra_life_icon,
.widget-insurer-logo.kotak_mahindra_general_icon,
.widget-insurer-logo.kotak_general_general_icon,
.widget-insurer-logo.kotak_general_icon {
    background-position: 0 -472px
}

.widget-insurer-logo.new_india_assurance_general_icon,
.widget-insurer-logo.the_new_general_icon,
.widget-insurer-logo.new_india_general_icon {
    background-position: 0 -511px
}

.widget-insurer-logo.national_insurance_general_icon {
    background-position: 0 -550px
}

.widget-insurer-logo.united_india_general_icon {
    background-position: 0 -589px
}

.widget-insurer-logo.oriental_insurance_general_icon,
.widget-insurer-logo.the_oriental_general_icon,
.widget-insurer-logo.oriental_general_icon {
    background-position: 0 -630px
}

.widget-insurer-logo.universal_sompo_general_icon {
    background-position: 0 -668px
}

.widget-insurer-logo.magma_hdi_general_icon,
.widget-insurer-logo.magma_general_icon {
    background-position: 0 -705px
}

.widget-insurer-logo.navi_general_icon {
    background-position: 0 -738px
}

.widget-insurer-logo.edelweiss_general_icon {
    background-position: 0 -783px
}

.widget-insurer-logo.aditya_birla_life_icon,
.widget-insurer-logo.birla_sun_general,
.widget-insurer-logo.birla_sun_general_icon,
.widget-insurer-logo.aditya_birla_general_icon,
.widget-insurer-logo.aditya_birla_capital_life_icon,
.widget-insurer-logo.aditya_birla_capital_general_icon {
    background-position: 0 -823px
}

.widget-insurer-logo.aegon_life_icon {
    background-position: 0 -858px
}

.widget-insurer-logo.bajaj_allianz_life_icon {
    background-position: 0 -895px
}

.widget-insurer-logo.canara_hsbc_obc_life_icon {
    background-position: 0 -932px
}

.widget-insurer-logo.exide_life_icon {
    background-position: 0 -969px
}

.widget-insurer-logo.edelweiss_tokio_life_icon {
    background-position: 0 -1007px
}

.widget-insurer-logo.hdfc_life_icon,
.widget-insurer-logo.hdfc_standard_life_icon,
.widget-insurer-logo.hdfc_life_general_icon {
    background-position: 0 -1043px
}

.widget-insurer-logo.pnb_met_life {
    background-position: 0 -1558px
}

.widget-insurer-logo.icici_prudential_life_icon,
.widget-insurer-logo.icici_prudential_general_icon {
    background-position: 0 -1080px
}

.widget-insurer-logo.indiafirst_life_icon {
    background-position: 0 -1116px
}

.widget-insurer-logo.exide_life_icon_life {
    background-position: 0 -968px
}

.widget-insurer-logo.kotak_life_icon {
    background-position: 0 -1155px
}

.widget-insurer-logo.max_life_insurance_life_icon {
    background-position: 0 -1191px
}

.widget-insurer-logo.max_life_insurance_life_icon_life_insurance_life_icon {
    background-position: 0 -1189px
}

.widget-insurer-logo.pnb_metlife_life_icon {
    background-position: 0 -1562px
}

.widget-insurer-logo.reliance_nippon_life_icon {
    background-position: 0 -1230px
}

.widget-insurer-logo.sbi_life_icon {
    background-position: 0 -158px
}

.widget-insurer-logo.tata_aia_life_icon {
    background-position: 0 -1266px
}

.widget-insurer-logo.tata_aia_life_icon_life {
    background-position: 0 -1261px
}

.widget-insurer-logo.max_bupa_life_icon,
.widget-insurer-logo.max_bupa_general_icon {
    background-position: 0 -1379px
}

.widget-insurer-logo.raheja_qbe_general_icon,
.widget-insurer-logo.raheja_general_icon {
    background-position: 0 -1410px
}

.widget-insurer-logo.religare_life_icon,
.widget-insurer-logo.religare_health_general_icon {
    background-position: 0 -2032px
}

.widget-insurer-logo.star_health_life_icon,
.widget-insurer-logo.star_health_general_icon {
    background-position: 0 -1485px
}

.widget-insurer-logo.max_new_general_icon {
    background-position: 0 -1596px
}

.widget-insurer-logo.liberty_videocon_general_icon {
    background-position: 0 -1635px
}

.widget-insurer-logo.icici_lombard_general_icon {
    background-position: 0 -1669px
}

.widget-insurer-logo.cigna_ttk_general_icon {
    background-position: 0 -1709px
}

.widget-insurer-logo.cholamandalam_ms_general_icon {
    background-position: 0 -1744px
}

.widget-insurer-logo.apollo_munich_general_icon {
    background-position: 0 -1782px
}

.widget-insurer-logo.aviva_life_icon,
.widget-insurer-logo.aviva_general_icon {
    background-position: 0 -1818px
}

.widget-insurer-logo.aegon_religare_general_icon {
    background-position: 0 -1854px
}

.widget-insurer-logo.lnt_insurance_general_icon {
    background-position: 0 -1929px
}

.widget-insurer-logo.dhfl_general_general_icon {
    background-position: 0 -1894px
}

.widget-insurer-logo.lic_life_icon {
    background-position: 0 -1965px
}

.widget-insurer-logo.care_health_general_icon {
    background-position: 0 -1450px
}

.widget-insurer-logo.manipal_cigna_general_icon {
    background-position: 0 -2167px
}

.widget-insurer-logo.pramerica_life_icon {
    background-position: 0 -2812px;
    background-size: 140% !important
}

@media only screen and (max-width:640px) {
    .widget-insurer-logo {
        margin-bottom: 10px
    }
}

.headingText_h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 25px 0;
    color: #1A1A74;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700
}

@media only screen and (max-width:640px) {
    .headingText_h2 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 15px 0;
        line-height: 28px;
        padding: 20px 0 0
    }
}

.providerWith_lifeinsurnace {
    width: 100%;
    background: #f9f9f9;
    padding: 10px 20px 5px;
    margin-bottom: 20px;
    border-radius: 10px
}

@media only screen and (max-width:1024px) {
    .providerWith_lifeinsurnace {
        padding: 0 15px
    }
}

.providerWith_lifeinsurnace .headingTitle {
    font-size: 14px;
    border-radius: 5px;
    letter-spacing: 0;
    border: 1px solid #349018;
    display: inline-block;
    line-height: 16px;
    position: relative;
    padding: 10px 10px 10px 40px;
    margin: 0 0 20px 0;
    background: #EBF1E9
}

.providerWith_lifeinsurnace .headingTitle span {
    color: #349018;
    font-weight: 600
}

.providerWith_lifeinsurnace .headingTitle:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../../images/bu/investment/umberalla.png) no-repeat 0 0;
    background-size: contain;
    left: 5px;
    top: 2px
}

@media only screen and (max-width:360px) {
    .providerWith_lifeinsurnace .headingTitle:before {
        top: 12px
    }
}

@media only screen and (max-width:360px) {
    .providerWith_lifeinsurnace .headingTitle {
        font-size: 16px;
        line-height: 20px
    }
}

.providerWith_lifeinsurnace .tooltip {
    position: absolute;
    font-style: normal;
    z-index: 10;
    display: none;
    background: #1761b6;
    color: #fff;
    padding: 5px;
    width: 150px;
    border-radius: 5px;
    text-align: left;
    top: 0;
    right: -156px
}

.providerWith_lifeinsurnace .tooltip:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #1761b6;
    left: -8px;
    top: 7px
}

.providerWith_lifeinsurnace .provider_top-plan {
    width: 100%;
    margin-bottom: 0
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .provider_top-plan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-x: scroll;
        padding-top: 10px;
        padding-left: 10px
    }
}

.providerWith_lifeinsurnace .block-inner {
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .1607843137);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1607843137);
    border-radius: 6px;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #fff;
    border: none
}

.providerWith_lifeinsurnace .block-inner .special_planBox {
    font-size: 11px;
    line-height: normal;
    color: #fff;
    background: #16ADAD;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1607843137);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1607843137);
    border-radius: 12px 0 8px 0;
    padding: 3px 7px;
    position: absolute;
    top: -6px;
    left: -5px;
    font-weight: 500;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    line-height: 23px
}

.providerWith_lifeinsurnace .block-inner .special_planBox:after,
.providerWith_lifeinsurnace .block-inner .special_planBox:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    margin: auto;
    z-index: -1;
    border-color: #0f6969;
    border-style: solid;
    border-width: 0 0 6px 6px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block
}

.providerWith_lifeinsurnace .block-inner .special_planBox:after {
    left: auto;
    right: -6px;
    top: 0;
    bottom: auto;
    border-width: 6px 6px 0 0;
    -webkit-transform: none;
    transform: none;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%)
}

.providerWith_lifeinsurnace .block-inner .special_planBox .plantextwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.providerWith_lifeinsurnace .block-inner .special_planBox .pbicon {
    background: url(../../images/bu/pb_circle_logo.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
    border: 0 solid #fff;
    border-radius: 100%;
    margin: 0 5px
}

.providerWith_lifeinsurnace .block-inner .special_planBox .infoicon {
    background: url(../../images/bu/white_info.svg) no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    position: relative;
    display: block;
    margin-top: 3px;
    margin-left: 5px
}

.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip] {
    position: relative
}

.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]::before,
.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]::after {
    opacity: 0;
    visibility: hidden;
    margin-top: -.5em
}

.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]::before {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    top: 210%;
    width: 170px;
    background-color: #2c3e50;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    font-size: 11px;
    line-height: 17px;
    left: 80%
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]::before {
        left: 10%
    }
}

.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]::after {
    content: "";
    border: 10px solid transparent;
    border-top-color: #2c3e50;
    position: absolute;
    bottom: -100%;
    left: 91%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]:hover {
    cursor: pointer
}

.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]:hover::before,
.providerWith_lifeinsurnace .block-inner .special_planBox [data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner {
        border: 1px solid #dedede;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        min-width: calc(100% - 50px);
        margin-right: 20px
    }
}

@media only screen and (max-width:360px) {
    .providerWith_lifeinsurnace .block-inner {
        min-width: calc(100% - 30px)
    }
}

.providerWith_lifeinsurnace .block-inner .see-more {
    position: absolute;
    display: none;
    background: #fff;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 24px 5px 24px;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    color: #0065FF;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.providerWith_lifeinsurnace .block-inner .see-more::after {
    content: '';
    display: inline-block;
    border: solid #000;
    border-width: 0 2px 2px 0;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 3px;
    margin: 7px 0 0 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .see-more::after {
        margin-top: 5px
    }
}

.providerWith_lifeinsurnace .block-inner .see-more#less-plan::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 10px
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .see-more#less-plan::after {
        margin-top: 8px
    }
}

.providerWith_lifeinsurnace .block-inner .see-more.hide {
    display: none
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .see-more {
        font-size: 12px;
        bottom: -39px;
        padding: 5px 14px 5px 14px
    }
}

.providerWith_lifeinsurnace .block-inner .logo-block {
    width: 35%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #ccc
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .logo-block {
        border: none
    }
}

.providerWith_lifeinsurnace .block-inner .logo-block .img-wrapper {
    max-width: 113px
}

.providerWith_lifeinsurnace .block-inner .logo-block .img-wrapper img {
    height: 40px
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .logo-block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .providerWith_lifeinsurnace .block-inner .logo-block {
        min-width: 120px;
        width: 100%;
        margin-bottom: 20px
    }
}

.providerWith_lifeinsurnace .block-inner .logo-block .widget-insurer-logo {
    min-width: 120px
}

.providerWith_lifeinsurnace .block-inner .logo-block .logotext {
    display: block;
    width: 100%;
    padding-right: 20%
}

.providerWith_lifeinsurnace .block-inner .logo-block .logotext span {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #1A1A74;
    vertical-align: top;
    display: inherit;
    text-align: left
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .logo-block .logotext span {
        font-weight: 500;
        text-align: left;
        font-size: 12px;
        line-height: 14px
    }
}

.providerWith_lifeinsurnace .block-inner .life-cover {
    width: 22%;
    padding: 0
}

.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box {
    position: relative
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box {
        width: 66%
    }
}

.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .interest-tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .interest-tax .interest-rate {
    position: static
}

.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .interest-tax .tax-free {
    position: static;
    color: #619647;
    font-size: 10px;
    padding: 2px 7px;
    border: 1px solid #619647;
    background: #fff;
    border-radius: 2px;
    font-weight: 500;
    line-height: normal;
    margin-left: 10px
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .interest-tax .tax-free {
        padding-top: 1px;
        padding-bottom: 1px
    }
}

.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .inr-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .inr-info-wrapper {
        padding-top: 10px
    }
}

.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .inr-info-wrapper .inr-values {
    color: #0065ff;
    font-weight: 600;
    font-size: 18px
}

.providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .inr-info-wrapper .inr-values .highest-return {
    background: #0B741F;
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 500;
    width: auto;
    margin-top: 10px
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .life-cover.highlighter-box .inr-info-wrapper .inr-values .highest-return {
        padding-top: 0;
        padding-bottom: 0
    }
}

.providerWith_lifeinsurnace .block-inner .life-cover.youpay {
    width: 13%;
    position: relative;
    border-right: 1px solid #ccc
}

.providerWith_lifeinsurnace .block-inner .life-cover.youpay .in-returns {
    color: #707070;
    font-size: 10px;
    line-height: 12px;
    background: #E3E3E3;
    border-radius: 2px;
    padding: 2px 5px
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .life-cover {
        width: 50%;
        text-align: center
    }

    .providerWith_lifeinsurnace .block-inner .life-cover.youpay {
        width: 30%;
        text-align: left
    }
}

.providerWith_lifeinsurnace .block-inner .life-cover p {
    padding: 0;
    margin: 0
}

.providerWith_lifeinsurnace .block-inner .life-cover p:first-child {
    color: #757575;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .life-cover p:first-child {
        font-size: 14px;
        line-height: 20px
    }
}

.providerWith_lifeinsurnace .block-inner .life-cover p:nth-child(2n) {
    color: #253858;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    padding: 10px 0 0 0
}

.providerWith_lifeinsurnace .block-inner .life-cover p:nth-child(3n) {
    color: #253858;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px
}

.providerWith_lifeinsurnace .block-inner .life-cover .moreinfo {
    width: 90%;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
    color: #253858;
    vertical-align: top;
    display: inherit;
    text-align: left
}

.providerWith_lifeinsurnace .block-inner .life-cover .moreinfo span {
    display: inline-block
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .life-cover .moreinfo {
        font-weight: 500;
        text-align: center;
        font-size: 10px;
        line-height: 14px;
        width: 100%
    }

    .providerWith_lifeinsurnace .block-inner .life-cover .moreinfo span {
        display: block
    }
}

.providerWith_lifeinsurnace .block-inner .view-plan {
    width: auto;
    padding: 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .view-plan {
        width: 100%;
        padding: 15px 0 0;
        text-align: center
    }
}

.providerWith_lifeinsurnace .block-inner .view-plan .moreinfo {
    background: transparent -webkit-gradient(linear, left top, right top, from(#f3ecf7), to(#fcfbfd)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(90deg, #f3ecf7, #fcfbfd) 0 0 no-repeat padding-box;
    border-radius: 0 8px 0 8px;
    padding: 0 12px 3px;
    font-size: 11px;
    color: #8e44ad;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0
}

.providerWith_lifeinsurnace .block-inner .view-plan .moreinfo strong {
    margin-left: 5px
}

.providerWith_lifeinsurnace .block-inner .view-plan p {
    padding: 0;
    margin: 0
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child {
    color: #253858;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 10px
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span {
    color: #0652de;
    position: relative;
    cursor: pointer;
    font-size: 11px;
    background: #E6EFFF;
    padding: 5px 18px 5px 3px;
    border-radius: 4px;
    font-weight: 500
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .growth {
    width: 15px;
    height: 17px;
    display: inline-block;
    margin-right: 1px;
    background: url(../../images/bu/thunder.png) no-repeat 3px 4px;
    position: relative;
    top: 3px
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .info-icon {
    background: url(../../images/bu/infoIcon.png) no-repeat;
    width: 10px;
    height: 10px;
    background-size: contain;
    font-size: 0;
    position: absolute;
    top: 7px;
    right: 4px
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .view-plan p:first-child span {
        font-size: 14px
    }
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .tooltip {
    display: none
}

@media only screen and (max-width:1024px) {
    .providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .tooltip {
        top: 0;
        right: 114px
    }

    .providerWith_lifeinsurnace .block-inner .view-plan p:first-child span .tooltip:before {
        border-left: 8px solid #1761b6;
        right: 0;
        top: 7px;
        left: 120px;
        border-right: 0
    }
}

.providerWith_lifeinsurnace .block-inner .view-plan p:first-child span:hover .tooltip {
    display: block
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .view-plan p:first-child {
        font-size: 11px;
        font-weight: 600;
        position: absolute;
        top: 10px;
        right: 10px
    }
}

.providerWith_lifeinsurnace .block-inner .view-plan .btn {
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background: #0065FF;
    padding: 5px 10px;
    text-align: center;
    margin-top: 8px;
    width: auto;
    border: 0;
    font-weight: 500;
    position: relative;
    display: inline-block
}

.providerWith_lifeinsurnace .block-inner .view-plan .btn .btn-arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -1.5px;
    position: relative
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .block-inner .view-plan .btn {
        font-size: 15px;
        padding: 8px 0;
        width: 100%;
        margin-top: 6px
    }
}

.providerWith_lifeinsurnace .top-plan-disclaimer {
    font-size: 12px;
    line-height: 14px;
    color: #333;
    padding: 10px 0 0
}

.providerWith_lifeinsurnace .top-plan-disclaimer span {
    font-weight: 500
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .top-plan-disclaimer {
        padding: 30px 0 10px
    }
}

.providerWith_lifeinsurnace .moreplan {
    width: 200px;
    margin: 0 auto 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    padding: 10px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    color: #0662f6;
    cursor: pointer
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace .moreplan {
        display: none
    }
}

.pension_without_rop {
    display: none
}

.providerWith_lifeinsurnace.tab {
    width: 100%
}

.providerWith_lifeinsurnace.tab .annuitytopplan_wrapper .rest_plan {
    display: none
}

.providerWith_lifeinsurnace.tab .annuitytopplan_wrapper.active .rest_plan {
    display: block
}

@media only screen and (max-width:1024px) {

    .providerWith_lifeinsurnace.tab .default_plan,
    .providerWith_lifeinsurnace.tab .rest_plan {
        display: table;
        width: 100%
    }

    .providerWith_lifeinsurnace.tab .annuitytopplan_wrapper {
        display: table;
        overflow: auto;
        -ms-overflow-style: none;
        width: 100%
    }

    .providerWith_lifeinsurnace.tab .annuitytopplan_wrapper::-webkit-scrollbar {
        display: none
    }

    .providerWith_lifeinsurnace.tab .pension_without_rop {
        display: none
    }
}

@media only screen and (max-width:640px) {
    .providerWith_lifeinsurnace.tab .annuitytopplan_wrapper+.moreplan {
        display: block
    }
}

.providerWith_lifeinsurnace.tab .tablink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 70%;
    margin: 30px auto
}

.providerWith_lifeinsurnace.tab .tablink .links {
    width: 50%;
    border: 1px solid #0065FF;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    background: #fff;
    color: #0065FF;
    cursor: pointer
}

.providerWith_lifeinsurnace.tab .tablink .links.left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.providerWith_lifeinsurnace.tab .tablink .links.right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.providerWith_lifeinsurnace.tab .tablink .links.selected {
    background: #0065FF;
    color: #fff
}

@media only screen and (max-width:440px) {
    .providerWith_lifeinsurnace.tab .tablink {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .providerWith_lifeinsurnace.tab .tablink .links {
        line-height: 15px;
        height: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.providerWith_lifeinsurnace.tab .annuityplan_heading {
    font-size: 16px;
    font-weight: 600;
    color: gray
}

.providerWith_lifeinsurnace.tab .block-inner {
    width: 100%;
    position: relative
}

.providerWith_lifeinsurnace.tab .block-inner .additionalBenefit {
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    color: #67A8FF;
    line-height: 32px;
    left: 39%
}

.providerWith_lifeinsurnace.tab .block-inner .labelyou-and-spouse {
    font-size: 12px;
    color: #0065ff;
    border: 1px solid #B5D4FF;
    background: #E7F1FF;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 5px;
    width: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0
}

.providerWith_lifeinsurnace.tab .block-inner .logo-block {
    margin-right: 20px;
    width: 20%;
    width: 125px
}

.providerWith_lifeinsurnace.tab .block-inner .logo-block .widget-insurer-logo {
    margin-right: 0
}

.providerWith_lifeinsurnace.tab .block-inner .logo-block .logotext {
    padding: 0
}

.providerWith_lifeinsurnace.tab .block-inner .logo-block .logotext span {
    font-size: 11px;
    line-height: 16px
}

.providerWith_lifeinsurnace.tab .block-inner .view-plan {
    width: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.providerWith_lifeinsurnace.tab .block-inner .view-plan .btn {
    width: 100%;
    margin-top: 0;
    padding: 3px 0
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo {
    width: 40%;
    padding: 12px 15px;
    position: relative
}

@media only screen and (max-width:1024px) {
    .providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo {
        padding: 0 15px
    }
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo .payin_out {
    width: 100%
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo .payin_out .payamount {
    width: 50%;
    float: left;
    display: inline-block;
    color: #39971d
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo .payin_out .payamount .small {
    font-size: 10px
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay,
.providerWith_lifeinsurnace.tab .block-inner .life-cover {
    width: 20%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount,
.providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: -.5px;
    position: relative
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay:after,
.providerWith_lifeinsurnace.tab .block-inner .life-cover:after {
    right: 0
}

.providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .moreinfo,
.providerWith_lifeinsurnace.tab .block-inner .life-cover .moreinfo {
    position: absolute;
    color: #757575;
    bottom: -8px
}

@media only screen and (max-width:740px) {
    .providerWith_lifeinsurnace.tab .block-inner {
        position: relative;
        width: 100%;
        min-width: 100%;
        display: table !important;
        padding: 10px;
        margin: 5px auto 15px auto
    }
}

@media only screen and (max-width:740px) and (max-width:440px) {
    .providerWith_lifeinsurnace.tab .block-inner {
        width: 100%;
        min-width: 100%
    }
}

@media only screen and (max-width:740px) {
    .providerWith_lifeinsurnace.tab .block-inner .logo-block {
        width: 100%;
        margin-bottom: 25px
    }
}

@media only screen and (max-width:740px) {
    .providerWith_lifeinsurnace.tab .block-inner .additionalBenefit {
        line-height: 26px;
        left: 42%;
        font-size: 16px
    }
}

@media only screen and (max-width:740px) {
    .providerWith_lifeinsurnace.tab .block-inner .life-cover {
        margin-bottom: 10px
    }

    .providerWith_lifeinsurnace.tab .block-inner .life-cover p:first-child {
        font-size: 12px;
        line-height: 20px
    }
}

@media only screen and (max-width:740px) {
    .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay:after {
        height: 50px
    }
}

@media only screen and (max-width:740px) {

    .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay,
    .providerWith_lifeinsurnace.tab .block-inner .life-cover {
        width: 30%;
        float: left;
        padding: 0;
        text-align: left;
        display: inline-block
    }

    .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .payamount,
    .providerWith_lifeinsurnace.tab .block-inner .life-cover .payamount {
        width: 100%;
        font-size: 16px
    }

    .providerWith_lifeinsurnace.tab .block-inner .life-cover.youpay .moreinfo,
    .providerWith_lifeinsurnace.tab .block-inner .life-cover .moreinfo {
        bottom: -15px;
        left: 0;
        text-align: left
    }
}

@media only screen and (max-width:740px) {
    .providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo {
        width: 70%;
        float: left;
        display: inline-block
    }

    .providerWith_lifeinsurnace.tab .block-inner .life-cover.yougetInfo .payamount {
        width: 50%;
        float: left;
        display: inline-block;
        font-size: 16px
    }
}

@media only screen and (max-width:740px) {
    .providerWith_lifeinsurnace.tab .block-inner .view-plan {
        display: block;
        width: 100%;
        clear: both;
        text-align: center
    }

    .providerWith_lifeinsurnace.tab .block-inner .view-plan .btn {
        width: 90%;
        margin-top: 15px;
        font-size: 16px;
        padding: 8px 0
    }
}

.dis_fd_form .breadcrumbinner ul.breadcrumb {
    padding: 8px 15px !important;
    margin: 0
}

.breadcrumbinner {
    float: none
}

ul.breadcrumb::after {
    content: "";
    display: block;
    clear: both
}

body,
.innerbodycontainer {
    font-size: 14px;
    float: none;
    font-weight: 400
}

.fdBanner {
    text-align: center;
    -webkit-box-shadow: 0 -3px 23px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 -3px 23px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: none;
    box-shadow: none
}

.fdBanner a {
    border: 1px solid #ccc;
    display: inline-block
}

.fdBanner {
    display: none
}

.ifscBanner {
    display: block;
    text-align: center
}

.ifscBanner a {
    display: block;
    margin: 20px 0
}

.fdBanner .close {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 16px;
    width: 40px;
    height: 30px;
    background: url(/templates/policybazaar/images/cross-black.png) no-repeat right top
}

.fdBanner.fixed {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px;
    bottom: 0;
    background: #fff;
    z-index: 100
}

.navbookMark {
    display: table;
    width: 79%;
    text-align: center;
    margin: 10px auto
}

.navbookMark .bookmarkBtn {
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    padding: 7px 18px;
    font-size: 14px;
    cursor: pointer;
    margin: 30px 2px;
    display: inline-block;
    float: left;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.navbookMark .bookmarkBtn:hover {
    background-color: #000;
    color: #fff
}

.row {
    margin: 0;
    max-width: 100%
}

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

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

h1,
.h1 {
    font-size: 26px
}

h2,
.h2 {
    font-size: 22px !important
}

.contentPart h2,
.contentPart .h2 {
    font-size: 22px !important;
    line-height: 40px;
    margin: 10px 0 10px !important
}

.contentPart h2 strong {
    font-weight: 400 !important
}

h3,
.h3 {
    font-size: 18px !important
}

h4,
.h4 {
    font-size: 16px !important
}

p,
.p,
.artcle_left_panel p {
    font-size: 14px;
    color: #000;
    line-height: 20px
}

small,
.small {
    font-size: 10px
}

.black {
    color: #000
}

.white {
    color: #fff
}

.orange {
    color: #fdac4c
}

.blue {
    color: #005387
}

.whitebg {
    background: #fff
}

.orangebg {
    background: #fdac4c
}

.bluebg {
    background: #005387;
    margin-top: 20px
}

.bld {
    font-weight: 600
}

.light {
    font-weight: 400
}

.regl {
    font-weight: 400
}

.left0 {
    padding-left: 0
}

.right0 {
    padding-right: 0
}

.margin0 {
    margin: 0 !important
}

.padding0 {
    padding: 0 !important
}

.show {
    display: block
}

input,
button,
select,
radio,
checkbox {
    outline: 0
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none
}

.forex-form select {
    width: 100%;
    padding: 8px;
    margin: 4px 0;
    border: 1px solid #98acb8
}

.forex-form input[type='text'],
.forex-form input[type='email'],
.forex-form input[type='password'],
.forex-form input[type='tel'] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 4px
}

.padding0 {
    padding: 0 !important
}

.btn {
    margin: 10px 0 0 0;
    width: 100%;
    color: #fff;
    font-weight: 400;
    border: 0;
    padding: 10px 0;
    text-align: center
}

.brown {
    background: #6f2f2f;
    width: 20%
}

.sd {
    background: #6f2f2f;
    width: 20%
}

.lightblue {
    background: #00b7f4;
    color: #fff
}

.lightblueBtn {
    background: #00b7f4;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #00b7f4), color-stop(100%, #009bcf));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00b7f4), to(#009bcf));
    background: linear-gradient(to bottom, #00b7f4 0, #009bcf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7f4', endColorstr='#009bcf', GradientType=0)
}

input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
    color: #fff;
    background: #00b7f4 !important
}

.orangeBtn {
    background: #fdbe0f;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fdbe0f), color-stop(100%, #efa21e)) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdbe0f), to(#efa21e)) !important;
    background: linear-gradient(to bottom, #fdbe0f 0, #efa21e 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdbe0f', endColorstr='#efa21e', GradientType=0)
}

.graybg {
    background: #bababa;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #bababa), color-stop(100%, #9c9c9c)) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bababa), to(#9c9c9c)) !important;
    background: linear-gradient(to bottom, #bababa 0, #9c9c9c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#9c9c9c', GradientType=0)
}

.calculate,
.calculate_d {
    border: 1px solid #ffc826;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
    font-weight: 700;
    color: #fff;
    background-color: #ffd65e !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04)) !important;
    background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffd65e, endColorstr=#febf04);
    z-index: 72;
    text-transform: uppercase;
    font-size: 12px !important
}

.arrow-up {
    width: 100%;
    display: none;
    height: 80px;
    position: absolute;
    background: #fff;
    bottom: 0;
    opacity: .5
}

.maxl {
    margin: 0
}

.maxl .inline {
    display: inline-block
}

.maxl .radio {
    display: inline-block;
    padding-right: 0;
    font-size: 14px;
    cursor: pointer;
    float: none;
    font-weight: 600;
    width: 56px;
    line-height: 18px;
    color: #666 !important
}

.maxl .radio span {
    position: relative;
    padding-left: 20px
}

.maxl .radio span:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 3px solid;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.maxl .radio input[type="radio"] {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)"
}

.maxl .radio input[type="radio"]:checked+span {
    color: #6f2f2f
}

.maxl .radio input[type="radio"]:checked+span:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #6f2f2f;
    left: 5px;
    top: 6px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%
}

.dis_fd_form .fd_bankwise {
    background: #be784d;
    padding: 9px 0;
    margin: 0 0 20px
}

.fd_bankwise .content {
    margin: 20px auto;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px 0;
    text-align: center
}

.fd_bankwise .info span {
    display: block
}

.fd_bankwise .row {
    height: 100px
}

@media (max-width:992px) {
    .fd_bankwise .row {
        height: 205px
    }
}

@media (max-width:768px) {
    .fd_bankwise .row {
        height: 380px
    }
}

.fd_bankwise .info {
    min-height: 100px;
    display: table
}

.fd_bankwise .info span.title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #fdc481
}

.fd_bankwise.innerpage_table .info span.title {
    color: #333
}

.fd_bankwise .info span.figer {
    font-size: 13px;
    line-height: 18px
}

.fd_bankwise .info span.limit {
    font-size: 13px;
    line-height: 18px
}

.fd_bankwise .info {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.fd_bankwise.innerpage_table {
    background: #fff;
    padding: 9px 0
}

.fd_bankwise.innerpage_table.sbi .content {
    margin: 20px auto;
    color: #005387;
    border: 1px solid #005387;
    padding: 20px 0;
    text-align: center;
    max-width: 1200px;
    width: 100%
}

.fd_bankwise.innerpage_table .content {
    width: 100%
}

.fd_bankwise.innerpage_table .info {
    border-right: 1px solid #005387
}

.borderStyle .info:last-child {
    border: 0
}

.fd_bankwise .info .alignMent {
    vertical-align: middle;
    display: table-cell
}

.dis_fd_form.body_container {
    width: 100%;
    margin: 0;
    padding: 0 0
}

.disclaimerLink {
    margin-top: 20px
}

.dis_fd_form.body_container.ifscpage {
    position: relative;
    padding: 0
}

.dis_fd_form.body_container.ifscpage .row {
    margin: 0;
    max-width: 100%
}

.dis_fd_form .container.forexData,
.dis_fd_form .container-fluid.ifseCode {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%
}

.dis_fd_form .container-fluid.ifseCode.darkbrown {
    background: url(/templates/policybazaar/images/ifsc_background.jpg) no-repeat 0 -10px;
    padding: 15px 0 15px 0
}

.dis_fd_form .container-fluid.ifseCode.darkbrown .colorbg {
    background: #fff;
    opacity: .9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.dis_fd_form .container-fluid.ifseCode.darkbrown .bdrwrap {
    border: 1px solid rgba(255, 255, 255, .2);
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.dis_fd_form .defaultBg {
    background: #f1f1f1 url(/templates/policybazaar/images/forex/pigibank.png) no-repeat 90% 100%;
    vertical-align: top;
    padding: 10px 8%
}

.dis_fd_form .defaultBg::after {
    content: "";
    display: block;
    clear: both
}

.dis_fd_form .fdWithbg {
    background: #fdc481 url(../../images/bu/ifsc_by_branch_code.webp) no-repeat top right;
    position: relative;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out
}

.dis_fd_form .fdWithbg .fixed-deposit-form {
    width: 100%;
    padding: 20px 0
}

.dis_fd_form .fdWithbg .fixed-deposit-form .inner {
    width: 75%;
    padding-left: 10%
}

.dis_fd_form .fdWithbg .forex-form-bootstrap .row {
    margin: 0 -5px
}

.dis_fd_form .fdWithbg .forex-form-bootstrap .form-group {
    padding: 0 5px
}

.dis_fd_form .fdWithbg .fixed-deposit-form h1 {
    margin: 0;
    padding-bottom: 20px
}

.dis_fd_form .fdWithbg .forex-form-bootstrap {
    padding: 0
}

.fdWithbg .calculate_result {
    width: 100%;
    padding-left: 15px
}

.dis_fd_form .tabPadding .mod_jt_tabs {
    margin-top: 0
}

.dis_fd_form .desginStyle .bluebg.pos {
    padding: 1px;
    min-height: 415px;
    margin-bottom: 40px;
    width: 100%;
    position: relative
}

#bluebgform {
    margin-bottom: 40px;
    width: 100%;
    position: relative
}

#bluebgform .white {
    color: #fff !important
}

.forex-form-bootstrap label,
.dis_fd_form .desginStyle .bluebg.pos .form-group {
    color: #fff
}

.forex-form-bootstrap input[type="radio"] {
    margin: 0 4px;
    position: relative;
    top: 2px
}

.forex-form-bootstrap .custom-radio-btns input {
    visibility: hidden;
    position: absolute;
    margin: 0
}

.custom-radio-btns {
    display: inline-block
}

.custom-radio-btns label {
    position: relative;
    padding-right: 4px;
    padding-left: 19px;
    font-weight: 400;
    margin: 0 !important
}

.custom-radio-btns label span.circle {
    width: 15px;
    height: 15px;
    border: 2px solid #005387;
    border-radius: 50%;
    position: absolute;
    left: 0;
    display: block;
    top: 2px
}

.custom-radio-btns label span.circle::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #005387;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    top: 3px;
    position: relative
}

.custom-radio-btns label input:checked+span.circle::after {
    display: block
}

.bluebg .custom-radio-btns label span.circle {
    border-color: #fff
}

.bluebg .custom-radio-btns label span.circle::after {
    background: #fff
}

.forex-form-bootstrap.fdpage_Section label {
    color: #222;
    font-size: 14px;
    margin-right: 5px
}

.maxl .radio input[type="radio"] {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.maxl .radio span {
    position: relative;
    padding-left: 20px
}

.maxl .radio span:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 3px solid;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.dis_fd_form .desginStyle .orangebg.pos {
    width: 100%;
    margin: 30px;
    left: -70px;
    position: absolute;
    padding: 0 40px;
    height: 100%
}

.dis_fd_form .desginStyle .orangebg.pos .calculatorsBox.list_typeA .titleText,
.dis_fd_form .desginStyle .orangebg.pos .calculatorsBox.list_typeA .list-calculator li a {
    color: #fff
}

.dis_fd_form .desginStyle .orangebg.pos .mod_jt_tabs {
    margin: 3em 0;
    width: 100%
}

.fd .mod_jt_tabs {
    width: 85%
}

#menu li {
    width: 100%
}

.dis_fd_form .defaultBg .searchBybranch {
    background: 0
}

.dis_fd_form .searchBybranch {
    clear: both
}

.dis_fd_form .defaultBg .searchBybranch::after,
.dis_fd_form .defaultBg .searchBycode::after {
    content: "";
    display: block;
    clear: both
}

.dis_fd_form .searchBybranch.ifscpage {
    background: url(/templates/policybazaar/images/ifsc_background.jpg) no-repeat 0 -10px;
    padding: 10px 0 20px 0;
    background-size: cover;
    margin: 0 -2.5%
}

.ifscTermBanner {
    display: inline-block;
    margin: 20px 0
}

.dis_fd_form .searchBybranch .titleband .blue {
    color: #fff;
    background: #365494;
    width: 42%;
    display: inline-block;
    text-align: right;
    padding: 10px 0;
    font-size: 20px;
    position: relative
}

.dis_fd_form .searchBybranch .titleband .blue h2 {
    margin: 0;
    line-height: 28px
}

.dis_fd_form .searchBybranch .titleband .orange {
    color: #fff;
    background: #fcac4b;
    width: 58%;
    display: inline-block;
    text-align: right;
    float: right;
    padding: 24px;
    font-size: 20px;
    position: relative
}

.dis_fd_form .searchBybranch .titleband .orange:before {
    width: 48px;
    height: 48px;
    content: "";
    background: url(/templates/policybazaar/images/strip_divider.jpg) no-repeat 0 0;
    left: 0;
    top: 0;
    position: absolute
}

.defaultBg .searchBycode,
.fd-page-wrap #topForm {
    width: 47%;
    vertical-align: top;
    float: left;
    padding: 20px 0;
    margin: 0 1.5%
}

.fd-page-wrap #topForm {
    float: right
}

.fd-page-wrap #frmInv em,
.fd-page-wrap #frmInv .tabs,
.fd-page-wrap #frmInv #name_feild select {
    display: none
}

.fd-page-wrap #frmInv .formbox_new span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #7a7b81;
    padding-bottom: 10px
}

.fd-page-wrap #frmInv {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(161, 161, 161, .5);
    box-shadow: 0 1px 3px 0 rgba(161, 161, 161, .5);
    background-color: #fff;
    padding: 20px 25px
}

.fd-page-wrap .formBlock {
    max-width: 467px;
    font-family: 'Poppins', sans-serif
}

.fd-page-wrap .formBlock .banner {
    background-image: url(/templates/policybazaar/images/akshay_fd_banner_talo.jpg);
    background-size: cover;
    min-height: 173px;
    background-color: #626c78;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(178, 178, 178, .5);
    box-shadow: 0 2px 4px 0 rgba(178, 178, 178, .5);
    margin-bottom: 15px;
    position: relative
}

select::-ms-expand {
    display: none
}

.fd-page-wrap .formBlock .banner .banner-text {
    max-width: 178px;
    left: 55%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-right: 11px
}

.fd-page-wrap .formBlock .banner .banner-text .title,
.fd-page-wrap .formBlock .banner .banner-text .leftSection h1,
.leftSection .fd-page-wrap .formBlock .banner .banner-text h1,
.fd-page-wrap .formBlock .banner .banner-text .leftSection h2,
.leftSection .fd-page-wrap .formBlock .banner .banner-text h2 {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 9px
}

.fd-page-wrap .formBlock .banner .banner-text p {
    font-size: 11px;
    font-weight: 500;
    color: #ffe6dc
}

.formBlock .tc-popup .heading {
    font-size: 21px;
    padding-bottom: 15px;
    text-align: center
}

.formBlock .tc-popup .pop-logo {
    background: url(/cdn/images/new-home/logo_new.png?v=1) 0 6px no-repeat;
    width: 160px;
    height: 45px;
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 0;
    text-decoration: none
}

.formBlock .tc-popup .pop-logo:focus {
    outline: none
}

.formBlock .tc-popup .feature-list {
    margin: 0;
    padding: 0
}

.fd-page-wrap span.termCondition+span {
    display: none !important
}

.formBlock .tc-popup .feature-list li {
    padding-bottom: 10px;
    position: relative
}

.formBlock .tc-popup .feature-list li:nth-child(1) {
    padding-left: 9px
}

.formBlock .tc-popup .feature-list li:nth-child(2) {
    padding-left: 15px
}

.formBlock .tc-popup .feature-list li:nth-child(3) {
    padding-left: 21px
}

.formBlock .tc-popup .feature-list li span {
    position: absolute;
    top: 0;
    left: 0
}

.formBlock .banner .tc-link {
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 10px;
    bottom: 4px;
    cursor: pointer
}

.formBlock .banner .tc-returns {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 10px;
    bottom: 4px
}

.formBlock .tc-popup-wrap {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    width: 100%
}

.formBlock .tc-popup {
    position: absolute;
    background: #fff;
    padding: 70px 22px 22px 22px;
    max-width: 425px;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.formBlock .tc-popup .close {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 16px;
    width: 40px;
    height: 30px;
    background: url(/templates/policybazaar/images/cross-black.png) no-repeat right top
}

.formBlock .banner .banner-text .feature-list li:last-child {
    padding-bottom: 0
}

.fd-page-wrap .formWrap .punchline {
    display: none
}

.fd-page-wrap .formWrap p {
    font-family: 'Poppins', sans-serif
}

.fd-page-wrap #frmInv .formbox_new {
    margin-bottom: 10px
}

.fd-page-wrap #frmInv .formbox_new.error {
    background: none;
    border: none
}

.fd-page-wrap #frmInv .formbox_new.error .err {
    font-size: 10px;
    color: red;
    margin-top: 3px
}

.fd-page-wrap #frmInv .formInput {
    border-radius: 4px;
    border: solid 1px #c5c8d6;
    background-color: #fff
}

.fd-page-wrap #frmInv .proceed,
.fd-page-wrap #frmInv .loaderProcess {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 0 #e8e8e8;
    box-shadow: 0 0 4px 0 #e8e8e8;
    background-color: #fc4804;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 14px;
    text-align: center
}

.fd-page-wrap #frmInv .loadingDiv {
    position: relative;
    margin: 20px 0 10px
}

.fd-page-wrap #frmInv .need-amount {
    display: none
}

.fd-page-wrap #frmInv .loadingDiv .loader {
    margin: 10px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 4px solid rgba(255, 255, 255, .2);
    border-right: 4px solid rgba(255, 255, 255, .2);
    border-bottom: 4px solid rgba(255, 255, 255, .2);
    border-left: 4px solid #fff;
    -ms-transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 0;
    position: absolute;
    right: 5%
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fd-page-wrap #frmInv .termCondition {
    font-size: 9px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7c7d85;
    display: block;
    text-align: center;
    margin-bottom: 15px
}

.fd-page-wrap #frmInv .termCondition a {
    color: #0652dd
}

.fd-page-wrap #frmInv .proceed .fa-arrow-right {
    margin-left: 10px;
    font-size: 14px
}

.fd-page-wrap #frmInv input,
.fd-page-wrap #frmInv #mob_feild2feild select,
.fd-page-wrap #frmInv #mob_feild2feild .cCode {
    width: 100%;
    display: block;
    padding: 6px 12px;
    height: auto;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    min-height: 44px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #252733;
    background: #fff
}

.fd-page-wrap #frmInv input::-webkit-input-placeholder {
    color: #252733;
    opacity: 1
}

.fd-page-wrap #frmInv input:-ms-input-placeholder {
    color: #252733;
    opacity: 1
}

.fd-page-wrap #frmInv input::-ms-input-placeholder {
    color: #252733;
    opacity: 1
}

.fd-page-wrap #frmInv input::placeholder {
    color: #252733;
    opacity: 1
}

.fd-page-wrap #frmInv input::-webkit-input-placeholder {
    color: #252733 !important;
    opacity: 1
}

.fd-page-wrap #frmInv input::-moz-input-placeholder {
    color: #252733 !important;
    opacity: 1
}

.fd-page-wrap #frmInv #mob_feild2feild .cCode {
    line-height: 33px;
    width: 80px;
    float: left
}

.fd-page-wrap #frmInv #mob_feild2feild .cCodeText {
    display: inline-block;
    width: 44px
}

.fd-page-wrap #frmInv #mob_feild2feild .cCodeText input {
    padding: 9px 5px
}

.fd-page-wrap #frmInv .formInput::after {
    content: "";
    display: block;
    clear: both
}

.fd-page-wrap #frmInv #mob_feild2feild {
    width: 185px;
    float: left
}

.fd-page-wrap #frmInv input#invmobile {
    width: calc(100% - 185px);
    float: left
}

.fd-page-wrap #frmInv #mob_feild2feild select {
    width: 105px;
    float: left
}

.fd-page-wrap #frmInv #mob_feild2feild select {
    background-size: 11px auto !important;
    padding-right: 20px
}

.dis_fd_form .searchBycode .form-for-fd {
    max-width: 450px
}

.dis_fd_form .forex-form.sp .roundedBox {
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    -webkit-box-shadow: 1px 1px 6px #c7cacd;
    box-shadow: 1px 1px 6px #c7cacd
}

.dis_fd_form .searchBybranch .sp {
    width: 100%;
    margin: 20px 0 20px;
    display: table
}

.dis_fd_form .searchBybranch .listBank_ifsc_detials {
    border: 1px solid #596275;
    opacity: .6;
    padding: 5px 10px;
    margin: 0 0 10px
}

.resultElement {
    padding: 5px 0
}

.resultBox .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
    border-right: 1px solid rgba(209, 209, 209, .2)
}

.resultBox .col-lg-3.col-md-3.col-sm-3.col-xs-12.last {
    border: 0
}

.resultElement p {
    margin: 0;
    font-size: 11px
}

.bankWithIfsc {
    display: table;
    width: 100%;
    margin: 0
}

.bankWithIfsc li {
    display: table-cell;
    padding: 15px;
    min-width: 100px;
    text-align: center;
    border-right: 1px solid #f2f2f2
}

.bankWithIfsc li a {
    color: #fff
}

.forex-form.sp #ifsccode,
.newsLetter_box .ns_Letter {
    width: 94%;
    border: 1px solid #ccc;
    padding: 22px;
    border-radius: 30px;
    font-size: 13px
}

#btnifsccode,
.ns_formsubmit {
    margin: 10px 0 0 0;
    width: 40%;
    color: #fff;
    font-weight: 400;
    border: 0;
    padding: 10px 0 !important;
    border-radius: 30px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    outline: 0;
    text-align: center
}

.checkIfsc h4 {
    font-size: 14px;
    line-height: 24px
}

.checkIfsc {
    background: #f8f8f8;
    padding: 10px;
    margin-top: 45px;
    border: 1px solid #eaeaea
}

.checkIfsc h2 {
    margin: 0
}

.bankWithIfsc li:nth-child(even) {
    background: #003663;
    border: 1px solid #003663;
    color: #fff
}

.bankWithIfsc li:nth-child(odd) {
    background: #3c6382;
    border: 1px solid #3c6382;
    color: #fff
}

.titleband h2 {
    font-size: 18px;
    font-weight: 400;
    color: #303952;
    line-height: 20px;
    padding-left: 10px;
    text-align: left
}

.fdWithbg.searchBybranch {
    padding: 20px 0
}

.lisOfBank.half ul:nth-child(odd) li {
    margin-right: 0
}

.resultBox {
    background: #fff;
    display: none;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 0;
    border: 1px solid #fff;
    float: left
}

.listBank_ifsc_detials .logo {
    position: absolute;
    top: -25px
}

.ifseCode .h1 {
    z-index: 2;
    font-size: 34px;
    font-weight: 900;
    color: #574b90;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
    margin: 10px;
    position: relative
}

.ifseCode .colorbg {
    background: #fff;
    opacity: .6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.ifseCode .h6 {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #6a89cc;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    position: relative
}

.baseGrdient {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(83%, #fff), to(#ebf7ff));
    background: linear-gradient(to bottom, #fff 83%, #ebf7ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebf7ff', GradientType=0);
    padding: 0 0 30px 0
}

.dis_fd_form .searchBybranch .listBank_ifsc_detials h3 {
    margin: 0;
    color: #094257;
    font-size: 13px;
    letter-spacing: 0
}

.dis_fd_form .searchBybranch .listBank_ifsc_detials h3 p {
    display: inline;
    font-size: 13px
}

.dis_fd_form .searchBybranch .listBank_ifsc_detials .smallFont {
    font-size: 13px
}

.dis_fd_form .searchBybranch .listBank_ifsc_detials p {
    color: #094257;
    margin: 1px 0;
    display: block;
    font-size: 13px
}

.dis_fd_form .searchBybranch .listBank_ifsc_detials p.bankName {
    color: #01111a;
    margin: 10px 0;
    display: block;
    font-size: 17px;
    text-align: left;
    line-height: 20px
}

.bdrwrap .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
    padding: 5px;
    padding: 5px
}

.dis_fd_form .searchBycode p {
    margin-top: 20px
}

.goldNews {
    background: #f3f3f3;
    padding: 10px 4px;
    margin-bottom: 5px
}

.goldNews h3 {
    margin-top: 0;
    background: #e4e2e2;
    padding: 10px
}

.goldNews p {
    padding: 5px 13px
}

.goldNews p label {
    color: #555b4d;
    float: right
}

#menu1 li {
    position: relative
}

#menu>li:before,
#menu1>li:before {
    content: "";
    background: url(/templates/policybazaar/images/down-arrow.png) no-repeat 0 0;
    position: absolute;
    width: 17px;
    height: 16px;
    right: 15px;
    top: 18px
}

#menu>li.active:before,
#menu1>li.active:before {
    content: "";
    background: url(/templates/policybazaar/images/down-arrow.png) no-repeat 0 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 8px;
    right: 20px
}

#menu1 a {
    color: #333 !important;
    position: relative
}

#menu.metismenu>li:before,
#menu.metismenu>li.active:before {
    background: 0
}

#menu1 a strong {
    font-weight: 400
}

.dis_fd_form .searchBycode .orange {
    margin: 40px 0 10px
}

.dis_fd_form .searchBycode .orange.bld {
    margin: 20px 0 0
}

.dis_fd_form .searchBycode .orange.bld+p {
    margin: 10px 0 10px
}

.dis_fd_form .searchBycode .sp {
    width: 50%;
    margin: 0 0 30px
}

.dis_fd_form .popularBank {
    position: relative;
    z-index: 2;
    color: #fdac4c;
    text-align: left;
    margin: 0 0 20px
}

.dis_fd_form .searchBycode .result p {
    margin-top: 0
}

.bluebg .forex-form-bootstrap {
    padding: 15px
}

.bluebg .forex-form-bootstrap .calculate_compare_result table td,
.bluebg .forex-form-bootstrap .calculate_compare_result table th {
    padding: 3px
}

.bluebg .forex-form-bootstrap .calculate_compare_result table {
    margin-bottom: 0
}

.bluebg .forex-form-bootstrap h3 {
    margin-top: 0
}

div#priceResult {
    margin-bottom: 0
}

.forex-form-bootstrap::after {
    content: "";
    display: block;
    clear: both
}

.forex-form-bootstrap .btn {
    padding: 10px;
    font-size: 17px;
    margin-right: 10px;
    font-weight: 300;
    margin-top: 5px
}

.forex-form-bootstrap .btn.lightblueBtn {
    background: #3b98f7
}

.forex-form-bootstrap .btn.lightblue.sd {
    border-radius: 4px;
    background-color: #1c5c36;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
    width: 200px;
    height: 44px
}

.forex-form-bootstrap select.form-control,
.fd-page-wrap #frmInv #mob_feild2feild select {
    height: auto;
    -webkit-appearance: none;
    background: #fff url(/templates/policybazaar/images/down-arrow.png) no-repeat 96% 50%
}

.forex-form-bootstrap .form-control {
    height: auto;
    padding: 8px 7px
}

.form-control {
    border-radius: 0
}

.searchBybranch h1,
.searchBycode h1 {
    margin: 0 0 20px 0
}

#ifscdetail {
    width: 100%
}

.table {
    border: 1px solid #ddd;
    font-size: 14px
}

#ifscdetail tr td:first-child {
    width: 30%;
    border-right: 1px solid #ddd
}

.table .bluebg td p {
    margin: 0
}

.table .bluebg td p,
.table .bluebg td,
.table .bluebg td li {
    color: #fff
}

#ifscdetail tr td:first-child span {
    font-weight: 600;
    display: block
}

#ifscdetail tr td:last-child {
    width: 70%;
    word-break: break-all
}

.dis_fd_form .searchBycode .boxyWrap {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9.8px .2px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 9.8px .2px rgba(0, 0, 0, .23)
}

.dis_fd_form .searchBycode .boxyWrap .goldyBox {
    position: relative
}

.dis_fd_form .searchBycode .boxyWrap p {
    margin: 0;
    padding: 0 2px
}

.dis_fd_form .searchBycode .boxyWrap p.lastUpdate {
    font-size: 11px;
    font-family: "Roboto";
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    background: #d79f00;
    padding: 5px;
    text-align: right
}

.dis_fd_form .searchBycode .boxyWrap p {
    font-size: 14px;
    font-family: "Roboto";
    color: #444;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -.5px;
    text-align: center
}

.dis_fd_form .searchBycode .boxyWrap p.mcx {
    margin: 10px 0
}

.dis_fd_form .spacerG {
    margin: 12px 0
}

.dis_fd_form .searchBycode .boxyWrap p.flatgray {
    font-size: 14px;
    font-family: "Roboto";
    color: #333;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0
}

.flatgray.row {
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 5px 0
}

.flatgray.row.green {
    background: #22a74b
}

.flatgray.row {
    max-width: 100%
}

.flatgray.row::after {
    content: "";
    display: block;
    clear: both
}

.flatgray.row.red {
    background: #d75100
}

.flatgray.row .col-md-3 {
    background: #f1f1f1;
    border-bottom: 2px solid #fff;
    padding: 10px;
    font-weight: 700
}

.flatgray.row .col-md-9 {
    font-size: 20px;
    font-weight: 600;
    padding: 6px;
    border-bottom: 2px solid #f1f1f1
}

.flatgray.row .wd50 {
    float: left;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    border-right: 1px solid #fff
}

.flatgray.row .wd50.right {
    border-right: none
}

.flatgray.row.last .col-md-3,
.flatgray.row.last .col-md-9 {
    border: 0
}

.dis_fd_form .searchBycode .dailyGoldrate {
    font-size: 40px;
    font-family: "Roboto";
    color: #444;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: -2px;
    margin: 10px 0 10px;
    text-align: center
}

.lisOfBank.half ul li {
    width: 32%;
    MARGIN-RIGHT: .5%;
    font-size: 12px
}

.ifseCode .lisOfBank.half .listOfBankifsc ul li {
    border: 1px solid #ccc;
    margin-bottom: 3px;
    padding: 5px;
    float: left
}

.fixed-deposit .lisOfBank.half ul {
    width: 100%
}

.fixed-deposit .lisOfBank ul.metismenu li {
    width: 100% !important;
    letter-spacing: 0
}

#menu1 li {
    margin-bottom: 1px
}

#menu1>li {
    background: #f7f7f7
}

#menu1 li a {
    padding: 10px 37px 10px 10px;
    display: block;
    border-bottom: 1px solid #ececec
}

#menu1 li ul li {
    padding: 10px
}

#menu1 li ol li {
    padding: none;
    border-bottom: 0
}

#menu1 li ol li p {
    margin-bottom: 0
}

#menu1 li:last-child {
    border-bottom: 0
}

#menu1 li ul li ol li {
    padding-left: 0
}

.tagbox {
    background-color: #f5f5f5;
    font-size: 12px;
    line-height: 20px;
    margin: 20px auto 20px;
    padding: .5% 1%;
    text-align: left;
    text-decoration: none;
    width: 98%;
    border: 0;
    color: #333;
    float: none
}

.fd-left-right-panel {
    max-width: 1200px;
    margin: 20px auto 0
}

.fd-left-right-panel .left {
    padding-right: 50px
}

.fixed-deposit .lisOfBank.half ul li {
    width: 40%
}

.left-right-content-wrap {
    max-width: 1250px;
    margin: 0 auto
}

.left-right-content-wrap .contentPart {
    padding-right: 35px;
    margin-top: 10px
}

.contentPart h3 {
    font-size: 16px
}

#ifscdetail+.lisOfBank.half {
    height: 410px;
    overflow-x: auto
}

.dis_fd_form .jt_box li,
.dis_fd_form .lisOfBank li,
.dis_fd_form .faq li {
    line-height: 22px;
    position: relative;
    font-size: 14px
}

.lisOfBank.bulletArrow ul li {
    background: url(/templates/policybazaar/images/arrow.png) no-repeat 0 6px;
    text-indent: 11px
}

#menu li a.blue {
    background: #f7f7f7;
    padding: 7px 23px 7px 10px;
    display: block;
    margin: 0 0 1px;
    color: #757575;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    position: relative
}

.metismenu a .arrow {
    position: absolute;
    right: 7px;
    top: 34%;
    float: none;
    display: block !important
}

#menu li .collapse.in .selectBank_table {
    margin: 0;
    width: 100%
}

.dis_fd_form .jt_box ul li {
    background: 0
}

.dis_fd_form .jt_box ul li a,
.dis_fd_form .jt_box ul li span {
    display: inline;
    font-size: 14px
}

.dis_fd_form .mod_jt_tabs {
    margin: 3em 0
}

.dis_fd_form .calculatorsBox ul.list-calculator li a {
    color: #626262;
    font-size: 15px
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.allimg {
    border: 1px none;
    display: block;
    height: 61px;
    left: -5px;
    padding: 19px 0 0 75px;
    position: relative;
    top: 0;
    width: 100%
}

.dis_fd_form #ifscdetail {
    margin: 1em 0
}

.dis_fd_form #ifscdetail .h2 {
    margin: 1em 0 .5em 0;
    display: block;
    text-decoration: underline
}

.orangebg .forex-form-bootstrap {
    width: 90%;
    margin: 0 auto
}

.dis_fd_form .lisOfBank .mr30 {
    margin-top: 50px
}

table thead td {
    background: #005387;
    color: #fff;
    width: 80px;
    font-weight: 700;
    padding: 8px;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
    border: 1px solid #333
}

.article_newsLetter .content-block {
    line-height: 20px
}

.article_newsLetter .content-block+span {
    display: block;
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px
}

.ns_error {
    display: block;
    margin-top: 7px;
    color: #de0303;
    font-size: 12px
}

.ns_error.ns_success {
    color: #2dc35c !important
}

.newsLetter_box .ns_Letter {
    width: 90%
}

.trande_table table tbody td {
    color: #333;
    width: 80px;
    padding: 8px 0;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
    border: 1px solid #333;
    font-size: 12px
}

.trande_table table tbody td:first-child {
    background: #005387;
    text-align: left;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.tabletitle {
    margin: 10px 0 10px
}

.tabletitle_equl {
    margin: 10px 0
}

.searchBycode.InnerPage {
    vertical-align: top
}

.searchBycode.InnerPage .tabletitle {
    line-height: 26px;
    letter-spacing: 0;
    font-size: 18px
}

.trande_table {
    margin: 20px 0 30px;
    overflow: auto
}

.orangebg .forex-form-bootstrap .btn {
    padding: 8px 0
}

.selectBank,
.selectBank_table {
    margin-top: 20px;
    margin-bottom: 20px
}

.selectBank::after,
.desginStyle::after {
    content: "";
    display: block;
    clear: both
}

.dis_fd_form .calculatorsBox.list_typeA .titleText {
    text-transform: uppercase
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.sb {
    background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -311px
}

.sbcate .calculatorsBox ul.list-calculator li a.sb {
    background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -311px
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.it {
    background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -382px
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.other {
    background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -457px
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.saving {
    background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -841px
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.save_reg {
    background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -701px
}

.dis_fd_form .calculatorsBox ul.list-calculator li a.save_act {
    background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 6px -771px
}

.dis_fd_form .forAlign input,
.dis_fd_form .forAlign select {
    display: inline-block;
    width: 49%
}

.dis_fd_form .forAlign select.selPeriod {
    float: right
}

label.fdtime.srt {
    text-transform: uppercase;
    margin-right: 20px
}

.btn.calculate {
    width: 105px;
    text-align: center
}

.boxMulti label {
    display: block
}

.boxMulti input,
.boxMulti select {
    display: inline-block;
    width: 49%
}

.radio_g {
    margin-right: 7px
}

h2.white.underline {
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    display: block;
    margin-top: 0;
    line-height: normal;
    padding-bottom: 10px
}

.white.inr.fig {
    font-size: 40px
}

.white.inr.fig:before {
    content: "\20B9";
    padding-right: 10px;
    font-size: 40px
}

.goldDailyStatus td {
    font-size: 14px;
    border: 1px solid #ccc
}

.goldDailyStatus td.lightblue table td {
    border: 0
}

.calculate_result {
    display: none;
    text-align: center
}

.calculate_result .h1 {
    color: #005387;
    line-height: normal
}

.newsSection {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 30px 0 15px;
    width: 100%
}

.newsSection .artclerghtblueheading {
    color: #005387;
    text-align: center;
    text-transform: uppercase
}

.newsSection .newsUl {
    list-style: outside none none;
    margin: 0 auto;
    max-width: 1080px;
    padding: 20px 0 0;
    width: 100%
}

.newsSection .newsUl .childDiv {
    margin: 2%;
    padding: 0 2%;
    width: 100%
}

.newsSection .newsUl .childDiv:first-child {
    margin-left: 0
}

.newsSection .newsUl .childDiv:last-child {
    margin-right: 0
}

.newsSection .newsUl .childDiv a.title {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px
}

.newsSection .newsUl .childDiv a.title:hover {
    text-decoration: underline
}

.newsSection .newsUl .childDiv a.graybutton {
    background: #fff url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 58px -225px;
    border: 1px solid #ffa22b;
    color: #ffa22b;
    font-size: 10px;
    padding: 5px 15px 4px 8px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.newsSection .newsUl .childDiv a.graybutton:hover {
    background: #ffa22b url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 56px -225px;
    color: #fff;
    text-decoration: none !important
}

.icnSprite {
    background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 0 0
}

.error {
    border: 1px solid red
}

.clearfix::after {
    clear: both;
    content: "";
    display: block
}

h2.ins_title {
    background-position: 0 -64px;
    color: #005387;
    display: inline-block;
    padding-left: 45px
}

h2.ins_title+hr {
    display: none
}

.owl-controls .owl-nav {
    height: 50px;
    margin: 0 auto;
    width: 90px
}

.owl-controls .owl-prev {
    background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 0 -104px;
    height: 40px;
    text-indent: -2000px;
    width: 43px
}

.owl-controls .owl-next {
    background: rgba(0, 0, 0, 0) url(/templates/policybazaar/images/article_landing_icons.png) no-repeat scroll 0 -160px;
    float: right;
    height: 40px;
    text-indent: -2000px;
    width: 43px
}

.calculate_result .row {
    text-align: center;
    width: 100%
}

.calculate_result p {
    font-size: 14px;
    margin: 16px 0 10px
}

.calculate_result h1,
.calculate_result .h1 {
    font-size: 18px
}

.calculate_result.diff p {
    color: #005387;
    text-transform: uppercase
}

.compare td div:first-child {
    font-size: 12px;
    color: #f90
}

.compare td div:last-child {
    font-size: 12px;
    color: #333;
    font-weight: 600
}

.listOfBankifsc ul {
    display: table;
    width: 100%
}

.listOfBankifsc ul li {
    margin: 0 5px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.listOfBankifsc ul li:hover {
    background: #337ab7;
    color: #fff
}

.listOfBankifsc ul li:hover a {
    color: #fff
}

.Heading {
    margin: 25px 0 10px 0
}

.content-block {
    padding: 4px 0 2px 0;
    color: #005387;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #005387;
    display: inline-block
}

.scrollLeft {
    max-height: 290px;
    overflow-y: auto
}

.scrollLeft li {
    padding: 0 0 10px 25px;
    position: relative;
    font-size: 14px
}

.scrollLeft li a {
    line-height: normal
}

.scrollLeft li a:before {
    content: "\279C";
    position: absolute;
    left: 5px
}

.table.table.table-hover.table-inverse.goldDailyStatus {
    text-align: center
}

.table.table.table-hover.table-inverse.goldDailyStatus td.lightblue {
    text-transform: uppercase;
    text-align: center
}

.table.table.table-hover.table-inverse.goldDailyStatus td.lightblue * {
    color: #fff
}

.fullwidth select {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    border: 2px solid #64ccf3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/templates/policybazaar/images/down-arrow.png) no-repeat 95% center;
    font-size: 14px
}

#searchbybank.form-control {
    margin: 0 0 20px 0;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 45px;
    border-radius: 30px
}

.fullwidth {
    padding: 0 5px
}

.data_ol {
    margin-left: 30px;
    list-style: decimal;
    font-size: 14px;
    line-height: 20px
}

.data_ul {
    margin-left: 30px;
    list-style: disc;
    font-size: 14px;
    line-height: 20px
}

.data_ol li,
.data_ul li {
    padding: 5px 0
}

.item-contentpage .artcle_right_panel ul.jt_tabs li {
    padding: 7px
}

.ifscpage .disForm.seoLandingPage {
    background-color: transparent;
    height: auto;
    margin: 20px 0 35px 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ifscpage .disForm.seoLandingPage .rightContent {
    height: auto;
    padding: 0px !important
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv {
    background-color: #fff;
    border: 1px solid #64ccf3;
    border-radius: 4px;
    position: relative;
    max-width: 900px;
    -webkit-box-shadow: 0 2px 21px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 21px rgba(0, 0, 0, .2);
    margin: 0 auto
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .countryDiv {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 4px 0 #efefef;
    box-shadow: 0 2px 4px 0 #efefef
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueBtnColor {
    -webkit-box-shadow: 0 2px 4px 0 #cacaca, 0 2px 10px 0 #b5b5b5;
    box-shadow: 0 2px 4px 0 #cacaca, 0 2px 10px 0 #b5b5b5;
    -webkit-animation: none;
    animation: none;
    left: auto;
    top: auto;
    position: static;
    margin: 0 0 0 15px
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .tc {
    padding: 0 10px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv ul.guaranteedInvestList {
    padding: 20px
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .ifscbanner_logo {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 160px
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .countryDiv .err {
    position: static
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .countryDiv select {
    border-bottom-left-radius: 0
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv ul.guaranteedInvestList li .imgWidth {
    background: url(/cdn/images/bu/term-sticky-blue.png) no-repeat;
    background-size: contain
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueTxt {
    font-size: 17px;
    color: #222;
    margin-left: 75px
}

.ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueTxt b {
    color: #ec7e5d
}

.dis_fd_form .container-fluid.ifseCode.darkbrown {
    margin-top: 10px;
    margin-bottom: 10px
}

.checkIfsc #btnifsccode {
    min-width: 109px
}

.gr_return_plan {
    margin-top: 10px
}

.gr_return_plan ul {
    margin-top: 5px
}

.gr_return_plan ul li {
    margin: 2px 5px;
    width: 48%;
    display: block;
    float: left;
    list-style: disc;
    position: relative;
    padding-left: 18px
}

.gr_return_plan ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    left: 5px
}

@media only screen and (max-width:1024px) {
    .ifscpage .disForm.seoLandingPage .rightContent {
        width: 100%
    }

    .contentPart h2,
    .contentPart .h2 {
        line-height: normal;
        font-size: 19px !important;
        margin: 10px 0px !important
    }

    .landingPageFD .col-md-push-2.blk {
        left: 8.33%
    }

    .formBlock .arrow {
        display: none
    }

    #btnifsccode,
    .ns_formsubmit {
        width: 55%
    }

    .dis_fd_form .searchBybranch .titleband .orange {
        width: 56.5%
    }

    .dis_fd_form {
        font-size: 100%
    }

    .dis_fd_form .searchBybranch .sp,
    .dis_fd_form .searchBycode .sp {
        width: 100%
    }

    .dis_fd_form .searchBybranch {
        background-size: cover
    }

    .dis_fd_form .searchBycode {
        background-position: bottom right;
        background-size: 100%
    }

    .fd-page-wrap .searchBycode,
    .fd-page-wrap #topForm {
        width: 50%;
        margin: 0
    }

    .fd-page-wrap #topForm {
        padding: 25px 15px 0
    }

    .dis_fd_form .defaultBg {
        padding: 10px 2%
    }

    .custombg {
        background: #fff
    }

    .btn calculate_d {
        width: 100%
    }

    .dis_fd_form.body_container {
        padding: 0
    }

    .bluebg.pos,
    .article_newsLetter,
    .sidebar-links,
    .checkIfsc {
        max-width: 350px
    }

    .ifseCode .defaultBg {
        margin: 0
    }

    .row {
        margin: 0
    }

    .fd-page-wrap #frmInv .formbox_new span {
        font-size: 12px;
        padding-bottom: 5px
    }

    .fd-page-wrap #frmInv input,
    .fd-page-wrap #frmInv #mob_feild2feild select,
    .fd-page-wrap #frmInv #mob_feild2feild .cCode {
        font-size: 13px
    }

    .fd-page-wrap #frmInv input#invmobile {
        width: calc(100% - 136px)
    }

    .fd-page-wrap #frmInv #mob_feild2feild .cCode {
        width: 45px
    }

    .fd-page-wrap #frmInv #mob_feild2feild select {
        width: 91px
    }

    .fd-page-wrap #frmInv .loadingDiv {
        margin: 14px 0 10px
    }

    .fd-page-wrap #frmInv .proceed,
    .fd-page-wrap #frmInv .loaderProcess {
        font-size: 12px;
        padding: 10px
    }

    .fd-page-wrap #frmInv .loadingDiv .loader {
        top: -3px;
        width: 24px;
        height: 24px;
        top: -3px;
        border-top: 2px solid rgba(255, 255, 255, .2);
        border-right: 2px solid rgba(255, 255, 255, .2);
        border-bottom: 2px solid rgba(255, 255, 255, .2);
        border-left: 2px solid #fff;
        right: 2%
    }

    .fd-page-wrap #frmInv #mob_feild2feild {
        width: 136px
    }

    .fd-page-wrap .formBlock .banner {
        min-height: 137px
    }

    .fdBanner.fixed img {
        max-width: 470px;
        width: auto
    }

    .investment-bg {
        max-width: 410px;
        display: inline-block !important
    }

    .investment-bg.active.growth.formWrap {
        max-width: 100%;
        display: block !important
    }

    .investment-bg.active.growth.formWrap.hide {
        display: none !important
    }

    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .guaranteedInvestList li .imgWidth,
    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueTxt br {
        display: none !important
    }

    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .guaranteedInvestList li {
        text-align: center
    }

    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueTxt {
        margin-left: 0;
        width: 100%;
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 12px
    }

    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv ul.guaranteedInvestList {
        text-align: center
    }

    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .guaranteedInvestList li:first-child {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:980px) {
    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .ifscbanner_logo {
        max-width: 115px
    }

    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueBtnColor.detailBtn {
        width: 140px;
        display: block;
        margin: 18px auto 0 auto
    }

    .titleband h2 {
        margin-top: 0
    }
}

@media only screen and (max-width:840px) and (min-width:768px) {
    .dis_fd_form .searchBybranch .listBank_ifsc_detials p {
        font-size: 11px
    }
}

@media only screen and (max-width:840px) {
    .dis_fd_form .searchBybranch .listBank_ifsc_detials p {
        font-size: 11px
    }

    .bankWithIfsc li {
        width: auto;
        min-width: auto
    }

    .dis_fd_form .fdWithbg .fixed-deposit-form h1,
    .dis_fd_form .fdWithbg .fixed-deposit-form .form-group,
    .dis_fd_form .fdWithbg .fixed-deposit-form .maxl {
        position: relative;
        z-index: 10
    }

    .dis_fd_form .searchBycode .form-for-fd {
        margin: 0 auto
    }

    .dis_fd_form .searchBycode .orange.bld {
        line-height: 20px
    }

    .ifseCode .result .h1.endresult {
        text-align: left
    }

    .dis_fd_form .searchBybranch .titleband .blue {
        padding: 11px 0 12px;
        font-size: 18px
    }

    .dis_fd_form .searchBybranch .titleband .orange {
        width: 54.5%
    }

    .dis_fd_form .searchBybranch .listBank_ifsc_detials h3,
    .dis_fd_form .searchBybranch .listBank_ifsc_detials h3 p {
        font-size: 16px
    }

    .borderStyle .info:nth-child(2) {
        border: 0
    }

    .content>.row {
        margin: 0
    }

    .dis_fd_form .searchBybranch .sp,
    .dis_fd_form .searchBycode .sp {
        width: 100%
    }

    .calculate_result p {
        margin: 0 0 2px
    }

    .gapIn {
        margin: 50px 0 0 10px
    }

    .col-xs-12.gapIn {
        width: 83.33333333%
    }

    h1,
    .h1 {
        font-size: 20px
    }

    h2,
    .h2 {
        font-size: 16px !important;
        line-height: 40px
    }

    .hidden-col-sm-12 {
        display: none
    }

    .scrollLeft li a {
        line-height: 16px;
        font-size: 12px
    }

    .dis_fd_form .fdWithbg {
        background: #fdc481 url(../../images/bu/ifsc_by_branch_code.webp) no-repeat bottom right
    }

    .dis_fd_form .fdWithbg .fixed-deposit-form {
        width: 100%
    }

    .dis_fd_form .searchBybranch .titleband .blue,
    .dis_fd_form .searchBybranch .titleband .orange {
        width: 50%
    }

    .dis_fd_form .searchBybranch .titleband .blue h2 {
        margin: 0;
        line-height: 25px
    }

    .resultBox .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
        border-bottom: 1px solid #ccc
    }

    .dis_fd_form .popularBank {
        margin: 0 0 10px;
        line-height: normal
    }

    .bluebg .forex-form-bootstrap {
        display: block;
        padding: 10px
    }

    .white.inr.fig {
        font-size: 30px
    }

    .white.inr.fig:before {
        content: "\20B9";
        padding-right: 3px;
        font-size: 30px
    }

    h2,
    .h2 {
        line-height: normal
    }

    .fd-page-wrap .disForm .rightContent {
        padding: 0px !important
    }

    .fd-page-wrap .insuranceProvider .rightContent {
        padding: 0 !important
    }

    .disForm .leftContent .arrow {
        display: none
    }

    #topForm .investment.disForm .leftContent {
        display: none !important
    }

    .formBlock .tc-popup {
        left: 7px;
        right: 6px;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%)
    }

    .dis_fd_form .fdWithbg {
        background: rgba(148, 146, 146, .6)
    }

    .fd-page-wrap .formBlock .banner .banner-text {
        left: 59%
    }
}

@media only screen and (max-width:740px) {
    .dis_fd_form .container-fluid.ifseCode.darkbrown {
        margin-top: 0
    }

    .titleband h2 {
        text-align: center
    }

    .dis_fd_form .searchBybranch .listBank_ifsc_detials {
        margin-bottom: 10px
    }

    .dis_fd_form .container-fluid.ifseCode.darkbrown {
        background-size: cover
    }

    .dis_fd_form .contentPart {
        margin: 20px 0
    }

    .scrollLeft li a {
        font-size: 14px
    }

    .fdpage_Section {
        width: 100%;
        margin: 0 auto !important
    }

    .fd-left-right-panel .left {
        padding-right: 15px
    }

    .contentPart,
    .left-right-content-wrap .contentPart {
        padding-right: 0
    }

    .fdpage_Section .form-control {
        width: 100%
    }

    .item-contentpage .artcle_right_panel ul.jt_tabs li {
        padding: 7px
    }

    .brown {
        width: 40%
    }

    .mod_jt_tabs {
        display: block
    }

    .dis_fd_form .searchBybranch,
    .dis_fd_form .searchBycode,
    .dis_fd_form .searchBybranch.ifscpage,
    .fd-page-wrap #topForm {
        float: none;
        width: 100%;
        padding: 0 6px;
        margin: 0
    }

    .fd-page-wrap .formBlock {
        float: none;
        margin: 0 auto;
        max-width: 412px
    }

    .dis_fd_form .container.forexData,
    .dis_fd_form .container-fluid.ifseCode {
        display: inline-block
    }

    .dis_fd_form .searchBybranch.ifscpage {
        padding: 10px 0
    }

    .tabletitle {
        margin-top: 0
    }

    .dis_fd_form .searchBycode .boxyWrap {
        margin-bottom: 10px
    }

    .dis_fd_form .mod_jt_tabs {
        margin: 3em 14px
    }

    .calculatorsBox.list_typeA {
        margin: 0 14px
    }

    .borderStyle .info,
    .fd_bankwise .content,
    .fd_bankwise.innerpage_table .content {
        border: 0
    }

    .fd_bankwise.innerpage_table {
        background: #fff;
        padding: 9px 0
    }

    .fd_bankwise.innerpage_table .borderStyle .info {
        border: 0
    }

    .fd_bankwise.innerpage_table .borderStyle .info .alignMent {
        border-bottom: 1px solid #005387
    }

    .fd_bankwise.innerpage_table .borderStyle .info:last-child .alignMent {
        border-bottom: none
    }

    .dis_fd_form .fdWithbg .fixed-deposit-form .inner {
        max-width: 400px
    }

    .fd-page-wrap .formBlock .banner {
        min-height: 155px
    }

    .dis_fd_form .fdWithbg .fixed-deposit-form .inner {
        max-width: 60%;
        margin: 0 auto;
        width: 100%;
        padding: 0
    }

    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .guaranteedInvestList li {
        margin-bottom: 10px
    }

    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .countryWidth {
        width: auto
    }
}

@media only screen and (max-width:640px) {
    .calculate_result p {
        font-size: 11px
    }

    .ifseCode .h6 {
        font-size: 20px
    }

    .dis_fd_form .searchBycode .orange {
        margin: 25px 0 10px
    }

    .dis_fd_form .tabPadding .mod_jt_tabs {
        margin: 30px 0 0 0
    }

    .show-text {
        display: none !important
    }

    .gapIn {
        margin: 0
    }

    .dis_fd_form .desginStyle .calci {
        width: 100%;
        margin: 50px 0 50px 0;
        max-width: 370px
    }

    .borderStyle .info,
    .fd_bankwise .content,
    .fd_bankwise.innerpage_table .content {
        border: 0
    }

    .fd_bankwise.innerpage_table {
        background: #fff;
        padding: 9px 0
    }

    .fd_bankwise.innerpage_table .borderStyle .info {
        border: 0
    }

    .fd-page-wrap #frmInv {
        padding: 10px
    }

    .fd-page-wrap .formBlock .banner {
        min-height: 151px
    }

    .formBlock .banner .tc-link {
        font-size: 9px
    }

    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .ifscbanner_logo {
        max-width: 100px
    }

    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueBtnColor {
        display: block;
        margin: 18px auto 0 auto
    }

    .ifscpage .bankWithIfsc li {
        display: block
    }
}

@media only screen and (max-width:480px) {
    .ifseCode .h6 {
        font-size: 16px
    }

    .fdpage_Section {
        width: 100%;
        margin: 0 auto;
        margin-left: 0
    }

    .mod_jt_tabs {
        width: 100%
    }

    .item-contentpage .artcle_right_panel .jt_box {
        width: 100%
    }

    .landingPageFD .fdpage_Section {
        margin-left: 0
    }

    .landingPageFD .col-md-push-2.blk {
        left: 8.33%
    }

    #bluebgform {
        width: 100%
    }

    .dis_fd_form .searchBybranch .sp,
    .dis_fd_form .searchBycode .sp {
        width: 100%
    }

    .dis_fd_form .searchBybranch .titleband .blue h2 {
        font-size: 14px
    }

    .dis_fd_form .searchBycode {
        background-position: contain right;
        background-size: contain;
        margin-top: 20px
    }

    .dis_fd_form .mod_jt_tabs {
        width: 100%
    }

    .lisOfBank.half ul {
        width: 100%
    }

    .bankWithIfsc li {
        display: block
    }

    .lisOfBank.half ul li {
        width: 100%
    }

    .trande_table {
        max-width: 430px;
        overflow-x: auto
    }

    .dis_fd_form .desginStyle .orangebg.pos {
        width: 100%;
        margin: -1px;
        left: 1px;
        position: inherit;
        padding: 0 10px;
        height: 100%
    }

    .dis_fd_form .desginStyle .calci {
        width: 100%;
        margin: 50px 0 50px 0
    }

    .calculate,
    .calculate_d {
        padding: 10px 0 !important
    }

    .table>tbody>tr>td,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .bluebg .forex-form-bootstrap .calculate_compare_result table th {
        vertical-align: middle;
        text-align: center
    }

    .col-xs-8.blk {
        width: 100%;
        margin-left: 0
    }

    .calculate_result .h1 {
        font-size: 15px
    }

    h1,
    .h1 {
        font-size: 15px;
        margin-bottom: 9px
    }

    .ifseCode .h1 {
        margin: 10px 10px 10px;
        font-size: 34px
    }

    .fd-page-wrap .formBlock .banner {
        min-height: 125px
    }

    .fdBanner.fixed img {
        max-width: 100%
    }

    .fd-page-wrap #frmInv .loadingDiv .loader {
        right: 2%
    }
}

@media only screen and (max-width:440px) {
    .fdpage_Section {
        width: 100%;
        margin: 0 auto;
        margin-left: 0
    }

    .col-xs-6.left0.result {
        width: 100%
    }

    .dis_fd_form .fdWithbg .fixed-deposit-form .inner {
        width: 90%;
        max-width: 90%;
        padding-left: 0;
        margin: 0 auto
    }

    .ifscpage .disForm.seoLandingPage .rightContent .bannerDiv .blueTxt {
        font-size: 14px
    }

    .navbookMark {
        display: table;
        width: 100%;
        text-align: center;
        margin: 0 auto
    }

    .navbookMark .bookmarkBtn {
        width: 48%;
        font-size: 12px
    }
}

@media only screen and (max-width:360px) {
    .arrow-up {
        display: none
    }

    .dis_fd_form .searchBybranch .sp,
    .dis_fd_form .searchBycode .sp {
        width: 100%
    }

    .dis_fd_form .searchBybranch .titleband .blue {
        width: 80%
    }

    .dis_fd_form .searchBybranch .titleband .orange {
        width: 20%
    }

    .contentPart {
        margin-right: 0
    }

    #ifscdetail tr td:first-child {
        width: 35%
    }

    #ifscdetail {
        width: 100%
    }

    h2.text-uppercase.bld {
        line-height: 17px;
        font-size: 20px
    }

    .fd-page-wrap .formBlock .banner {
        min-height: 102px
    }

    .fd-page-wrap .formBlock .banner .banner-text .title,
    .fd-page-wrap .formBlock .banner .banner-text .leftSection h1,
    .leftSection .fd-page-wrap .formBlock .banner .banner-text h1,
    .fd-page-wrap .formBlock .banner .banner-text .leftSection h2,
    .leftSection .fd-page-wrap .formBlock .banner .banner-text h2,
    .fd-page-wrap .formBlock .banner .banner-text .leftSection .h2,
    .leftSection .fd-page-wrap .formBlock .banner .banner-text .h2 {
        font-size: 11px;
        padding-bottom: 3px
    }

    .fd-page-wrap .formBlock .banner .banner-text p {
        line-height: normal;
        font-size: 10px
    }

    .fd-page-wrap .formBlock .banner .banner-text {
        left: 52%
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.text-center {
    text-align: center
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

#sip-calculator {
    background: #F7F7F7;
    padding: 20px 20px 12px;
    border-radius: 10px
}

#sip-calculator .title,
#sip-calculator .leftSection h1,
.leftSection #sip-calculator h1,
#sip-calculator .leftSection h2,
.leftSection #sip-calculator h2,
#sip-calculator .leftSection .h2,
.leftSection #sip-calculator .h2 {
    text-align: center;
    color: #000;
    font-size: 18px
}

#sip-calculator .title.center,
#sip-calculator .leftSection h1.center,
.leftSection #sip-calculator h1.center,
#sip-calculator .leftSection h2.center,
.leftSection #sip-calculator h2.center,
#sip-calculator .leftSection .center.h2,
.leftSection #sip-calculator .center.h2 {
    text-align: center !important
}

#sip-calculator .sipc {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    background: #fff;
    padding: 20px 35px;
    border-radius: 10px
}

@media only screen and (max-width:440px) {
    #sip-calculator .sipc {
        padding: 20px 15px
    }
}

#sip-calculator .disclaimer {
    font-size: 11px;
    color: #000;
    line-height: 18px;
    margin: 0;
    letter-spacing: 0;
    padding: 15px 1% 0;
    font-weight: 400
}

#sip-calculator .tenure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px auto;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#sip-calculator .tenure li {
    margin-right: 20px
}

#sip-calculator .tenure li:last-child {
    margin-right: 0
}

#sip-calculator .tenure li .tenure-tab {
    background: #fff;
    color: #3197f3;
    border: 1px solid #3197f3;
    cursor: pointer;
    padding: 7px 30px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s
}

#sip-calculator .tenure li .tenure-tab:hover,
#sip-calculator .tenure li .tenure-tab.active {
    background: #3197f3;
    color: #fff
}

@media only screen and (max-width:480px) {
    #sip-calculator .tenure li {
        margin-right: 5px
    }

    #sip-calculator .tenure li a {
        padding: 7px 10px;
        text-align: center;
        width: 90px
    }
}

@media only screen and (max-width:320px) {
    #sip-calculator .tenure li a {
        padding: 7px 4px;
        text-align: center;
        width: 76px;
        font-size: 11px
    }
}

#sip-calculator .sip-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

#sip-calculator .sip-form .input-wrapper {
    width: 45%;
    margin-right: 10%;
    position: relative;
    margin-bottom: 15px
}

#sip-calculator .sip-form .input-wrapper:nth-child(even) {
    margin-right: 0
}

@media only screen and (max-width:480px) {
    #sip-calculator .sip-form .input-wrapper {
        width: 100%;
        margin-right: 0
    }
}

#sip-calculator .sip-form .input-wrapper.sl label {
    top: -11px;
    left: 10px;
    font-size: 12px;
    color: #707b8d;
    cursor: pointer
}

#sip-calculator .sip-form label {
    position: absolute;
    background: #fff;
    padding: 0 5px;
    font-size: 12px;
    left: 10px;
    top: 15px;
    color: #707b8d;
    cursor: text;
    -webkit-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s
}

#sip-calculator .sip-form .infotext {
    font-size: 12px;
    margin: 5px 0;
    position: relative;
    color: #253858;
    opacity: .8;
    top: auto;
    right: auto;
    background: none;
    padding: 0 0 0 15px;
    border-radius: 0
}

#sip-calculator .sip-form .infotext:before {
    content: ".";
    position: absolute;
    font-size: 32px;
    top: 0;
    left: 4px;
    line-height: 0
}

#sip-calculator .sip-form .infotext .stayyear:before,
#sip-calculator .sip-form .infotext .yearon:before {
    display: block
}

#sip-calculator .sip-form .peryear {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 16px
}

#sip-calculator .sip-form select {
    display: block;
    width: 100%;
    padding: 13px 17px 14px;
    line-height: 24px;
    border: 1px solid #9c9393;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../images/bu/down-arrow.svg) no-repeat 93% center
}

#sip-calculator .sip-form input[type=text]::-ms-clear {
    display: none
}

#sip-calculator .sip-form input {
    display: block;
    width: 100%;
    padding: 13px 17px 14px;
    line-height: 24px;
    border: 1px solid #9c9393;
    border-radius: 5px;
    font-size: 16px
}

#sip-calculator .sip-form input#sipExpectedROI {
    padding: 13px 80px 14px 17px
}

#sip-calculator .sip-form input#sipAmtInvest {
    padding: 13px 17px 14px 30px
}

#sip-calculator .sip-form input:focus {
    outline: none
}

#sip-calculator .sip-form input:focus+label {
    top: -11px;
    left: 10px;
    font-size: 12px;
    color: #707b8d;
    cursor: pointer
}

#sip-calculator .sip-form input.valid+label {
    top: -11px;
    left: 10px;
    font-size: 12px;
    color: #707b8d;
    cursor: pointer
}

#sip-calculator .sip-form label {
    top: -11px;
    left: 10px;
    font-size: 12px;
    color: #707b8d;
    cursor: pointer
}

#sip-calculator .sip-form .rupeeicon {
    position: absolute;
    top: 12px;
    left: 17px
}

#sip-calculator .sip-form .err {
    font-size: 12px;
    color: red;
    display: block;
    margin: 5px
}

#sip-calculator .totalWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0
}

#sip-calculator .totalWrap .amount_you_receive.box,
#sip-calculator .totalWrap .amount_you_get.box {
    width: 220px;
    border-radius: 5px;
    height: 120px;
    -webkit-box-shadow: 0 3px 6px #5B9BFD9A;
    box-shadow: 0 3px 6px #5B9BFD9A;
    top: 0;
    display: inline-block;
    margin-right: 30px;
    margin-top: 10px
}

#sip-calculator .totalWrap .amount_you_receive.box {
    margin-right: 0;
    background-color: #59B973;
    -webkit-box-shadow: 0 3px 6px #59B97399;
    box-shadow: 0 3px 6px #59B97399
}

#sip-calculator .totalWrap .amount_you_get.box {
    margin-right: 67px;
    background-color: #5B9BFD;
    -webkit-box-shadow: 0 3px 6px #5B9BFD9A;
    box-shadow: 0 3px 6px #5B9BFD9A
}

@media screen and (max-width:768px) {
    #sip-calculator .totalWrap .amount_you_get.box {
        margin-right: 30px
    }
}

#sip-calculator .totalWrap .amount_you_get,
#sip-calculator .totalWrap .amount_you_receive {
    font-weight: 400
}

#sip-calculator .totalWrap .amount_you_get span,
#sip-calculator .totalWrap .amount_you_receive span {
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 12px
}

#sip-calculator .totalWrap .amount_you_get .amt,
#sip-calculator .totalWrap .amount_you_get .investedamt,
#sip-calculator .totalWrap .amount_you_receive .amt,
#sip-calculator .totalWrap .amount_you_receive .investedamt {
    text-align: center;
    display: block;
    margin: 0 0;
    font-size: 25px;
    font-weight: 700;
    padding: 0
}

#sip-calculator .totalWrap .amount_you_get .overyear,
#sip-calculator .totalWrap .amount_you_receive .overyear {
    opacity: .6
}

#sip-calculator .totalWrap .amount_you_get .intrest,
#sip-calculator .totalWrap .amount_you_receive .intrest {
    display: block;
    text-align: center;
    opacity: .6
}

@media only screen and (max-width:1024px) {

    #sip-calculator .totalWrap .amount_you_get .amt,
    #sip-calculator .totalWrap .amount_you_receive .amt {
        font-size: 20px
    }
}

@media only screen and (max-width:320px) {

    #sip-calculator .totalWrap .amount_you_get totalWrap .amount_you_get .amt,
    #sip-calculator .totalWrap .amount_you_get .totalWrap .amount_you_receive .amt,
    #sip-calculator .totalWrap .amount_you_receive totalWrap .amount_you_get .amt,
    #sip-calculator .totalWrap .amount_you_receive .totalWrap .amount_you_receive .amt {
        font-size: 18px;
        line-height: 40px
    }
}

#sip-calculator .sip-loadingDiv {
    display: block;
    text-align: center;
    margin: 35px auto 20px
}

#sip-calculator .sip-loadingDiv .sipcalculate {
    cursor: pointer;
    background: #0663f6;
    color: #fff;
    padding: 13px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    max-width: 300px;
    width: 100%;
    cursor: pointer;
    background: #FD4705;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .29)
}

@media only screen and (max-width:480px) {
    #sip-calculator .sip-loadingDiv .sipcalculate {
        max-width: 370px
    }
}

#sip-calculator_graph {
    background: #F7F7F7;
    padding: 20px 20px 12px;
    border-radius: 10px;
    margin: 30px 0
}

@media only screen and (max-width:1024px) {
    #sip-calculator_graph {
        margin: 0 0 20px 0;
        border: solid rgba(23, 43, 77, .2);
        border-width: 1px 0 1px 0;
        border-radius: 0
    }
}

#sip-calculator_graph .title,
#sip-calculator_graph .leftSection h1,
.leftSection #sip-calculator_graph h1,
#sip-calculator_graph .leftSection h2,
.leftSection #sip-calculator_graph h2,
#sip-calculator_graph .leftSection .h2,
.leftSection #sip-calculator_graph .h2 {
    text-align: left;
    color: #263858;
    font-size: 18px;
    margin-bottom: 10px
}

#sip-calculator_graph .sipc {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    background: #fff;
    padding: 20px 35px;
    border-radius: 10px
}

@media only screen and (max-width:440px) {
    #sip-calculator_graph .sipc {
        padding: 20px 15px
    }
}

#sip-calculator_graph .sipc .calculator_with_graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#sip-calculator_graph .sipc .calculator_with_graph .sipc_all_input {
    width: 50%;
    padding: 0 25px 0 0
}

@media only screen and (max-width:768px) {
    #sip-calculator_graph .sipc .calculator_with_graph {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #sip-calculator_graph .sipc .calculator_with_graph .sipc_all_input {
        width: 100%;
        padding: 0
    }
}

#sip-calculator_graph .disclaimer {
    font-size: 11px;
    color: #000;
    line-height: 18px;
    margin: 0;
    letter-spacing: 0;
    padding: 15px 1% 0;
    font-weight: 400
}

#sip-calculator_graph .tenure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#sip-calculator_graph .tenure li {
    margin-right: 8px
}

#sip-calculator_graph .tenure li:last-child {
    margin-right: 0
}

#sip-calculator_graph .tenure li .tenure-tab {
    background: #fff;
    color: #3197f3;
    border: 1px solid #3197f3;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s
}

#sip-calculator_graph .tenure li .tenure-tab:hover,
#sip-calculator_graph .tenure li .tenure-tab.active {
    background: #3197f3;
    color: #fff
}

@media only screen and (max-width:768px) {
    #sip-calculator_graph .tenure {
        margin: 0 auto 30px
    }

    #sip-calculator_graph .tenure li {
        margin-right: 5px
    }

    #sip-calculator_graph .tenure li a,
    #sip-calculator_graph .tenure li span {
        padding: 7px 10px;
        text-align: center;
        width: 90px
    }
}

@media only screen and (max-width:320px) {

    #sip-calculator_graph .tenure li a,
    #sip-calculator_graph .tenure li span {
        padding: 7px 4px;
        text-align: center;
        width: 76px;
        font-size: 11px
    }
}

#sip-calculator_graph .sip-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

#sip-calculator_graph .sip-form .input-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

#sip-calculator_graph .sip-form .input-wrapper.withlable {
    margin-bottom: 33px
}

#sip-calculator_graph .sip-form .input-wrapper:nth-child(even) {
    margin-right: 0
}

@media only screen and (max-width:768px) {
    #sip-calculator_graph .sip-form .input-wrapper {
        width: 100%;
        margin-right: 0
    }
}

#sip-calculator_graph .sip-form .input-wrapper.sl label {
    top: -11px;
    left: 10px;
    font-size: 12px;
    color: #707b8d;
    cursor: pointer;
    font-weight: 400
}

#sip-calculator_graph .sip-form label {
    position: absolute;
    background: #fff;
    padding: 0 5px;
    font-size: 12px;
    left: 10px;
    top: 15px;
    color: #707b8d;
    font-weight: 400 !important;
    cursor: text;
    -webkit-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s
}

#sip-calculator_graph .sip-form .infotext {
    font-size: 12px;
    padding-left: 15px;
    margin: 5px 0;
    position: relative;
    color: #253858;
    opacity: .8
}

#sip-calculator_graph .sip-form .infotext:before {
    content: ".";
    position: absolute;
    font-size: 32px;
    top: 0;
    left: 4px;
    line-height: 0
}

#sip-calculator_graph .sip-form .infotext.yearon,
#sip-calculator_graph .sip-form .infotext.stayyear {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 14px;
    color: #253858;
    opacity: 60%;
    background: #F0F3F9;
    padding: 5px 8px;
    border-radius: 8px
}

#sip-calculator_graph .sip-form .infotext.yearon:before,
#sip-calculator_graph .sip-form .infotext.stayyear:before {
    display: none
}

#sip-calculator_graph .sip-form .peryear {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 16px
}

#sip-calculator_graph .sip-form select {
    display: block;
    width: 100%;
    padding: 13px 17px 14px;
    line-height: 24px;
    border: 1px solid #9c9393;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../../images/bu/down-arrow.svg) no-repeat 93% center
}

#sip-calculator_graph .sip-form input[type=text]::-ms-clear {
    display: none
}

#sip-calculator_graph .sip-form input {
    display: block;
    width: 100%;
    padding: 13px 17px 14px;
    line-height: 24px;
    border: 1px solid #9c9393;
    border-radius: 5px;
    font-size: 16px;
    height: 54px
}

#sip-calculator_graph .sip-form input#sipExpectedROI {
    padding: 13px 80px 14px 17px
}

#sip-calculator_graph .sip-form input#sipAmtInvest {
    padding: 13px 17px 14px 30px
}

#sip-calculator_graph .sip-form input:focus {
    outline: none
}

#sip-calculator_graph .sip-form input:focus+label {
    top: -11px;
    left: 10px;
    font-size: 12px;
    color: #707b8d;
    cursor: pointer
}

#sip-calculator_graph .sip-form input.valid+label {
    top: -11px;
    left: 10px;
    font-size: 12px;
    color: #707b8d;
    cursor: pointer
}

#sip-calculator_graph .sip-form label {
    top: -11px;
    left: 10px;
    font-size: 12px;
    color: #707b8d;
    cursor: pointer
}

#sip-calculator_graph .sip-form .rupeeicon {
    position: absolute;
    top: 16px;
    left: 17px;
    color: #253858
}

#sip-calculator_graph .sip-form .err {
    font-size: 10px;
    color: red;
    display: block;
    margin: 5px
}

#sip-calculator_graph .totalWrap {
    width: 50%;
    padding: 0 0 0 15px;
    height: 100%;
    margin: 0
}

@media only screen and (max-width:768px) {
    #sip-calculator_graph .totalWrap {
        width: 100%;
        padding: 0
    }
}

#sip-calculator_graph .totalWrap .widgetAmtGet_result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#sip-calculator_graph .totalWrap .widgetAmtGet_result.box {
    width: 50%
}

@media only screen and (max-width:768px) {
    #sip-calculator_graph .totalWrap .widgetAmtGet_result {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #sip-calculator_graph .totalWrap .widgetAmtGet_result .box {
        width: 100% !important;
        margin: 10px auto !important
    }
}

#sip-calculator_graph .totalWrap .amount_you_receive.box,
#sip-calculator_graph .totalWrap .amount_you_get.box {
    width: 220px;
    border-radius: 5px;
    height: 120px;
    -webkit-box-shadow: 0 3px 6px #5B9BFD9A;
    box-shadow: 0 3px 6px #5B9BFD9A;
    top: 0;
    display: inline-block;
    margin-right: 30px;
    margin-top: 10px
}

#sip-calculator_graph .totalWrap .amount_you_receive.box {
    margin-right: 0;
    background-color: #59B973;
    -webkit-box-shadow: 0 3px 6px #59B97399;
    box-shadow: 0 3px 6px #59B97399
}

#sip-calculator_graph .totalWrap .amount_you_get.box {
    margin-right: 25px;
    background-color: #5B9BFD;
    -webkit-box-shadow: 0 3px 6px #5B9BFD9A;
    box-shadow: 0 3px 6px #5B9BFD9A
}

@media screen and (max-width:768px) {
    #sip-calculator_graph .totalWrap .amount_you_get.box {
        margin-right: 30px
    }
}

#sip-calculator_graph .totalWrap .amount_you_get,
#sip-calculator_graph .totalWrap .amount_you_receive {
    font-weight: 400
}

#sip-calculator_graph .totalWrap .amount_you_get span,
#sip-calculator_graph .totalWrap .amount_you_receive span {
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 12px
}

#sip-calculator_graph .totalWrap .amount_you_get .amt,
#sip-calculator_graph .totalWrap .amount_you_get .investedamt,
#sip-calculator_graph .totalWrap .amount_you_receive .amt,
#sip-calculator_graph .totalWrap .amount_you_receive .investedamt {
    text-align: center;
    display: block;
    margin: 0 0;
    font-size: 25px;
    font-weight: 700;
    padding: 0
}

#sip-calculator_graph .totalWrap .amount_you_get .overyear,
#sip-calculator_graph .totalWrap .amount_you_receive .overyear {
    opacity: .6
}

#sip-calculator_graph .totalWrap .amount_you_get .intrest,
#sip-calculator_graph .totalWrap .amount_you_receive .intrest {
    display: block;
    text-align: center;
    opacity: .6
}

@media only screen and (max-width:1024px) {

    #sip-calculator_graph .totalWrap .amount_you_get .amt,
    #sip-calculator_graph .totalWrap .amount_you_receive .amt {
        font-size: 20px
    }
}

@media only screen and (max-width:320px) {

    #sip-calculator_graph .totalWrap .amount_you_get .totalWrap .amount_you_get .amt,
    #sip-calculator_graph .totalWrap .amount_you_get .totalWrap .amount_you_receive .amt,
    #sip-calculator_graph .totalWrap .amount_you_receive .totalWrap .amount_you_get .amt,
    #sip-calculator_graph .totalWrap .amount_you_receive .totalWrap .amount_you_receive .amt {
        font-size: 18px;
        line-height: 40px
    }
}

#sip-calculator_graph .sip-loadingDiv {
    display: block;
    text-align: center;
    margin: 20px auto 10px
}

#sip-calculator_graph .sip-loadingDiv .sipcalculate {
    cursor: pointer;
    background: #0663f6;
    color: #fff;
    padding: 13px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    max-width: 300px;
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .29)
}

@media only screen and (max-width:480px) {
    #sip-calculator_graph .sip-loadingDiv .sipcalculate {
        max-width: 370px
    }
}

#sip-calculator_graph.sip-rhs-sticky {
    position: sticky;
    top: 100px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    background: none;
    margin: 0 auto;
    width: 342px
}

@media (max-width:1024px) {
    #sip-calculator_graph.sip-rhs-sticky {
        padding: 15px 15px 12px;
        background: #fff;
        width: 55%
    }
}

@media (max-width:600px) {
    #sip-calculator_graph.sip-rhs-sticky {
        padding: 15px 15px 12px;
        background: #fff;
        width: 99%
    }
}

#sip-calculator_graph.sip-rhs-sticky .title,
#sip-calculator_graph.sip-rhs-sticky .leftSection h1,
.leftSection #sip-calculator_graph.sip-rhs-sticky h1,
#sip-calculator_graph.sip-rhs-sticky .leftSection h2,
.leftSection #sip-calculator_graph.sip-rhs-sticky h2,
#sip-calculator_graph.sip-rhs-sticky .leftSection .h2,
.leftSection #sip-calculator_graph.sip-rhs-sticky .h2 {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 600
}

@media (max-width:1024px) {

    #sip-calculator_graph.sip-rhs-sticky .title,
    #sip-calculator_graph.sip-rhs-sticky .leftSection h1,
    .leftSection #sip-calculator_graph.sip-rhs-sticky h1,
    #sip-calculator_graph.sip-rhs-sticky .leftSection h2,
    .leftSection #sip-calculator_graph.sip-rhs-sticky h2,
    #sip-calculator_graph.sip-rhs-sticky .leftSection .h2,
    .leftSection #sip-calculator_graph.sip-rhs-sticky .h2 {
        margin-bottom: 10px
    }
}

#sip-calculator_graph.sip-rhs-sticky .title .subtext,
#sip-calculator_graph.sip-rhs-sticky .leftSection h1 .subtext,
.leftSection #sip-calculator_graph.sip-rhs-sticky h1 .subtext,
#sip-calculator_graph.sip-rhs-sticky .leftSection h2 .subtext,
.leftSection #sip-calculator_graph.sip-rhs-sticky h2 .subtext,
#sip-calculator_graph.sip-rhs-sticky .leftSection .h2 .subtext,
.leftSection #sip-calculator_graph.sip-rhs-sticky .h2 .subtext {
    color: #505F79;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

#sip-calculator_graph.sip-rhs-sticky .tenure {
    margin: 0 auto 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:600px) {
    #sip-calculator_graph.sip-rhs-sticky .tenure {
        margin: 0 auto 30px
    }
}

#sip-calculator_graph.sip-rhs-sticky .tenure li a,
#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab {
    padding: 4px 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 88px;
    height: 28px;
    color: #253858;
    border-color: #B3BAC5
}

#sip-calculator_graph.sip-rhs-sticky .tenure li a:hover,
#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab:hover {
    color: #fff !important;
    border-color: #3197f3 !important
}

#sip-calculator_graph.sip-rhs-sticky .tenure li a.active,
#sip-calculator_graph.sip-rhs-sticky .tenure li .tenure-tab.active {
    color: #fff;
    border-color: #3197f3
}

#sip-calculator_graph.sip-rhs-sticky .sip-loadingDiv {
    margin: 5px auto 10px
}

#sip-calculator_graph.sip-rhs-sticky .sip-loadingDiv .sipcalculate {
    border-radius: 8px;
    padding: 9px
}

#sip-calculator_graph.sip-rhs-sticky .sipc {
    padding: 10px 0;
    padding-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:600px) {
    #sip-calculator_graph.sip-rhs-sticky .sipc {
        padding: 10px 0
    }
}

#sip-calculator_graph.sip-rhs-sticky .sipc .calculator_with_graph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#sip-calculator_graph.sip-rhs-sticky .sipc .sipc_all_input {
    width: 100%;
    padding: 0
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .input-wrapper.withlable {
    margin-bottom: 15px
}

@media (max-width:1024px) {
    #sip-calculator_graph.sip-rhs-sticky .sip-form .input-wrapper.withlable {
        margin-bottom: 13px
    }
}

#sip-calculator_graph.sip-rhs-sticky .sip-form label {
    top: -10px
}

#sip-calculator_graph.sip-rhs-sticky .sip-form input {
    height: 46px;
    border-radius: 8px;
    color: #253858
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .rupeeicon {
    top: 12px
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext {
    background-color: #EAF1FF;
    font-size: 12px;
    color: #253858;
    padding: 6px 8px;
    border-radius: 4px;
    top: 4px;
    display: none
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext::before {
    display: none
}

#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext.yearon,
#sip-calculator_graph.sip-rhs-sticky .sip-form .infotext.stayyear {
    display: block
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap {
    width: 100%;
    padding: 0
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 0;
    border: 1px solid #36B37E;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #E3FCEF;
    border-radius: 8px
}

@media (max-width:1024px) {
    #sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result {
        padding: 4px
    }
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box {
    margin: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none
}

@media (max-width:1024px) {
    #sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box {
        width: 50% !important
    }
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .box:last-child {
    margin-bottom: 0
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_get.box span {
    color: #505F79;
    opacity: 1;
    padding: 2px 10px;
    line-height: 20px;
    border-right: 1.2px solid #D3E8EB
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_get.box .amt {
    color: #253858;
    font-size: 20px
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_receive.box .amt {
    font-size: 20px
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .amount_you_receive.box span {
    color: #00875A;
    padding: 2px 10px;
    line-height: 20px;
    opacity: 1
}

#sip-calculator_graph.sip-rhs-sticky .totalWrap .widgetAmtGet_result .sip-loadingDiv {
    margin: 10px 0
}

#sip-calculator_graph.sip-rhs-sticky .widgetAmtGet_wrapper .graph {
    display: none
}

.retirement-widget-box {
    background: #F5F7FE 0% 0% no-repeat padding-box;
    border: 1px solid #4894EB;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    padding: 15px 15px 5px 15px
}

.retirement-widget-box .heading {
    text-align: left;
    font: normal normal bold 20px/26px Roboto;
    letter-spacing: 0;
    color: #283754;
    padding-left: 12px
}

.retirement-widget-box .block-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.retirement-widget-box .block-list-wrapper .block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0 0 0
}

.retirement-widget-box .block-list-wrapper .block-list .inv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33%;
    position: relative
}

.retirement-widget-box .block-list-wrapper .block-list .inv>span {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: #283754
}

.retirement-widget-box .block-list-wrapper .block-list .inv .small {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.retirement-widget-box .block-list-wrapper .block-list .inv .value {
    text-align: left;
    font-size: 20px;
    font-weight: 600
}

.retirement-widget-box .block-list-wrapper .block-list .inv .value i {
    font-size: 12px;
    font-style: normal
}

.retirement-widget-box .block-list-wrapper .block-list .inv .value.blue {
    color: #2A63F7
}

.retirement-widget-box .block-list-wrapper .block-list .inv .value.green {
    color: #31C35E
}

.retirement-widget-box .block-list-wrapper .block-list .inv:nth-child(1):before {
    content: "";
    width: 3px;
    left: -15px;
    height: 40px;
    position: absolute;
    background: #2A63F7;
    top: 5px
}

.retirement-widget-box .block-list-wrapper .block-list .inv:nth-child(2):before {
    content: "";
    width: 3px;
    left: -15px;
    height: 40px;
    position: absolute;
    top: 5px;
    background: #31C35E
}

.retirement-widget-box .retirement-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px
}

.retirement-widget-box .retirement-plan .block-list-wrapper {
    width: 70%
}

.retirement-widget-box .retirement-plan .graphic {
    width: 160px;
    height: 170px;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 30px
}

.retirement-widget-box .retirement-plan .graphic img {
    width: auto;
    height: 100%
}

.retirement-widget-box .viewbutton {
    text-align: center;
    width: 80%;
    margin: 20px 0 0
}

.retirement-widget-box .viewbutton .btn {
    background: #2A63F7 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    color: #FFF;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    padding: 10px;
    width: 130px;
    margin: 4px -10px 0 auto;
    cursor: pointer
}

.retirement-widget-box .tncapply {
    font-size: 10px;
    opacity: 45%;
    margin-top: 8px;
    display: block
}

.retirement-widget-box.rhs {
    max-width: 342px;
    width: 98%;
    margin: 20px auto
}

.retirement-widget-box.rhs .heading {
    margin-bottom: 10px;
    padding-left: 12px
}

.retirement-widget-box.rhs .retirement-plan {
    padding-left: 0
}

.retirement-widget-box.rhs .block-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.retirement-widget-box.rhs .block-list .inv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px
}

.retirement-widget-box.rhs .block-list .inv>span {
    line-height: 22px
}

.retirement-widget-box.rhs .block-list .inv:nth-child(1):before {
    content: "";
    width: 3px;
    left: -16px;
    height: 40px;
    position: absolute;
    background: #2A63F7;
    top: 5px
}

.retirement-widget-box.rhs .block-list .inv:nth-child(2):before {
    content: "";
    width: 3px;
    left: -16px;
    height: 40px;
    position: absolute;
    top: 5px;
    background: #31C35E
}

.retirement-widget-box.rhs .retirement-plan .graphic {
    top: 65px;
    right: 20px
}

.retirement-widget-box.rhs .viewbutton {
    width: 100%;
    margin: 0 0 0
}

.retirement-widget-box.rhs .viewbutton .btn {
    font-size: 14px;
    line-height: 19px;
    margin: 10px 0 0 auto;
    cursor: pointer;
    height: 40px
}

.retirement-widget-box.rhs .tncapply {
    text-align: right;
    margin-top: 10px
}

@media only screen and (max-width:1024px) {
    .retirement-widget-box {
        max-width: 342px;
        width: 98%;
        margin: 0 auto
    }

    .retirement-widget-box .heading {
        margin-bottom: 10px;
        padding-left: 12px
    }

    .retirement-widget-box .retirement-plan {
        padding-left: 0
    }

    .retirement-widget-box .retirement-plan .block-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .retirement-widget-box .retirement-plan .block-list .inv {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-bottom: 16px
    }

    .retirement-widget-box .retirement-plan .block-list .inv>span {
        line-height: 22px
    }

    .retirement-widget-box .retirement-plan .block-list .inv:nth-child(1):before {
        content: "";
        width: 3px;
        left: -15px;
        height: 40px;
        position: absolute;
        background: #2A63F7;
        top: 5px
    }

    .retirement-widget-box .retirement-plan .block-list .inv:nth-child(2):before {
        content: "";
        width: 3px;
        left: -15px;
        top: 5px;
        height: 40px;
        position: absolute;
        background: #31C35E
    }

    .retirement-widget-box .retirement-plan .graphic {
        top: 65px;
        right: 20px
    }

    .retirement-widget-box .viewbutton {
        width: 100%;
        margin: 0 0 0
    }

    .retirement-widget-box .viewbutton .btn {
        font-size: 14px;
        line-height: 19px;
        margin: 10px 0 0 auto;
        cursor: pointer;
        height: 40px
    }

    .retirement-widget-box .tncapply {
        text-align: right;
        margin-top: 10px
    }
}

.rsh_banner_incometax {
    background: #FFF 0% 0% no-repeat padding-box;
    border: 2px solid #F2F2F2;
    border-radius: 24px;
    opacity: 1;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    max-width: 342px
}

@media (max-width:1024px) {
    .rsh_banner_incometax {
        margin: 0 auto 17px
    }
}

.rsh_banner_incometax.nm {
    margin-bottom: 0
}

.rsh_banner_incometax p,
.rsh_banner_incometax .paragraphBu {
    font-size: 14px;
    display: block;
    margin: 0;
    text-align: center
}

.rsh_banner_incometax span {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    display: block
}

.rsh_banner_incometax span .lightblue,
.rsh_banner_incometax span .lightbluetextcolor {
    color: #0065FF
}

.rsh_banner_incometax .graphic {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: url(../../images/bu/incometax-rsh-graphic.svg) no-repeat center center;
    background-size: 100%
}

.rsh_banner_incometax .btnaction {
    text-align: center
}

.rsh_banner_incometax .btnaction span {
    background: #0065FF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 50px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer
}

.rsh_banner_incometax .link_tnc {
    position: absolute;
    width: 120px;
    font-size: 8px;
    bottom: -4px;
    letter-spacing: 0;
    right: 0;
    opacity: .2;
    cursor: pointer
}

.rsh_banner_incometax.full {
    max-width: 100%
}

.rsh_banner_incometax.full p,
.rsh_banner_incometax.full .paragraphBu,
.rsh_banner_incometax.full span {
    text-align: left
}

.rsh_banner_incometax.full .graphic {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
    width: 150px;
    height: 110px
}

.rsh_banner_incometax.full .btnaction {
    text-align: left;
    margin-top: 15px
}

@media (max-width:1024px) {
    .rsh_banner_incometax.full {
        max-width: 342px;
        margin: 20px auto
    }

    .rsh_banner_incometax.full span {
        text-align: center;
        line-height: 30px;
        font-size: 20px
    }

    .rsh_banner_incometax.full .link_tnc {
        font-size: 10px;
        right: 10px;
        bottom: 2px
    }

    .rsh_banner_incometax.full p,
    .rsh_banner_incometax.full .paragraphBu {
        text-align: center;
        line-height: 20px;
        font-size: 12px
    }

    .rsh_banner_incometax.full .graphic {
        position: initial;
        top: initial;
        transform: initial
    }

    .rsh_banner_incometax.full .btnaction {
        position: initial;
        top: initial;
        transform: initial;
        margin: 16px auto;
        text-align: center
    }

    .rsh_banner_incometax.full .btnaction span {
        font-size: 14px !important
    }
}

.rsh_banner_maximisetax_saving {
    background: #FFF 0% 0% no-repeat padding-box;
    border: 2px solid #F2F2F2;
    border-radius: 24px;
    opacity: 1;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    max-width: 342px
}

@media (max-width:1024px) {
    .rsh_banner_maximisetax_saving {
        margin: 0 auto 17px
    }
}

.rsh_banner_maximisetax_saving.nm {
    margin-bottom: 0
}

.rsh_banner_maximisetax_saving p,
.rsh_banner_maximisetax_saving .paragraphBu {
    font-size: 14px;
    display: block;
    margin: 5px 0 0 0;
    text-align: center
}

.rsh_banner_maximisetax_saving span {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    display: inline
}

.rsh_banner_maximisetax_saving span .lightblue_text {
    color: #0065FF
}

.rsh_banner_maximisetax_saving ul {
    list-style: none;
    text-align: left;
    margin: 8px 0 60px
}

.rsh_banner_maximisetax_saving ul li {
    font-size: 14px;
    text-align: left;
    position: relative;
    padding-left: 20px
}

.rsh_banner_maximisetax_saving ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 7px;
    border-bottom: 2px solid #0065FF;
    border-right: 2px solid #0065FF;
    left: 3px;
    top: 5px
}

.rsh_banner_maximisetax_saving .graphic {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    background: url(../../images/bu/maximisetax-graphic.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 0
}

.rsh_banner_maximisetax_saving .btnaction {
    text-align: center
}

.rsh_banner_maximisetax_saving .btnaction span {
    background: #0065FF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 50px;
    font-size: 14px;
    display: block;
    cursor: pointer;
    text-align: center
}

.rsh_banner_maximisetax_saving .link_tnc {
    position: absolute;
    width: 120px;
    font-size: 8px;
    bottom: 3px;
    letter-spacing: 0;
    right: 0;
    opacity: .2;
    cursor: pointer;
    line-height: 12px
}

.rsh_banner_maximisetax_saving.full {
    max-width: 100%;
    text-align: left;
    overflow: hidden;
    padding-bottom: 20px
}

.rsh_banner_maximisetax_saving.full br {
    display: none
}

.rsh_banner_maximisetax_saving.full ul {
    margin: 8px 0 20px
}

.rsh_banner_maximisetax_saving.full .graphic {
    display: none
}

.rsh_banner_maximisetax_saving.full .btnaction {
    text-align: left;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 50px
}

.rsh_banner_maximisetax_saving.full .btnaction span {
    text-transform: initial
}

@media (max-width:568px) {
    .rsh_banner_maximisetax_saving.full .btnaction span {
        text-transform: uppercase
    }
}

.rsh_banner_maximisetax_saving.full .link_tnc {
    position: absolute;
    width: 120px;
    font-size: 8px;
    bottom: 5px;
    letter-spacing: 0;
    right: 0;
    opacity: .2;
    cursor: pointer
}

@media (max-width:1024px) {
    .rsh_banner_maximisetax_saving.full {
        background: #FFF 0% 0% no-repeat padding-box;
        border: 2px solid #F2F2F2;
        border-radius: 24px;
        opacity: 1;
        padding: 20px;
        margin-bottom: 30px;
        position: relative;
        text-align: left;
        max-width: 342px;
        margin: 20px auto
    }

    .rsh_banner_maximisetax_saving.full br {
        display: block
    }

    .rsh_banner_maximisetax_saving.full ul {
        margin: 8px 0 60px
    }

    .rsh_banner_maximisetax_saving.full span {
        text-align: center;
        line-height: 30px
    }

    .rsh_banner_maximisetax_saving.full p,
    .rsh_banner_maximisetax_saving.full .paragraphBu {
        text-align: center;
        line-height: 20px
    }

    .rsh_banner_maximisetax_saving.full .btnaction {
        position: initial;
        top: initial;
        transform: initial;
        text-align: center
    }

    .rsh_banner_maximisetax_saving.full .graphic {
        position: absolute;
        top: 0;
        transform: inherit;
        display: block
    }

    .rsh_banner_maximisetax_saving.full .link_tnc {
        line-height: 12px
    }
}

a,
input,
select,
button,
textarea,
textPath,
a:focus,
input:focus,
select:focus,
textarea:focus,
textPath:focus,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#policybazaar {
    width: 100%
}

.breadcrumbinner ul.breadcrumb {
    padding: 10px 0;
    border-bottom: solid .5px rgba(37, 56, 88, .2);
    margin-bottom: 30px;
    width: 1140px
}

.breadcrumbinner ul.breadcrumb li {
    font-size: 12px;
    padding: 0;
    margin-right: 5px
}

.breadcrumbinner ul.breadcrumb li:after {
    right: -4px;
    top: 1px
}

.breadcrumbinner ul.breadcrumb li.active {
    display: none
}

.breadcrumbinner ul.breadcrumb li a {
    color: #0065FF;
    font-size: 12px;
    font-weight: 400
}

.breadcrumbinner ul.breadcrumb li .currentLocation {
    font-size: 12px
}

@media only screen and (max-width:1024px) {
    .breadcrumbinner ul.breadcrumb {
        width: 100%
    }
}

.sip-rhs-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
    border: 1px solid #ccc;
    padding: 15px 15px 12px;
    border-radius: 8px;
    background: none
}

.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    left: 0;
    -webkit-animation: slide-down .7s;
    animation: slide-down .7s
}

.slick-disabled {
    opacity: 1 !important
}

.nav-link {
    -webkit-box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, .21);
    box-shadow: 1px 6px 10px 0 rgba(37, 56, 88, .21);
    border: solid 0 #ededed;
    background-color: #fff
}

.nav-link .container-nav1 {
    max-width: 1170px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-link .container-nav1 .arrow-left1 {
    width: 20px;
    margin-left: -1%;
    cursor: pointer;
    position: relative;
    display: none
}

.nav-link .container-nav1 .left-links {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 16px;
    height: 16px;
    background-position: -9px -1298px;
    font-size: 0
}

.nav-link .container-nav1 .nav-wrap {
    position: relative
}

.nav-link .container-nav1 .cta-call a,
.nav-link .container-nav1 .cta-call .btnViewQuotesNavBar,
.nav-link .container-nav1 .cta-call .viewbtn,
.nav-link .container-nav1 .cta-call .sticknav_viewplan {
    border-radius: 4px;
    background-color: #0065ff;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    position: relative
}

.nav-link ul {
    list-style: none;
    max-width: 890px
}

.nav-link ul:before {
    content: '';
    position: absolute;
    top: 11px;
    right: -23px;
    z-index: 9;
    width: 31px;
    height: 70px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .49)), color-stop(34%, rgba(255, 255, 255, .91)), to(#ffffff));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .49), rgba(255, 255, 255, .91) 34%, #ffffff)
}

.nav-link ul li {
    display: inline-block;
    background: #fff;
    position: relative
}

.nav-link ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #253858;
    cursor: pointer;
    display: block;
    padding: 35px 20px
}

.nav-link ul li.active a {
    color: #0065ff;
    background: none;
    outline: none
}

.nav-link ul li.active a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    height: 3px;
    background: #0065ff;
    width: 100%
}

.nav-link ul li.active a:focus {
    outline: none
}

#navBarBookmarks .slick-arrow {
    background: url(../../images/bu/health/icons_bu.svg) no-repeat -9px -1298px;
    width: 16px;
    height: 16px;
    position: absolute;
    border: none;
    cursor: pointer
}

#navBarBookmarks .slick-prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: -30px;
    top: 38px
}

#navBarBookmarks .slick-next {
    right: -54px;
    top: 38px
}

@media only screen and (max-width:1024px) {
    .container-nav1 .nav-wrap {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        scroll-behavior: smooth
    }

    .nav-link ul li {
        margin: 0 12px;
        background: transparent
    }

    .nav-link ul li a {
        cursor: none;
        padding: 16px 0
    }

    .cta-call {
        display: none
    }

    #navBarBookmarks .slick-arrow {
        display: none !important
    }
}

#navbar-links {
    display: none
}

#navBarBookmarksWrapper.nav-wrap-sticky .prev {
    position: absolute;
    cursor: pointer;
    top: 25px;
    left: -35px;
    width: 24px;
    height: 24px;
    border: 0;
    outline: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
    background-position: -4px -1296px;
    font-size: 0
}

#navBarBookmarksWrapper.nav-wrap-sticky .next {
    position: absolute;
    cursor: pointer;
    top: 27px;
    right: -40px;
    width: 24px;
    height: 24px;
    border: 0;
    outline: none;
    background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
    background-position: -4px -1296px;
    font-size: 0
}

#navBarBookmarksWrapper.nav-wrap-sticky .prev.disabled,
#navBarBookmarksWrapper.nav-wrap-sticky .next.disabled {
    opacity: .25
}

.nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
    padding: 24px 0
}

#navBarBookmarks div.first,
#navBarBookmarks div.last {
    margin: 0 !important
}

@media only screen and (max-width:1024px) {
    .nav-link .container-nav1 .nav-wrap #navBarBookmarks div {
        margin: 0 12px
    }

    .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks div {
        padding: 17px 0
    }

    .nav-link .container-nav1 .nav-wrap-sticky #navBarBookmarks {
        padding: 0 0;
        width: 90%;
        margin: 0 auto
    }
}

.rightSection {
    width: 342px;
    float: right;
    padding: 0
}

.rightSection .supplier_icon,
.rightSection .allimg {
    background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011)
}

.rightSection.webp .supplier_icon,
.rightSection.webp .allimg {
    background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
    background-size: 100px 4942px
}

.rightSection img[alt] {
    font-size: 0
}

.rightSection .mt-0 {
    margin-top: 0
}

.rightSection .graphDiv {
    cursor: pointer;
    text-align: center;
    margin: 20px 0 10px
}

.rightSection .graphDiv img {
    max-width: 100%
}

.rightSection .graphDiv.first {
    margin-top: 0
}

@media only screen and (max-width:1024px) {
    .rightSection .graphDiv.first {
        margin: 20px
    }
}

.rightSection .calculateBtn,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
    background-color: #ffd65e !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04)) !important;
    background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffd65e, endColorstr=#febf04)
}

.rightSection .card {
    border-radius: 8px;
    border: solid .8px rgba(23, 43, 77, .2);
    padding: 6px 16px;
    margin-bottom: 20px;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none
}

.rightSection .card.search_article {
    display: block;
    background: #f1f3f5;
    border: none;
    padding-top: 12px;
    padding-bottom: 20px;
    margin-bottom: 18px
}

.rightSection .card .viewAll {
    font-size: 13px;
    color: #0265fc;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #d3d7de
}

.rightSection .card.insurers,
.rightSection .card.calculator,
.rightSection .card.travelguide {
    padding: 0
}

.rightSection .card.list_typeA {
    padding-bottom: 20px
}

.rightSection .card.list_typeA .card_heading {
    padding: 0 0 0 0
}

.rightSection .card.list_typeA .titleText {
    font-size: 24px;
    padding: 0 0 7px;
    color: #253858;
    font-weight: 500
}

.rightSection .card.card.articles .card_heading {
    padding: 10px 0 10px 0
}

.rightSection .card.ratingsBlock {
    background: #f1f3f5;
    border: none;
    margin: 10px 0 20px;
    padding: 0 10px
}

.rightSection .card.ratingsBlock .card_heading {
    font-size: 20px;
    padding: 10px 0 10px 0
}

.rightSection .card.ratingsBlock .review_btn .button {
    margin: 3px 0 18px
}

.rightSection .card.travelguide .insurerBlock {
    padding: 14px 14px 18px
}

.rightSection .card.travelguide .insurerBlock:after {
    top: 24px
}

.rightSection .card.travelguide .insurerBlock .insurerName {
    width: calc(95% - 80px);
    margin-left: 0
}

.rightSection .insurerBlock {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: solid .8px #d3d7de;
    padding: 5px;
    min-height: 60px;
    position: relative
}

.rightSection .insurerBlock .insurerLogo {
    border: 0 solid rgba(23, 43, 77, .2);
    border-radius: 4px;
    height: 50px;
    overflow: hidden;
    padding: 0;
    width: 48px
}

.rightSection .insurerBlock .insurerLogo.articleImg {
    padding: 0;
    width: 80px;
    display: inline-block;
    margin-top: 6px
}

.rightSection .insurerBlock .insurerLogo.articleImg img {
    max-width: 100%
}

.rightSection .insurerBlock .insurerName {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
    width: calc(95% - 80px - 25px);
    margin-left: 10px;
    display: inline-block;
    color: #172b4d;
    letter-spacing: .014em;
    line-height: 21px
}

.rightSection .insurerBlock .insurerName span {
    font-weight: 400;
    color: #172b4d;
    display: block;
    -webkit-transition: color ease-in 0.3s;
    transition: color ease-in 0.3s;
    line-height: 21px;
    letter-spacing: .014em
}

.rightSection .insurerBlock:after {
    content: "";
    border: solid rgba(23, 43, 77, .5);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 28px
}

.rightSection .article_newsLetter {
    position: relative;
    overflow: hidden;
    background: #f1f3f5;
    border: none;
    padding-bottom: 17px;
    padding-top: 37px
}

.rightSection .article_newsLetter .newsletterImg {
    margin-bottom: 10px;
    text-align: center;
    margin-top: -16px
}

.rightSection .article_newsLetter .titleText {
    margin-bottom: 0 !important;
    color: #253858 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 10px 0 10px 14px !important;
    text-align: center !important
}

.rightSection .article_newsLetter .subText {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #505f79;
    padding-bottom: 15px
}

.rightSection .fieldsWrapper {
    margin-bottom: 16px
}

.rightSection .fieldsWrapper .ns_success span {
    font-size: 14px;
    color: #119442
}

.rightSection .fieldsWrapper .field {
    border-radius: 4px;
    border: solid 1px rgba(37, 56, 88, .2);
    outline: none;
    -webkit-appearance: none;
    position: relative;
    -webkit-transition: border 0.3s ease-in;
    transition: border 0.3s ease-in
}

.rightSection .fieldsWrapper input[type=text],
.rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=password],
.rightSection .fieldsWrapper input[type=text],
.rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=password] {
    border: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #172b4d;
    padding: 0 16px;
    border-radius: 4px;
    height: 48px
}

.rightSection #newsletterFld.error .ns_Letter {
    border: 1px solid red
}

.rightSection #newsletterFld.error .ns_error {
    font-size: 12px;
    color: red
}

.rightSection .rightSidebtn {
    border-radius: 8px;
    border: solid .8px #0e4cca;
    margin-bottom: 20px;
    background: #FFF;
    color: #253858;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    text-align: left;
    letter-spacing: .5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1024px) {
    .rightSection .rightSidebtn {
        border-radius: 0;
        border-right: none;
        border-left: 0
    }
}

.rightSection .rightSidebtn .iconimg {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 10px
}

.rightSection .rightSidebtn .iconimg img {
    width: 100%;
    height: auto
}

.rightSection .rightSidebtn:after {
    content: "";
    border: solid #0e4cca;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 27px
}

.rightSection .calculatorsList {
    margin: 0;
    padding: 0;
    list-style: none
}

.rightSection .calculatorsList li {
    font-size: 14px
}

.rightSection .calculatorsList li a {
    color: #253858;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
    border-top: solid .8px #d3d7de;
    padding: 12px 0 12px 61px;
    display: block;
    position: relative
}

.rightSection .calculatorsList li a:hover {
    color: #0065FF
}

.rightSection .calculatorsList li a:after {
    content: "";
    border: solid rgba(23, 43, 77, .5);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 23px;
    top: 23px
}

.rightSection .calculatorsList li a.otherlinks {
    padding: 15px 0 15px 20px
}

.rightSection .fdcalculator .h3.white {
    color: #fff
}

.rightSection .fdcalculator .bluebg {
    background: #005387;
    margin: 10px 0 20px
}

.rightSection .fdcalculator .calculate_compare_result {
    padding: 0;
    margin: 20px 0 0 0;
    background: #fff;
    width: 100%;
    float: left
}

.rightSection .fdcalculator .calculate_compare_result table {
    border: none;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    width: 100%
}

.rightSection .fdcalculator .calculate_compare_result table td {
    color: #333;
    text-align: center
}

.rightSection .fdcalculator .calculate_compare_result table td {
    padding: 10px 0
}

.rightSection .fdcalculator .calculate_compare_result table td div {
    line-height: 18px
}

.rightSection .fdcalculator .calculate_compare_result table th {
    background: #f2f2f2;
    padding: 10px 0;
    text-align: center;
    color: #333
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child {
    color: #f90
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child(2) {
    font-size: 14px;
    font-weight: 600
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap {
    padding: 15px
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-control {
    margin-bottom: 10px
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
    margin: 8px 0 20px
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
    border: 1px solid #ffc826;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    z-index: 72;
    text-transform: uppercase
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap label {
    display: inline-block;
    color: #fff;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select {
    height: auto;
    padding: 8px;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    background-color: #fff;
    background-position: 95%
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select.error {
    border: 1px solid #ff9797 !important
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input {
    padding: 8px;
    width: 100%;
    background-color: #fff;
    border: none
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input.error {
    border: 1px solid #ff9797 !important
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
    width: 50%
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
    margin-right: 5%
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
    width: 50%
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label {
    width: 40%;
    position: relative;
    padding-right: 4px;
    padding-left: 20px;
    font-weight: 400;
    margin: 0 !important;
    line-height: 20px
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    display: block;
    top: 2px
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    top: 3px;
    position: relative
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
    visibility: hidden;
    position: absolute;
    margin: 0
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked+.circle::after {
    display: block
}

.rightSection .card.articles .insurerBlock {
    border: none;
    -ms-flex-align: top;
    -webkit-box-align: top;
    align-items: top
}

.rightSection .card.articles .insurerBlock:after {
    display: none
}

.rightSection .supplier_icon {
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: 0 51px
}

.rightSection .card_heading,
.rightSection .card_heading a {
    margin-bottom: 0;
    color: #253858;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 14px 10px 14px;
    text-align: left;
    letter-spacing: .5px;
    line-height: 32px
}

.rightSection .btn {
    cursor: pointer;
    font-weight: 300;
    text-align: center;
    padding: 8px 0;
    border: solid 1px transparent;
    border-radius: 4px;
    background: #0065ff;
    width: 100%;
    font-size: 16px;
    margin: 0 0 0 0;
    color: #fff;
    text-transform: uppercase;
    height: 48px;
    letter-spacing: .05em;
    line-height: 1.6
}

.rightSection .article_newsLetter .btn {
    width: 100%;
    border: 1px solid #0065ff;
    background: #fff;
    color: #0065ff;
    font-size: 16px;
    font-weight: 500;
    display: block
}

.rightSection .article_newsLetter .btn span {
    line-height: 30px
}

.rightSection #searchForm input[type=text] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin-bottom: 10px;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    border: none;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #172b4d;
    padding: 0 16px;
    border-radius: 4px;
    height: 48px;
    border: solid 1px rgba(37, 56, 88, .2)
}

.rightSection #searchForm button {
    cursor: pointer;
    display: block;
    width: 100%;
    background: #fff;
    color: #0065ff;
    padding: 10px 12px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    outline: 0;
    text-transform: uppercase;
    border: 1px solid #0065ff;
    line-height: 1.6
}

.rightSection .searchError {
    clear: both;
    font-size: 12px;
    font-family: inherit;
    padding: 0 0 7px 0;
    color: red;
    font-weight: 400
}

.rightSection .videobox_right {
    border-radius: 8px;
    border: solid .8px rgba(23, 43, 77, .2);
    margin-bottom: 16px;
    padding: 10px 10px 10px 10px;
    width: 342px;
    height: 262px
}

.rightSection .videobox_right object {
    width: 100%;
    height: 240px
}

.rightSection .videobox_right iframe {
    border: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 8px;
    height: 240px
}

@media only screen and (max-width:1024px) {
    .rightSection .graphDiv {
        cursor: pointer;
        text-align: center
    }

    .rightSection .graphDiv img {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 0 auto
    }

    .rightSection .card.search_article {
        border-radius: 0;
        border: solid .8px rgba(23, 43, 77, .2);
        border-left: 0;
        border-right: 0;
        background: #fff
    }

    .rightSection .card {
        border-radius: 0;
        border: solid .8px rgba(23, 43, 77, .2);
        border-left: 0;
        border-right: 0;
        margin-bottom: 20px
    }

    .rightSection .card.ratingsBlock {
        background: #fff;
        padding: 0
    }

    .rightSection .card+.disclaimerFor_insurer {
        background: #fff;
        border-radius: 0
    }

    .rightSection .card.tabopen {
        margin-bottom: 0
    }

    .rightSection .card.tabopen+.disclaimerFor_insurer {
        display: block
    }

    .rightSection .article_newsLetter {
        background: #FFF;
        width: 100%;
        margin: 0 auto 20px;
        border: solid .8px rgba(23, 43, 77, .2)
    }

    .rightSection .videobox_right {
        max-width: 100%;
        border-radius: 0;
        margin: 0 auto 20px;
        padding: 10px
    }

    .rightSection .videobox_right iframe {
        width: 100%;
        height: 420px
    }
}

@media only screen and (max-width:640px) {
    .rightSection .videobox_right iframe {
        width: 100%;
        height: 300px
    }

    .rightSection .widget-insurer-logo {
        float: initial
    }
}

@media only screen and (max-width:480px) {
    .rightSection .videobox_right {
        max-width: 100%
    }

    .rightSection .videobox_right iframe {
        width: 100%;
        height: 200px
    }
}

.rightSection .allCalc {
    background-image: url(../../images/bu/caculator-sprite.png);
    background-repeat: no-repeat;
    width: auto;
    height: auto
}

.rightSection .allCalc.income_tax {
    background-position: 8px 3px
}

.rightSection .allCalc.saving {
    background-position: 8px -45px
}

.rightSection .allCalc.human_life_value {
    background-position: 8px -863px
}

.rightSection .allCalc.health_insurance_premium {
    background-position: 8px -287px
}

.rightSection .allCalc.car_insurance {
    background-position: 8px -234px
}

.rightSection .allCalc.bike_insurance {
    background-position: 8px -190px
}

.rightSection .allCalc.other,
.rightSection .allCalc.travel {
    background-position: 8px -672px
}

.rightSection .allCalc.premium,
.rightSection .allCalc.lic {
    background-position: 8px -476px
}

.rightSection .allCalc.ulip {
    background-position: 8px -381px
}

.rightSection .allCalc.life_insurance {
    background-position: 8px -332px
}

.rightSection .allCalc.sip {
    background-position: 8px -764px
}

.rightSection .allCalc.fd {
    background-position: 8px -814px
}

.rightSection .allCalc.term_insurance {
    background-position: 8px -1153px
}

.rightSection .allCalc.fd {
    background-position: 8px -812px
}

.rightSection .allCalc.lumpsup {
    background-position: 8px -962px
}

.rightSection .allCalc.annuity {
    background-position: 8px -1193px
}

.rightSection .allCalc.ppf {
    background-position: 8px -911px
}

.rightSection .allCalc.npscalc {
    background-position: 8px -1007px
}

.rightSection .allCalc.bg-13 {
    background-position: -10px -824px
}

.rightSection .allCalc.bg-16 {
    background-position: -10px -872px
}

.rightSection .allCalc.retirement {
    background-position: 8px -94px
}

.rightSection .allCalc.investment {
    background-position: 8px -621px
}

.rightSection .allCalc.bg-24 {
    background-position: -10px -1016px
}

.rightSection .allCalc.bg-21 {
    background-position: -10px -1064px
}

.rightSection .aegon-life_icon {
    background-position: 0 -3911px
}

.rightSection .aviva-life_icon {
    background-position: 0 -3828px
}

.rightSection .bajaj-allianz-life_icon,
.rightSection .Bajaj_icon {
    background-position: 3px -38px
}

.rightSection .bharti-axa-life_icon {
    background-position: -3px -1385px
}

.rightSection .birla-sun-life_icon,
.rightSection .Aditya_icon {
    background-position: 1px -4675px
}

.rightSection .canara-hsbc-life_icon {
    background-position: 0 -3992px
}

.rightSection .edelweiss-life_icon {
    background-position: 0 -293px
}

.rightSection .exide-life_icon,
.rightSection .exide-life-saral-jeevan-bima_icon {
    background-position: 0 -4071px
}

.rightSection .future-generali-life_icon {
    background-position: 1px -361px
}

.rightSection .hdfc-life_icon,
.rightSection .HDFC_icon {
    background-position: 1px -1468px
}

.rightSection .icici-life_icon {
    background-position: -67px 13px
}

.rightSection .idbi-life_icon {
    background-position: 2px -4234px
}

.rightSection .indiafirst-life_icon {
    background-position: -2px -4608px
}

.rightSection .kotak-life_icon,
.rightSection .Kotak_icon {
    background-position: 1px -557px
}

.rightSection .max-life_icon {
    background-position: 3px -685px
}

.rightSection .pnb-metlife-life_icon {
    background-position: 0 -4305px
}

.rightSection .dhfl-pramerica-life_icon {
    background-position: -2px -1696px
}

.rightSection .sbi-life_icon,
.rightSection .SBI_icon {
    background-position: 1px -1031px
}

.rightSection .sahara-life_icon {
    background-position: 0 -4384px
}

.rightSection .shriram-life_icon {
    background-position: 1px -4466px
}

.rightSection .star-union-life_icon {
    background-position: 1px -1093px
}

.rightSection .tata-aia-life_icon,
.rightSection .Tata_icon {
    background-position: 3px -1151px
}

.rightSection .postal-india-life_icon {
    background-position: 0 -4904px
}

.rightSection .reliance-life_icon {
    background-position: 2px -1538px
}

.rightSection .lic-india-life_icon {
    background-position: -67px -491px
}

.rightSection .digit-general_icon {
    background-position: -1px -216px
}

.rightSection .edelweiss-general_icon {
    background-position: 0 -293px
}

.rightSection .hdfc-general_icon {
    background-position: 1px -1468px
}

.rightSection .icici-general_icon,
.rightSection .ICICI_icon {
    background-position: -67px 13px
}

.rightSection .dhfl-general_icon {
    background-position: -2px -1696px
}

.rightSection .magma-hdi-general_icon {
    background-position: -60px -575px
}

.rightSection .oriental-insurance-general_icon {
    background-position: 4px -733px
}

.rightSection .new-india-assurance-general_icon {
    background-position: 0 -1774px
}

.rightSection .national-insurance-general_icon {
    background-position: 3px -1947px
}

.rightSection .royal-sundaram-general_icon {
    background-position: 1px -953px
}

.rightSection .united-india-general_icon {
    background-position: 0 -1210px
}

.rightSection .universal-sompo-general_icon {
    background-position: 0 -1266px
}

.rightSection .acko-general_icon {
    background-position: -6px -3466px
}

.rightSection .aditya-birla-general_icon {
    background-position: 1px -4675px
}

.rightSection .apollo-munich-general_icon {
    background-position: 0 -437px
}

.rightSection .raheja-qbe-general_icon {
    background-position: 3px -1612px
}

.rightSection .religare-general_icon,
.rightSection .Reliance_icon {
    background-position: 1px -883px
}

.rightSection .sbi-general_icon {
    background-position: 1px -1031px
}

.rightSection .bajaj-allianz-general_icon {
    background-position: -2px -97px
}

.rightSection .bharti-axa-general_icon {
    background-position: -3px -1385px
}

.rightSection .cholamandalam-general_icon {
    background-position: -4px -1862px
}

.rightSection .future-generali-general_icon {
    background-position: 1px -361px
}

.rightSection .iffco-tokio-general_icon {
    background-position: 4px -494px
}

.rightSection .liberty-general_icon {
    background-position: 3px -626px
}

.rightSection .manipalcigna-general_icon {
    background-position: 0 -156px
}

.rightSection .kotak-general_icon,
.rightSection .kotak-mahindra-general_icon {
    background-position: 1px -557px
}

.rightSection .reliance-general_icon {
    background-position: 2px -1538px
}

.rightSection .shriram-general_icon {
    background-position: 1px -4466px
}

.rightSection .star-general_icon {
    background-position: 2px -1091px
}

.rightSection .tata-aig-general_icon {
    background-position: -66px -355px
}

.rightSection .max-general_icon_icon,
.rightSection .max-general_icon {
    background-position: 3px -685px
}

.rightSection .Axis_icon {
    background-position: -67px -63px
}

.rightSection .UTI_icon {
    background-position: -67px -399px
}

.rightSection .LIC_icon {
    background-position: -67px -489px
}

.rightSection .religare_care_life_icon {
    background-position: -70px -449px
}

.rightSection .Yes_icon {
    background-position: 100% 12.6%
}

.rightSection .HSBC_icon {
    background-position: 100% 13.5%
}

.leftSection h2.licpage-heading {
    margin: 0 0 10px
}

.leftSection .graphDiv {
    cursor: pointer;
    text-align: center;
    margin: 20px 0 10px
}

.leftSection .graphDiv img {
    max-width: 335px;
    width: 100%
}

.leftSection .graphDiv.first {
    margin-top: 0
}

@media only screen and (max-width:1024px) {
    .leftSection .graphDiv.first {
        margin: 20px
    }
}

.leftSection,
.rightSection {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    display: block
}

.rsh_banner_sip {
    background: #FFF 0% 0% no-repeat padding-box;
    border: 2px solid #F2F2F2;
    border-radius: 24px;
    opacity: 1;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    max-width: 342px
}

@media (max-width:1024px) {
    .rsh_banner_sip {
        margin: 0 auto 17px
    }
}

.rsh_banner_sip.nm {
    margin-bottom: 0
}

.rsh_banner_sip p,
.rsh_banner_sip .paragraphBu {
    font-size: 14px;
    display: block;
    margin: 5px 0 0 0;
    text-align: center
}

.rsh_banner_sip span {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    display: inline
}

.rsh_banner_sip span .lightblue_text {
    color: #0065FF
}

.rsh_banner_sip .graphic {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center
}

.rsh_banner_sip .graphic img {
    width: 100%;
    height: 100%
}

.rsh_banner_sip .btnaction {
    text-align: center
}

.rsh_banner_sip .btnaction span {
    background: #0065FF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 50px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer
}

.rsh_banner_sip .link_tnc {
    position: absolute;
    width: 120px;
    font-size: 8px;
    bottom: 3px;
    letter-spacing: 0;
    right: 10px;
    opacity: .2;
    cursor: pointer;
    line-height: 12px
}

.rsh_banner_sip.full {
    max-width: 100%;
    text-align: left;
    overflow: hidden;
    padding-bottom: 60px;
    text-align: left
}

.rsh_banner_sip.full p,
.rsh_banner_sip.full .paragraphBu {
    text-align: left
}

.rsh_banner_sip.full .graphic {
    position: absolute;
    top: 90%;
    left: 0;
    transform: translate(0, -50%)
}

.rsh_banner_sip.full .btnaction {
    text-align: left;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 50px
}

.rsh_banner_sip.full .btnaction span {
    text-transform: initial
}

@media (max-width:568px) {
    .rsh_banner_sip.full .btnaction span {
        text-transform: uppercase
    }
}

.rsh_banner_sip.full .link_tnc {
    position: absolute;
    width: 120px;
    font-size: 8px;
    bottom: 5px;
    letter-spacing: 0;
    right: 0;
    opacity: .2;
    cursor: pointer;
    line-height: 12px
}

@media (max-width:1024px) {
    .rsh_banner_sip.full {
        background: #FFF 0% 0% no-repeat padding-box;
        border: 2px solid #F2F2F2;
        border-radius: 24px;
        opacity: 1;
        padding: 20px;
        margin-bottom: 30px;
        position: relative;
        text-align: center;
        max-width: 342px;
        margin: 20px auto
    }

    .rsh_banner_sip.full span {
        text-align: center;
        line-height: 30px
    }

    .rsh_banner_sip.full p,
    .rsh_banner_sip.full .paragraphBu {
        text-align: center;
        line-height: 20px
    }

    .rsh_banner_sip.full .btnaction {
        position: initial;
        top: initial;
        transform: initial;
        text-align: center
    }

    .rsh_banner_sip.full .graphic {
        position: initial;
        top: initial;
        transform: inherit
    }
}

@media screen and (max-width:1024px) {
    .leftSection .graphDiv {
        background: #fff;
        border: solid rgba(23, 43, 77, .2);
        border-width: 1px 0 1px 0;
        margin: 0 auto 20px;
        padding: 16px 0 3px;
        clear: both;
        display: block;
        text-align: center
    }

    .leftSection .graphDiv img {
        max-width: 400px;
        width: 100%
    }
}

@media screen and (max-width:1366px) and (orientation:landscape) {
    .leftSection .graphDiv {
        background: #fff;
        margin: 0 auto 20px;
        padding: 16px 0 3px;
        clear: both;
        display: none;
        text-align: center
    }

    .leftSection .graphDiv img {
        max-width: 400px
    }
}

#navBarBookmarks .slick-next {
    right: -54px;
    top: 46px
}

.you-may-like {
    clear: both;
    width: 100%
}

.you-may-like ul.article_like li .image-box {
    display: table-cell;
    height: 50px;
    width: 90px
}

.you-may-like .icnSprite {
    font-size: 20px !important;
    padding-bottom: 10px;
    background: 0 0;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-align: left;
    text-transform: capitalize;
    color: #014667 !important;
    clear: both;
    padding-top: 20px;
    display: inline-block;
    position: relative
}

.you-may-like .icnSprite::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 2px solid #014667;
    bottom: 0
}

.you-may-like .article_like {
    list-style: none;
    font-weight: 400
}

.you-may-like .article_like li {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    clear: none
}

.you-may-like ul.article_like li.lastLI {
    border: none
}

.you-may-like .article_like .image-box img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%
}

.you-may-like .article_like a {
    display: block;
    padding: 0 0;
    color: #337ab7;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px
}

.you-may-like p {
    font-weight: 400;
    line-height: 23px;
    font-size: 14px
}

.item-contentpage #car_article_leftpanel .you-maylike p {
    margin: 2px 0 0 0
}

.youmaylike_content {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px
}

.article-info dl.article-info {
    margin: 0
}

.you-may-like dt,
.you-may-like dd {
    color: #91919a;
    display: inline-block;
    font-size: 12px;
    margin: 0
}

.you-may-like ul.article_like li .image-box img {
    border: 1px solid #ddd;
    height: auto;
    padding: 1px;
    width: 100%
}

.you-may-like ul.article_like li {
    border-bottom: 1px solid #ddd;
    clear: both;
    list-style: none;
    padding: 10px 0 10px 0
}

.leftSection {
    -webkit-font-smoothing: antialiased
}

.leftSection .fdgraph {
    max-width: 724px;
    width: 100%;
    margin: 29px 0;
    height: auto;
    cursor: pointer
}

.leftSection .fdgraph img {
    max-width: 100%
}

.leftSection .textbanner {
    background: #EBF0FF;
    border: 2px dashed #0065FF;
    border-radius: 20px;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding: 40px;
    color: #0662f6;
    font-size: 22px;
    text-align: left
}

@media only screen and (max-width:1024px) {
    .leftSection .textbanner {
        height: auto;
        display: block;
        font-size: 24px;
        padding: 20px 10px;
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width:640px) {
    .leftSection .textbanner {
        font-size: 20px
    }
}

.leftSection .textbanner strong {
    display: block
}

.leftSection .textbanner .fdbanner_text {
    line-height: 28px;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .leftSection .textbanner .fdbanner_text {
        margin-bottom: 10px;
        text-align: center
    }
}

.leftSection .textbanner .knowmore {
    background: #FD4705;
    -webkit-box-shadow: 0 3px 6px #bfbfbf;
    box-shadow: 0 3px 6px #bfbfbf;
    border: 1px solid #FD4705;
    border-radius: 4px;
    opacity: 1;
    width: 170px;
    display: inline-block;
    padding: 7px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px
}

@media only screen and (max-width:1024px) {
    body {
        background: #f4f5f7
    }

    #policybazaar {
        width: 100%;
        padding-top: 0
    }

    #policybazaar #reviewslide {
        background: #FFF;
        padding: 0;
        width: 100%
    }

    .rightSection .livesProtectedDiv {
        margin: 30px auto
    }

    #our-partners {
        width: 85% !important
    }

    .breadcrumbinner ul.breadcrumb {
        padding: 10px 16px;
        margin: 0;
        border: none;
        width: 100%
    }

    .container-nav1 .nav-wrap::-webkit-scrollbar {
        display: none
    }

    #policybazaar {
        width: 100%;
        background: #f4f5f7
    }

    #policybazaar .rightSection {
        width: 100%;
        max-width: 100%;
        margin: 0 0;
        float: left;
        padding: 0
    }

    #policybazaar .rightSection .card.articles {
        padding-bottom: 20px
    }

    #policybazaar #common_footer {
        margin-top: 20px
    }

    .clearfix {
        clear: both;
        display: block
    }
}

@media only screen and (max-width:640px) {
    .rightSection .livesProtectedDiv {
        max-width: 350px
    }

    .pbRelatedLinks {
        padding: 0 0
    }
}

@media only screen and (max-width:360px) {
    .rightSection .graphDiv img {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .leftSection .pensionPlanTableWrap {
        overflow: hidden;
        overflow-x: auto
    }

    .leftSection .pensionPlanTable {
        overflow: scroll;
        padding: 0 0;
        display: block;
        width: 980px;
        border: 1px solid #e8e6e6
    }
}

.leftSection .planTable_title {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 10px 0
}

@media only screen and (max-width:768px) {
    .leftSection .planTable_title {
        font-size: 18px
    }
}

@media only screen and (max-width:768px) {
    .leftSection .pensionPlanTable {
        width: 600px
    }
}

.leftSection .pensionPlanTable {
    padding: 0 0;
    display: block;
    border: 1px solid #e8e6e6
}

.leftSection .planTable {
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 5px;
    padding: 0 0 5px;
    margin: 20px 0
}

@media only screen and (max-width:1024px) {
    .leftSection .planTable {
        width: 100%;
        max-width: 980px
    }
}

.leftSection .planTable .saperator {
    color: #0652DD;
    font-size: 15px;
    text-align: center;
    padding: 2px 0;
    background: rgba(69, 107, 216, .5);
    font-weight: 600
}

.leftSection .planTable .header {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.leftSection .planTable .header li {
    width: 25%;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    background: #EFEFEF;
    padding: 13px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative
}

.leftSection .planTable .header li .vs {
    background: #fff;
    padding: 0 3px;
    position: absolute;
    border-radius: 50%;
    font-weight: 400;
    font-size: 8px;
    right: 0;
    z-index: 1
}

.leftSection .planTable .header li:after {
    content: "";
    position: absolute;
    width: 1px;
    margin: 0 auto;
    height: 30px;
    background-color: #d4d4d4;
    right: 7px
}

.leftSection .planTable .header li:first-child {
    background-color: #fff;
    text-align: left;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    border-radius: 10px 0 0 0
}

.leftSection .planTable .header li:first-child:after {
    display: none
}

.leftSection .planTable .header li:last-child {
    text-align: center
}

.leftSection .planTable .header li:last-child:after {
    display: none
}

.leftSection .planTable .header.col5 li {
    width: 20%
}

.leftSection .planTable .tablecontent {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.leftSection .planTable .tablecontent:after {
    content: "";
    position: absolute;
    width: 98%;
    margin: 0 auto;
    height: 1px;
    background-color: #EFEFEF;
    left: 0;
    right: 0
}

.leftSection .planTable .tablecontent li {
    width: 25%;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    background: #fff;
    padding: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative
}

.leftSection .planTable .tablecontent li .yes {
    background: url(../../images/bu/investment/righttick.svg) no-repeat 0 0;
    position: absolute;
    width: 25px;
    height: 25px
}

.leftSection .planTable .tablecontent li .no {
    background: url(../../images/bu/investment/cross.svg) no-repeat 0 0;
    position: absolute;
    width: 25px;
    height: 25px
}

.leftSection .planTable .tablecontent li .infoicon {
    background: url(../../images/new-home/navigation_icon_img.png?v=12) no-repeat 0 0;
    position: absolute;
    width: 12px;
    height: 12px;
    background-position: -4px -231px;
    bottom: 0;
    right: -15px;
    cursor: pointer
}

.leftSection .planTable .tablecontent li:after {
    content: "";
    position: absolute;
    width: 1px;
    margin: 0 auto;
    height: 30px;
    background-color: #EFEFEF;
    right: 7px
}

.leftSection .planTable .tablecontent li:first-child {
    background-color: #fff;
    text-align: left;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    color: #757575;
    font-size: 12px;
    font-weight: 400
}

.leftSection .planTable .tablecontent li:first-child:after {
    display: none
}

.leftSection .planTable .tablecontent li:last-child {
    text-align: center
}

.leftSection .planTable .tablecontent li:last-child:after {
    display: none
}

.leftSection .planTable .tablecontent.col5 li {
    width: 20%
}

.leftSection .kbowmoreButton {
    width: 100%;
    max-width: 300px;
    text-align: center;
    background: #FD4705;
    padding: 9px;
    color: #fff;
    border-radius: 5px;
    margin: 30px auto 20px;
    cursor: pointer;
    border: 1px solid #FD4705;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc
}

@media only screen and (max-width:768px) {
    .leftSection .kbowmoreButton {
        margin: 30px auto 20px
    }
}

.investment-option-slider {
    display: block;
    position: relative
}

@media only screen and (max-width:1024px) {
    .investment-option-slider {
        background: #fff;
        padding: 20px 0 40px;
        border-width: 1px 0 1px 0;
        border-radius: 0 !important
    }
}

.investment-option-slider h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin: 30px 0 10px
}

.investment-option-slider h2 strong {
    font-weight: 600
}

@media only screen and (max-width:1024px) {
    .investment-option-slider h2 {
        width: 100%;
        padding: 0 0 0 10px;
        margin: 10px 0 0 !important
    }
}

@media only screen and (max-width:360px) {
    .investment-option-slider h2 {
        padding: 10px;
        font-size: 18px !important
    }
}

.investment-option-slider .option-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 760px;
    padding: 0 30px 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:1024px) {
    .investment-option-slider .option-slider {
        width: 100%;
        padding: 0 0 0 10px
    }
}

@media only screen and (max-width:360px) {
    .investment-option-slider .option-slider {
        padding: 0 0 0 10px
    }
}

.investment-option-slider .option-slider .slick-prev,
.investment-option-slider .option-slider .slick-next {
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 3px 3px #ccc;
    box-shadow: 0 3px 3px #ccc;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    display: block;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

@media only screen and (max-width:1024px) {

    .investment-option-slider .option-slider .slick-prev,
    .investment-option-slider .option-slider .slick-next {
        display: none !important
    }
}

.investment-option-slider .option-slider .slick-prev {
    left: 10px;
    z-index: 10
}

.investment-option-slider .option-slider .slick-prev:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0852dd;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 5px;
    right: 0;
    margin: 0 auto;
    top: 15px
}

.investment-option-slider .option-slider .slick-next {
    right: 10px;
    z-index: 10
}

.investment-option-slider .option-slider .slick-next:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0852dd;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 15px
}

.investment-option-slider .option-slider .product-list-box {
    -webkit-box-shadow: 0 3px 3px #e6e0e0;
    box-shadow: 0 3px 3px #e6e0e0;
    background: #fff;
    width: 300px;
    cursor: pointer;
    border-radius: 5px;
    margin: 15px 10px 15px 12px;
    position: relative
}

.investment-option-slider .option-slider .product-list-box.slick-slide {
    height: auto
}

@media only screen and (max-width:360px) {
    .investment-option-slider .option-slider .product-list-box {
        width: 280px;
        background-size: contain
    }
}

.investment-option-slider .option-slider .product-list-box:before {
    width: 5px;
    height: 120px;
    content: "";
    position: absolute;
    left: -3px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    bottom: 5px;
    z-index: 1
}

.investment-option-slider .option-slider .product-list-box.blue:before {
    background: #3f4bcf
}

.investment-option-slider .option-slider .product-list-box.lblue:before {
    background: #4bbbe6
}

.investment-option-slider .option-slider .product-list-box.green:before {
    background: #5ece89
}

.investment-option-slider .option-slider .product-list-box.purple:before {
    background: #a142cb
}

.investment-option-slider .option-slider .product-list-box .banner_without_text {
    height: 158px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    display: inline-block;
    text-align: center;
    line-height: 158px;
    position: relative;
    cursor: pointer
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lpr {
    background: #CBCFFF;
    color: #7F87DD
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lb {
    background: #8DE5FF;
    color: #3DBADE
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lg {
    background: #9FFFCE;
    color: #6BCB9B
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lr {
    background: #FFB2B2;
    color: #DE8383
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.ly {
    background: #FFF0B3;
    color: #FFC400
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lp {
    background: #ffb6cf;
    color: #b97b93
}

.investment-option-slider .option-slider .product-list-box .banner_without_text::before {
    content: '';
    width: 4px;
    height: 122px;
    border-radius: 8px 0 0 8px;
    z-index: 3;
    position: absolute;
    left: -4px;
    bottom: -63px
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox {
    position: relative;
    left: 0;
    top: -1px;
    z-index: 4;
    height: 158px;
    width: 100%;
    text-align: center
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .numberCover {
    font-size: 80px;
    font-weight: 700;
    display: inline-block
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .lakhCover {
    font-size: 35px;
    font-weight: 700;
    display: inline-block
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox::after {
    content: '';
    width: 124px;
    height: 124px;
    background: #fff;
    opacity: .30;
    border-radius: 50%;
    z-index: 3;
    position: absolute;
    left: 25px;
    top: 15px
}

.investment-option-slider .option-slider .product-list-box .banner.img1 {
    background: url(../../images/bu/inv-opt-child.jpg) no-repeat 0 0;
    height: 230px
}

.investment-option-slider .option-slider .product-list-box .banner.img2 {
    background: url(../../images/bu/inv-opt-guataneed.jpg) no-repeat 0 0;
    height: 230px
}

.investment-option-slider .option-slider .product-list-box .banner.img3 {
    background: url(../../images/bu/inv-opt-ulip.jpg) no-repeat 0 0;
    height: 230px
}

.investment-option-slider .option-slider .product-list-box .banner.img4 {
    background: url(../../images/bu/inv-opt-retire.jpg) no-repeat 0 0;
    height: 230px
}

.investment-option-slider .option-slider .product-list-box .banner.img5 {
    background: url(../../images/bu/inv-opt-lic.jpg) no-repeat 0 0;
    height: 230px
}

.investment-option-slider .option-slider .product-list-box .banner.img6 {
    background: url(../../images/bu/sip_opt-slider.jpg) no-repeat 0 0;
    height: 230px;
    border-radius: 8px 8px 0 0
}

.investment-option-slider .option-slider .product-list-box .banner.img7 {
    background: url(../../images/bu/nps_opt-slider.png) no-repeat 0 0;
    height: 230px;
    border-radius: 8px 8px 0 0
}

@media only screen and (max-width:360px) {
    .investment-option-slider .option-slider .product-list-box .banner {
        background-size: contain !important
    }
}

.investment-option-slider .option-slider .product-list-box .product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 10px
}

@media only screen and (max-width:767px) {
    .investment-option-slider .option-slider .product-list-box .product-info {
        padding: 12px
    }
}

.investment-option-slider .option-slider .product-list-box .product-info .text {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #253858
}

.investment-option-slider .option-slider .product-list-box .product-info .text a {
    font-size: 16px;
    font-weight: 500;
    color: #253858
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 100%;
    margin: 20px 0 0
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
    font-size: 12px;
    border: 1px solid #0065FF;
    padding: 1px 7px;
    color: #0065FF;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    justify-content: center
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:visited {
    color: #0065FF
}

@media only screen and (max-width:640px) {
    .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
        width: 30px;
        height: 30px;
        text-indent: -5000px;
        margin: 0 0 0 auto;
        border: none
    }

    .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:before {
        content: "";
        display: block;
        width: 11px;
        height: 11px;
        border: solid #0065FF;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
        position: absolute;
        left: -5px;
        right: 0;
        margin: 0 auto;
        top: 8px
    }
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect {
    font-size: 12px;
    border: 1px solid #0065FF;
    padding: 1px 7px;
    color: #0065FF;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
    cursor: pointer
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore a:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a:visited,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span:visited,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:visited {
    color: #0065FF
}

@media only screen and (max-width:640px) {
    .investment-option-slider .option-slider .product-list-box .product-info .viewmore a {
        width: 30px;
        height: 30px;
        text-indent: -5000px;
        margin: 0 0 0 auto;
        border: none
    }

    .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before {
        content: '';
        display: block;
        width: 11px;
        height: 11px;
        border: solid #0065FF;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        left: -5px;
        right: 0;
        margin: 0 auto;
        top: 8px
    }
}

.investment-option-slider.car h2 {
    color: #000
}

.investment-option-slider.car .option-slider .product-list-box {
    width: 255px;
    cursor: default
}

.investment-option-slider.car .option-slider .product-list-box.lblue::before {
    background: #3CB1E4
}

.investment-option-slider.car .option-slider .product-list-box.green::before {
    background: #43CD88
}

.investment-option-slider.car .option-slider .product-list-box.prurple::before {
    background: #2F38CB
}

.investment-option-slider.car .option-slider .product-list-box.red::before {
    background: #e14848
}

.investment-option-slider.car .option-slider .product-list-box.yellow::before {
    background: #deb013
}

.investment-option-slider.car .option-slider .product-list-box .banner {
    display: block;
    height: 158px;
    background-size: cover !important
}

.investment-option-slider.car .option-slider .product-list-box .banner.img1 {
    background: url(../../images/bu/motor/car-slider-image-motor.svg) no-repeat 0 0
}

.investment-option-slider.car .option-slider .product-list-box .banner.img2 {
    background: url(../../images/bu/motor/car-slider-image-motor-calc.svg) no-repeat 0 0
}

.investment-option-slider.car .option-slider .product-list-box .banner.img3 {
    background: url(../../images/bu/motor/car-slider-image-third-party.svg) no-repeat 0 0
}

.investment-option-slider.car .option-slider .product-list-box .banner.img4 {
    background: url(../../images/bu/motor/car-slider-image-idv-calc.svg) no-repeat 0 0
}

.investment-option-slider.car .option-slider .product-list-box .banner.img5 {
    background: url(../../images/bu/motor/car-slider-image-motor-companies.svg) no-repeat 0 0
}

.investment-option-slider.car .option-slider .product-list-box .product-info {
    padding: 5px 14px 14px
}

.investment-option-slider.car .option-slider .product-list-box .product-info .text {
    width: 100%;
    font-size: 14px
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 8px
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore a {
    font-size: 14px;
    padding: 0 9px;
    margin: 0
}

.investment-option-slider.term .option-slider .product-list-box {
    width: 255px
}

.investment-option-slider.term .option-slider .product-list-box.lblue::before {
    background: #38a4d4
}

.investment-option-slider.term .option-slider .product-list-box.green::before {
    background: #3fc281
}

.investment-option-slider.term .option-slider .product-list-box.prurple::before {
    background: #2c34bf
}

.investment-option-slider.term .option-slider .product-list-box.red::before {
    background: #e14848
}

.investment-option-slider.term .option-slider .product-list-box .banner {
    display: block;
    height: 158px
}

.investment-option-slider.term .option-slider .product-list-box .banner.img1 {
    background: none
}

.investment-option-slider.term .option-slider .product-list-box .banner.img2 {
    background: none
}

.investment-option-slider.term .option-slider .product-list-box .banner.img3 {
    background: none
}

.investment-option-slider.term .option-slider .product-list-box .banner.img4 {
    background: none
}

.investment-option-slider.term .option-slider .product-list-box .product-info .text {
    width: 100%;
    font-size: 14px
}

.investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 13px
}

.investment-option-slider.term-vector .option-slider .product-list-box {
    width: 255px
}

.investment-option-slider.term-vector .option-slider .product-list-box.lblue::before {
    background: #38a4d4
}

.investment-option-slider.term-vector .option-slider .product-list-box.green::before {
    background: #3fc281
}

.investment-option-slider.term-vector .option-slider .product-list-box.prurple::before {
    background: #2c34bf
}

.investment-option-slider.term-vector .option-slider .product-list-box.red::before {
    background: #e14848
}

.investment-option-slider.term-vector .option-slider .product-list-box.pink:before {
    background: #b97b93
}

.investment-option-slider.term-vector .option-slider .product-list-box.yellow:before {
    background: #FFC400
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner {
    display: block;
    height: 158px
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img1 {
    background: url(../../images/bu/term-slider-image-senior.svg) no-repeat 0 0
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img2 {
    background: url(../../images/bu/term-slider-image-spouse.svg) no-repeat 0 0
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img3 {
    background: url(../../images/bu/term-slider-image-family.svg) no-repeat 0 0
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img4 {
    background: url(../../images/bu/term-slider-image-nri.svg) no-repeat 0 0
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .text {
    width: 100%;
    font-size: 14px
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .viewmore {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 13px
}

.investment-option-slider.two-wheeler .option-slider .product-list-box {
    width: 255px;
    cursor: initial
}

@media screen and (max-width:1024px) {
    .investment-option-slider.two-wheeler .option-slider .product-list-box {
        margin-top: 10px
    }
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.lblue::before {
    background: #38a4d4
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.green::before {
    background: #3fc281
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.prurple::before {
    background: #2D3CD9
}

.investment-option-slider.two-wheeler .option-slider .product-list-box.red::before {
    background: #e14848
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner {
    display: block;
    height: 158px;
    border-radius: 8px 8px 0 0
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.purple {
    background: #cbcfff
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.lblue {
    background: #8de5ff
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.green {
    background: #9fffce
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.red {
    background: #ffb2b2
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .text {
    width: 100%;
    font-size: 14px
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 13px
}

.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
    color: #fff;
    background: #0065ff;
    padding: 1px 7px 2px
}

@media screen and (max-width:767px) {
    .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
        margin-top: 7px
    }

    .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
        width: auto;
        height: auto;
        text-indent: 0;
        margin: 0;
        border: 1px solid #0065FF
    }

    .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a:before {
        display: none
    }
}

.investment-option-slider.travel {
    border-radius: 8px;
    background-color: #F4F7FE;
    padding: 15px 0;
    margin: 20px 0
}

.investment-option-slider.travel .title,
.investment-option-slider.travel .leftSection h1,
.leftSection .investment-option-slider.travel h1,
.investment-option-slider.travel .leftSection h2,
.leftSection .investment-option-slider.travel h2 {
    border-bottom: 1px solid #D9DDE2;
    margin: 0 10px
}

.investment-option-slider.travel .title h2,
.investment-option-slider.travel .leftSection h1 h2,
.leftSection .investment-option-slider.travel h1 h2,
.investment-option-slider.travel .leftSection h2 h2,
.leftSection .investment-option-slider.travel h2 h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
    padding-left: 0;
    line-height: 19px;
    color: #172B4D;
    border-bottom: 3px solid #0065FF;
    margin: 0 !important;
    width: auto
}

.investment-option-slider.travel .option-slider {
    padding: 0 3px 0 10px
}

.investment-option-slider.travel .option-slider.slick-slider .slick-list,
.investment-option-slider.travel .option-slider.slick-slider .slick-track {
    padding-left: 4px
}

.investment-option-slider.travel .option-slider .slick-prev,
.investment-option-slider.travel .option-slider .slick-next {
    top: -45px;
    -webkit-transform: none;
    transform: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.investment-option-slider.travel .option-slider .slick-prev:before,
.investment-option-slider.travel .option-slider .slick-next:before {
    border-color: #000
}

.investment-option-slider.travel .option-slider .slick-next {
    right: 23px
}

.investment-option-slider.travel .option-slider .slick-prev {
    right: 70px;
    left: auto
}

.investment-option-slider.travel .option-slider .product-list-box {
    width: 255px;
    cursor: initial
}

.investment-option-slider.travel .option-slider .product-list-box::before {
    width: 4px;
    left: -4px;
    bottom: 10px
}

@media screen and (max-width:1024px) {
    .investment-option-slider.travel .option-slider .product-list-box {
        margin-top: 10px
    }
}

.investment-option-slider.travel .option-slider .product-list-box.lblue::before {
    background: #0BBDF2
}

.investment-option-slider.travel .option-slider .product-list-box.green::before {
    background: #47D990
}

.investment-option-slider.travel .option-slider .product-list-box.purple::before {
    background: #2D3CD9
}

.investment-option-slider.travel .option-slider .product-list-box.red::before {
    background: #FF5353
}

.investment-option-slider.travel .option-slider .product-list-box.yellow:before {
    background: #FFAB00
}

.investment-option-slider.travel .option-slider .product-list-box.blue::before {
    background: #4C9AFF
}

.investment-option-slider.travel .option-slider .product-list-box .banner {
    display: block;
    height: 158px;
    border-radius: 8px 8px 0 0
}

.investment-option-slider.travel .option-slider .product-list-box .banner.purple {
    background: #CBCFFF
}

.investment-option-slider.travel .option-slider .product-list-box .banner.lblue {
    background: #8DE5FF
}

.investment-option-slider.travel .option-slider .product-list-box .banner.green {
    background: #9FFFCE
}

.investment-option-slider.travel .option-slider .product-list-box .banner.red {
    background: #FFB2B2
}

.investment-option-slider.travel .option-slider .product-list-box .banner.blue {
    background: #B3D4FF
}

.investment-option-slider.travel .option-slider .product-list-box .banner.yellow {
    background: #FFF0B3
}

.investment-option-slider.travel .option-slider .product-list-box .product-info {
    padding: 10px 10px 12px
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text {
    width: 62%;
    font-size: 14px;
    height: 35px;
    line-height: 18px
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a {
    color: #fff;
    background: #0065ff;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px
}

@media screen and (max-width:767px) {
    .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
        margin-top: 7px
    }

    .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a {
        width: auto;
        height: auto;
        text-indent: 0;
        margin: 0;
        border: 1px solid #0065FF
    }

    .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a:before {
        display: none
    }
}

.one-crore-widget {
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 12px 12px 14px;
    margin: 40px 0 0
}

.one-crore-widget .one-crore-widget-body {
    background: #fff;
    border-radius: 8px;
    padding: 7px 7px 0
}

.one-crore-widget .one-crore-widget-body .heading {
    background: #EFF4FE 0% 0% no-repeat padding-box;
    border-radius: 7px 7px 0 0;
    color: #000;
    padding: 11px 0 10px;
    text-align: center;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px
}

@media screen and (max-width:767px) {
    .one-crore-widget .one-crore-widget-body .heading {
        font-size: 14px;
        padding: 11px 5px 10px
    }
}

.one-crore-widget .one-crore-widget-body .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 7px
}

.one-crore-widget .one-crore-widget-body .content a,
.one-crore-widget .one-crore-widget-body .content .link {
    width: 32.5%;
    border-radius: 8px;
    border: 1px solid #d4d4d4;
    font-weight: 700;
    text-align: center;
    padding: 20px 0 14px;
    margin: 0 8px 7px 0
}

@media screen and (min-width:768px) {

    .one-crore-widget .one-crore-widget-body .content a:nth-child(3n),
    .one-crore-widget .one-crore-widget-body .content .link:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {

    .one-crore-widget .one-crore-widget-body .content a,
    .one-crore-widget .one-crore-widget-body .content .link {
        margin: 0 8px 7px 0
    }

    .one-crore-widget .one-crore-widget-body .content a:nth-child(3n),
    .one-crore-widget .one-crore-widget-body .content .link:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {

    .one-crore-widget .one-crore-widget-body .content a,
    .one-crore-widget .one-crore-widget-body .content .link {
        margin: 0 4px 7px 0
    }

    .one-crore-widget .one-crore-widget-body .content a:nth-child(2n),
    .one-crore-widget .one-crore-widget-body .content .link:nth-child(2n) {
        margin-right: 0
    }
}

.one-crore-widget .one-crore-widget-body .content a .value,
.one-crore-widget .one-crore-widget-body .content .link .value {
    font-size: 68px;
    line-height: 1
}

@media screen and (max-width:767px) {

    .one-crore-widget .one-crore-widget-body .content a .value,
    .one-crore-widget .one-crore-widget-body .content .link .value {
        font-size: 48px
    }
}

@media screen and (max-width:375px) {

    .one-crore-widget .one-crore-widget-body .content a .value,
    .one-crore-widget .one-crore-widget-body .content .link .value {
        font-size: 36px
    }
}

.one-crore-widget .one-crore-widget-body .content a .unit,
.one-crore-widget .one-crore-widget-body .content .link .unit {
    font-size: 34px;
    line-height: 1;
    margin-left: -4px
}

@media screen and (max-width:767px) {

    .one-crore-widget .one-crore-widget-body .content a .unit,
    .one-crore-widget .one-crore-widget-body .content .link .unit {
        font-size: 28px
    }
}

@media screen and (max-width:375px) {

    .one-crore-widget .one-crore-widget-body .content a .unit,
    .one-crore-widget .one-crore-widget-body .content .link .unit {
        font-size: 22px
    }
}

.one-crore-widget .one-crore-widget-body .content a .product,
.one-crore-widget .one-crore-widget-body .content .link .product {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: block;
    margin-top: -7px
}

.one-crore-widget .one-crore-widget-body .content a .product.provider,
.one-crore-widget .one-crore-widget-body .content .link .product.provider {
    margin-top: 0;
    padding: 0 5px
}

.one-crore-widget .one-crore-widget-body .content a .product::first-letter,
.one-crore-widget .one-crore-widget-body .content .link .product::first-letter {
    text-transform: uppercase
}

@media screen and (max-width:375px) {

    .one-crore-widget .one-crore-widget-body .content a .product,
    .one-crore-widget .one-crore-widget-body .content .link .product {
        font-size: 12px
    }
}

.one-crore-widget .one-crore-widget-body .content a.purple,
.one-crore-widget .one-crore-widget-body .content .link.purple {
    color: #5660D1
}

.one-crore-widget .one-crore-widget-body .content a.purple .product,
.one-crore-widget .one-crore-widget-body .content a.purple .unit,
.one-crore-widget .one-crore-widget-body .content .link.purple .product,
.one-crore-widget .one-crore-widget-body .content .link.purple .unit {
    color: #5660D1
}

.one-crore-widget .one-crore-widget-body .content a.blue,
.one-crore-widget .one-crore-widget-body .content .link.blue {
    color: #3DBADE
}

.one-crore-widget .one-crore-widget-body .content a.blue .product,
.one-crore-widget .one-crore-widget-body .content a.blue .unit,
.one-crore-widget .one-crore-widget-body .content .link.blue .product,
.one-crore-widget .one-crore-widget-body .content .link.blue .unit {
    color: #3DBADE
}

.one-crore-widget .one-crore-widget-body .content a.green,
.one-crore-widget .one-crore-widget-body .content .link.green {
    color: #83DBAF
}

.one-crore-widget .one-crore-widget-body .content a.green .product,
.one-crore-widget .one-crore-widget-body .content a.green .unit,
.one-crore-widget .one-crore-widget-body .content .link.green .product,
.one-crore-widget .one-crore-widget-body .content .link.green .unit {
    color: #83DBAF
}

.one-crore-widget .one-crore-widget-body .content a.colored.purple,
.one-crore-widget .one-crore-widget-body .content .link.colored.purple {
    background: #D8DAF4 0% 0% no-repeat padding-box;
    border: 0
}

.one-crore-widget .one-crore-widget-body .content a.colored.green,
.one-crore-widget .one-crore-widget-body .content .link.colored.green {
    background: #D9F4E7 0% 0% no-repeat padding-box;
    border: 0
}

.one-crore-widget .one-crore-widget-body .content a.colored.blue,
.one-crore-widget .one-crore-widget-body .content .link.colored.blue {
    background: #C3E9F4 0% 0% no-repeat padding-box;
    border: 0
}

@media screen and (max-width:767px) and (orientation:portrait) {

    .one-crore-widget .one-crore-widget-body .content a.purple-mobile,
    .one-crore-widget .one-crore-widget-body .content .link.purple-mobile {
        color: #5660D1;
        border: 1px solid #d4d4d4 !important;
        background: transparent !important
    }

    .one-crore-widget .one-crore-widget-body .content a.purple-mobile .product,
    .one-crore-widget .one-crore-widget-body .content a.purple-mobile .unit,
    .one-crore-widget .one-crore-widget-body .content .link.purple-mobile .product,
    .one-crore-widget .one-crore-widget-body .content .link.purple-mobile .unit {
        color: #5660D1
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {

    .one-crore-widget .one-crore-widget-body .content a.blue-mobile,
    .one-crore-widget .one-crore-widget-body .content .link.blue-mobile {
        color: #3DBADE;
        border: 1px solid #d4d4d4 !important;
        background: transparent !important
    }

    .one-crore-widget .one-crore-widget-body .content a.blue-mobile .product,
    .one-crore-widget .one-crore-widget-body .content a.blue-mobile .unit,
    .one-crore-widget .one-crore-widget-body .content .link.blue-mobile .product,
    .one-crore-widget .one-crore-widget-body .content .link.blue-mobile .unit {
        color: #3DBADE
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {

    .one-crore-widget .one-crore-widget-body .content a.green-mobile,
    .one-crore-widget .one-crore-widget-body .content .link.green-mobile {
        color: #83DBAF;
        border: 1px solid #d4d4d4 !important;
        background: transparent !important
    }

    .one-crore-widget .one-crore-widget-body .content a.green-mobile .product,
    .one-crore-widget .one-crore-widget-body .content a.green-mobile .unit,
    .one-crore-widget .one-crore-widget-body .content .link.green-mobile .product,
    .one-crore-widget .one-crore-widget-body .content .link.green-mobile .unit {
        color: #83DBAF
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {

    .one-crore-widget .one-crore-widget-body .content a.purple-bg-mobile,
    .one-crore-widget .one-crore-widget-body .content .link.purple-bg-mobile {
        background: #D8DAF4 0% 0% no-repeat padding-box;
        border: 0;
        color: #5660D1
    }

    .one-crore-widget .one-crore-widget-body .content a.purple-bg-mobile .product,
    .one-crore-widget .one-crore-widget-body .content a.purple-bg-mobile .unit,
    .one-crore-widget .one-crore-widget-body .content .link.purple-bg-mobile .product,
    .one-crore-widget .one-crore-widget-body .content .link.purple-bg-mobile .unit {
        color: #5660D1
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {

    .one-crore-widget .one-crore-widget-body .content a.green-bg-mobile,
    .one-crore-widget .one-crore-widget-body .content .link.green-bg-mobile {
        background: #D9F4E7 0% 0% no-repeat padding-box;
        border: 0;
        color: #83DBAF
    }

    .one-crore-widget .one-crore-widget-body .content a.green-bg-mobile .product,
    .one-crore-widget .one-crore-widget-body .content a.green-bg-mobile .unit,
    .one-crore-widget .one-crore-widget-body .content .link.green-bg-mobile .product,
    .one-crore-widget .one-crore-widget-body .content .link.green-bg-mobile .unit {
        color: #83DBAF
    }
}

@media screen and (max-width:767px) and (orientation:portrait) {

    .one-crore-widget .one-crore-widget-body .content a.blue-bg-mobile,
    .one-crore-widget .one-crore-widget-body .content .link.blue-bg-mobile {
        background: #C3E9F4 0% 0% no-repeat padding-box !important;
        border: 0;
        color: #3DBADE
    }

    .one-crore-widget .one-crore-widget-body .content a.blue-bg-mobile .product,
    .one-crore-widget .one-crore-widget-body .content a.blue-bg-mobile .unit,
    .one-crore-widget .one-crore-widget-body .content .link.blue-bg-mobile .product,
    .one-crore-widget .one-crore-widget-body .content .link.blue-bg-mobile .unit {
        color: #3DBADE
    }
}

@media screen and (max-width:767px) {

    .one-crore-widget .one-crore-widget-body .content a,
    .one-crore-widget .one-crore-widget-body .content .link {
        width: 49%
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {

    .one-crore-widget .one-crore-widget-body .content a,
    .one-crore-widget .one-crore-widget-body .content .link {
        width: 31.5%
    }
}

.one-crore-widget .one-crore-widget-body .content .one-crore-widget-more-content {
    width: 100%;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.one-crore-widget .one-crore-widget-body .content .one-crore-widget-more-content.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.one-crore-widget .view-plan {
    color: #fff;
    padding: 12px 18px;
    background: #0065ff;
    display: block;
    width: 180px;
    text-align: center;
    margin: 10px auto 0;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 16px;
    border: 0;
    line-height: 24px;
    font-weight: 500
}

.one-crore-widget.health {
    padding: 12px 12px 35px
}

.one-crore-widget.health.without-show-more {
    padding-bottom: 12px
}

.one-crore-widget.health .one-crore-widget-body h2 {
    margin: 0;
    font-weight: 600;
    text-align: center !important
}

.one-crore-widget.health .one-crore-widget-body .content {
    position: relative;
    padding-bottom: 25px
}

.one-crore-widget.health .one-crore-widget-body .content.without-show-more {
    padding-bottom: 0
}

.one-crore-widget.health .one-crore-widget-body .content .one-crore-show-more {
    left: 50%;
    position: absolute;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid;
    border-radius: 25px;
    padding: 2px 15px;
    font-size: 14px;
    width: auto;
    cursor: pointer;
    background: #fff;
    line-height: 30px
}

@media screen and (max-width:360px) {
    .one-crore-widget.health .one-crore-widget-body .content .one-crore-show-more {
        width: 52%
    }
}

.one-crore-widget.plan_name .content .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px
}

.one-crore-widget.plan_name .content .link .unit {
    font-size: 20px;
    font-weight: 900;
    line-height: 40px
}

@media (max-width:767px) {
    .one-crore-widget.plan_name .content {
        font-size: 16px
    }

    .one-crore-widget.plan_name .content .link {
        padding: 10px
    }

    .one-crore-widget.plan_name .content .unit {
        line-height: 20px !important;
        margin-bottom: 8px;
        display: block;
        font-size: 16px !important
    }

    .one-crore-widget.plan_name .product {
        font-size: 14px
    }
}

.mutual-fund-types-container {
    padding-top: 20px
}

@media (max-width:767px) {
    .mutual-fund-types-container {
        padding-top: 10px
    }
}

.mutual-fund-types-container .mutual-fund-types-wrapper .heading {
    color: #253858;
    font-size: 22px;
    line-height: 18px;
    margin-bottom: 28px;
    font-weight: 600
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card {
    padding: 22px 15px;
    background: #F4F6FD;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767px) {
    .mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card {
        padding: 15px 10px 0
    }
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body {
    width: 32%
}

@media (max-width:767px) {
    .mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body {
        width: 48%
    }
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body:hover .mutual-fund-types-card-funds .mutual-fund-types-values .mutual-fund-types-arrow {
    width: 12%;
    background: #EFF6FF;
    border-radius: 0 8px 8px 0
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body:nth-child(1) .mutual-fund-types-card-funds .mutual-fund-types-values .mutual-fund-types-units {
    color: #5960C3
}

@media (max-width:767px) {
    .mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body:nth-child(1) .mutual-fund-types-card-funds .mutual-fund-types-values .mutual-fund-types-units {
        color: #81C194
    }
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body:nth-child(2) .mutual-fund-types-card-funds .mutual-fund-types-values .mutual-fund-types-units {
    color: #62A0C1
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body:nth-child(3) .mutual-fund-types-card-funds .mutual-fund-types-values .mutual-fund-types-units {
    color: #81C194
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body:nth-child(4) .mutual-fund-types-card-funds .mutual-fund-types-values .mutual-fund-types-units {
    color: #4A4FB2
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body:nth-child(5) .mutual-fund-types-card-funds .mutual-fund-types-values .mutual-fund-types-units {
    color: #5A8EAC
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body:nth-child(6) .mutual-fund-types-card-funds .mutual-fund-types-values .mutual-fund-types-units {
    color: #6BAC7E
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds {
    background: #FFF;
    -webkit-box-shadow: 0 3px 12px rgba(49, 112, 217, .1607843137);
    box-shadow: 0 3px 12px rgba(49, 112, 217, .1607843137);
    border-radius: 8px;
    position: relative;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 5%;
    margin-right: 1%
}

@media (max-width:767px) {
    .mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds {
        margin-bottom: 10%
    }
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds:last-child {
    margin-right: 0%
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds .link {
    display: block
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds .link::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds .mutual-fund-types-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds .mutual-fund-types-values>div.mutual-fund-types-units {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    width: 90%
}

@media (max-width:475px) {
    .mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds .mutual-fund-types-values>div.mutual-fund-types-units {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width:375px) {
    .mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds .mutual-fund-types-values>div.mutual-fund-types-units {
        font-size: 16px;
        line-height: 18px
    }
}

@media (max-width:320px) {
    .mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds .mutual-fund-types-values>div.mutual-fund-types-units {
        font-size: 13px;
        line-height: 18px
    }
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds .mutual-fund-types-values>div.mutual-fund-types-units span {
    display: block;
    font-weight: 600;
    color: #172B4D
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds .mutual-fund-types-values>div.mutual-fund-types-arrow {
    width: 10%;
    position: absolute;
    background: #FAFAFA;
    border-radius: 0 8px 8px 0;
    -webkit-transition: width 0.1s;
    transition: width 0.1s;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:640px) {
    .mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds .mutual-fund-types-values>div.mutual-fund-types-arrow {
        width: 12%
    }
}

.mutual-fund-types-container .mutual-fund-types-wrapper .mutual-fund-types-card .mutual-fund-types-card-body .mutual-fund-types-card-funds .mutual-fund-types-values>div.mutual-fund-types-arrow .mutual-fund-types-arrow-icon {
    border: solid #0075FF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -4px
}

.rightSection .insurerBlock .insurerName.showhide {
    position: relative
}

.card.calculator .stateCheck i,
.rightSection .insurerBlock .insurerName .stateCheck i {
    font-style: normal
}

.rightSection .insurerBlock.showHideListing {
    cursor: pointer;
    position: relative
}

.rightSection .insurerBlock.showHideListing:after,
.rightSection .calculatorsList li a.showHideListing:after {
    display: none
}

.linkshow {
    position: absolute;
    left: -25px;
    width: 18px;
    height: 18px;
    opacity: 1;
    top: 2px;
    background: 0 0;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    border: 2px solid #0663f6 !important;
    border-radius: 50%
}

.linkshow:hover {
    opacity: 1
}

.linkshow:after,
.linkshow:before {
    position: absolute;
    left: 6px;
    content: ' ';
    height: 8px;
    width: 2px;
    top: 3px;
    background-color: #0663f6
}

.linkshow:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.linkshow:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.linkshow.open:after {
    width: 0;
    height: 0
}

.rightSection .calculatorsList li a.showHideListing {
    padding: 15px 0 15px 45px
}

.stateCheck {
    font-size: 16px;
    font-weight: 500;
    color: #0663f6 !important;
    position: relative;
    letter-spacing: 0;
    padding-left: 30px;
    font-weight: 600 !important
}

.rightSection .insurerBlock .insurerName span.stateCheck {
    line-height: 22px
}

.card.calculator .stateCheck {
    padding-left: 0
}

.card.calculator,
.card.insurers {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.rightSection .insurerBlock .insurerName span.stateCheck .linkshow {
    left: 5px;
    top: 2px
}

.rightSection .calculatorsList li .checkItem_list {
    color: #253858;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
    border-top: solid .8px #d3d7de;
    padding: 15px 0 15px 47px;
    display: block;
    position: relative;
    cursor: pointer
}

.plan_your_investment_wrap {
    margin: 20px 0 0
}

.plan_your_investment_wrap .title,
.plan_your_investment_wrap .leftSection h1,
.leftSection .plan_your_investment_wrap h1,
.plan_your_investment_wrap .leftSection h2,
.leftSection .plan_your_investment_wrap h2,
.plan_your_investment_wrap .leftSection .h2,
.leftSection .plan_your_investment_wrap .h2 {
    background: #0662f6;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 5px 5px 0 0;
    margin-left: 10px
}

@media only screen and (max-width:1024px) {
    .plan_your_investment_wrap {
        margin: 0
    }

    .plan_your_investment_wrap .title,
    .plan_your_investment_wrap .leftSection h1,
    .leftSection .plan_your_investment_wrap h1,
    .plan_your_investment_wrap .leftSection h2,
    .leftSection .plan_your_investment_wrap h2,
    .plan_your_investment_wrap .leftSection .h2,
    .leftSection .plan_your_investment_wrap .h2 {
        background: none;
        color: #333;
        display: block;
        padding: 0;
        border-radius: 0;
        margin-left: 0;
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px
    }
}

@media only screen and (max-width:640px) {

    .plan_your_investment_wrap .title,
    .plan_your_investment_wrap .leftSection h1,
    .leftSection .plan_your_investment_wrap h1,
    .plan_your_investment_wrap .leftSection h2,
    .leftSection .plan_your_investment_wrap h2,
    .plan_your_investment_wrap .leftSection .h2,
    .leftSection .plan_your_investment_wrap .h2 {
        margin-bottom: 0
    }
}

.planyourinvestment_disclaimer {
    background: #EFEFEF;
    font-size: 12px;
    width: 96%;
    margin: 0 auto 20px;
    text-align: left;
    padding: 3px 10px;
    border-radius: 0 1px 5px 5px;
    font-weight: 500
}

.planyourinvestment_disclaimer a {
    color: #0662f6;
    display: inline-block;
    padding: 0 3px
}

@media only screen and (max-width:1024px) {
    .planyourinvestment_disclaimer {
        margin: 10px auto 0;
        background: transparent;
        text-align: center
    }
}

.invPlanWidget .block_content_wrapper {
    border: none;
    padding: 0;
    background: none
}

.plan_your_investment {
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 10px #ccc;
    box-shadow: 1px 1px 10px #ccc;
    border-radius: 5px;
    padding: 18px;
    min-height: 130px;
    max-width: 750px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1024px) {
    .plan_your_investment {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media only screen and (max-width:1024px) {
    .plan_your_investment {
        max-width: 400px;
        padding-top: 0
    }
}

.plan_your_investment .plan-feild {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.plan_your_investment .result-box {
    width: 32%;
    border-left: 1px solid #f1f3f5;
    margin-left: 3%
}

.plan_your_investment .result-box .totalWrap {
    width: 190px;
    display: block;
    margin: 0 0 0 20px
}

.plan_your_investment .result-box .amount_you_get {
    position: relative;
    top: -7px
}

.plan_your_investment .result-box .amount_you_receive {
    display: none
}

.plan_your_investment .result-box .amt {
    font-size: 20px;
    font-weight: 600;
    color: #0662f6;
    display: block
}

.plan_your_investment .result-box .intrest {
    display: none
}

.plan_your_investment .result-box span {
    font-size: 13px;
    font-weight: 600
}

.plan_your_investment .result-box .intrest {
    font-size: 13px;
    display: inline;
    font-weight: 600
}

@media only screen and (max-width:1024px) {
    .plan_your_investment .result-box {
        width: 30%;
        margin-left: 0
    }

    .plan_your_investment .result-box .totalWrap {
        width: 180px;
        margin: 0 0 0 25px
    }

    .plan_your_investment .result-box .intrest,
    .plan_your_investment .result-box span {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -.5px
    }

    .plan_your_investment .result-box .amt {
        font-size: 20px
    }
}

@media only screen and (max-width:640px) {

    .plan_your_investment .result-box .intrest,
    .plan_your_investment .result-box span {
        font-size: 13px
    }

    .plan_your_investment .result-box .amt {
        font-size: 26px
    }
}

.plan_your_investment .result-box .viewplan {
    position: relative;
    -webkit-transition: box-shadow 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    cursor: pointer;
    background: #FD4705;
    color: #FFF;
    margin: 20px 0 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    display: block;
    padding: 5px 10px;
    width: 80%;
    margin: 0 0 10px
}

@media only screen and (max-width:640px) {
    .plan_your_investment .result-box .viewplan {
        max-width: 180px;
        margin: 0 auto
    }
}

@media only screen and (max-width:1024px) {
    .plan_your_investment .plan-feild {
        width: 100%
    }

    .plan_your_investment .result-box {
        width: 100%;
        border: none;
        margin-top: 15px
    }

    .plan_your_investment .result-box .totalWrap {
        width: auto;
        margin: 0 auto;
        display: block;
        text-align: center
    }

    .plan_your_investment .result-box .viewplan {
        width: 100%
    }
}

.plan_your_investment .feildwrapper {
    width: 46%;
    margin-right: 4%;
    position: relative
}

.plan_your_investment .feildwrapper label {
    color: #0662f6;
    font-weight: 500;
    font-size: 16px;
    margin: 5px 0 9px 0
}

.plan_your_investment .feildwrapper input,
.plan_your_investment .feildwrapper select {
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #f1f3f5;
    font-weight: 600
}

.plan_your_investment .feildwrapper input {
    padding-left: 15px
}

.plan_your_investment .feildwrapper .err {
    display: block;
    font-size: 11px;
    color: #d00505
}

.plan_your_investment .feildwrapper select {
    background-position: 100% center !important
}

.plan_your_investment .feildwrapper #widgetInvTerm {
    padding: 6px 7px 7px 7px
}

.plan_your_investment .feildwrapper:first-child:before {
    content: "\20B9";
    position: absolute;
    top: 32px;
    left: 0;
    font-size: 19px
}

.plan_your_investment .feildwrapper .yearon {
    background: #F0F3F9;
    padding: 5px;
    font-size: 12px;
    color: #253858;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    width: 70px;
    text-align: center;
    right: 20px;
    top: 34px
}

.plan_your_investment .feildwrapper.multifeild input {
    display: inline;
    width: 65%;
    float: left
}

.plan_your_investment .feildwrapper.multifeild select {
    display: inline;
    width: 35%;
    float: left
}

@media only screen and (max-width:768px) {
    .plan_your_investment .feildwrapper.multifeild select {
        width: 25%
    }
}

.plan_your_investment .feildwrapper.multifeild select {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    font-style: normal;
    color: #887f7f;
    padding: 9px 0 8px
}

@media only screen and (max-width:1024px) {

    .plan_your_investment .feildwrapper input,
    .plan_your_investment .feildwrapper select {
        font-size: 13px;
        line-height: 28px
    }

    .plan_your_investment .feildwrapper:first-child:before {
        font-size: 14px;
        top: 36px
    }
}

@media only screen and (max-width:1024px) {
    .plan_your_investment .feildwrapper {
        width: 100%;
        margin-right: 0
    }

    .plan_your_investment .feildwrapper label {
        display: block;
        margin: 20px 0 0 0
    }

    .plan_your_investment .feildwrapper:first-child:before {
        top: 56px
    }

    .plan_your_investment .feildwrapper .yearon {
        top: 50px
    }
}

.plan_your_investment .feildwrapper select:focus::-ms-value {
    background-color: transparent;
    color: #887f7f
}

@media only screen and (max-width:480px) {

    .bluebg .forex-form-bootstrap .calculate_compare_result table th,
    .table>tbody>tr>td,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th {
        vertical-align: middle;
        text-align: center
    }
}

.rightSection .fdcalculator .bluebg .calculate_compare_result {
    float: none
}

.rightSection .fdcalculator .bluebg .calculate_compare_result .compare td div:first-child {
    font-size: 12px;
    color: #f90
}

@media only screen and (max-width:1024px) {
    .rightSection .fdcalculator .bluebg {
        max-width: 350px;
        margin: 10px auto 20px
    }
}

.bluebg {
    background: #005387;
    margin-top: 20px
}

.white {
    color: #fff
}

.fd_bankwise .heading {
    font-size: 22px;
    text-align: center;
    margin: 0 0 10px
}

.news {
    display: block
}

.news h2 {
    font-size: 30px !important;
    margin-bottom: 30px !important
}

.news h3 {
    font-size: 16px !important;
    margin: 0 0 10px 0;
    color: #172B4D;
    letter-spacing: .26px;
    line-height: 24px;
    font-weight: 700
}

.news .boxcontent {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px
}

.news .boxcontent p.paragraphBu {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .26px;
    color: #253858
}

.news .boxcontent .hidecontent {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .26px;
    color: #253858
}

.news .boxcontent .morecontent,
.news .boxcontent .closecontent {
    color: #0065ff;
    text-decoration: none;
    cursor: pointer
}

.news .boxcontent:last-child {
    border: none
}

.news {
    display: block
}

.news h2 {
    font-size: 30px !important;
    margin-bottom: 30px !important
}

.news h3 {
    font-size: 16px !important;
    margin: 0 0 10px 0;
    color: #172B4D;
    letter-spacing: .26px;
    line-height: 24px;
    font-weight: 700
}

.news .newstitle {
    margin: 0
}

.news .datedon {
    font-size: 12px;
    margin: 0;
    position: relative
}

.news .boxcontent {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px
}

.news .boxcontent p.paragraphBu {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .26px;
    color: #253858
}

.news .boxcontent .hidecontent {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .26px;
    color: #253858
}

.news .boxcontent .morecontent,
.news .boxcontent .closecontent {
    color: #0065ff;
    text-decoration: none;
    cursor: pointer
}

.news .boxcontent:last-child {
    border: none
}

.seemore_news {
    display: block;
    text-align: center
}

.seemore_news span {
    background: #fff;
    border-radius: 38px;
    border: 1px solid #0065FF;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 20px;
    cursor: pointer;
    color: #0065FF;
    padding: 10px 30px 11px;
    line-height: 16px;
    width: 140px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.seemore_news span:after {
    content: "";
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 0 0 7px;
    position: relative;
    top: -3px
}

.seemore_news span.active:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 1px
}

@media screen and (max-width:1024px) {
    .popular_article .headingWrapper.you_maylike_heading {
        margin-top: 76px !important
    }
}

.nps-calculator-section {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 28px 24px;
    position: relative
}

@media (max-width:767px) {
    .nps-calculator-section {
        padding: 28px 8px
    }
}

.nps-calculator-section::after {
    position: absolute;
    content: '';
    background: url(../../images/bu/nps-calc-graphics.svg) no-repeat;
    right: 40px;
    top: 7px;
    height: 160px;
    width: 132px;
    z-index: 1
}

@media (max-width:767px) {
    .nps-calculator-section::after {
        right: 12px
    }
}

.nps-calculator-section .nps-calculator-wrap {
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px #00000029;
    box-shadow: 0 2px 12px #00000029;
    z-index: 100;
    position: RELATIVE
}

.nps-calculator-section .nps-calculator-heading {
    letter-spacing: 0;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 18px
}

.nps-calculator-section .nps-calculator-wrap .nps-calculator-body:first-child:before {
    content: "";
    position: absolute;
    width: 94%;
    border-bottom: 1px dashed #333;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px
}

@media (max-width:767px) {
    .nps-calculator-section .nps-calculator-wrap .nps-calculator-body:first-child:before {
        bottom: -3px
    }
}

.nps-calculator-section .nps-calculator-body {
    padding: 18px 25px;
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nps-calculator-section .nps-calculator-body:last-child {
    padding-bottom: 0
}

@media (max-width:767px) {
    .nps-calculator-section .nps-calculator-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 25px
    }

    .nps-calculator-section .nps-calculator-body:last-child {
        padding-bottom: 20px
    }
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs {
    width: 62%;
    text-align: center
}

@media (max-width:767px) {
    .nps-calculator-section .nps-calculator-body .nps-calculator-inputs {
        width: 100%;
        text-align: left
    }
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider {
    margin-bottom: 70px
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider:last-child {
    margin-bottom: 57px
}

@media (max-width:767px) {
    .nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider:nth-child(3) {
        margin-bottom: 50px
    }
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading p {
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    margin-right: 2px;
    line-height: 21px;
    font-weight: 600;
    text-align: left
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border: .4000000059604645px solid #707070;
    border-radius: 2px;
    width: 100px;
    text-align: CENTER;
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 3.5px 0
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox::-webkit-input-placeholder {
    font-size: 11px
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox::-moz-placeholder {
    font-size: 11px
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox:-ms-input-placeholder {
    font-size: 11px
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox:-moz-placeholder {
    font-size: 11px
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox {
    margin-top: 6px;
    text-align: center
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content {
    border: 0;
    background: transparent -webkit-gradient(linear, right top, left top, from(#EB0000), to(#004EFF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #EB0000 0%, #004EFF 100%) 0% 0% no-repeat padding-box;
    cursor: pointer;
    border-radius: 20px;
    height: 2px
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content #custom-handle {
    background: url(../../images/bu/nps-calc-handle.svg) no-repeat center/contain;
    top: -10px;
    cursor: pointer;
    width: 41px;
    outline: 0;
    height: 24px;
    border: 0;
    margin-left: -18px
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content .step span {
    letter-spacing: 0;
    line-height: 21px;
    color: #757575;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content .step span.min {
    left: 0
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .sliderBox .ui-widget-content .step span.max {
    right: 0
}

.nps-calculator-section .nps-calculator-body .nps-calculator-inputs .slider .error_box {
    display: none;
    font-size: 12px;
    color: red
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs {
    background: #EAF1FF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 3px 12px #c6c6c6;
    box-shadow: 0 3px 12px #c6c6c6;
    border: 1px solid #0065FF;
    border-radius: 4px;
    padding: 13px;
    text-align: center;
    width: 30%
}

@media (max-width:767px) {
    .nps-calculator-section .nps-calculator-body .nps-calculator-outputs {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output {
    margin-bottom: 27px
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output {
        width: 100%
    }

    .nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output:nth-child(3) {
        margin-bottom: 0
    }
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .heading {
    letter-spacing: 0;
    color: #757575;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value {
    letter-spacing: 0;
    color: #000;
    font-size: 19px;
    font-weight: 700;
    display: inline-block
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value.blue {
    border-bottom: 2px solid #0065FF
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value.d-green {
    border-bottom: 2px solid #309F4E
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value.green {
    border-bottom: 2px solid #0E9B86
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value.orange {
    border-bottom: 2px solid #F78631
}

@media (max-width:767px) {
    .nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .value {
        font-size: 18px
    }
}

.nps-calculator-section .nps-calculator-body .nps-calculator-outputs .output .round-of-value {
    letter-spacing: 0;
    color: #757575;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700
}

.nps-calculator-section.with-graphs {
    border: 1px solid rgba(0, 0, 0, .1215686275);
    border-radius: 4px;
    background: #fff;
    padding: 24px 8px 16px 24px
}

.nps-calculator-section.with-graphs::after {
    display: none
}

@media screen and (max-width:767px) {
    .nps-calculator-section.with-graphs {
        background: rgba(108, 99, 255, .06) 0% 0% no-repeat padding-box;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
        border: 1px dashed rgba(108, 99, 255, .06);
        border-radius: 4px;
        padding: 9px 10px 16px 10px
    }
}

.nps-calculator-section.with-graphs .nps-calculator-heading {
    letter-spacing: 0;
    color: #253858;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 26px
}

@media screen and (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-heading {
        margin-bottom: 12px
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap {
    border-radius: 0;
    box-shadow: none;
    z-index: 1
}

@media screen and (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap {
        background: transparent
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body {
    padding: 0
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body:first-child:before {
    display: none
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left {
    width: 48%
}

@media screen and (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left {
        width: 100%;
        padding: 17px;
        position: relative;
        height: 479px;
        padding-bottom: 55px;
        overflow-y: scroll;
        background: #fff;
        border-radius: 8px;
        overflow-x: hidden
    }

    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left::-webkit-scrollbar {
        width: 2px
    }

    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left::-webkit-scrollbar-thumb {
        background: #888
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider {
    margin-bottom: 40px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider:last-child {
    margin-bottom: 57px
}

@media (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider:nth-child(3) {
        margin-bottom: 50px
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading p {
    letter-spacing: 0;
    color: #14233B;
    font-size: 14px;
    margin-right: 2px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    max-width: 150px;
    margin-bottom: 0
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .error {
    border: 0;
    background: transparent;
    position: absolute;
    bottom: -14px;
    font-size: 10px;
    right: 0;
    letter-spacing: 0;
    color: #C10000
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .scrollAmt {
    position: relative
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .scrollAmt label {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    letter-spacing: 0;
    color: #000;
    opacity: .4;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .scrollAmt.reverse .inputBox {
    padding: 12px 0 12px 20px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .scrollAmt.reverse label {
    right: auto;
    left: 17px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .inputBox {
    width: 100px;
    text-align: CENTER;
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    padding: 12px 30px 12px 0;
    background: #FFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E8;
    border-radius: 5px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .inputBox.err {
    border: 1px solid #C10000
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .inputBox::-webkit-input-placeholder {
    font-size: 11px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .inputBox::-moz-placeholder {
    font-size: 11px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .inputBox:-ms-input-placeholder {
    font-size: 11px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .slider-heading .inputBox:-moz-placeholder {
    font-size: 11px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .sliderBox {
    margin-top: 14px;
    text-align: center
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .sliderBox .ui-widget-content {
    border: 0;
    background: transparent linear-gradient(270deg, #00C134 0%, #004EFF 100%) 0% 0% no-repeat padding-box;
    cursor: pointer;
    border-radius: 20px;
    height: 3px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .sliderBox .ui-widget-content #custom-handle {
    background: url(../../images/bu/nps-calc-with-graphs-handle.svg) no-repeat center/contain;
    top: -26px;
    cursor: pointer;
    width: 41px;
    outline: 0;
    height: 58px;
    border: 0;
    margin-left: -18px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .sliderBox .ui-widget-content .step span {
    color: #14233B;
    opacity: .4;
    letter-spacing: 0;
    line-height: 18px;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .sliderBox .ui-widget-content .step span.min {
    left: 0
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .sliderBox .ui-widget-content .step span.max {
    right: 0
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-left .slider .error_box {
    display: none;
    font-size: 12px;
    color: red
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section {
    background: transparent linear-gradient(290deg, #005EED 0%, #227AFF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
    border-radius: 4px;
    padding: 37px 12px 7px;
    text-align: CENTER;
    position: relative;
    overflow: hidden;
    margin-top: 65px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section [class|=confetti] {
    position: absolute
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-0 {
    width: 2px;
    height: .8px;
    background-color: #ffbf00;
    top: -10%;
    left: 26%;
    opacity: .6159202107;
    transform: rotate(252.07748597deg);
    animation: drop-0 4.9863567736s 0.5535580825s infinite
}

@keyframes drop-0 {
    100% {
        top: 110%;
        left: 35%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-1 {
    width: 2px;
    height: .8px;
    background-color: #d13447;
    top: -10%;
    left: 63%;
    opacity: 1.4656407242;
    transform: rotate(143.4234072078deg);
    animation: drop-1 4.8513635747s 0.4682940002s infinite
}

@keyframes drop-1 {
    100% {
        top: 110%;
        left: 64%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-2 {
    width: 7px;
    height: 2.8px;
    background-color: #ffbf00;
    top: -10%;
    left: 20%;
    opacity: 1.2239352684;
    transform: rotate(34.6926792284deg);
    animation: drop-2 4.8094565192s 0.4246663727s infinite
}

@keyframes drop-2 {
    100% {
        top: 110%;
        left: 28%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-3 {
    width: 3px;
    height: 1.2px;
    background-color: #d13447;
    top: -10%;
    left: 64%;
    opacity: 1.3918949089;
    transform: rotate(229.0820240812deg);
    animation: drop-3 4.934434016s 0.1600360149s infinite
}

@keyframes drop-3 {
    100% {
        top: 110%;
        left: 79%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-4 {
    width: 6px;
    height: 2.4px;
    background-color: #263672;
    top: -10%;
    left: 85%;
    opacity: 1.0042259489;
    transform: rotate(314.0831394243deg);
    animation: drop-4 4.3755783133s 0.244042695s infinite
}

@keyframes drop-4 {
    100% {
        top: 110%;
        left: 97%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-5 {
    width: 1px;
    height: .4px;
    background-color: #263672;
    top: -10%;
    left: 88%;
    opacity: .7369824751;
    transform: rotate(64.6660415843deg);
    animation: drop-5 4.5334977628s 0.8169706409s infinite
}

@keyframes drop-5 {
    100% {
        top: 110%;
        left: 102%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-6 {
    width: 8px;
    height: 3.2px;
    background-color: #ffbf00;
    top: -10%;
    left: 17%;
    opacity: .8743762633;
    transform: rotate(251.83297097deg);
    animation: drop-6 4.7456797744s 0.231113817s infinite
}

@keyframes drop-6 {
    100% {
        top: 110%;
        left: 21%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-7 {
    width: 1px;
    height: .4px;
    background-color: #263672;
    top: -10%;
    left: 6%;
    opacity: .8225413689;
    transform: rotate(31.1287991843deg);
    animation: drop-7 4.4919628172s 0.158831151s infinite
}

@keyframes drop-7 {
    100% {
        top: 110%;
        left: 10%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-8 {
    width: 2px;
    height: .8px;
    background-color: #ffbf00;
    top: -10%;
    left: 1%;
    opacity: 1.1947287996;
    transform: rotate(36.1957859352deg);
    animation: drop-8 4.9285443154s 0.3867192972s infinite
}

@keyframes drop-8 {
    100% {
        top: 110%;
        left: 10%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-9 {
    width: 8px;
    height: 3.2px;
    background-color: #d13447;
    top: -10%;
    left: 50%;
    opacity: 1.3647302819;
    transform: rotate(292.2964665243deg);
    animation: drop-9 4.9358119951s 0.8300727551s infinite
}

@keyframes drop-9 {
    100% {
        top: 110%;
        left: 59%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-10 {
    width: 1px;
    height: .4px;
    background-color: #d13447;
    top: -10%;
    left: 94%;
    opacity: 1.1986177518;
    transform: rotate(1.5209851131deg);
    animation: drop-10 4.1217044205s 0.0227735173s infinite
}

@keyframes drop-10 {
    100% {
        top: 110%;
        left: 108%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-11 {
    width: 8px;
    height: 3.2px;
    background-color: #d13447;
    top: -10%;
    left: 10%;
    opacity: 1.3160595866;
    transform: rotate(253.3044843482deg);
    animation: drop-11 4.154869111s 0.8083739716s infinite
}

@keyframes drop-11 {
    100% {
        top: 110%;
        left: 24%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-12 {
    width: 1px;
    height: .4px;
    background-color: #ffbf00;
    top: -10%;
    left: 27%;
    opacity: 1.1767281106;
    transform: rotate(190.4933327417deg);
    animation: drop-12 4.9212611623s 0.5568539957s infinite
}

@keyframes drop-12 {
    100% {
        top: 110%;
        left: 28%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-13 {
    width: 1px;
    height: .4px;
    background-color: #ffbf00;
    top: -10%;
    left: 75%;
    opacity: .6601832809;
    transform: rotate(221.1046139968deg);
    animation: drop-13 4.9939034331s 0.3935984408s infinite
}

@keyframes drop-13 {
    100% {
        top: 110%;
        left: 90%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-14 {
    width: 2px;
    height: .8px;
    background-color: #d13447;
    top: -10%;
    left: 6%;
    opacity: 1.4476678572;
    transform: rotate(153.4528516748deg);
    animation: drop-14 4.5693936414s 0.4565431514s infinite
}

@keyframes drop-14 {
    100% {
        top: 110%;
        left: 14%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-15 {
    width: 4px;
    height: 1.6px;
    background-color: #d13447;
    top: -10%;
    left: 14%;
    opacity: 1.3062118525;
    transform: rotate(254.3657801668deg);
    animation: drop-15 4.5984655487s 0.1544115591s infinite
}

@keyframes drop-15 {
    100% {
        top: 110%;
        left: 18%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-16 {
    width: 8px;
    height: 3.2px;
    background-color: #263672;
    top: -10%;
    left: 98%;
    opacity: .6229798686;
    transform: rotate(329.8560917056deg);
    animation: drop-16 4.4821663566s 0.7278880084s infinite
}

@keyframes drop-16 {
    100% {
        top: 110%;
        left: 99%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-17 {
    width: 2px;
    height: .8px;
    background-color: #263672;
    top: -10%;
    left: 34%;
    opacity: .5153385018;
    transform: rotate(103.4569863681deg);
    animation: drop-17 4.8350369482s 0.1632120263s infinite
}

@keyframes drop-17 {
    100% {
        top: 110%;
        left: 41%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-18 {
    width: 5px;
    height: 2px;
    background-color: #d13447;
    top: -10%;
    left: 91%;
    opacity: .9757113675;
    transform: rotate(194.885477267deg);
    animation: drop-18 4.0627575979s 0.0993749518s infinite
}

@keyframes drop-18 {
    100% {
        top: 110%;
        left: 103%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-19 {
    width: 7px;
    height: 2.8px;
    background-color: #d13447;
    top: -10%;
    left: 59%;
    opacity: .512720343;
    transform: rotate(44.1988658701deg);
    animation: drop-19 4.2718755425s 0.5294716197s infinite
}

@keyframes drop-19 {
    100% {
        top: 110%;
        left: 64%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-20 {
    width: 1px;
    height: .4px;
    background-color: #ffbf00;
    top: -10%;
    left: 43%;
    opacity: 1.3246753657;
    transform: rotate(141.0992971071deg);
    animation: drop-20 4.7476294079s 0.2466558088s infinite
}

@keyframes drop-20 {
    100% {
        top: 110%;
        left: 50%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-21 {
    width: 8px;
    height: 3.2px;
    background-color: #263672;
    top: -10%;
    left: 50%;
    opacity: .5220228141;
    transform: rotate(37.2882255029deg);
    animation: drop-21 4.3323794949s 0.3887628522s infinite
}

@keyframes drop-21 {
    100% {
        top: 110%;
        left: 65%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-22 {
    width: 5px;
    height: 2px;
    background-color: #ffbf00;
    top: -10%;
    left: 26%;
    opacity: 1.2508027981;
    transform: rotate(0.6664432911deg);
    animation: drop-22 4.1658785242s 0.4582304206s infinite
}

@keyframes drop-22 {
    100% {
        top: 110%;
        left: 38%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-23 {
    width: 2px;
    height: .8px;
    background-color: #263672;
    top: -10%;
    left: 42%;
    opacity: 1.4497753224;
    transform: rotate(74.0642531964deg);
    animation: drop-23 4.6355456585s 0.3973154964s infinite
}

@keyframes drop-23 {
    100% {
        top: 110%;
        left: 48%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-24 {
    width: 7px;
    height: 2.8px;
    background-color: #ffbf00;
    top: -10%;
    left: 16%;
    opacity: .9839278468;
    transform: rotate(343.6425227862deg);
    animation: drop-24 4.7312697417s 0.2613815132s infinite
}

@keyframes drop-24 {
    100% {
        top: 110%;
        left: 22%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-25 {
    width: 7px;
    height: 2.8px;
    background-color: #d13447;
    top: -10%;
    left: 6%;
    opacity: 1.0976383173;
    transform: rotate(203.5674834883deg);
    animation: drop-25 4.3838021059s 0.7383777273s infinite
}

@keyframes drop-25 {
    100% {
        top: 110%;
        left: 14%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-26 {
    width: 3px;
    height: 1.2px;
    background-color: #ffbf00;
    top: -10%;
    left: 20%;
    opacity: 1.4813668633;
    transform: rotate(88.4876336454deg);
    animation: drop-26 4.2535846854s 0.1988232494s infinite
}

@keyframes drop-26 {
    100% {
        top: 110%;
        left: 21%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-27 {
    width: 6px;
    height: 2.4px;
    background-color: #263672;
    top: -10%;
    left: 4%;
    opacity: .6571347215;
    transform: rotate(266.6988402093deg);
    animation: drop-27 4.1048637104s 0.1321532161s infinite
}

@keyframes drop-27 {
    100% {
        top: 110%;
        left: 9%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-28 {
    width: 5px;
    height: 2px;
    background-color: #ffbf00;
    top: -10%;
    left: 50%;
    opacity: 1.2782977701;
    transform: rotate(219.5283455589deg);
    animation: drop-28 4.8501608979s 0.3867041055s infinite
}

@keyframes drop-28 {
    100% {
        top: 110%;
        left: 64%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-29 {
    width: 5px;
    height: 2px;
    background-color: #d13447;
    top: -10%;
    left: 49%;
    opacity: .78614094;
    transform: rotate(202.2385974176deg);
    animation: drop-29 4.8203667498s 0.3954571751s infinite
}

@keyframes drop-29 {
    100% {
        top: 110%;
        left: 60%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-30 {
    width: 6px;
    height: 2.4px;
    background-color: #ffbf00;
    top: -10%;
    left: 14%;
    opacity: 1.073321579;
    transform: rotate(15.1080001303deg);
    animation: drop-30 4.7623123356s 0.8772096825s infinite
}

@keyframes drop-30 {
    100% {
        top: 110%;
        left: 28%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-31 {
    width: 4px;
    height: 1.6px;
    background-color: #ffbf00;
    top: -10%;
    left: 26%;
    opacity: .6496029823;
    transform: rotate(228.1321298662deg);
    animation: drop-31 4.294350273s 0.4014987343s infinite
}

@keyframes drop-31 {
    100% {
        top: 110%;
        left: 40%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-32 {
    width: 1px;
    height: .4px;
    background-color: #263672;
    top: -10%;
    left: 71%;
    opacity: 1.2377901196;
    transform: rotate(33.0450888625deg);
    animation: drop-32 4.9273045393s 0.1862911981s infinite
}

@keyframes drop-32 {
    100% {
        top: 110%;
        left: 82%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-33 {
    width: 4px;
    height: 1.6px;
    background-color: #263672;
    top: -10%;
    left: 52%;
    opacity: .5493770688;
    transform: rotate(45.6566811308deg);
    animation: drop-33 4.9797674222s 0.5655321229s infinite
}

@keyframes drop-33 {
    100% {
        top: 110%;
        left: 65%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-34 {
    width: 7px;
    height: 2.8px;
    background-color: #ffbf00;
    top: -10%;
    left: 16%;
    opacity: .9551899756;
    transform: rotate(93.2639015115deg);
    animation: drop-34 4.2478328988s 0.806485498s infinite
}

@keyframes drop-34 {
    100% {
        top: 110%;
        left: 28%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-35 {
    width: 6px;
    height: 2.4px;
    background-color: #263672;
    top: -10%;
    left: 34%;
    opacity: 1.1688525758;
    transform: rotate(344.6494635009deg);
    animation: drop-35 4.1828339626s 0.0860602622s infinite
}

@keyframes drop-35 {
    100% {
        top: 110%;
        left: 37%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-36 {
    width: 1px;
    height: .4px;
    background-color: #263672;
    top: -10%;
    left: 81%;
    opacity: 1.0072659629;
    transform: rotate(199.909838507deg);
    animation: drop-36 4.4398741123s 0.4761895572s infinite
}

@keyframes drop-36 {
    100% {
        top: 110%;
        left: 93%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-37 {
    width: 3px;
    height: 1.2px;
    background-color: #ffbf00;
    top: -10%;
    left: 40%;
    opacity: 1.3305608036;
    transform: rotate(208.9051913015deg);
    animation: drop-37 4.953904355s 0.4951657199s infinite
}

@keyframes drop-37 {
    100% {
        top: 110%;
        left: 43%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-38 {
    width: 8px;
    height: 3.2px;
    background-color: #ffbf00;
    top: -10%;
    left: 11%;
    opacity: 1.0193758899;
    transform: rotate(192.5853744647deg);
    animation: drop-38 4.8102698044s 0.4484460602s infinite
}

@keyframes drop-38 {
    100% {
        top: 110%;
        left: 21%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-39 {
    width: 1px;
    height: .4px;
    background-color: #263672;
    top: -10%;
    left: 79%;
    opacity: 1.2315195601;
    transform: rotate(50.6163397386deg);
    animation: drop-39 4.3134757022s 0.8521737651s infinite
}

@keyframes drop-39 {
    100% {
        top: 110%;
        left: 93%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-40 {
    width: 8px;
    height: 3.2px;
    background-color: #d13447;
    top: -10%;
    left: 91%;
    opacity: .8941265311;
    transform: rotate(32.9799808678deg);
    animation: drop-40 4.8287380523s 0.1374088379s infinite
}

@keyframes drop-40 {
    100% {
        top: 110%;
        left: 98%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-41 {
    width: 1px;
    height: .4px;
    background-color: #d13447;
    top: -10%;
    left: 4%;
    opacity: 1.1171363277;
    transform: rotate(321.7894719759deg);
    animation: drop-41 4.6697643783s 0.7448627879s infinite
}

@keyframes drop-41 {
    100% {
        top: 110%;
        left: 5%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-42 {
    width: 1px;
    height: .4px;
    background-color: #ffbf00;
    top: -10%;
    left: 75%;
    opacity: 1.0695774281;
    transform: rotate(353.4705488861deg);
    animation: drop-42 4.9457466121s 0.3151659192s infinite
}

@keyframes drop-42 {
    100% {
        top: 110%;
        left: 78%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-43 {
    width: 3px;
    height: 1.2px;
    background-color: #ffbf00;
    top: -10%;
    left: 55%;
    opacity: .7370808602;
    transform: rotate(196.900882023deg);
    animation: drop-43 4.6255974847s 0.519262154s infinite
}

@keyframes drop-43 {
    100% {
        top: 110%;
        left: 58%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-44 {
    width: 5px;
    height: 2px;
    background-color: #d13447;
    top: -10%;
    left: 17%;
    opacity: .6368911699;
    transform: rotate(9.3458413534deg);
    animation: drop-44 4.4318355672s 0.2101940354s infinite
}

@keyframes drop-44 {
    100% {
        top: 110%;
        left: 28%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-45 {
    width: 8px;
    height: 3.2px;
    background-color: #ffbf00;
    top: -10%;
    left: 76%;
    opacity: 1.3406981054;
    transform: rotate(22.1150629989deg);
    animation: drop-45 4.2236337521s 0.9791278598s infinite
}

@keyframes drop-45 {
    100% {
        top: 110%;
        left: 81%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-46 {
    width: 3px;
    height: 1.2px;
    background-color: #263672;
    top: -10%;
    left: 54%;
    opacity: .6165874669;
    transform: rotate(156.4736705936deg);
    animation: drop-46 4.1937343194s 0.19717305s infinite
}

@keyframes drop-46 {
    100% {
        top: 110%;
        left: 64%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-47 {
    width: 3px;
    height: 1.2px;
    background-color: #d13447;
    top: -10%;
    left: 76%;
    opacity: 1.000032282;
    transform: rotate(102.0407109854deg);
    animation: drop-47 4.1154897013s 0.3832960385s infinite
}

@keyframes drop-47 {
    100% {
        top: 110%;
        left: 84%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-48 {
    width: 8px;
    height: 3.2px;
    background-color: #d13447;
    top: -10%;
    left: 22%;
    opacity: .6071168308;
    transform: rotate(193.9440809557deg);
    animation: drop-48 4.4066135858s 0.2040945095s infinite
}

@keyframes drop-48 {
    100% {
        top: 110%;
        left: 24%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-49 {
    width: 7px;
    height: 2.8px;
    background-color: #ffbf00;
    top: -10%;
    left: 6%;
    opacity: .6227280095;
    transform: rotate(127.6000742446deg);
    animation: drop-49 4.603197202s 0.3721376208s infinite
}

@keyframes drop-49 {
    100% {
        top: 110%;
        left: 17%
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .confetti-50 {
    width: 2px;
    height: .8px;
    background-color: #263672;
    top: -10%;
    left: 86%;
    opacity: .5572332025;
    transform: rotate(211.9055560409deg);
    animation: drop-50 4.6601826181s 0.1555502528s infinite
}

@keyframes drop-50 {
    100% {
        top: 110%;
        left: 101%
    }
}

@media screen and (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section {
        max-width: calc(100% - 34px);
        width: 100%;
        margin: -30px auto 0;
        z-index: 10;
        padding: 27px 12px 7px
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.animated::before {
    animation-name: moveToRight;
    animation-duration: 5s
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.animated::after {
    animation-name: moveToLeft;
    animation-duration: 5s
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.animated .monthly-pension-amount {
    transition: 2s;
    transform: translateY(0%)
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.animated .label {
    transition: 2s;
    transform: translateY(0%)
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section::before {
    content: "";
    background: url(../../images/bu/nps-calculator-bg.svg);
    width: 152px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section::after {
    content: "";
    background: url(../../images/bu/nps-calculator-bg.svg);
    width: 152px;
    height: 150px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    transform: rotate(180deg)
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .monthly-pension-amount {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    transform: translateY(350%)
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .label {
    letter-spacing: 0;
    color: #FFF;
    opacity: .7;
    font-size: 14px;
    line-height: 22px;
    margin: 10px auto 19px;
    transform: translateY(160%)
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculator-button {
    border-radius: 8px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: none;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    width: 100%;
    font-weight: 500;
    color: #fff;
    height: 50px;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto 0;
    display: block;
    position: relative;
    z-index: 100
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculator-button.hide-desktop {
    display: none
}

@media (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculator-button.hide-desktop {
        display: block
    }
}

@media (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculator-button.hide-mobile {
        display: none
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculation-accordion {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1607843137);
    border-radius: 8px;
    height: 43px;
    display: block;
    text-align: CENTER;
    display: flex;
    align-items: CENTER;
    padding: 0 16px;
    letter-spacing: 0;
    color: #253858;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    justify-content: space-between;
    position: relative;
    z-index: 100
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculation-accordion .arrow {
    width: 24px;
    height: 24px;
    background: #0065ff;
    border-radius: 50%;
    position: relative
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section .nps-calculation-accordion .arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%)
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.hide-desktop {
    display: none
}

@media (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.hide-desktop {
        display: block
    }
}

@media (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .monthly-pension-section.hide-mobile {
        display: none
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right {
    width: 48%;
    background: #F2F6FF;
    border-radius: 4px;
    padding: 14px;
    margin-top: -20px
}

@media screen and (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right {
        width: 100%;
        background: #FFF 0% 0% no-repeat padding-box;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .1607843137);
        border-radius: 8px;
        margin-top: -12px;
        z-index: 10;
        display: none
    }

    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right.show {
        display: block
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #bar-graph {
    box-shadow: inset 0 3px 12px rgba(0, 0, 0, .1607843137);
    padding-top: 10px;
    border-radius: 8px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #bar-graph .highcharts-background {
    fill: transparent
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #bar-graph .highcharts-plot-background {
    fill: rgba(0, 0, 0, 0)
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #pie-chart {
    background: #fff
}

@media screen and (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #pie-chart {
        background: #F5F5FF
    }

    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #pie-chart .highcharts-background {
        fill: transparent
    }

    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right #pie-chart .highcharts-plot-background {
        fill: rgba(0, 0, 0, 0)
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading {
    letter-spacing: 0;
    color: rgba(37, 56, 88, .6);
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 16px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading.underline {
    border-bottom: 1px solid rgba(37, 56, 88, .3019607843);
    padding-bottom: 8px;
    margin: 16px 0
}

@media screen and (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading.underline {
        justify-content: flex-start;
        align-items: flex-end
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading.underline span {
    font-size: 12px
}

@media screen and (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading.underline span {
        line-height: 18px;
        margin-left: 3px
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading .arrow {
    display: none
}

@media screen and (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading .arrow {
        display: flex;
        width: 24px;
        height: 24px;
        background: #0065ff;
        border-radius: 50%;
        position: relative
    }

    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading .arrow:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        left: 50%;
        top: 38%;
        transform: translate(-50%)
    }
}

@media screen and (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .nps-output-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output {
    margin-bottom: 0;
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output {
        width: 100%
    }

    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output:nth-child(3) {
        margin-bottom: 0
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .heading {
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .heading img {
    margin-right: 4px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value {
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value .currency {
    font-weight: 400
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value.blue {
    border-bottom: 2px solid #0065FF
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value.d-green {
    border-bottom: 2px solid #309F4E
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value.green {
    border-bottom: 2px solid #0E9B86
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value.orange {
    border-bottom: 2px solid #F78631
}

@media (max-width:767px) {
    .nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .value {
        font-size: 18px
    }
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .round-of-value {
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .round-of-value .currency {
    font-weight: 400
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .label .heading {
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 4px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .label .heading .tag {
    letter-spacing: 0;
    color: #FFF;
    font-size: 10px;
    line-height: 14px;
    padding: 1px 2.5px;
    background: #37306B;
    font-weight: 700;
    margin-right: 4px
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .label .heading .tag.green {
    background: #00A07C
}

.nps-calculator-section.with-graphs .nps-calculator-wrap .nps-calculator-body .nps-calculator-right .output .label .round-of-value {
    letter-spacing: 0;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    opacity: .6;
    padding-left: 30px
}

.nps-calculator-button {
    background: #FD4705 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
    border: 1px solid #FD4705;
    cursor: pointer;
    border-radius: 4px;
    width: 250px;
    font-weight: 700;
    color: #fff;
    height: 50px;
    letter-spacing: 0;
    color: #FFF;
    font-size: 15px;
    line-height: 23px;
    margin: 20px auto 0;
    display: block
}

.nps-calculator-button.hide-desktop {
    display: none
}

@media (max-width:767px) {
    .nps-calculator-button.hide-desktop {
        display: block;
        margin: 16px auto 0
    }
}

@media (max-width:767px) {
    .nps-calculator-button.hide-mobile {
        display: none
    }
}

.nps-rhs-sticky {
    position: sticky;
    top: 100px
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body:first-child:before {
    display: none
}

.rightSection .nps-calculator-section {
    background: #FFF;
    border: 1px solid #D2D4DC;
    border-radius: 8px;
    padding: 15px;
    width: 342px;
    margin: 0 auto
}

@media (max-width:1024px) {
    .rightSection .nps-calculator-section {
        width: 55%
    }
}

@media (max-width:575px) {
    .rightSection .nps-calculator-section {
        width: 99%
    }
}

.rightSection .nps-calculator-section .nps-calculator-button {
    width: 100%;
    background: #0862F5;
    border-radius: 8px;
    height: 42px;
    border-color: #0862F5
}

.rightSection .nps-calculator-section:after {
    display: none
}

.rightSection .nps-calculator-section .nps-calculator-wrap {
    background: transparent;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body {
    display: block;
    padding: 0
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body:first-child::after {
    border: none;
    position: static
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body:last-child {
    display: none
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs {
    width: 100%
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider {
    margin-bottom: 20px
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider:last-child {
    margin-bottom: 10px
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control::-webkit-input-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .input-group .symbol,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control::-webkit-input-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control::-moz-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control:-ms-input-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control:-moz-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control::-webkit-input-placeholder {
    font-size: 16px;
    color: #253858;
    font-weight: 500;
    line-height: normal
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control::placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .input-group .symbol,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control::-webkit-input-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control::-moz-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control:-ms-input-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control:-moz-placeholder,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control::-webkit-input-placeholder {
    font-size: 16px;
    color: #253858;
    font-weight: 500;
    line-height: normal
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 13px;
    background: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #5E6C84;
    border-radius: 8px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    font-size: 15px;
    color: #253858;
    font-weight: 500;
    line-height: initial
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control:focus {
    line-height: initial
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating {
    position: relative
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating .err {
    font-size: 10px;
    color: #d60404;
    position: absolute;
    bottom: -20px;
    top: auto
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating>.form-control:focus~label,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating>.form-control:not(:placeholder-shown)~label,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating>.form-select~label {
    -webkit-transform: scale(.85) translateY(-11px) translateX(10px);
    transform: scale(.85) translateY(-11px) translateX(10px)
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    color: #5E6C84;
    font-size: 14px;
    padding: 0 5px;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
    -webkit-transform: scale(.85) translateY(-11px) translateX(10px);
    transform: scale(.85) translateY(-11px) translateX(10px);
    display: block;
    font-weight: 400
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .form-control.custome-icon {
    padding-left: calc(15px + 15px);
    background-repeat: no-repeat;
    background-position: 10px 25px;
    background-size: calc(10px + 10px) calc(8px + 5px)
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .input-group .symbol {
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .slider-heading {
    display: block
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .slider-heading .inputBox {
    text-align: left
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-inputs .slider .sliderBox {
    display: none
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs {
    width: 100%;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    text-align: left
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .output.wrap-oneline {
    font-size: 16px;
    color: #253858;
    font-weight: 700;
    margin-bottom: 10px
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .output.wrap-oneline .heading,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .output.wrap-oneline .value {
    display: inline;
    border: none;
    border-width: 0;
    font-size: inherit;
    font-weight: 700;
    color: inherit
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .output.wrap-oneline .round-of-value {
    color: #505F79;
    font-size: 12px;
    font-weight: 400
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #E3FCEF;
    border: 1px solid #36B37E;
    border-radius: 8px;
    width: 100%
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .output {
    padding: 10px;
    margin-bottom: 0;
    width: 50%;
    text-align: left
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .output:first-child {
    float: left
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .output:first-child .heading {
    display: block
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .output:last-child {
    float: right
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .output:last-child .heading {
    display: block
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .heading,
.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .value {
    display: inline;
    border: none;
    border-width: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .heading {
    color: #00875A;
    font-size: 12px;
    font-weight: 400
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .value {
    color: #00875A;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin: 1.5px 0 2px
}

@media (max-width:320px) {
    .rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .value {
        font-size: 13px
    }
}

.rightSection .nps-calculator-section .nps-calculator-wrap .nps-calculator-body .nps-calculator-outputs .wrap-output .round-of-value {
    color: #00875A;
    font-size: 12px;
    font-weight: 400
}

.fd-calculator-section {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    margin-bottom: 0;
    border-radius: 4px;
    padding: 25px 18px 23px;
    position: relative;
    text-align: center
}

.fd-calculator-section.rhs_widget {
    position: sticky;
    top: 0
}

@media (max-width:767px) {
    .fd-calculator-section {
        padding: 0 8px 0
    }
}

.fd-calculator-section::after {
    position: absolute;
    content: '';
    background: url(../../images/bu/fd-calc-graphics.svg) no-repeat;
    right: 97px;
    top: 43px;
    height: 75px;
    width: 94px
}

@media (max-width:1024px) and (orientation:landscape) {
    .fd-calculator-section::after {
        right: 138px
    }
}

@media (max-width:1024px) and (orientation:portrait) {
    .fd-calculator-section::after {
        right: 136px
    }
}

@media (max-width:768px) {
    .fd-calculator-section::after {
        right: 97px
    }
}

@media (max-width:767px) {
    .fd-calculator-section::after {
        display: none
    }
}

.fd-calculator-section .fd-calculator-heading {
    letter-spacing: 0;
    text-align: left;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 18px
}

@media (max-width:767px) {
    .fd-calculator-section .fd-calculator-heading {
        margin-bottom: 12px
    }
}

.fd-calculator-section .fd-calculator-body {
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px #00000029;
    box-shadow: 0 2px 12px #00000029;
    padding: 18px 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767px) {
    .fd-calculator-section .fd-calculator-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 18px 25px
    }
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs {
    width: 64%;
    text-align: center
}

@media (max-width:767px) {
    .fd-calculator-section .fd-calculator-body .fd-calculator-inputs {
        width: 100%;
        text-align: left
    }
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider {
    margin-bottom: 53px
}

@media (max-width:767px) {
    .fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider:nth-child(3) {
        margin-bottom: 50px
    }
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
    letter-spacing: 0;
    margin-right: 10px;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-align: left
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border: .4000000059604645px solid #707070;
    border-radius: 2px;
    width: 100px;
    text-align: CENTER;
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 5px
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox::-webkit-input-placeholder {
    font-size: 11px
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox::-moz-placeholder {
    font-size: 11px
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox:-ms-input-placeholder {
    font-size: 11px
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox:-moz-placeholder {
    font-size: 11px
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox {
    margin-top: 12px;
    text-align: center
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content {
    border: 0;
    background: transparent -webkit-gradient(linear, right top, left top, from(#00C134), to(#004EFF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #00C134 0%, #004EFF 100%) 0% 0% no-repeat padding-box;
    cursor: pointer;
    border-radius: 20px;
    height: 2px
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-investment,
.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-roi,
.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-time,
.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-rd-investment,
.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-fd-investment {
    background: url(../../images/bu/nps-calc-handle.svg) no-repeat center/contain;
    top: -10px;
    cursor: pointer;
    width: 41px;
    outline: 0;
    margin-left: -18px;
    height: 24px;
    border: 0
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span {
    letter-spacing: 0;
    line-height: 21px;
    color: #757575;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span.min {
    left: 0
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span.max {
    right: 0
}

.fd-calculator-section .fd-calculator-body .fd-calculator-inputs .slider .error_box {
    display: none;
    font-size: 12px;
    color: red
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs {
    background: #EAF1FF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 3px 12px #c6c6c6;
    box-shadow: 0 3px 12px #c6c6c6;
    border: 1px solid #0065FF;
    border-radius: 4px;
    padding: 16px 13px 25px;
    text-align: center;
    width: 30%
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output:first-child {
    border-right: 1px solid #ccc
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output.list {
    border: none
}

@media (max-width:767px) {
    .fd-calculator-section .fd-calculator-body .fd-calculator-outputs {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 12px 30px
    }
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output {
    margin-bottom: 37px
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output {
        width: 33%;
        border-right: 1px solid #ccc;
        margin-bottom: 0
    }

    .fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output:last-child {
        border-right: none
    }
}

@media (max-width:440px) {
    .fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output {
        width: 100%;
        border-right: none;
        margin: 10px 0
    }
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .heading {
    letter-spacing: 0;
    color: #757575;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value {
    letter-spacing: 0;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    display: inline-block
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value.blue {
    border-bottom: 2px solid #0065FF
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value.d-green {
    border-bottom: 2px solid #309F4E
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value.green {
    border-bottom: 2px solid #0E9B86
}

.fd-calculator-section .fd-calculator-body .fd-calculator-outputs .output .value.orange {
    border-bottom: 2px solid #F78631
}

.fd-calculator-section .fd-calculator-button {
    background: #0A63F6 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    cursor: pointer;
    border: 1px solid #0A63F6;
    margin-top: 17px;
    border-radius: 4px;
    width: 270px;
    font-weight: 700;
    color: #fff;
    height: 50px;
    letter-spacing: 0;
    color: #FFF;
    font-size: 16px;
    line-height: 21px
}

.fd-calculator-section .fd-calculator-button.hide-desktop {
    display: none
}

@media (max-width:767px) {
    .fd-calculator-section .fd-calculator-button.hide-desktop {
        display: block;
        margin: 24px auto 0
    }
}

@media (max-width:767px) {
    .fd-calculator-section .fd-calculator-button.hide-mobile {
        display: none
    }
}

@media (max-width:767px) {
    .fd-calculator-section.sip {
        padding-bottom: 16px
    }
}

@media (max-width:767px) {
    .fd-calculator-section.sip::after {
        display: none
    }
}

.fd-calculator-section.sip .fd-calculator-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:767px) {
    .fd-calculator-section.sip .fd-calculator-body {
        padding: 18px 20px
    }
}

.fd-calculator-section.sip .fd-calculator-body>ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fd-calculator-section.sip .fd-calculator-body>ul li {
    padding: 6px 0;
    border: 1px solid #0652DD;
    border-radius: 20px;
    background: #fff;
    color: #0652DD;
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
    font-weight: 700;
    width: 78px
}

.fd-calculator-section.sip .fd-calculator-body>ul li.active {
    background: #0652DD;
    color: #fff
}

.fd-calculator-section.sip .fd-calculator-body .fd-calculator-inputs {
    margin-top: 30px
}

.fd-calculator-section.sip .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
    margin-right: 10px
}

.fd-calculator-section.sip .fd-calculator-body>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767px) {
    .fd-calculator-section.sip .fd-calculator-body>div {
        flex-direction: column
    }
}

.fd-calculator-section.sip-calculator {
    background: #F5F4F5 0% 0% no-repeat padding-box;
    border-radius: 8px
}

@media (max-width:767px) {
    .fd-calculator-section.sip-calculator {
        padding: 0 8px 15px
    }
}

.fd-calculator-section.sip-calculator::after {
    display: none
}

@media (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-heading {
        padding: 10px 10px 0
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body {
    flex-direction: column;
    align-items: flex-start;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0
}

@media (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body {
        padding: 16px 8px;
        background: #F4F6FD 0% 0% no-repeat padding-box
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body>ul {
    width: 100%;
    display: flex
}

@media (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body>ul {
        align-items: CENTER;
        justify-content: CENTER
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body>ul li {
    padding: 6px 0;
    border: 1px solid #0652dd;
    border-radius: 20px;
    background: #fff;
    color: #0652dd;
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
    font-weight: 700;
    width: 78px
}

.fd-calculator-section.sip-calculator .fd-calculator-body>ul li.active {
    background: #0652dd;
    color: #fff
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs {
    margin-top: 10px;
    width: 42%;
    margin-right: 30px
}

@media screen and (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs {
        width: 100%
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields {
    margin-bottom: 22px;
    position: relative
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields {
    position: relative
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields.select .input-box {
    cursor: pointer
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields.select::after {
    content: "";
    border: solid #5e6c84;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
    margin-left: 8px;
    position: absolute;
    right: 22px;
    top: 22px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields label {
    letter-spacing: 0;
    color: #5E6C84;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    position: absolute;
    left: 14px;
    top: 4px;
    margin-bottom: 0
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields .input-box {
    background: #FFF 0% 0% no-repeat padding-box;
    border: 1px solid #5E6C84;
    border-radius: 8px;
    height: 56px;
    width: 100%;
    padding: 17px 14px 0;
    letter-spacing: 0;
    color: #4F5E79;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields .input-box.with-rs {
    padding: 17px 32px 0
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields .rupees {
    position: absolute;
    top: 25px;
    left: 14px;
    letter-spacing: 0;
    color: #253858;
    line-height: 24px;
    font-size: 18px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .input-fields .tenure {
    position: absolute;
    top: 25px;
    right: 11px;
    letter-spacing: 0;
    color: #000;
    line-height: 22px;
    font-size: 16px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .input-form-fields .error_box {
    font-size: 12px;
    color: red;
    text-align: left;
    display: none
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .disclaimer {
    letter-spacing: 0;
    color: #904312;
    opacity: .8;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    font-weight: 500;
    padding: 0 0 0 14px;
    margin: -19px 0 0;
    position: relative
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-inputs .disclaimer:before {
    content: "";
    background: #904312;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 42%
}

@media screen and (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs {
        width: 100%;
        margin-top: 0;
        flex-direction: row;
        justify-content: space-between
    }
}

@media screen and (max-width:360px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs {
        flex-direction: column
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output {
    margin-bottom: 17px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .heading {
    letter-spacing: 0;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 8px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.blue {
    background: #5B9BFD 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(91, 155, 253, .6039215686);
    border-radius: 8px;
    padding: 11px 0 14px
}

@media screen and (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.blue {
        width: 37%
    }
}

@media screen and (max-width:360px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.blue {
        width: 100%
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.green {
    background: #59B973 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 12px #59B973;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    padding: 10px 8px 6px
}

@media screen and (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.green {
        width: 60%
    }
}

@media screen and (max-width:360px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.green {
        width: 100%
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.green>div {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    margin-bottom: 6.5px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output.green>div:last-child {
    border-bottom: 0
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-total .value {
    line-height: 15px;
    font-size: 18px;
    color: #fff
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-total span {
    letter-spacing: 0;
    color: #FFF;
    opacity: .6;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-left: 10px
}

@media screen and (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-total span {
        display: block
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-maturity {
    margin-bottom: 13.5px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-maturity .value {
    letter-spacing: 0;
    color: #FFF;
    font-size: 22px;
    line-height: 18px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-maturity span {
    letter-spacing: 0;
    color: #FFF;
    opacity: .6;
    font-size: 12px;
    line-height: 18px;
    margin-left: 10px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-maturity span sup {
    font-size: 8px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-interest .value {
    letter-spacing: 0;
    color: #FFF;
    font-size: 22px;
    line-height: 18px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output .output-value-interest span {
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 3px;
    margin-left: 8px;
    letter-spacing: 0;
    color: #59B973;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 4px
}

.fd-calculator-section.sip-calculator .fd-calculator-body .fd-calculator-outputs .output:first-child {
    border: 0
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
    margin-top: 23px
}

@media (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body>div {
        flex-direction: column
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds {
    margin-top: 15px;
    flex-direction: column
}

@media screen and (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds {
        margin-top: 0
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .heading {
    letter-spacing: 0;
    color: #253858;
    opacity: .8;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .top-funds-list {
    width: 91%;
    padding: 0 10px 0;
    margin: 0 30px
}

@media screen and (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .top-funds-list {
        margin: 0;
        width: 102%;
        padding: 0
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .top-funds-list .slick-track {
    padding: 13px 0 18px
}

@media screen and (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .top-funds-list .slick-track {
        padding: 13px 0
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .top-funds-list .top-fund {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1607843137);
    border-radius: 4px;
    padding: 8px 6px 8px 13px;
    max-width: 140px;
    width: 100% !important;
    margin-right: 12px;
    height: 94px;
    opacity: .5;
    cursor: pointer
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .top-funds-list .top-fund.visible {
    opacity: 1
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .top-funds-list .top-fund.active {
    opacity: 1
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .top-funds-list .top-fund img {
    max-width: 80px;
    width: 100%;
    height: auto
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .top-funds-list .top-fund .interest {
    letter-spacing: 0;
    color: #132139;
    font-size: 18px;
    line-height: 15px;
    font-weight: 700;
    text-align: left;
    margin-top: 5px
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .top-funds-list .top-fund .name {
    letter-spacing: 0;
    color: #4F5E79;
    margin-top: 6px;
    font-size: 10px;
    line-height: 15px;
    text-align: left;
    font-weight: 500;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .slick-next,
.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .slick-prev {
    font-size: 0;
    text-indent: 0;
    background: #2A63F6;
    z-index: 1;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: block
}

@media screen and (max-width:767px) {

    .fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .slick-next,
    .fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .slick-prev {
        display: none !important
    }
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .slick-next.slick-disabled,
.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .slick-prev.slick-disabled {
    display: none !important
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .slick-prev:before {
    content: "";
    border: solid #fff;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    position: absolute;
    right: 6px;
    top: 8px;
    z-index: 10;
    opacity: 1
}

.fd-calculator-section.sip-calculator .fd-calculator-body>div.top-funds .slick-next:before {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    position: absolute;
    right: 9px;
    top: 8px;
    z-index: 10;
    opacity: 1
}

@media screen and (max-width:767px) {
    .fd-calculator-section.sip-calculator .fd-calculator-button {
        margin-top: 0
    }
}

.fd-calculator-section.rhs_widget {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0 0 23px;
    -webkit-box-shadow: 0 2px 12px #00000029;
    box-shadow: 0 2px 12px #00000029
}

@media (max-width:1024px) {
    .fd-calculator-section.rhs_widget {
        border-top: 1px solid #ccc;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #ccc
    }
}

.fd-calculator-section.rhs_widget:after {
    display: none
}

.fd-calculator-section.rhs_widget .fd-calculator-heading {
    margin-bottom: 0;
    padding: 15px 20px 10px
}

.fd-calculator-section.rhs_widget .fd-calculator-body {
    -webkit-box-shadow: none;
    box-shadow: none
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox {
    position: relative
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox::-webkit-input-placeholder {
    font-size: 9px
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox::-moz-placeholder {
    font-size: 9px
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox:-ms-input-placeholder {
    font-size: 9px
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox:-moz-placeholder {
    font-size: 9px
}

.fd-calculator-section.rhs_widget .fd-calculator-body>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fd-calculator-section.rhs_widget .fd-calculator-body>div .fd-calculator-inputs,
.fd-calculator-section.rhs_widget .fd-calculator-body>div .fd-calculator-outputs {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:1024px) {
    .fd-calculator-section.rhs_widget .fd-calculator-body>div .fd-calculator-outputs {
        max-width: 360px;
        margin: 0 auto
    }
}

.fd-calculator-section.rhs_widget .fd-calculator-body>div .fd-calculator-outputs .output:nth-child(1) {
    border: none;
    margin: 0
}

.fd-calculator-section.rhs_widget .fd-calculator-body>div .fd-calculator-outputs .output:nth-child(2) {
    display: none
}

.fd-calculator-section.rhs_widget .fd-calculator-body>div .fd-calculator-outputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fd-calculator-section.rhs_widget .fd-calculator-body>div .fd-calculator-outputs .output {
    width: 50%
}

.fd-calculator-section.rhs_widget .fd-calculator-body>div .fd-calculator-outputs .output .value {
    font-size: 16px
}

@media (max-width:440px) {
    .fd-calculator-section.rhs_widget .fd-calculator-body>div .fd-calculator-outputs .output {
        margin: 0
    }
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
    font-size: 12px
}

.fd-calculator-section.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox {
    width: 80px
}

.fd-calculator-section.rhs {
    border: 1px solid #D2D4DC;
    border-radius: 8px;
    font-style: normal;
    background: #fff;
    padding: 10px 20px
}

.fd-calculator-section.rhs .output.list {
    display: none
}

.fd-calculator-section.rhs.sticky {
    position: fixed;
    top: 100px;
    min-width: 342px
}

@media only screen and (max-width:1024px) {
    .fd-calculator-section.rhs .fd-calculator-outputs {
        max-width: 342px;
        margin: 0 auto
    }
}

@media only screen and (max-width:1024px) {
    .fd-calculator-section.rhs {
        border-radius: 0
    }
}

.fd-calculator-section.rhs:after {
    display: none !important
}

.fd-calculator-section.rhs .fd-calculator-heading {
    font-size: 16px
}

.fd-calculator-section.rhs .fd-calculator-body {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    display: block
}

.fd-calculator-section.rhs .fd-calculator-body .fd-calculator-inputs {
    width: 100%
}

.fd-calculator-section.rhs .fd-calculator-body .fd-calculator-inputs .slider {
    margin-bottom: 35px
}

.fd-calculator-section.rhs .fd-calculator-button {
    margin-top: 34px
}

.fd-calculator-section.rhs .fd-calculator-outputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.fd-calculator-section.rhs .fd-calculator-outputs .output {
    margin-bottom: 0;
    width: 50%
}

.fd-calculator-section.rhs .fd-calculator-button {
    width: 240px
}

.fd-calculator-section.rhs .fd-button-with-label {
    position: relative;
    margin-top: 20px;
    margin-bottom: 6px
}

.fd-calculator-section.rhs .fd-button-with-label .highter-return-text {
    position: absolute;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    color: #12A512;
    font-weight: 500;
    background: #E6FFF0 0% 0% no-repeat padding-box;
    border: 1px solid #12A512;
    border-radius: 4px 4px 0 0;
    padding: 6px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 160px;
    top: 0;
    border-bottom: none
}

.fd-calculator-section.fixed {
    position: fixed;
    top: 100px;
    overflow: hidden;
    width: 342px
}

@media only screen and (max-width:1024px) {
    .fd-calculator-section.fixed {
        position: inherit;
        top: initial;
        overflow: auto;
        position: static;
        width: 100%
    }
}

.fd-calculator-section.with-graphs {
    border-radius: 8px;
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(0, 176, 155, .2392156863);
    padding: 25px 19px 24px
}

@media screen and (max-width:767px) {
    .fd-calculator-section.with-graphs {
        margin: 0 16px;
        padding: 16px 19px 16px
    }
}

.fd-calculator-section.with-graphs::after {
    display: none
}

.fd-calculator-section.with-graphs .fd-calculator-heading {
    background: #96C93D;
    background: linear-gradient(to right, #96C93D 45%, #00B09B 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .fd-calculator-section.with-graphs .fd-calculator-heading {
        margin-bottom: 17px
    }
}

.fd-calculator-section.with-graphs .fd-calculator-body {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 0 5px;
    align-items: center
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs {
    width: 46%
}

@media screen and (max-width:767px) {
    .fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs {
        width: 100%
    }
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider {
    margin-bottom: 45px
}

@media screen and (max-width:767px) {
    .fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider {
        margin-bottom: 40px
    }
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading {
    position: relative;
    align-items: center
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
    letter-spacing: 0;
    margin-right: 0;
    color: #14233B;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt {
    position: relative
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt .inputBox {
    width: 110px;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 40px 10px 5px;
    line-height: 22px;
    background: #FFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E8;
    border-radius: 5px
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt .inputBox.err {
    border: 1px solid #C10000
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt label {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    letter-spacing: 0;
    color: #000;
    opacity: .4;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt.reverse .inputBox {
    padding: 12px 0 12px 20px
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt.reverse label {
    right: auto;
    left: 17px
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .error {
    border: 0;
    background: transparent;
    position: absolute;
    bottom: -14px;
    font-size: 10px;
    right: 0;
    letter-spacing: 0;
    color: #C10000
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .sliderBox {
    margin-top: 16.5px
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-investment,
.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-roi,
.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle-time {
    background: url(../../images/bu/nps-calc-with-graphs-handle.svg) no-repeat center/contain;
    top: -26px;
    cursor: pointer;
    width: 41px;
    outline: 0;
    height: 58px;
    border: 0;
    margin-left: -18px
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span {
    font-size: 10px;
    position: absolute;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
    color: #14233B;
    opacity: .6;
    line-height: 18px;
    font-weight: 700
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-inputs .slider:nth-of-type(2) .slider-heading .scrollAmt .inputBox {
    padding: 11px 20px 10px 5px
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs {
    box-shadow: none;
    border: 0;
    border-radius: 4px;
    padding: 7px 8px 20px 9px;
    text-align: center;
    width: 44%;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border-radius: 8px
}

@media screen and (max-width:767px) {
    .fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs {
        width: 100%;
        padding: 7px 8px 8px 9px
    }
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs #fd-bar-graph {
    box-shadow: inset 0 3px 12px rgba(0, 0, 0, .1607843137);
    padding-top: 10px;
    margin-bottom: 26px;
    border-radius: 8px
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs #fd-bar-graph .highcharts-background {
    fill: transparent
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs #fd-bar-graph .highcharts-plot-background {
    fill: rgba(0, 0, 0, 0)
}

@media screen and (max-width:767px) {
    .fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs #fd-bar-graph {
        margin-bottom: 0
    }
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs .output {
    margin-bottom: 0;
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs .output {
        margin-top: 10px
    }
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs .output .heading {
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs .output .heading img {
    margin-right: 4px;
    transform: rotate(180deg)
}

.fd-calculator-section.with-graphs .fd-calculator-body .fd-calculator-outputs .output .value {
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600
}

.fd-calculator-section.with-graphs .fd-calculator-button {
    box-shadow: none;
    cursor: pointer;
    border: 0;
    margin-top: 22px;
    width: 100%;
    max-width: 280px;
    font-weight: 600;
    color: #fff;
    height: 50px;
    letter-spacing: 0;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    background: #0065FF 0% 0% no-repeat padding-box;
    border-radius: 4px
}

@media screen and (max-width:767px) {
    .fd-calculator-section.with-graphs .fd-calculator-button {
        margin-top: 16px
    }
}

.fd-calculator-section.with-graphs.rhs {
    padding: 12px 19px 12px
}

@media screen and (max-width:767px) {
    .fd-calculator-section.with-graphs.rhs {
        margin: 20px 16px
    }
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-heading {
    margin-bottom: 12px;
    font-size: 18px;
    text-align: left;
    background: linear-gradient(to right, #96C93D 0%, #00B09B 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body {
    padding: 0
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-inputs {
    width: 100%
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-inputs .slider {
    margin-bottom: 30px
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
    font-size: 14px
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt .inputBox {
    padding: 11px 40px 10px 5px
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .scrollAmt.reverse .inputBox {
    padding: 8px 0 8px 20px
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-inputs .slider:nth-of-type(2) .slider-heading .scrollAmt .inputBox {
    padding: 11px 20px 10px 5px
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 7px 7px 16px
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .left {
    width: 50%
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .left .output {
    width: 100%;
    flex-direction: column
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .left .output:first-child {
    border: 0;
    margin-top: 9px
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .left .output .heading {
    font-size: 12px;
    font-weight: 400
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .left .output .value {
    font-weight: 700;
    padding-left: 10px
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .right {
    width: 50%
}

.fd-calculator-section.with-graphs.rhs .fd-calculator-body .fd-calculator-outputs .right #fd-bar-graph {
    margin-bottom: 0
}

.fd-calculator-section.with-graphs.rhs .fd-button-with-label {
    margin-top: 12px
}

.fd-calculator-section.with-graphs.rhs .fd-button-with-label .fd-calculator-button {
    margin-top: 0
}

.fd-calculator-section.with-graphs.rhs .fd-button-with-label .highter-return-text {
    position: relative;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    color: #000;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(150, 201, 61, .5) 0%, rgba(0, 176, 155, .5) 100%);
    border: 1px solid #00B09B;
    border-radius: 4px 4px 0 0;
    padding: 3px;
    width: 100%;
    max-width: 226px;
    border-bottom: none
}

#cal-redesign .fd-calculator-body {
    padding: 0 15px 10px 15px
}

#cal-redesign .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content #fd-custom-handle {
    margin-left: -5px
}

#cal-redesign .fd-calculator-body .fd-calculator-inputs .slider .slider-heading p {
    font-size: 14px;
    color: #000;
    opacity: 1;
    font-weight: 700
}

#cal-redesign .fd-calculator-body .fd-calculator-inputs .slider .slider-heading .inputBox,
#cal-redesign .fd-calculator-body .fd-calculator-inputs .slider .sliderBox .ui-widget-content .step span {
    opacity: 1;
    font-weight: 700
}

#cal-redesign .fd-calculator-body>div .fd-calculator-outputs .output .value {
    font-size: 18px
}

#cal-redesign .fd-calculator-body .fd-calculator-outputs {
    border: 1px solid #0065ff;
    padding: 10px
}

#cal-redesign .fd-calculator-body .sip-cal-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative
}

#cal-redesign .fd-calculator-body .sip-cal-tabs div.tab-item {
    position: relative
}

#cal-redesign .fd-calculator-body .sip-cal-tabs div.tab-item input[type="radio"] {
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 3px
}

#cal-redesign .fd-calculator-body .sip-cal-tabs div.tab-item label {
    font-size: 12px;
    font-weight: 700;
    padding-left: 27px;
    margin-bottom: 0
}

.fd-calculator-section.sip.rhs_widget {
    position: -webkit-sticky;
    position: sticky;
    top: 96px
}

.fd-calculator-section.sip.rhs_widget.fixed {
    position: fixed !important
}

@media only screen and (max-width:1024px) {
    .fd-calculator-section.sip.rhs_widget.fixed {
        width: 100%;
        position: relative !important
    }
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body {
    padding: 0 20px 10px 20px !important
}

.fd-calculator-section.sip.rhs_widget #fd-custom-handle {
    margin-left: -20px !important
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-heading {
    padding: 10px 15px 5px 15px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    letter-spacing: .64px
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body .fd-calculator-inputs {
    margin-top: 15px !important
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider {
    margin-bottom: 45px !important
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-button {
    height: 50px;
    margin-top: 5px !important;
    width: 100%;
    max-width: 260px
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body .fd-calculator-inputs .slider {
    margin-bottom: 38px
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body>div .fd-calculator-outputs {
    margin-top: 15px
}

@media only screen and (max-width:360px) {
    .fd-calculator-section.sip.rhs_widget .fd-calculator-body>div .fd-calculator-outputs .value {
        font-size: 16px !important
    }
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body>ul li {
    padding: 0 0 0 30px;
    border-radius: 20px;
    background: #fff;
    color: #253858;
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
    width: auto;
    border: none;
    position: relative;
    font-weight: 600;
    margin: 0 30px 0 0
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body>ul li:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #253858;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translate(-30px, -50%);
    transform: translate(-30px, -50%)
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body>ul li.active {
    background: none
}

.fd-calculator-section.sip.rhs_widget .fd-calculator-body>ul li.active:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    left: 3px;
    top: 2px;
    background: #000
}

.body-fixed {
    overflow: hidden;
    width: 100%;
    position: fixed
}

.exit-intent-popup-container {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0
}

.exit-intent-popup-container.visible {
    opacity: 1;
    z-index: 999
}

.exit-intent-popup-container .exit-intent-popup {
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    max-width: 860px;
    width: 100%;
    padding: 14px 0 21px 45px;
    position: relative;
    z-index: 1002
}

.exit-intent-popup-container .exit-intent-popup::after {
    content: '';
    background: url(../../images/bu/exit-intent-popup-image.svg) no-repeat;
    width: 334px;
    height: 307px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container .exit-intent-popup {
        margin: 0 15px;
        padding: 14px 0 21px 15px
    }

    .exit-intent-popup-container .exit-intent-popup::after {
        background-size: contain;
        width: 200px;
        height: 183px
    }
}

@media screen and (max-width:360px) {
    .exit-intent-popup-container .exit-intent-popup::after {
        opacity: .3
    }
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-close {
    background: url(../../images/bu/exit-intent-popup-close.svg) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 100
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content>div {
    z-index: 10;
    position: relative;
    width: 71%;
    font-size: 12px;
    margin-top: 10px
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content h2 {
    color: #253858;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 5px
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content h2 {
        font-size: 28px;
        line-height: 32px
    }
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description {
    color: #253858;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    width: 60%;
    position: relative;
    padding-bottom: 10px
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description:after {
    content: '';
    background-color: #E5E5E5;
    height: 2px;
    width: 75%;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description {
        font-size: 14px;
        line-height: 18px;
        width: 75%
    }
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-1 {
    letter-spacing: 0;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 30px 0 6px
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-1 {
        font-size: 16px;
        line-height: 20px;
        margin: 20px 0 6px
    }
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 {
    letter-spacing: 0;
    color: #253858;
    font-size: 24px;
    font-weight: 500;
    margin: 0
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 {
        font-size: 20px
    }
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.blue {
    color: #0065FF
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
    font-size: 28px;
    font-weight: 700
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
        font-size: 24px
    }
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
    font-weight: 600
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
    font-size: 20px;
    font-weight: 600
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
        font-size: 17px
    }
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-top: 21px;
    width: 75%
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li {
    width: 50%;
    letter-spacing: 0;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
    padding-left: 19px
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li {
        width: 100%;
        font-size: 14px;
        margin-bottom: 3px;
        z-index: 1;
        position: relative
    }
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li::before {
    content: '';
    background: url(../../images/bu/exit-intent-popup-bullet.svg);
    height: 14px;
    width: 13px;
    position: absolute;
    left: 0;
    bottom: 5px
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
    background: #0065ff 0% 0% no-repeat padding-box;
    border: 1px solid #0065ff;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    max-width: 290px;
    width: 100%;
    padding: 10px 0;
    display: block;
    text-align: center;
    margin-top: 23px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer
}

@media screen and (max-width:768px) {

    .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
    .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
    .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn,
    .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
        max-width: 200px;
        z-index: 1;
        position: relative
    }
}

.exit-intent-popup-container.car .exit-intent-popup,
.exit-intent-popup-container.tw .exit-intent-popup {
    padding: 14px 24px 21px;
    max-width: 795px
}

@media screen and (max-width:360px) {

    .exit-intent-popup-container.car .exit-intent-popup,
    .exit-intent-popup-container.tw .exit-intent-popup {
        margin: 0 6px;
        padding: 12px
    }
}

.exit-intent-popup-container.car .exit-intent-popup::after,
.exit-intent-popup-container.tw .exit-intent-popup::after {
    content: '';
    background: url(../../images/bu/car-exit-intent-popup-image.svg) no-repeat;
    width: 280px;
    height: 241px;
    position: absolute;
    bottom: 50px;
    right: 10px;
    z-index: 0
}

@media screen and (max-width:768px) {

    .exit-intent-popup-container.car .exit-intent-popup::after,
    .exit-intent-popup-container.tw .exit-intent-popup::after {
        bottom: 90px;
        right: 40px
    }
}

@media screen and (max-width:767px) {

    .exit-intent-popup-container.car .exit-intent-popup::after,
    .exit-intent-popup-container.tw .exit-intent-popup::after {
        opacity: .3
    }
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2,
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 8px;
    margin-right: 25px
}

@media screen and (max-width:768px) {

    .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2,
    .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content h2 {
        line-height: 40px
    }
}

@media screen and (max-width:767px) {

    .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2,
    .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content h2 {
        line-height: 30px;
        font-size: 22px
    }
}

@media screen and (max-width:360px) {

    .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2,
    .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content h2 {
        line-height: 24px;
        font-size: 20px
    }
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-1,
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-1 {
    margin: 20px 0 6px;
    line-height: 22px
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2,
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 {
    font-size: 20px
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2 span.large,
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
    font-size: 24px
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium,
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
    font-size: 20px;
    font-weight: 500
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul,
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul {
    margin-top: 43px;
    width: 65%
}

@media screen and (max-width:767px) {

    .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul,
    .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul {
        width: 100%;
        margin-top: 30px
    }
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li,
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li {
    padding-left: 21px;
    font-size: 16px;
    margin-bottom: 10px
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li span,
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li span {
    font-size: 18px;
    color: #0065ff;
    font-weight: 700
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li::before,
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li::before {
    background-image: none;
    height: 9px;
    width: 9px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #0065ff;
    border-radius: 50%
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content>div,
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content>div {
    width: 100%
}

.exit-intent-popup-container.tw .exit-intent-popup::after {
    background: url(../../images/bu/tw-exit-intent-popup-image.svg) no-repeat
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-1 {
    color: #253858
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-1 span.blue {
    color: #0065FF
}

@media screen and (max-width:360px) {
    .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-1 {
        font-size: 13px
    }
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li {
    color: #253858
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content>div {
    color: #253858;
    font-size: 10px
}

.exit-intent-popup-container.investment .exit-intent-popup {
    padding: 14px 0 8px 45px
}

.exit-intent-popup-container.investment .exit-intent-popup:after {
    background: url(../../images/bu/exit-intent-popup-image-investment.svg) no-repeat;
    border-radius: 0 0 8px 0;
    width: 354px;
    height: 371px
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container.investment .exit-intent-popup {
        margin: 0 15px;
        padding: 14px 0 8px 15px
    }

    .exit-intent-popup-container.investment .exit-intent-popup::after {
        background-size: contain;
        width: 215px;
        height: 225px;
        opacity: .5
    }
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 42px !important;
    font-weight: 700
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content h2 {
        font-size: 28px !important
    }
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description {
    font-weight: 600;
    line-height: 33px
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description span {
    font-size: 22px;
    font-weight: 500;
    display: block
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description {
        width: 87%;
        line-height: 24px
    }

    .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description span {
        font-size: 18px
    }
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description::after {
    width: 60%
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description::after {
        width: 75%
    }
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content p.details-1 {
    margin: 20px 0 10px
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
    font-weight: 700
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
    font-size: 22px
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content ul {
        width: 85%
    }
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content ul li {
    font-size: 16px
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content ul li.full {
    width: 100%
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content ul li::before {
    top: 7px;
    bottom: auto
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .disclaimer {
    color: #929BAB;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin: 16px 0 0;
    padding: 0;
    width: 100%
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content a {
    margin-top: 16px
}

.exit-intent-popup-container.investment.nri .exit-intent-popup .exit-intent-popup-content p.details-2 {
    margin: 30px 0
}

.exit-intent-popup-container .exit-intent-popup.child:after {
    background: url(../../images/bu/exit-intent-popup-image-child.svg) no-repeat;
    border-radius: 0 0 8px 0;
    width: 354px;
    height: 371px
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container .exit-intent-popup.child::after {
        background-size: contain;
        width: 215px;
        height: 225px;
        opacity: .5
    }
}

.exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content .description {
    width: 75%;
    padding-bottom: 14px
}

.exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content .description strong {
    display: block
}

@media screen and (max-width:767px) {
    .exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content .description {
        line-height: 20px
    }

    .exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content .description strong {
        display: inline-block
    }
}

.exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content p.details-2 {
    margin-top: 16px
}

@media screen and (max-width:767px) {
    .exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content p.details-2 {
        line-height: 28px
    }
}

.exit-intent-popup-container .exit-intent-popup.pension:after {
    background: url(../../images/bu/exit-intent-popup-image-pension.svg) no-repeat;
    border-radius: 0 0 8px 0;
    width: 354px;
    height: 98%
}

@media screen and (max-width:768px) {
    .exit-intent-popup-container .exit-intent-popup.pension::after {
        background-size: contain;
        width: 215px;
        height: 225px;
        opacity: .5
    }
}

.exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content .description {
    width: 75%;
    padding-bottom: 14px
}

.exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content .description strong {
    display: block
}

@media screen and (max-width:767px) {
    .exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content .description {
        line-height: 20px
    }

    .exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content .description strong {
        display: inline-block
    }
}

.exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content p.details-2 {
    margin-top: 16px;
    width: 52%
}

@media screen and (max-width:767px) {
    .exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content p.details-2 {
        line-height: 28px;
        width: 96%
    }
}

@keyframes slide_shine {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

.new-top-plans-section {
    position: relative
}

.new-top-plans-section .tag-box {
    position: absolute;
    z-index: 1;
    border-radius: 0 5px 0 5px;
    background: #007AB9;
    right: 0;
    top: 0;
    padding: 8px 12px 8px 38px;
    overflow: hidden
}

.new-top-plans-section .tag-box .tag {
    letter-spacing: 0;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    position: relative
}

.new-top-plans-section .tag-box .tag::before {
    content: "";
    background: url(../../images/bu/investment/investment-top-plan-tag-icon.svg);
    position: absolute;
    width: 16px;
    height: 17px;
    left: -24px
}

.new-top-plans-section .tag-box:after {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 1;
    animation: slide_shine 1.5s infinite;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, .4) 48%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .4) 52%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%)
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .tag-box {
        border-radius: 0;
        right: 0;
        top: 0
    }

    .new-top-plans-section .tag-box:before {
        display: none
    }
}

.new-top-plans-section .new-top-plans {
    height: auto;
    overflow: hidden;
    padding: 35px 35px 20px;
    margin-bottom: 40px;
    background: #f4f7fe;
    border-radius: 5px;
    transition: all 1s ease-in-out;
    position: relative
}

.new-top-plans-section .new-top-plans h3,
.new-top-plans-section .new-top-plans h2 {
    font-size: 19px;
    margin-top: 0;
    color: #0662f6;
    font-weight: 500;
    letter-spacing: .024em;
    line-height: 30px;
    position: relative;
    border-bottom: 4px solid #707070;
    padding-bottom: 5px;
    display: inline-block;
    width: 50%;
    margin-bottom: 0
}

.new-top-plans-section .new-top-plans h3:before,
.new-top-plans-section .new-top-plans h2:before {
    content: "";
    height: 4px;
    position: absolute;
    width: 195px;
    background: #0662f6;
    bottom: -4px;
    width: 68%
}

@media screen and (max-width:568px) {

    .new-top-plans-section .new-top-plans h3,
    .new-top-plans-section .new-top-plans h2 {
        width: 100%
    }
}

.new-top-plans-section .new-top-plans .taxsavingbanner {
    position: absolute;
    min-width: 100px;
    font-size: 11px;
    border-radius: 0 4px 0 4px;
    padding: 4px 6px;
    vertical-align: top;
    margin: 0;
    color: #8e44ad;
    cursor: pointer;
    top: 0;
    background: transparent linear-gradient(90deg, #f3ecf7, #fcfbfd) 0 0 no-repeat padding-box;
    left: 0
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans {
        background: #ededed;
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans {
        margin-bottom: 0
    }
}

.new-top-plans-section .new-top-plans h3 {
    font-size: 19px;
    margin-top: 10px;
    color: #0662f6;
    font-weight: 500;
    letter-spacing: .024em;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px
}

.new-top-plans-section .new-top-plans h3:before {
    content: "";
    height: 4px;
    position: absolute;
    width: 195px;
    background: #0662f6;
    bottom: -1px
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading {
    display: flex;
    margin: 20px 0 10px
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-top-plans-subheading {
        justify-content: space-between
    }
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading>div {
    width: 200px;
    font-weight: 600;
    letter-spacing: .48px;
    line-height: 18px;
    margin-bottom: 16px;
    color: #757575;
    font-size: 16px;
    margin-right: 40px
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-top-plans-subheading>div {
        margin-right: 0;
        width: auto
    }
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading>div p {
    color: #253858;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: .48px;
    line-height: 18px;
    font-size: 16px;
    display: inline-block
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading>div p span {
    font-size: 12px;
    letter-spacing: .36px
}

.new-top-plans-section .new-top-plans .new-top-plans-subheading>div:last-child {
    margin-right: 0
}

.new-top-plans-section .new-top-plans .rest_plan {
    display: none
}

.new-top-plans-section .new-top-plans .rest_plan.active {
    display: block
}

.new-top-plans-section .new-top-plans .new-plan-box {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1607843137);
    border-radius: 8px;
    padding: 35px 15px 15px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

@media screen and (max-width:440px) {
    .new-top-plans-section .new-top-plans .new-plan-box {
        padding: 35px 15px 20px
    }
}

.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
    width: 180px
}

.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo .img-logo-wrap {
    width: 90px;
    min-height: 57px
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo .img-logo-wrap {
        min-height: auto
    }
}

.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo+p:empty {
    display: none
}

@media screen and (max-width:440px) {
    .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
        width: 220px
    }
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box {
        flex-direction: column;
        position: relative;
        align-items: flex-start
    }
}

.new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
    background: transparent linear-gradient(91deg, rgba(0, 101, 255, .2) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px 0 0 4px;
    padding: 3px 10px 4px 6px;
    font-size: 12px;
    line-height: 16px;
    color: #253858;
    font-weight: 600
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
        display: flex;
        align-items: flex-start
    }

    .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo img {
        max-width: 79px;
        height: auto;
        margin-right: 7px
    }

    .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
        margin: 0
    }
}

@media screen and (max-width:375px) {
    .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo {
        flex-direction: row
    }

    .new-top-plans-section .new-top-plans .new-plan-box .insurer-logo p {
        margin-top: 6px;
        font-size: 11px
    }
}

.new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
        width: 100%
    }
}

@media screen and (max-width:568px) {
    .new-top-plans-section .new-top-plans .new-plan-box .returns-payout {
        margin-top: 8px
    }
}

.new-top-plans-section .new-top-plans .new-plan-box .returns-payout .insurer-payout .value {
    font-size: 18px;
    line-height: 24px;
    color: #0065ff
}

.new-top-plans-section .new-top-plans .new-plan-box .returns-payout .insurer-payout .value.green {
    color: #497633
}

.new-top-plans-section .new-top-plans .new-plan-box .returns-payout>div {
    width: 170px;
    border-left: 1px solid #F2F2F2;
    padding: 17px
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box .returns-payout>div {
        width: 50%;
        padding: 0 0 0;
        border: 0
    }
}

.new-top-plans-section .new-top-plans .new-plan-box .heading {
    letter-spacing: 0;
    color: #757575;
    font-size: 12px;
    line-height: 13px;
    margin: 0 0 4px;
    font-weight: 600
}

.new-top-plans-section .new-top-plans .new-plan-box .value {
    letter-spacing: 0;
    color: #253858;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 700
}

.new-top-plans-section .new-top-plans .new-plan-box .value.green {
    color: #497633
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box [data-category=tax_saving_top_plan] {
        top: 40px !important
    }
}

.new-top-plans-section .new-top-plans .new-plan-box button {
    background: #0065FF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    color: #fff;
    padding: 6px 9px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    position: relative
}

.new-top-plans-section .new-top-plans .new-plan-box button:after {
    border: solid #fff;
    border-width: 2px 2px 0 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
    margin: 0 0 1px 14px;
    content: ""
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box button {
        position: absolute;
        top: 18px;
        right: 10px
    }

    .new-top-plans-section .new-top-plans .new-plan-box button::after {
        margin: 0 0 1px 5px
    }
}

.new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) {
    padding: 20px 15px 15px
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) {
        padding: 20px 8px 20px;
        flex-direction: row;
        position: relative;
        align-items: center
    }

    .new-top-plans-section .new-top-plans .new-plan-box:has(.logo-payouts) button {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%)
    }
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts {
    display: flex;
    align-items: flex-start;
    width: 83%
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts {
        flex-direction: column;
        width: 77%
    }
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .insurer-logo {
    width: 35%
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .insurer-logo {
        width: 100%;
        align-items: center
    }
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 70%
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout {
        width: 100%
    }
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout>div {
    width: 50%;
    padding: 13px
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout>div {
        padding: 0 2px 0 0;
        width: 47%
    }
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .heading {
        max-width: 80%
    }
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .heading sup {
    font-size: 8px;
    margin-left: 2px;
    line-height: 8px
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .returns-payout .insurer-returns .disclaimer {
    background: #F8F4E2 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 4px 5px 5px;
    display: inline-block;
    width: auto
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer {
    margin: 5px 0 0;
    letter-spacing: 0;
    color: #243262;
    line-height: 13px !important;
    padding: 4px 0 5px
}

.new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer span {
    font-weight: 700
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer {
        width: 83%
    }

    .new-top-plans-section .new-top-plans .new-plan-box .logo-payouts .disclaimer span {
        display: block
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1607843137);
    border-radius: 8px;
    padding: 10px 15px 15px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.new-top-plans-section .new-top-plans .new-plan-box.pension h3 {
    display: inline-block
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .label-green {
    background: #d0f0ed;
    font-size: 10px;
    padding: 4px 5px 4px 30px;
    border-radius: 0 8px 0 8px;
    bottom: 0;
    position: absolute;
    left: 0;
    color: #2e9087
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .label-green:before {
    content: "";
    background: url(https://static.pbcdn.in/investment-cdn/uat/images/icons/fund_icon.svg) no-repeat 0 0;
    width: 20px;
    height: 10px;
    display: block;
    top: 6px;
    left: 8px;
    position: absolute
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .label-orange {
    background: #fcf2ea;
    color: #e36700;
    font-size: 10px;
    padding: 4px 5px 4px 30px;
    border-radius: 0 8px 0 8px;
    font-weight: 500;
    bottom: 0;
    position: absolute;
    left: 0
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .label-orange:before {
    content: "";
    background: url(../../images/bu/star-icon.png) no-repeat 0 0;
    width: 13px;
    height: 14px;
    display: block;
    top: 5px;
    left: 11px;
    position: absolute;
    background-size: 100%
}

@media screen and (max-width:568px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension {
        padding: 15px
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .insurer-logo {
    width: 136px
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .insurer-logo .img-logo-wrap {
    width: 90px;
    height: 45px
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .insurer-logo+p:empty {
    display: none
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .insurer-logo {
        width: calc(100% - 110px)
    }
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension {
        flex-direction: column;
        position: relative;
        align-items: flex-start
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .insurer-logo p {
    border-radius: 4px 0 0 4px;
    padding: 3px 10px 4px 2px;
    font-size: 12px;
    line-height: 16px;
    color: #253858;
    font-weight: 600;
    background: transparent
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .insurer-logo {
        display: flex;
        align-items: center
    }

    .new-top-plans-section .new-top-plans .new-plan-box.pension .insurer-logo img {
        max-width: 79px;
        height: auto;
        margin-right: 7px
    }

    .new-top-plans-section .new-top-plans .new-plan-box.pension .insurer-logo p {
        margin: 0
    }
}

@media screen and (max-width:560px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .insurer-logo p {
        margin-top: 0;
        padding-top: 0;
        font-size: 11px
    }
}

@media screen and (max-width:375px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .insurer-logo {
        flex-direction: row
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 350px
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout {
        width: 100%
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout .insurer-payout .value {
    font-size: 18px;
    line-height: 24px;
    color: #0065ff
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout .insurer-payout .value.green {
    color: #497633
}

@media screen and (max-width:568px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout .insurer-payout .value {
        font-size: 14px;
        line-height: 14px
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div {
    padding: 17px;
    position: relative;
    border: none
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div:before {
    content: "";
    background-color: #DCEBF5;
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div:before {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div {
        width: 50%;
        padding: 0;
        border: 0
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div .tax-free-offer {
    display: flex;
    border: 1px dashed #ccc;
    border-radius: 2px;
    padding: 2px 4px;
    justify-content: space-between;
    position: absolute;
    color: #497633;
    font-weight: 500;
    border: 1px solid #497633;
    font-size: 11px;
    line-height: 11px;
    top: -9px;
    background: #fff
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div .tax-free-offer.inline {
    position: relative;
    top: initial;
    display: inline-block
}

@media screen and (max-width:440px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div .tax-free-offer {
        font-size: 10px
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-returns {
    width: 175px
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-returns {
        width: 15%
    }

    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-returns:before {
        display: none
    }
}

@media screen and (max-width:568px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-returns {
        width: 28%;
        padding: 0 0 0
    }

    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-returns:before {
        display: none
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout {
    width: calc(100% - 175px)
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout {
        width: 85%
    }
}

@media screen and (max-width:568px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout {
        width: 72%
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout.no-brd:before {
    display: none
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out {
    display: flex;
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 15px 10px;
    position: relative;
    justify-content: space-between;
    max-width: 300px;
    width: 100%
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out:before {
    content: "";
    background-color: #DCEBF5;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -17px;
    top: 0
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out {
        max-width: 100%
    }

    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out:before {
        display: none
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plus-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f4f7fe;
    border-radius: 50px;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0563f6;
    font-weight: 600;
    font-size: 18px;
    left: -30px
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-1,
.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-2 {
    width: 42%;
    position: relative
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-1 .heading,
.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-2 .heading {
    font-size: 10px
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-1 .value,
.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-2 .value {
    color: #253858;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media screen and (max-width:440px) {

    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-1 .value,
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-2 .value {
        font-size: 12px
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-1 .value span,
.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-2 .value span {
    font-size: 11px;
    font-weight: 400
}

@media screen and (max-width:440px) {

    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-1 .value span,
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-2 .value span {
        font-size: 10px
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-1 .value .label,
.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-2 .value .label {
    background: #ccc;
    font-weight: 600;
    padding: 3px;
    border-radius: 4px;
    margin-left: 5px;
    line-height: 12px;
    font-size: 9px
}

@media screen and (max-width:440px) {

    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-1 .value .label,
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-2 .value .label {
        display: inline;
        max-width: 50px;
        text-align: center;
        padding: 0
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout .break-out .plan-2::before {
    content: "";
    width: 1px;
    background-color: #d9e8ff;
    position: absolute;
    height: 100%;
    left: -21px
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout.gray {
    padding: 11px 17px
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout.gray .value {
    color: #253858;
    font-size: 16px
}

@media screen and (max-width:560px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout.gray .value {
        font-size: 12px
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout.gray .value span {
    font-size: 11px;
    font-weight: 400
}

@media screen and (max-width:440px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout.gray .value span {
        font-size: 10px
    }
}

@media screen and (max-width:767px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout.gray:before {
        content: "";
        background-color: #DCEBF5;
        width: 1px;
        height: 100%;
        top: 0;
        position: absolute;
        left: -17px
    }
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout.gray {
        padding: 11px 17px
    }
}

@media screen and (max-width:560) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout.gray {
        padding: 0 8px
    }
}

@media screen and (max-width:375px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout.gray {
        padding: 0 5px
    }

    .new-top-plans-section .new-top-plans .new-plan-box.pension .returns-payout>div.insurer-payout.gray:before {
        left: -5%
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .heading {
    letter-spacing: 0;
    color: #757575;
    font-size: 12px;
    line-height: 13px;
    margin: 0 0 4px;
    font-weight: 600
}

@media screen and (max-width:568px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .heading {
        font-size: 12px
    }
}

@media screen and (max-width:568px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .insurer-payout.gray .heading {
        font-size: 10px
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .value {
    letter-spacing: 0;
    color: #253858;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 500
}

.new-top-plans-section .new-top-plans .new-plan-box.pension .value.green {
    color: #497633
}

@media screen and (max-width:440px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension .value {
        font-size: 12px
    }
}

.new-top-plans-section .new-top-plans .new-plan-box.pension button {
    background: #0065FF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    color: #fff;
    padding: 6px 9px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    position: relative;
    min-width: 110px
}

.new-top-plans-section .new-top-plans .new-plan-box.pension button:after {
    border: solid #fff;
    border-width: 2px 2px 0 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
    margin: 6px 0 1px 5px;
    content: ""
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans .new-plan-box.pension button {
        position: absolute;
        top: 18px;
        right: 10px
    }

    .new-top-plans-section .new-top-plans .new-plan-box.pension button::after {
        margin: 0 0 1px 5px
    }
}

.new-top-plans-section .new-top-plans .rest-plans {
    display: none
}

.new-top-plans-section .new-top-plans .view-plans {
    text-align: center
}

.new-top-plans-section .new-top-plans .view-plans .view-plans-button {
    background: #DBF3FF 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1607843137);
    border: 1px solid #6CC1EA;
    cursor: pointer;
    border-radius: 20px;
    letter-spacing: .48px;
    color: #2E657F;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 11px 42px;
    display: inline-block
}

@media screen and (max-width:1024px) {
    .new-top-plans-section .new-top-plans .view-plans .view-plans-button {
        font-size: 14px;
        padding: 11px 35px
    }
}

.new-top-plans-section.nri h3,
.new-top-plans-section.nri h2 {
    font-size: 19px;
    margin-top: 10px;
    color: #0662f6;
    font-weight: 500;
    letter-spacing: .024em;
    line-height: 30px;
    position: relative;
    border-bottom: 4px solid #707070;
    padding-bottom: 5px;
    display: inline-block;
    width: 50%;
    margin-bottom: 0
}

.new-top-plans-section.nri h3:before,
.new-top-plans-section.nri h2:before {
    content: "";
    height: 4px;
    position: absolute;
    width: 195px;
    background: #0662f6;
    bottom: -4px;
    width: 68%
}

@media screen and (max-width:568px) {

    .new-top-plans-section.nri h3,
    .new-top-plans-section.nri h2 {
        width: 100%
    }
}

@media screen and (max-width:1024px) {
    .new-top-plans-section.nri .new-top-plans {
        background: #f5f7fe;
        margin-bottom: 0;
        border-top: 2px solid #e2e2e2;
        border-radius: 0
    }
}

@media screen and (max-width:568px) {
    .new-top-plans-section.nri .new-top-plans {
        padding: 40px 10px 18px
    }
}

.new-top-plans-section.nri .new-top-plans-subheading {
    display: flex;
    margin: 10px 0 10px
}

@media screen and (max-width:1024px) {
    .new-top-plans-section.nri .new-top-plans-subheading {
        justify-content: flex-start
    }

    .new-top-plans-section.nri .new-top-plans-subheading>div:nth-child(2) {
        margin-left: 10px
    }
}

.new-top-plans-section.nri .new-top-plans-subheading>div {
    width: 200px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 16px;
    color: #757575;
    font-size: 14px;
    margin-right: 40px
}

@media screen and (max-width:1024px) {
    .new-top-plans-section.nri .new-top-plans-subheading>div {
        margin-right: 0;
        width: auto;
        font-size: 14px
    }
}

@media screen and (max-width:320px) {
    .new-top-plans-section.nri .new-top-plans-subheading>div {
        margin-right: 0;
        width: auto;
        font-size: 10px
    }
}

.new-top-plans-section.nri .new-top-plans-subheading>div p {
    color: #253858;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: .48px;
    line-height: 18px;
    font-size: 14px;
    display: inline-block
}

.new-top-plans-section.nri .new-top-plans-subheading>div p span {
    font-size: 12px;
    letter-spacing: .36px
}

@media screen and (max-width:320px) {
    .new-top-plans-section.nri .new-top-plans-subheading>div p {
        margin-right: 0;
        width: auto;
        font-size: 12px
    }
}

.new-top-plans-section.nri .new-top-plans-subheading>div:last-child {
    margin-right: 0
}

.new-top-plans-section.child .new-top-plans {
    padding: 18px 35px 20px;
    background: #F5F7FD;
    border-radius: 12px
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans {
        padding: 18px 8px 20px
    }
}

.new-top-plans-section.child .new-top-plans .new-top-plans-title {
    font-size: 20px;
    color: #2A60ED;
    letter-spacing: 0;
    line-height: 26px;
    border-bottom: 4px solid #9F9F9F;
    padding-bottom: 7px;
    width: 58%
}

.new-top-plans-section.child .new-top-plans .new-top-plans-title::before {
    background: #2A60ED;
    width: 74%
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-top-plans-title {
        width: 100%;
        font-size: 18px;
        line-height: 24px
    }
}

.new-top-plans-section.child .new-top-plans .new-top-plans-subheading {
    margin: 22px 0 25px 10px
}

.new-top-plans-section.child .new-top-plans .new-top-plans-subheading>div {
    width: 115px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 0;
    color: #676767;
    font-size: 12px;
    margin-right: 60px
}

.new-top-plans-section.child .new-top-plans .new-top-plans-subheading>div p {
    font-weight: 700;
    margin: 5px 0 0;
    letter-spacing: 0;
    line-height: 24px;
    font-size: 18px;
    display: block
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-top-plans-subheading>div p {
        margin: 2px 0 0
    }
}

.new-top-plans-section.child .new-top-plans .new-top-plans-subheading>div p span {
    font-size: 12px;
    letter-spacing: 0;
    color: #676767;
    font-weight: 500;
    line-height: 16px;
    margin-left: 2px
}

.new-top-plans-section.child .new-top-plans .new-plan-box {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 35px 15px 12px 30px
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box {
        padding: 11px 0 0;
        flex-direction: column-reverse
    }
}

.new-top-plans-section.child .new-top-plans .new-plan-box .tag-wrapper {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%
}

.new-top-plans-section.child .new-top-plans .new-plan-box .tag-wrapper .tag {
    background: #FFF 0% 0% no-repeat padding-box;
    border: 1px solid #63adb7;
    border-radius: 20px;
    letter-spacing: 0;
    color: #63adb7;
    text-transform: capitalize;
    font-size: 11px;
    line-height: 14px;
    padding: 2px 10px;
    max-width: 120px;
    text-align: center
}

.new-top-plans-section.child .new-top-plans .new-plan-box .tag-wrapper .tag-with-image {
    background: #63ADB7 0% 0% no-repeat padding-box;
    border: 1px solid #EBEDFF;
    border-radius: 20px;
    letter-spacing: 0;
    color: #FFF;
    text-transform: capitalize;
    font-size: 11px;
    line-height: 14px;
    padding: 2px 12px 2px 5px;
    max-width: 120px;
    text-align: center
}

.new-top-plans-section.child .new-top-plans .new-plan-box .tag-wrapper .tag-with-image img {
    margin-right: 3px
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .tag-wrapper {
        position: relative;
        background: #FAFFFD 0% 0% no-repeat padding-box;
        border-radius: 0 0 8px 8px;
        width: 100%;
        left: 0;
        top: auto;
        padding: 7px 13px;
        border-top: 1px solid rgba(112, 112, 112, .2)
    }
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper {
    display: flex;
    align-items: CENTER;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper {
        flex-direction: column;
        position: relative;
        align-items: flex-start;
        padding: 0 8px 11px 18px;
        width: 100%
    }
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .insurer-logo {
    width: 160px
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .insurer-logo {
        align-items: center;
        width: 220px
    }
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .insurer-logo .img-logo-wrap {
    width: 80px;
    min-height: auto
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .insurer-logo .img-logo-wrap {
        margin-right: 10px
    }
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .insurer-logo p {
    background: transparent;
    border-radius: 0;
    padding: 3px 10px 4px 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: #293756
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .insurer-logo p {
        font-size: 11px;
        line-height: 14px;
        color: #000
    }
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout {
    align-items: flex-start
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout>div {
    width: 185px;
    border-left: 1px solid rgba(112, 112, 112, .2);
    padding: 10px
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout>div {
        width: 46%;
        padding: 0 0 0;
        border: 0
    }
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout {
        max-width: 65%
    }
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout .insurer-returns .disclaimer {
    background: #F8F4E2 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 4px 5px 5px;
    display: inline-block;
    width: auto
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout .insurer-payout .heading {
    margin: 0 0 4px
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout .insurer-payout .heading sup {
    font-size: 8px;
    margin-left: 2px;
    line-height: 8px
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout .insurer-payout .value {
    font-size: 20px;
    line-height: 26px;
    color: #2A60ED
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .returns-payout .insurer-payout .value {
        font-size: 18px;
        line-height: 24px
    }
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .heading {
    letter-spacing: 0;
    color: #757575;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 4px;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .heading {
        font-size: 10px;
        line-height: 13px;
        margin: 0 0 3px
    }
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .value {
    letter-spacing: 0;
    color: #253858;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    font-weight: 700
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .value.green {
    color: #2A744C
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .value {
        font-size: 14px;
        line-height: 19px
    }

    .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .value.green {
        color: #000;
        font-size: 18px;
        line-height: 24px
    }
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .disclaimer {
    padding: 4px 0 5px;
    margin: 5px 0 0;
    letter-spacing: 0;
    color: #243262;
    line-height: 13px !important
}

.new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .disclaimer span {
    font-weight: 700
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .new-plan-box-wrapper .disclaimer span {
        display: block
    }
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .button {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%)
    }
}

.new-top-plans-section.child .new-top-plans .new-plan-box .button button {
    padding: 8px 9px 10px;
    font-size: 14px;
    line-height: 19px
}

@media screen and (max-width:767px) {
    .new-top-plans-section.child .new-top-plans .new-plan-box .button button {
        position: relative;
        top: auto;
        right: auto
    }
}

.new-top-plans-section.child .new-top-plans .view-plans .view-plans-button {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding: 9px 27px 9px 27px;
    display: inline-block;
    letter-spacing: 0;
    color: #2A60ED;
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1607843137);
    border: 1px solid rgba(42, 96, 237, .2196078431);
    border-radius: 20px
}

.new-top-plans-section.child .new-top-plans .view-plans .view-plans-button .downarrow {
    border: solid #2A60ED;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
    margin: 0 0 2px 13px
}

.new-top-plans-section.child .new-top-plans .view-plans .view-plans-button.active .downarrow {
    margin: 0 0 -1px 13px;
    transform: rotate(-135deg)
}

.lic-top-plan {
    position: relative
}

.lic-top-plan h3.new-top-plans-title {
    font-size: 20px !important;
    border-bottom: none
}

.lic-top-plan h3.new-top-plans-title:before {
    height: 2px;
    bottom: 0;
    width: 100%
}

.lic-top-plan .new-top-plans-section .new-top-plans-subheading {
    margin: 10px 0 40px
}

.lic-top-plan .new-top-plans-section .new-top-plans-subheading>div {
    color: #253858;
    margin-right: 10px;
    font-weight: 400;
    width: auto
}

.lic-top-plan .new-top-plans-section .new-top-plans-subheading>div p {
    font-weight: 700
}

.lic-top-plan .new-top-plans-section .default_plan,
.lic-top-plan .new-top-plans-section .rest_plan {
    width: 100%
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box {
    display: block;
    position: relative;
    margin-bottom: 50px;
    padding: 12px 100px 12px 35px
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box:last-child,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box {
        padding: 12px 20px 12px 25px
    }
}

@media (max-width:568px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box {
        padding: 12px 10px 12px 25px
    }
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box:before {
    content: "";
    width: 5px;
    height: 80%;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.orange:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.orange:before {
    background: #D96F1F
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box.blue:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box.blue:before {
    background: #0065FF
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .plantype-tag,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .plantype-tag {
    display: inline-block;
    font-size: 12px;
    padding: 2px 12px;
    border-radius: 4px 4px 0 0;
    font-weight: 500;
    top: -22px;
    position: absolute;
    left: 4px
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .plantype-tag.blue,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .plantype-tag.blue {
    background: #CCE0FF;
    color: #0065FF
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .plantype-tag.orange,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .plantype-tag.orange {
    background: #FDDAC0;
    color: #D96F1F
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .top_plan_box,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .top_plan_box {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .insurer-logo,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .insurer-logo {
    width: calc(100% - 126px);
    display: flex
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .insurer-logo p,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .insurer-logo p {
    font-size: 14px
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .insurer-logo .img-logo-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .insurer-logo .img-logo-wrap {
    width: auto;
    height: 50px
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .insurer-logo .img-logo-wrap img,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .insurer-logo .img-logo-wrap img {
    width: 80%
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .plan_name p,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .plan_name p {
    background: none
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap {
    width: calc(100% - 200px);
    border: none;
    padding: 0
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap .youget,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap .youget {
    position: absolute;
    top: -9px;
    background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(244, 247, 254) 50%);
    font-size: 12px;
    left: 15px;
    padding: 0 5px;
    color: #253858;
    font-weight: 500
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap .separator,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap .separator {
    position: absolute;
    width: 1px;
    background: #ccc;
    height: 80%;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap .separator.add:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap .separator.add:before {
    content: "";
    position: absolute;
    width: 16px;
    background: url(../../images/bu/plus-icon.png);
    height: 16px;
    top: 50%;
    transform: translate(-7px, -50%);
    border-radius: 50%
}

@media (max-width:568px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .resultbox-wrap,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .resultbox-wrap {
        width: calc(100% - 85px)
    }
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap {
    width: 100%;
    border: 2px dashed #96C0FF;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: #f4f7fe;
    padding: 4px 5px 4px 20px
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .return-of-inv,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .return-of-inv {
    display: flex;
    align-items: end
}

@media (max-width:568px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .return-of-inv,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .return-of-inv {
        flex-direction: column;
        align-items: flex-start
    }
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .label {
    background: #ececec;
    font-size: 10px;
    font-weight: 500;
    padding: 5px;
    margin-left: 5px;
    border-radius: 3px;
    text-align: center;
    color: #253858;
    display: inline-block
}

@media (max-width:568px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .label,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .label {
        right: initial;
        top: initial;
        bottom: -22px;
        left: 0;
        margin-left: 0
    }
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-returns,
.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-returns,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout {
    position: relative;
    width: 45%
}

@media (max-width:568px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-returns,
    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-returns,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout {
        width: 100%
    }
}

@media (max-width:568px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout {
        padding-left: 30px
    }

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout .label,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout .label {
        left: 25px
    }
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout .value {
    margin-top: 8px
}

@media (max-width:568px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout .value,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout .value {
        margin-top: 4px
    }
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .insurer-payout .heading,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .insurer-payout .heading {
    top: 10px;
    position: relative;
    color: #253858
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable+.insurer-payout .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable+.insurer-payout .value {
    margin-top: 6px
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable {
    padding: 1px 4px 2px 4px;
    font-size: 10px;
    top: 0;
    color: #fff;
    border-radius: 4px 0 0 4px;
    letter-spacing: 0;
    display: inline-block;
    position: relative
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable:before {
    content: "";
    position: absolute;
    width: 10px;
    bottom: 0;
    right: -16px;
    z-index: 0;
    border: 8px solid #1D53C0;
    border-right-color: transparent !important
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable.green,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable.green {
    background: #7BBA9B
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable.green:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable.green:before {
    border-color: #7BBA9B
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable.orange,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable.orange {
    background: #ef9450
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap .heading.withlable.orange:before,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap .heading.withlable.orange:before {
    border-color: #ef9450
}

@media (max-width:568px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .result-wrap,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .result-wrap {
        width: 100%;
        padding: 5px 10px 8px
    }
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt {
    border: none;
    padding: 0;
    width: 175px;
    margin-right: 20px
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt span {
    font-weight: 600;
    line-height: 34px;
    font-size: 12px;
    color: #253858
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt>span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt>span {
    position: relative;
    top: 10px
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt .value {
    font-size: 18px;
    margin: 0px !important
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt .value span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt .value span {
    font-size: 10px
}

@media (max-width:568px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .investment_amt,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .investment_amt {
        width: 85px
    }
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout {
    display: flex
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout>div,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout>div {
    position: relative
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value {
    font-size: 16px;
    margin: 4px 0 0 0
}

@media (max-width:568px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value {
        font-size: 14px
    }
}

@media (max-width:320px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value {
        font-size: 12px
    }
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value span,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value span {
    font-size: 10px
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value .label,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value .label {
    background: #ececec;
    font-size: 10px;
    font-weight: 500;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    bottom: 0;
    color: #253858;
    display: inline-block;
    line-height: 14px
}

@media (max-width:568px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .returns-payout .value .label,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .returns-payout .value .label {
        font-size: 10px;
        font-weight: 500;
        width: 75px;
        padding: 5px 6px;
        border-radius: 5px;
        right: initial;
        top: inherit;
        line-height: 10px;
        bottom: -18px
    }
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button {
    background: #0065FF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    color: #fff;
    padding: 9px 10px 9px 17px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    position: relative
}

@media (max-width:767px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button {
        top: 0
    }
}

.lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button:after,
.lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button:after {
    right: 10px;
    position: relative;
    padding: 3px
}

@media (max-width:767px) {

    .lic-top-plan .new-top-plans-section .default_plan .new-plan-box .button button:after,
    .lic-top-plan .new-top-plans-section .rest_plan .new-plan-box .button button:after {
        right: 2px;
        position: relative;
        padding: 3px;
        top: 1px
    }
}

.lic-top-plan .new-top-plans-section .default_plan:first-child,
.lic-top-plan .new-top-plans-section .rest_plan:first-child {
    margin-top: 30px
}

.disclaimerFor_insurer {
    background: transparent;
    padding: 0;
    border-radius: 5px;
    font-size: 9px;
    line-height: 16px;
    margin-bottom: 14px;
    font-weight: 400 !important;
    color: #adadad
}

.disclaimerFor_insurer strong {
    font-weight: 400 !important
}

.growth-stroy {
    background: #F6F6F6 0% 0% no-repeat;
    border-radius: 8px;
    position: relative;
    padding: 17px
}

@media only screen and (max-width:740px) {
    .growth-stroy {
        border-radius: 0
    }
}

.growth-stroy .heading-h2 {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    margin: 8px 0 14px 0;
    text-align: center;
    color: #000
}

.growth-stroy .growth-stroy-wrap {
    background: #FFF url(../../images/bu/mask-bg.png) no-repeat top center;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1607843137);
    background-size: 90%;
    border-radius: 8px;
    padding: 42px 42px 0
}

.growth-stroy .growth-stroy-wrap .indian-economy-box {
    background: #FFF url(../../images/bu/growth-india-bg.png) no-repeat bottom right;
    background-size: 100%;
    box-shadow: 0 3px 12px rgba(0, 118, 255, .1607843137);
    border-radius: 6px;
    margin: 60px 0 0 0;
    padding: 30px 50px 10px
}

@media only screen and (max-width:440px) {
    .growth-stroy .growth-stroy-wrap .indian-economy-box {
        background: #FFF url(../../images/bu/mask-bg-mobile.svg) no-repeat bottom right;
        background-size: 100%
    }
}

.growth-stroy .growth-stroy-wrap .indian-economy-box p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center
}

.growth-stroy .growth-stroy-wrap .indian-economy-box p strong {
    font-weight: 700
}

@media only screen and (max-width:740px) {
    .growth-stroy .growth-stroy-wrap .indian-economy-box p {
        text-align: center
    }
}

.growth-stroy .growth-stroy-wrap .indian-economy-box .flag-bg {
    width: 105px;
    height: 71px;
    margin: 0 auto 20px
}

@media only screen and (max-width:740px) {
    .growth-stroy .growth-stroy-wrap .indian-economy-box {
        margin: 0 0 0 0;
        padding: 30px 20px 10px
    }
}

@media only screen and (max-width:1024px) {
    .growth-stroy .growth-stroy-wrap {
        padding: 42px 12px 0
    }
}

.growth-stroy .other-country-economy-status {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 42px 0 0 0
}

.growth-stroy .other-country-economy-status .country-status {
    width: 31%;
    margin-right: 2%;
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 20px rgba(0, 118, 255, .1607843137);
    border-radius: 6px;
    padding: 10px
}

@media only screen and (max-width:740px) {
    .growth-stroy .other-country-economy-status .country-status {
        width: 46%;
        margin: 0 2%
    }

    .growth-stroy .other-country-economy-status .country-status:last-child {
        margin-right: 2%;
        margin-top: 30px
    }
}

@media only screen and (max-width:360px) {
    .growth-stroy .other-country-economy-status .country-status {
        width: 100%;
        margin: 0;
        margin-top: 20px
    }

    .growth-stroy .other-country-economy-status .country-status:last-child {
        margin-right: 0%;
        margin-top: 20px
    }
}

.growth-stroy .other-country-economy-status .country-status:last-child {
    margin-right: 0
}

.growth-stroy .other-country-economy-status .country-status p {
    font-size: 11px;
    line-height: 15px;
    color: #000
}

.growth-stroy .other-country-economy-status .country-status p strong {
    font-weight: 700;
    display: block
}

.growth-stroy .other-country-economy-status .country-status .cagr {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #07988A;
    font-weight: 500
}

.growth-stroy .other-country-economy-status .country-status .flag-bg {
    display: block;
    width: 50px;
    height: 40px;
    margin-bottom: 5px
}

.growth-stroy .source-trading {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    color: #A8A8A8;
    line-height: 28px;
    padding: 10px;
    border-top: 1px dashed #707070;
    margin: 0 -42px
}

@media only screen and (max-width:1024px) {
    .growth-stroy .source-trading {
        margin: 0 -12px
    }
}

.growth-stroy .boxbtn {
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    cursor: pointer;
    background: #0065ff;
    color: #FFF;
    margin: 30px auto 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    display: block;
    padding: 10px 15px;
    position: relative;
    width: 100%;
    max-width: 297px
}

.growth-stroy .flag-bg {
    background: url(../../images/bu/flags.svg) no-repeat;
    background-size: 200px 200px
}

.growth-stroy .flag-bg.indian-flag {
    background-position: 0 -35px
}

.growth-stroy .flag-bg.china-flag {
    background-position: -3px -135px
}

.growth-stroy .flag-bg.usa-flag {
    background-position: -148px -135px
}

.growth-stroy .flag-bg.jap-flag {
    background-position: -79px -135px
}

.why-buy-child-plan-section {
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 40px
}

@media screen and (max-width:1024px) {
    .why-buy-child-plan-section {
        background: #ededed;
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .why-buy-child-plan-section {
        background: #ededed;
        margin-bottom: 20px
    }
}

.why-buy-child-plan-section .why-buy-child-plan {
    background: #FFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 3px 12px #00000029;
    box-shadow: 0 3px 12px #00000029;
    border-radius: 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.why-buy-child-plan-section .why-buy-child-plan .left {
    width: 48%;
    height: 320px;
    max-width: 100%;
    border-radius: 8px 0 0 8px;
    background: url(../../images/bu/investment/why-buy-child-plans-banner-desktop.png) no-repeat center/cover
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .why-buy-child-plan-section .why-buy-child-plan .left {
        display: none
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .why-buy-child-plan-section .why-buy-child-plan .left {
        background: url(../../images/bu/investment/why-buy-child-plans-banner-mobile.png) no-repeat center/cover;
        width: 29%;
        height: 282px
    }
}

.why-buy-child-plan-section .why-buy-child-plan .right {
    width: 53%;
    padding: 12px 27px 21px 21px
}

@media screen and (max-width:767px) and (orientation:portrait) {
    .why-buy-child-plan-section .why-buy-child-plan .right {
        width: 100%;
        padding: 12px
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .why-buy-child-plan-section .why-buy-child-plan .right {
        width: 69%;
        padding: 12px 27px 21px 21px
    }
}

.why-buy-child-plan-section .why-buy-child-plan .right .heading {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px
}

.why-buy-child-plan-section .why-buy-child-plan .right .sub-heading {
    font-size: 14px;
    line-height: 14px;
    color: #253858;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .why-buy-child-plan-section .why-buy-child-plan .right .sub-heading {
        font-size: 12px
    }
}

.why-buy-child-plan-section .why-buy-child-plan .right .description {
    color: #0065FF;
    font-size: 12px;
    margin-top: 2px;
    font-style: italic;
    line-height: 14px;
    position: relative
}

.why-buy-child-plan-section .why-buy-child-plan .right .description::after {
    content: "";
    background: #3388EC;
    width: 61px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 204px
}

@media screen and (max-width:767px) {
    .why-buy-child-plan-section .why-buy-child-plan .right .description {
        font-size: 10px
    }

    .why-buy-child-plan-section .why-buy-child-plan .right .description::after {
        left: 172px
    }
}

.why-buy-child-plan-section .why-buy-child-plan .right .reasons {
    margin-top: 21px
}

.why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px
}

.why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason:last-child {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason {
        margin-bottom: 16px
    }

    .why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason:last-child {
        margin-bottom: 0
    }
}

.why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason .icon {
    width: 34px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px
}

@media screen and (max-width:767px) {
    .why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason .icon {
        margin-right: 8px;
        width: 30px;
        height: 30px;
        padding: 4px
    }
}

.why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason .content {
    font-size: 14px;
    font-weight: 500;
    color: #253858;
    line-height: 20px
}

@media screen and (max-width:767px) {
    .why-buy-child-plan-section .why-buy-child-plan .right .reasons .reason .content {
        font-size: 12px
    }
}

.why-buy-child-plan-section .button {
    text-align: center
}

.why-buy-child-plan-section .button button {
    width: 170px;
    background: #0662f6;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 25px;
    margin: 16px auto 0;
    border-radius: 5px;
    border: none;
    -webkit-appearance: none;
    font-weight: 500;
    cursor: pointer;
    display: block
}

.rhs-sticky-banner-box {
    border: 1px solid #D0D4DB;
    border-radius: 8px;
    padding: 8px;
    max-width: 342px;
    width: 100%;
    z-index: 990
}

@media screen and (max-width:1024px) {
    .rhs-sticky-banner-box {
        display: none
    }
}

.rhs-sticky-banner-box.fixed {
    position: fixed;
    top: 20px;
    right: auto
}

.rhs-sticky-banner-box .rhs-sticky-banner {
    background: #253858 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 11px 21px 0
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-heading {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .54px;
    position: relative;
    font-weight: 700;
    padding: 0 0 7px;
    margin-bottom: 10px
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-heading:after {
    content: "";
    position: absolute;
    left: 0;
    background-color: #54BFFE;
    width: 40%;
    height: 1px;
    bottom: 0
}

.rhs-sticky-banner-box .rhs-sticky-banner ul {
    list-style-type: none
}

.rhs-sticky-banner-box .rhs-sticky-banner ul li {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    letter-spacing: .42px;
    font-weight: 500;
    position: relative;
    margin-bottom: 8px;
    padding-left: 18px
}

.rhs-sticky-banner-box .rhs-sticky-banner ul li::before {
    content: '';
    background: #54BFFE;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 32%
}

.rhs-sticky-banner-box .rhs-sticky-banner .rhs-sticky-banner-gif {
    background: url(../../images/bu/rhs-sticky-banner.gif) no-repeat center/contain;
    width: 275px;
    height: 190px
}

.rhs-sticky-banner-box .rhs-sticky-banner button {
    background-color: #0052CC;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: .21px;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 4px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.rhs-sticky-banner-box .rhs-sticky-banner p.disclaimer {
    color: #fff;
    text-align: right;
    margin: 10px auto 0;
    padding: 10px 1%
}

.rhs-sticky-banner-box.investment .rhs-sticky-banner .rhs-sticky-banner-gif {
    background: url(../../images/bu/rhs-sticky-banner-investment.gif) no-repeat center/contain
}

.compounding-calculator-section {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 25px 18px 31px;
    position: relative
}

.compounding-calculator-section::before {
    position: absolute;
    content: '';
    background: url(../../images/bu/fd-calc-graphics.svg) no-repeat;
    right: 80px;
    top: 31px;
    height: 75px;
    width: 94px;
    z-index: 1
}

@media screen and (max-width:1024px) and (min-width:1000px) {
    .compounding-calculator-section::before {
        right: 118px
    }
}

@media screen and (max-width:767px) {
    .compounding-calculator-section::before {
        display: none
    }
}

.compounding-calculator-section .compounding-calculator-heading {
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 0 14px;
    color: #000;
    font-size: 20px !important;
    font-weight: 700;
    text-transform: none
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-heading {
        font-size: 16px !important
    }
}

.compounding-calculator-section .compounding-calculator-tab-section {
    background: #096CF7 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 2px 12px #00000029;
    box-shadow: 0 2px 12px #00000029;
    border-radius: 8px;
    padding: 11px 0 11px 11px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-tab-section {
        padding: 11px
    }
}

.compounding-calculator-section .compounding-calculator-tab-section::after {
    position: absolute;
    content: '';
    background: url(../../images/bu/cc-result-bg.png) no-repeat center;
    right: 0;
    top: 0;
    height: 533px;
    width: 292px;
    overflow: hidden;
    z-index: 0
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-tab-section::after {
        background: url(../../images/bu/cc-result-bg-mobile.png) no-repeat center/cover;
        height: 243px;
        width: 100%
    }
}

.compounding-calculator-section .compounding-calculator-tab-section .tab {
    overflow: hidden;
    background-color: transparent;
    margin-bottom: 11px
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-tab-section .tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.compounding-calculator-section .compounding-calculator-tab-section .tab .tab-links {
    border: 1px solid #FFF;
    background: transparent;
    border-radius: 26px;
    margin-right: 10px;
    padding: 6px 18px;
    letter-spacing: 0;
    font-weight: 500;
    color: #FFF;
    font-size: 14px;
    max-width: 100px;
    width: 100%;
    z-index: 9;
    position: relative;
    cursor: pointer
}

.compounding-calculator-section .compounding-calculator-tab-section .tab .tab-links:last-child {
    margin-right: 0
}

.compounding-calculator-section .compounding-calculator-tab-section .tab .tab-links.active {
    background: #FFF 0% 0% no-repeat padding-box;
    color: #096CF7
}

@media screen and (max-width:375px) {
    .compounding-calculator-section .compounding-calculator-tab-section .tab .tab-links {
        font-size: 10px;
        max-width: 82px;
        padding: 8px 15px
    }
}

.compounding-calculator-section .compounding-calculator-tab-section .tab-content-section .tab-content {
    display: none;
    padding: 0;
    border: none
}

.compounding-calculator-section .compounding-calculator-tab-section .tab-content-section .tab-content.active {
    display: block
}

.compounding-calculator-section .compounding-calculator-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs {
    width: 70%;
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 16px;
    padding: 12.5px 27px;
    z-index: 1
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs {
        width: 100%;
        padding: 21px
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs>.slider {
    margin-bottom: 50px
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs>.slider .slider-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs>.slider .slider-heading .label {
    letter-spacing: 0;
    line-height: 14px;
    margin: 0;
    color: #403F40;
    font-size: 14px;
    font-weight: 700
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs>.slider .slider-heading .input-box {
    letter-spacing: 0;
    color: #898989;
    border: 0;
    border-bottom: 2px solid rgba(137, 137, 137, .2);
    text-align: CENTER;
    font-size: 18px;
    line-height: 18px;
    max-width: 85px;
    font-weight: 700;
    padding-bottom: 2px
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs>.slider .slider-heading #cc-interest-rate {
    max-width: 65px
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs>.slider .sliderBox {
    margin: 12px 0
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs>.slider .sliderBox .ui-widget-content {
    border: 0;
    background: rgba(9, 120, 248, .8);
    cursor: pointer;
    border-radius: 20px;
    height: 6px
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs>.slider .sliderBox .ui-widget-content #cc-custom-handle {
    top: -5px;
    cursor: pointer;
    width: 17px;
    outline: 0;
    margin-left: -10px;
    height: 17px;
    border: 0;
    background: #0978F8;
    border-radius: 50%
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs>.slider .sliderBox .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs>.slider .sliderBox .step span {
    letter-spacing: .96px;
    font-size: 12px;
    padding-top: 6px;
    color: #898989;
    line-height: 13px;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs>.slider .sliderBox .step span {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: .88px
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel {
    margin-bottom: 25px
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .label {
    letter-spacing: 0;
    line-height: 14px;
    margin: 0;
    color: #282728;
    font-size: 14px;
    font-weight: 700
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .label span {
    font-weight: 400
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider {
    margin-top: 10px
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invest-for {
    border: 1px solid rgba(54, 54, 54, .4);
    border-radius: 10px;
    padding: 10px
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invest-for .slick-slide {
    height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid transparent;
    font-size: 16px;
    font-weight: 500;
    visibility: hidden;
    margin: 0 10px;
    color: #282728;
    opacity: .3
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invest-for .slick-slide.slick-active {
    visibility: visible
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invest-for .slick-slide.slick-center {
    border: 2px solid #2B61ED;
    color: #2B61ED;
    opacity: 1;
    font-weight: 500
}

@media screen and (max-width:1024px) and (orientation:landscape) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invest-for .slick-slide {
        margin: 0 15px;
        visibility: visible
    }
}

@media screen and (max-width:820px) and (min-width:768px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invest-for .slick-slide {
        visibility: visible
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for {
    padding: 0
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for .slick-track {
    padding: 10px 0
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for .slick-slide {
    height: 48px;
    width: 48px;
    text-align: center;
    border: 1px solid rgba(54, 54, 54, .4);
    border-radius: 10px;
    font-size: 16px;
    margin: 0 10px;
    color: rgba(40, 39, 40, .3);
    visibility: hidden;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for .slick-slide {
        margin: 0 3px
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for .slick-slide.slick-active {
    visibility: visible
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for .slick-slide.slick-center {
    border: 1px solid rgba(54, 54, 54, .4);
    color: #2B61ED;
    opacity: 1;
    font-size: 18px;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for .slick-slide.slick-center {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        border: 1px solid #7d7d7d
    }
}

@media screen and (max-width:1024px) and (orientation:landscape) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for .slick-slide {
        margin: 0 15px;
        visibility: visible
    }
}

@media screen and (max-width:820px) and (min-width:768px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for .slick-slide {
        visibility: visible
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for .slick-prev {
    left: 20px
}

@media screen and (max-width:1024px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for .slick-prev {
        left: 0;
        top: 50%;
        height: 50px
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for .slick-next {
    right: 25px
}

@media screen and (max-width:1024px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider.invested-for .slick-next {
        right: 0;
        top: 50%;
        height: 50px
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider .slick-prev {
    left: 9px;
    background: #fff;
    top: 50%;
    z-index: 1
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider .slick-prev:hover {
    background: #fff
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider .slick-prev:before {
    content: "";
    border: solid rgba(54, 54, 54, .6);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin: 0 0;
    font-size: 0
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider .slick-next {
    right: 9px;
    background: #fff;
    top: 50%
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider .slick-next:hover {
    background: #fff
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .caraousel .slider .slick-next:before {
    content: "";
    border: solid rgba(54, 54, 54, .6);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin: 0 0 0 0;
    font-size: 0
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .disclaimer {
    letter-spacing: 0;
    font-size: 14px;
    padding-left: 12px;
    color: #898989;
    font-weight: 500;
    position: relative;
    line-height: 18px;
    margin: -10px 0 0;
    padding-bottom: 0;
    padding-top: 0
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .disclaimer::before {
    background: #898989;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    content: "";
    position: absolute;
    top: 7px
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-inputs .disclaimer {
        font-size: 12px
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-results {
    width: 30%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: CENTER;
    -ms-flex-align: CENTER;
    align-items: CENTER;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-results {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-results .result {
    text-align: center
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-results .result .label {
    letter-spacing: 0;
    font-size: 21px;
    color: #FFF;
    line-height: 26px
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-results .result .label {
        font-size: 15px;
        line-height: 18px
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-results .result .value {
    letter-spacing: 0;
    font-size: 37px;
    font-weight: 700;
    color: #FFF;
    line-height: 45px
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-results .result .value {
        font-size: 28px;
        line-height: 29px
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-results .result .tenure {
    letter-spacing: 0;
    font-size: 15px;
    color: #FFF;
    line-height: 18px
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-results .result .tenure {
        font-size: 12px;
        line-height: 13px;
        margin-top: 8px
    }
}

.compounding-calculator-section .compounding-calculator-box .compounding-calculator-results .divider {
    width: 90%;
    height: 2px;
    border-radius: 700px / 10px;
    margin: 32px auto;
    background: #F5F5F5 0% 0% no-repeat padding-box
}

@media screen and (max-width:767px) {
    .compounding-calculator-section .compounding-calculator-box .compounding-calculator-results .divider {
        width: 2px;
        height: 89px;
        margin: 20px
    }
}

.compounding-calculator-section .button {
    text-align: center;
    margin-top: 17px
}

.compounding-calculator-section .button .view-plans {
    background: #0A63F6 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 4px;
    border: 0;
    color: #fff;
    padding: 15px 24px;
    letter-spacing: 0;
    color: #FFF;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    cursor: pointer
}

.nav-link ul li p {
    margin-bottom: 0 !important
}

.fd-table-bankwise {
    background: #fff
}

@media only screen and (max-width:1024px) {
    .fd-table-bankwise {
        padding: 10px
    }
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise {
        margin: 10px;
        padding: 0;
        -webkit-box-shadow: 1px 0 9px #ccc;
        box-shadow: 1px 0 9px #ccc;
        border-radius: 10px
    }
}

.fd-table-bankwise .bankwise-heading {
    color: #253859;
    font-size: 26px;
    font-weight: 500;
    margin: 30px 0 10px
}

@media only screen and (max-width:1024px) {
    .fd-table-bankwise .bankwise-heading {
        margin: 10px 0 11px
    }
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .bankwise-heading {
        padding: 5px 10px;
        font-size: 16px;
        background: #f7f7f7;
        border-radius: 8px 8px 0 0;
        font-weight: 600;
        margin-bottom: 0
    }
}

.fd-table-bankwise .footable #bankwise_table {
    margin: 0;
    padding: 0;
    list-style: none;
    border: solid .8px rgba(47, 100, 213, .2)
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table {
        border: none
    }
}

.fd-table-bankwise .footable #bankwise_table.wd25 tr td:nth-child(1) {
    width: 33%;
    border-color: rgba(47, 100, 213, .2)
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table.wd25 tr td:nth-child(1) {
        width: 33%;
        text-align: center;
        font-size: 12px
    }
}

.fd-table-bankwise .footable #bankwise_table.wd25 tr td:nth-child(2) {
    width: 33%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid rgba(47, 100, 213, .2)
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table.wd25 tr td:nth-child(2) {
        width: 33%;
        text-align: center;
        font-size: 12px
    }
}

.fd-table-bankwise .footable #bankwise_table.wd25 tr td:nth-child(3) {
    width: 33%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table.wd25 tr td:nth-child(3) {
        width: 33%;
        font-size: 12px;
        text-align: center
    }
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table {
        background: #fff;
        border-radius: 0 0 8px 8px
    }
}

.fd-table-bankwise .footable #bankwise_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fd-table-bankwise .footable #bankwise_table tr:first-child {
    border: none
}

.fd-table-bankwise .footable #bankwise_table tr.type-a.view-more,
.fd-table-bankwise .footable #bankwise_table tr.type-b.view-more {
    display: none
}

.fd-table-bankwise .footable #bankwise_table tr.type-a.view-more.show,
.fd-table-bankwise .footable #bankwise_table tr.type-b.view-more.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table tr {
        border-bottom: 1px solid rgba(47, 100, 213, .2)
    }
}

.fd-table-bankwise .footable #bankwise_table tr.type-a {
    background: #E7F0FD
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table tr.type-a {
        background: transparent;
        border-radius: 0
    }
}

.fd-table-bankwise .footable #bankwise_table tr.heading {
    border-bottom: 1px solid rgba(47, 100, 213, .2);
    background: #E7F0FD
}

.fd-table-bankwise .footable #bankwise_table tr.heading td {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: center;
    padding: 10px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table tr.heading td {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 5px;
        font-weight: 600
    }
}

.fd-table-bankwise .footable #bankwise_table tr.heading td::last-child {
    border: none
}

.fd-table-bankwise .footable #bankwise_table tr td {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 33%;
    border-collapse: collapse;
    border: none;
    color: #000;
    border-right: solid .8px #e1e1e1
}

.fd-table-bankwise .footable #bankwise_table tr td:nth-child(2),
.fd-table-bankwise .footable #bankwise_table tr td:nth-child(3) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fd-table-bankwise .footable #bankwise_table tr td a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table tr td a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.fd-table-bankwise .footable #bankwise_table tr td i {
    cursor: pointer;
    color: #0563f6;
    font-style: normal
}

.fd-table-bankwise .footable #bankwise_table tr td i:hover {
    text-decoration: underline
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table tr td i {
        font-size: 12px
    }
}

.fd-table-bankwise .footable #bankwise_table tr td:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table tr td:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table tr td {
        font-size: 12px;
        padding: 5px;
        line-height: 16px
    }

    .fd-table-bankwise .footable #bankwise_table tr td i {
        margin: 5px 0;
        text-align: center
    }
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url(../../images/bu/logos-bank.png) no-repeat;
    background-size: 50px 1373px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.axis-bank {
    background-position: -5px -1181px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.bandhan-bank {
    background-position: -5px -14px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.bank-of-baroda {
    background-position: -5px -83px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.canara-bank {
    background-position: -5px -564px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.central-bank-of-india {
    background-position: -5px -358px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.bank-of-india {
    background-position: -5px -153px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.dbs-bank {
    background-position: -5px -288px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.duetsche-bank {
    background-position: -5px -426px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.hdfc-bank {
    background-position: -5px -632px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.hsbc-bank {
    background-position: -5px -701px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.idfc-bank {
    background-position: -5px -1250px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.indian-bank {
    background-position: -5px -220px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.indian-overseas-bank {
    background-position: -5px -838px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.indusind-bank {
    background-position: -5px -907px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.punjab-and-sind-bank {
    background-position: -5px -975px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.punjab-national-bank {
    background-position: -5px -1044px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.sbm-bank {
    background-position: -5px -495px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.sbi,
.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.state-bank-of-india {
    background-position: -5px -1113px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.uco-bank {
    background-position: -5px -220px
}

.fd-table-bankwise .footable #bankwise_table tr td .bank-logo.yes-bank {
    background-position: -5px -1319px
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .footable #bankwise_table tr td .bank-logo {
        display: block;
        margin: 10px auto 1px
    }
}

.fd-table-bankwise .bnt {
    background: #2F64D5 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
    margin: 3px 0;
    display: inline-block
}

@media only screen and (max-width:667px) {
    .fd-table-bankwise .bnt {
        font-size: 0;
        position: relative;
        background: #E7F0FD;
        padding: 18px;
        cursor: pointer
    }

    .fd-table-bankwise .bnt:before {
        content: "";
        background: url(../../images/svg/go-to-top-arrow.svg) no-repeat;
        position: absolute;
        width: 15px;
        height: 13px;
        -webkit-transform: rotate(85deg);
        transform: rotate(85deg);
        left: 0;
        background-size: 100%;
        right: 0;
        margin: 0 auto
    }
}

.loadmore {
    position: relative;
    text-align: center;
    display: block
}

.loadmore .loadmore-bnt {
    background: #2F64D5 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    margin: 20px 0 0
}

@media only screen and (max-width:667px) {
    .loadmore .loadmore-bnt {
        margin: 20px 0 20px
    }
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fullpage-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    top: 0;
    left: 0
}

.fullpage-loader::before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    margin: 8px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
    position: absolute;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    left: 0;
    margin: 0 auto
}

.fullpage-loader i {
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    font-style: normal;
    margin: 80px auto
}

.gifloader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000001;
    background-color: rgba(0, 0, 0, .69)
}

.gifloader.hide {
    display: none
}

.gifloader .loading-img {
    width: 50px;
    height: 50px;
    top: 35%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    background: url(../../images/bu/ture-caller-loader.gif) no-repeat 0 0;
    left: 0;
    right: 0;
    background-size: contain;
    margin: 0 auto
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo {
    width: 40px;
    height: 40px;
    background: url(../../images/bu/logos-bank.png?v=1) no-repeat;
    background-size: 100%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.sbi {
    background-position: 0% 65%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.hdfc-bank {
    background-position: 0% 36.9%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.yes-bank {
    background-position: 0% 77.3%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.icici-bank {
    background-position: 0% 89.2%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.axis-bank {
    background-position: 0% 69.2%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.pnb-bank {
    background-position: 0% 61.1%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.canara-bank {
    background-position: 0% 32.8%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.bank-of-baroda-bank {
    background-position: 0% 4.5%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.kotak-mahindra-bank {
    background-position: 0% 81.1%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.bank-of-india-bank {
    background-position: 0% 8.6%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.idbi-bank {
    background-position: 0% 97.3%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.union-bank {
    background-position: 0% 93.2%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.indusind-bank {
    background-position: 0% 53%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.indian-bank {
    background-position: 0% 44.9%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.central-bank {
    background-position: 0% 20.6%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr td a .bank-logo.citi-bank {
    background-position: 0% 77.2%
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr:nth-child(even) {
    background: #fff
}

#BankLogos.fd-table-bankwise .footable table#bankwise_table tr:nth-child(odd) {
    background: #E7F0FD
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.bank-logo {
    width: 40px;
    height: 40px;
    background: url(../../images/bu/logos-bank.png?v=1) no-repeat;
    background-size: 100%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.axis-bank {
    background-position: 0% 69.2%;
    background-size: 100%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.bandhan-bank {
    background-position: 0% .5%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.dbs-bank {
    background-position: 0% 16.5%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.idfc-bank {
    background-position: 0% 73%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.indian-overseas-bank {
    background-position: 0% 49%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.punjab-and-sind-bank {
    background-position: 0% 57%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.punjab-national-bank {
    background-position: 0% 61.1%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.uco-bank {
    background-position: 0% 12.5%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.sbi {
    background-position: 0% 65%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.hdfc-bank {
    background-position: 0% 36.9%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.yes-bank {
    background-position: 0% 77.3%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.icici-bank {
    background-position: 0% 89.2%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.axis-bank {
    background-position: 0% 69.2%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.pnb-bank {
    background-position: 0% 61.1%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.canara-bank {
    background-position: 0% 32.8%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.bank-of-baroda {
    background-position: 0% 4.5%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.kotak-mahindra-bank {
    background-position: 0% 81.1%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.bank-of-india {
    background-position: 0% 8.6%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.idbi-bank {
    background-position: 0% 97.3%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.union-bank {
    background-position: 0% 93.2%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.indusind-bank {
    background-position: 0% 53%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.indian-bank {
    background-position: 0% 44.9%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.central-bank-of-india {
    background-position: 0% 20.6%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr td span.citi-bank {
    background-position: 0% 77.2%
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr:nth-child(even) {
    background: #fff
}

#BankFdLogos.fd-table-bankwise .footable table#bankwise_table tr:nth-child(odd) {
    background: #E7F0FD
}

.allCalc.lic {
    max-width: 100%;
    padding-right: 35px !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media only screen and (max-width:1024px) {
    img.squareBanner {
        max-width: 400px;
        margin-bottom: 5px
    }
}

@media (max-width:640px) {
    img.squareBanner {
        max-width: 100%
    }
}

@media only screen and (max-width:840px) {

    .block_content_wrapper h2,
    .block_content_wrapper .h2 {
        font-size: 16px !important
    }
}

.fd_page .leftSection h2 {
    font-size: 22px
}

.pbRelatedLinks.moretag .grid .tagbox {
    display: block;
    padding: 25px 0
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fullpage-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    top: 0;
    left: 0
}

.fullpage-loader::before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    margin: 8px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
    position: absolute;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    left: 0;
    margin: 0 auto
}

.fullpage-loader i {
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    font-style: normal;
    margin: 80px auto
}

.gifloader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000001;
    background-color: rgba(0, 0, 0, .69)
}

.gifloader.hide {
    display: none
}

.gifloader .loading-img {
    width: 50px;
    height: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    background: url(../../images/bu/ture-caller-loader.gif) no-repeat 0 0;
    left: 0;
    right: 0;
    background-size: contain;
    margin: 0 auto
}

@media only screen and (max-width:1024px) {

    .block_content_wrapper,
    .graphDiv,
    .investment-option-slider {
        border: none !important
    }
}

@-webkit-keyframes placeholderAnimation {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes placeholderAnimation {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.placeholder-bg {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background-color: #efefef
}

.placeholder-bg .heading,
.placeholder-bg .description,
.placeholder-bg .fieldWrapper,
.placeholder-bg .termCondition,
.placeholder-bg .form-whatsapp,
.placeholder-bg .feildLable,
.placeholder-bg .loadingDiv {
    opacity: 0
}

.placeholder-bg.form-class {
    height: 350px;
    margin-top: 10px
}

.placeholder-bg::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, .2)), color-stop(60%, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: placeholderAnimation 2s infinite;
    animation: placeholderAnimation 2s infinite;
    content: ""
}

.information-section .information-wrapper {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 15px;
    background: #F4F6FD;
    border-radius: 12px;
    padding: 32px 17px
}

@media (max-width:667px) {
    .information-section .information-wrapper {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
        padding-bottom: 10px;
        background: transparent;
        grid-row-gap: 15px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .information-section .information-wrapper {
        grid-template-columns: repeat(4, 1fr)
    }
}

.information-section .information-wrapper .information-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #FFF;
    box-shadow: 0 1px 3px #D1DFF5;
    border: 1px solid rgba(42, 99, 246, .4);
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    color: #253858;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    cursor: pointer;
    position: relative
}

@media (max-width:667px) {
    .information-section .information-wrapper .information-content {
        padding: 10px;
        font-size: 14px;
        line-height: normal
    }
}

.information-section .information-wrapper .information-content::after {
    content: "";
    border: solid #0075FF;
    border-width: 0 2.5px 2.5px 0;
    display: inline-block;
    padding: 3.5px;
    transform: rotate(-45deg);
    margin-left: 10px;
    margin-top: 1px
}

@media (max-width:667px) {
    .information-section .information-wrapper .information-content::after {
        border-width: 0 2px 2px 0;
        padding: 3px
    }
}

.information-section .information-wrapper .information-content .arrow {
    display: none
}

.dynamicLink {
    width: 100%;
    max-width: 100%;
    background: #f4f5f7
}

.dynamicLink .parent {
    border: 0;
    color: transparent;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 25px 0;
    text-align: center;
    width: 100%
}

.dynamicLink .parent .link_row strong {
    font-size: 12px;
    letter-spacing: normal;
    color: #999;
    font-weight: 700;
    margin-right: 5px
}

.dynamicLink .parent .link_element {
    display: inline-block
}

.dynamicLink .parent .link_element a {
    font-size: 12px;
    text-decoration: none;
    line-height: 23px;
    background: #ebf3fe;
    border: 1px solid #0065ff;
    border-radius: 3px;
    padding: 7px 10px;
    color: #0065ff;
    font-weight: 500;
    margin: 0 5px;
    text-decoration: none
}

@media only screen and (max-width:1024px) {
    .dynamicLink {
        background: #fff;
        border: solid rgba(23, 43, 77, .2);
        border-width: 1px 0 1px 0;
        margin: 0 0 20px;
        padding: 16px;
        text-align: left;
        clear: both
    }

    .dynamicLink .parent {
        text-align: left
    }

    .dynamicLink .parent .link_element {
        display: inline-block
    }

    .dynamicLink .parent .link_element a {
        display: inline-block;
        margin: 4px;
        line-height: 13px;
        font-size: 11px;
        padding: 4px;
        text-align: center
    }
}

.information-section .information-wrapper {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 15px;
    background: #F4F6FD;
    border-radius: 12px;
    padding: 32px 17px
}

@media (max-width:667px) {
    .information-section .information-wrapper {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
        padding-bottom: 10px;
        background: transparent;
        grid-row-gap: 15px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .information-section .information-wrapper {
        grid-template-columns: repeat(4, 1fr)
    }
}

.information-section .information-wrapper .information-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0 1px 3px #D1DFF5;
    box-shadow: 0 1px 3px #D1DFF5;
    border: 1px solid rgba(42, 99, 246, .4);
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    color: #253858;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    cursor: pointer;
    position: relative
}

@media (max-width:667px) {
    .information-section .information-wrapper .information-content {
        padding: 10px;
        font-size: 14px;
        line-height: normal
    }
}

.information-section .information-wrapper .information-content::after {
    content: "";
    border: solid #0075FF;
    border-width: 0 2.5px 2.5px 0;
    display: inline-block;
    padding: 3.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 10px;
    margin-top: 1px
}

@media (max-width:667px) {
    .information-section .information-wrapper .information-content::after {
        border-width: 0 2px 2px 0;
        padding: 3px
    }
}

.information-section .information-wrapper .information-content .arrow {
    display: none
}

.table_box {
    display: none
}

.table_box.active {
    display: block
}

.tab {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    box-shadow: 0 6px 16px rgba(52, 105, 203, .16);
    justify-content: center;
    align-items: center;
    width: 96%;
    border-radius: 8px;
    margin: 60px auto 50px;
    display: flex
}

.tab.wd350 {
    max-width: 350px
}

.tab.wd400 {
    max-width: 400px
}

.tab.alignleft {
    margin: 10px 0 10px 0;
    border-radius: 5px;
    border: 1px solid #fff
}

.tab.alignleft.wd300 {
    max-width: 300px
}

@media (max-width:767px) {
    .tab.alignleft {
        margin: 0 0 10px 0
    }

    .tab.alignleft.wd300 {
        max-width: 240px
    }
}

.tab li {
    padding: 15px;
    text-align: center;
    color: #949494;
    position: relative;
    display: flex;
    width: 50%;
    font-weight: 500;
    cursor: pointer;
    justify-content: center;
    transition: all 0.2s ease-in
}

@media (max-width:568px) {
    .tab li {
        font-size: 14px
    }
}

@media (max-width:320px) {
    .tab li {
        font-size: 12px
    }
}

.tab li.active {
    color: #253858
}

.tab li.active:after {
    content: "";
    width: 90%;
    background: #0663f6;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0
}

.tab li:first-child {
    border-right: 1px solid #e2e2e2
}

.tab li.style-1 {
    color: #fff;
    padding: 10px
}

.tab li.style-1.active {
    color: var(--black);
    background-color: #fff
}

.tab li.style-1.active:after {
    display: none
}

@media (max-width:767px) {
    .tab li.style-1 {
        font-size: 12px;
        font-weight: 500
    }
}

@media (max-width:568px) {
    .tab li.style-1 {
        padding: 15px 0
    }
}

.disForm.formBlock .leftContentBox {
    margin: -5px 0 0 0
}

.invBanner:before {
    display: none
}

.fd_return_video {
    background: #f3f7fe;
    width: 100%;
    min-width: 610px;
    min-height: 260px;
    padding: 0 20px 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center
}

@media (max-width:1024px) {
    .fd_return_video {
        width: 100%;
        padding: 20px;
        margin: 0 auto 20px;
        min-width: auto;
        min-height: auto
    }
}

.fd_return_video .heading_text {
    font-size: 20px;
    font-weight: 700;
    color: #253858;
    margin-bottom: 20px;
    text-align: left
}

.fd_return_video .heading_text sup {
    position: relative;
    top: 4px
}

.fd_return_video .heading_text span {
    background: #ddfce8;
    padding: 5px 15px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500
}

@media (max-width:640px) {
    .fd_return_video .heading_text {
        font-size: 16px
    }

    .fd_return_video .heading_text span {
        padding: 5px;
        font-size: 12px
    }
}

@media (max-width:375px) {
    .fd_return_video .heading_text {
        font-size: 12px
    }

    .fd_return_video .heading_text span {
        padding: 5px;
        font-size: 12px
    }
}

@media (max-width:320px) {
    .fd_return_video .heading_text {
        font-size: 12px
    }

    .fd_return_video .heading_text span {
        padding: 5px;
        font-size: 9px
    }
}

.fd_return_video .fd_video {
    background: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 4px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .16)
}

.fd_return_video .fd_video .close {
    position: fixed;
    right: 14px;
    bottom: 190px;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px #ccc;
    box-shadow: 1px 1px 10px #ccc;
    z-index: 9999999;
    display: none;
    cursor: pointer
}

@media (max-width:1024px) {
    .fd_return_video .fd_video .close {
        bottom: initial;
        right: 3px;
        top: 51px
    }
}

.fd_return_video .fd_video .close:hover {
    opacity: 1
}

.fd_return_video .fd_video .close:before,
.fd_return_video .fd_video .close:after {
    position: absolute;
    left: 9px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #333;
    top: 4px
}

.fd_return_video .fd_video .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fd_return_video .fd_video .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fd_return_video .fd_video.active .close {
    display: block
}

.fd_return_video .fd_video .term_cond {
    font-size: 12px;
    line-height: 20px;
    text-align: left
}

.fd_return_video .fd_video .term_cond {
    font-size: 12px;
    line-height: 16px;
    text-align: left
}

.fd_return_video .fd_video video {
    width: 100%;
    height: auto
}

.fd_return_video .fd_video video.stuck {
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 320px;
    height: 180px;
    -webkit-animation: fade-in-up 0.25s ease forwards;
    animation: fade-in-up 0.25s ease forwards;
    z-index: 99999;
    -webkit-box-shadow: 1px 1px 6px #ccc;
    box-shadow: 1px 1px 6px #ccc
}

@media (max-width:1024px) {
    .fd_return_video .fd_video video.stuck {
        width: 260px;
        height: 145px;
        top: 60px;
        left: 0;
        right: 0;
        margin: 0 10px 0 auto
    }
}

@media (max-width:768px) {
    .fd_return_video .fd_video {
        padding: 15px
    }

    .fd_return_video .fd_video video {
        width: 100%;
        height: 310px
    }
}

@media (max-width:640px) {
    .fd_return_video .fd_video video {
        width: 100%;
        height: auto
    }
}

@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.types-of-lic-products-box {
    background: url(../../../cdn/images/bu/investment/types-of-lic-products/types-of-lic-products-bg.jpg) no-repeat center/cover;
    padding: 42px 35px 88px;
    border-radius: 8px;
    max-width: 775px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .types-of-lic-products-box {
        padding: 31px 35px;
        background: url(../../../cdn/images/bu/investment/types-of-lic-products/types-of-lic-products-bg-mobile.jpg) no-repeat bottom/100% 109%
    }
}

.types-of-lic-products-box .heading {
    letter-spacing: 0;
    color: #F5F5F5;
    font-size: 25px;
    text-align: CENTER;
    font-weight: 600;
    line-height: 29px;
    margin: 0 0 32px
}

@media screen and (max-width:767px) {
    .types-of-lic-products-box .heading {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 24px
    }
}

.types-of-lic-products-box .types-of-lic-products-list {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .types-of-lic-products-box .types-of-lic-products-list {
        align-items: center;
        justify-content: center
    }
}

.types-of-lic-products-box .types-of-lic-products-list .types-of-lic-product {
    max-width: 213px;
    width: 100%;
    margin-right: 24px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    border-radius: 110px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background: #79a6ff;
    height: 57px;
    padding: 0 12px 0 20px
}

.types-of-lic-products-box .types-of-lic-products-list .types-of-lic-product:nth-child(3n) {
    margin-right: 0
}

.types-of-lic-products-box .types-of-lic-products-list .types-of-lic-product p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    margin-left: 16px
}

@media screen and (max-width:767px) {
    .types-of-lic-products-box .types-of-lic-products-list .types-of-lic-product {
        max-width: 267px;
        margin-right: 0;
        margin-bottom: 8px
    }
}

.types-of-lic-products-box .button {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(31, 90, 228, .3098039216);
    border-radius: 4px;
    border: 0;
    letter-spacing: 0;
    color: #0065FF;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    width: 267px;
    padding: 15px 0;
    margin: 4px auto;
    cursor: pointer;
    text-align: center;
    display: block
}

@media screen and (max-width:767px) {
    .types-of-lic-products-box .button {
        margin: 16px auto 0
    }
}

.traditional-plan-heading {
    letter-spacing: 0;
    color: #253858;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    text-align: CENTER;
    margin-bottom: 28px
}

.traditional-plan-heading.hide-desktop {
    display: none
}

@media screen and (max-width:767px) {
    .traditional-plan-heading.hide-desktop {
        display: block
    }
}

.traditional-terms-conditions {
    letter-spacing: 0;
    color: #9B9B9B;
    font-size: 10px;
    font-style: italic;
    line-height: 11px;
    margin-bottom: 8px
}

.traditional-plans-box {
    background: #fff;
    border-radius: 8px;
    display: flex;
    margin-bottom: 17px;
    margin-top: 50px
}

@media screen and (max-width:1024px) {
    .traditional-plans-box {
        border: 1px solid #9FC4FF;
        border-radius: 8px;
        margin-top: 0
    }
}

@media screen and (max-width:767px) {
    .traditional-plans-box {
        border: 1px solid #9FC4FF;
        border-radius: 8px;
        margin-bottom: 20px;
        margin-top: 0
    }
}

.traditional-plans-box .column.heading-list {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 18px;
    width: 20.8%
}

@media screen and (max-width:767px) {
    .traditional-plans-box .column.heading-list {
        width: 25%;
        padding: 0;
        background: rgba(103, 171, 255, .07);
        border-radius: 8px 0 0 8px
    }
}

.traditional-plans-box .column.heading-list .heading {
    letter-spacing: 0;
    color: #464646;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center
}

@media screen and (max-width:767px) {
    .traditional-plans-box .column.heading-list .heading {
        border-bottom: 2px solid #E7F0FE;
        font-size: 10px;
        line-height: 11px
    }
}

.traditional-plans-box .column.plan {
    border-right: 1px solid rgba(47, 100, 213, .15);
    display: flex;
    flex-direction: column;
    align-items: center
}

.traditional-plans-box .column.plan:last-child {
    border-right: 0
}

.traditional-plans-box .column.plan .plan-heading {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #6C63FF;
    font-weight: 700;
    border-bottom: 2px solid #E7F0FE;
    text-align: center;
    padding: 0 5px
}

@media screen and (max-width:767px) {
    .traditional-plans-box .column.plan .plan-heading {
        padding: 0
    }
}

.traditional-plans-box .column.plan .plan-heading span {
    font-size: 12px;
    font-weight: 600
}

@media screen and (max-width:767px) {
    .traditional-plans-box .column.plan .plan-heading {
        border-bottom: 2px solid #E7F0FE;
        font-size: 10px;
        line-height: 11px
    }

    .traditional-plans-box .column.plan .plan-heading span {
        font-size: 10px
    }
}

.traditional-plans-box .column.plan .plan-returns,
.traditional-plans-box .column.plan .plan-life-cover,
.traditional-plans-box .column.plan .plan-tax-saving,
.traditional-plans-box .column.plan .plan-tax-free-maturity {
    border-bottom: 1px solid rgba(47, 100, 213, .15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.traditional-plans-box .column.plan .plan-returns .tax-plan,
.traditional-plans-box .column.plan .plan-life-cover .tax-plan,
.traditional-plans-box .column.plan .plan-tax-saving .tax-plan,
.traditional-plans-box .column.plan .plan-tax-free-maturity .tax-plan {
    letter-spacing: 0;
    color: #253858;
    font-size: 12px;
    font-style: italic;
    line-height: 20px
}

@media screen and (max-width:360px) {

    .traditional-plans-box .column.plan .plan-returns .tax-plan,
    .traditional-plans-box .column.plan .plan-life-cover .tax-plan,
    .traditional-plans-box .column.plan .plan-tax-saving .tax-plan,
    .traditional-plans-box .column.plan .plan-tax-free-maturity .tax-plan {
        font-size: 10px
    }
}

@media screen and (max-width:767px) {

    .traditional-plans-box .column.plan .plan-returns,
    .traditional-plans-box .column.plan .plan-life-cover,
    .traditional-plans-box .column.plan .plan-tax-saving,
    .traditional-plans-box .column.plan .plan-tax-free-maturity {
        border-bottom: 2px solid #E7F0FE
    }
}

.traditional-plans-box .column.plan .plan-returns .highlighted {
    border: 1px dashed #007500;
    border-radius: 4px;
    text-align: CENTER;
    width: 99px
}

@media screen and (max-width:767px) {
    .traditional-plans-box .column.plan .plan-returns .highlighted {
        width: 92px
    }
}

@media screen and (max-width:360px) {
    .traditional-plans-box .column.plan .plan-returns .highlighted {
        width: 70px
    }
}

.traditional-plans-box .column.plan .plan-returns .highlighted .value {
    margin-bottom: 0
}

.traditional-plans-box .column.plan .plan-returns .highlighted .green {
    letter-spacing: 0;
    color: #FFF;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    padding: 3px 3px 2px;
    background: #206F13 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 86px;
    text-align: CENTER;
    margin: 0 auto -12px
}

@media screen and (max-width:767px) {
    .traditional-plans-box .column.plan .plan-returns .highlighted .green {
        width: 84px;
        padding: 3px 0 2px
    }
}

@media screen and (max-width:360px) {
    .traditional-plans-box .column.plan .plan-returns .highlighted .green {
        width: 65px
    }
}

.traditional-plans-box .column.plan .plan-returns .value {
    letter-spacing: 0;
    color: #253858;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 6px
}

@media screen and (max-width:767px) {
    .traditional-plans-box .column.plan .plan-returns .value {
        font-size: 12px
    }
}

.traditional-plans-box .column.plan .plan-returns .time {
    letter-spacing: 0;
    color: #253858;
    font-size: 12px;
    font-style: italic;
    line-height: 20px
}

@media screen and (max-width:767px) {
    .traditional-plans-box .column.plan .plan-returns .time {
        font-size: 10px
    }
}

.traditional-plans-box .column.plan .yes {
    position: relative;
    border: 2px solid #206F13;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.traditional-plans-box .column.plan .no {
    border: 2px solid #F71540;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.traditional-plans-box .w100 {
    width: 100%
}

.traditional-plans-box .w30 {
    width: 30%
}

.traditional-plans-box .w25 {
    width: 25%
}

.traditional-plans-box .h82 {
    height: 82px
}

.traditional-plans-box .h95 {
    height: 95px
}

.traditional-plans-box .h52 {
    height: 52px
}

.traditional-plans-box .h70 {
    height: 70px
}

.lic-riders-box {
    background: url(../../../cdn/images/bu/investment/lic-riders/lic-riders-desktop-bg.svg) no-repeat center/contain;
    max-width: 769px;
    height: 285px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .lic-riders-box {
        background: transparent;
        max-width: 357px;
        height: 445px;
        width: 100%
    }
}

.lic-riders-box .lic-riders-heading {
    font-size: 21px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
    background: url(../../../cdn/images/bu/investment/lic-riders/lic-riders-title-mobile-bg.svg) no-repeat center/cover;
    text-align: CENTER;
    max-width: 245px;
    margin: 0 auto;
    padding: 6px 0 11px
}

.lic-riders-box .lic-riders-list {
    position: relative;
    height: 100%
}

.lic-riders-box .lic-riders-list .lic-rider {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 130px;
    width: 100%;
    position: absolute
}

@media screen and (max-width:767px) {
    .lic-riders-box .lic-riders-list .lic-rider {
        background: url(../../../cdn/images/bu/investment/lic-riders/lic-riders-mobile-bg.svg) no-repeat center/contain;
        height: 120px;
        justify-content: center
    }

    .lic-riders-box .lic-riders-list .lic-rider .image {
        max-width: 24px;
        height: 24px;
        margin-bottom: 7px
    }
}

@media screen and (max-width:320px) {
    .lic-riders-box .lic-riders-list .lic-rider {
        max-width: 120px
    }
}

.lic-riders-box .lic-riders-list .lic-rider.rider-1 {
    top: 30px;
    left: 30px
}

@media screen and (min-width:768px) and (max-width:769px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-1 {
        left: 26px
    }
}

@media screen and (max-width:767px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-1 {
        top: 19%;
        left: 0
    }
}

@media screen and (max-width:360px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-1 {
        left: -10px
    }
}

@media screen and (max-width:320px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-1 {
        top: 18%;
        left: -15px
    }
}

.lic-riders-box .lic-riders-list .lic-rider.rider-2 {
    top: 30px;
    left: 225px;
    padding: 0 5px
}

@media screen and (min-width:768px) and (max-width:769px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-2 {
        left: 214px
    }
}

@media screen and (max-width:767px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-2 {
        top: 19%;
        right: 0;
        left: auto
    }
}

@media screen and (max-width:360px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-2 {
        right: -10px
    }
}

@media screen and (max-width:320px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-2 {
        top: 18%;
        right: -15px
    }
}

.lic-riders-box .lic-riders-list .lic-rider.rider-3 {
    top: 30px;
    right: 222px;
    padding: 0 16px
}

@media screen and (min-width:768px) and (max-width:769px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-3 {
        right: 209px
    }
}

@media screen and (max-width:767px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-3 {
        top: 48%;
        left: 0
    }
}

@media screen and (max-width:360px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-3 {
        left: -10px
    }
}

@media screen and (max-width:320px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-3 {
        top: 44%;
        left: -15px
    }
}

.lic-riders-box .lic-riders-list .lic-rider.rider-4 {
    top: 25px;
    right: 27px
}

@media screen and (min-width:768px) and (max-width:769px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-4 {
        right: 25px
    }
}

@media screen and (max-width:767px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-4 {
        top: 48%;
        right: 0
    }
}

@media screen and (max-width:360px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-4 {
        right: -10px
    }
}

@media screen and (max-width:320px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-4 {
        top: 44%;
        right: -15px
    }
}

.lic-riders-box .lic-riders-list .lic-rider.rider-5 {
    top: 144px;
    left: 126px
}

@media screen and (min-width:768px) and (max-width:769px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-5 {
        left: 120px
    }
}

@media screen and (max-width:767px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-5 {
        top: 5%;
        left: 50%;
        transform: translateX(-50%)
    }
}

.lic-riders-box .lic-riders-list .lic-rider.rider-6 {
    top: 144px;
    left: 322px;
    padding: 0 5px
}

@media screen and (min-width:768px) and (max-width:769px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-6 {
        left: 305px
    }
}

@media screen and (max-width:767px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-6 {
        top: 62%;
        padding: 0 5px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media screen and (max-width:320px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-6 {
        top: 57%
    }
}

.lic-riders-box .lic-riders-list .lic-rider.rider-7 {
    top: 144px;
    right: 125px;
    padding: 0 5px
}

@media screen and (min-width:768px) and (max-width:769px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-7 {
        right: 116px;
        top: 142px
    }
}

@media screen and (max-width:767px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-7 {
        top: 33%;
        right: 0;
        padding: 0 5px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media screen and (max-width:320px) {
    .lic-riders-box .lic-riders-list .lic-rider.rider-7 {
        top: 31%
    }
}

.lic-riders-box .lic-riders-list .lic-rider p {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    font-weight: 600;
    color: #2B61EC;
    text-decoration: underline;
    letter-spacing: 0
}

.lic-riders-box .lic-riders-list .lic-rider p span {
    color: #2B61EC
}

@media screen and (max-width:767px) {
    .lic-riders-box .lic-riders-list .lic-rider p {
        color: #282728;
        font-size: 12px;
        line-height: 15px;
        text-decoration: none;
        padding: 0 11px;
        margin: 0
    }

    .lic-riders-box .lic-riders-list .lic-rider p a {
        color: #282728
    }

    .lic-riders-box .lic-riders-list .lic-rider p span {
        font-size: 8px;
        font-weight: 400;
        color: #282728
    }
}

@media screen and (max-width:320px) {
    .lic-riders-box .lic-riders-list .lic-rider p {
        font-size: 11px
    }
}

.lic-riders-box .lic-riders-list .lic-rider span {
    font-size: 11px;
    color: #000;
    display: inline;
    margin-top: -16px
}

@media screen and (max-width:767px) {
    .lic-riders-box .lic-riders-list .lic-rider span {
        margin-top: 0;
        font-size: 8px
    }
}

@media screen and (max-width:767px) {
    .lic-riders-box .hide-mobile {
        display: none
    }
}

.lic-riders-box .hide-desktop {
    display: none
}

@media screen and (max-width:767px) {
    .lic-riders-box .hide-desktop {
        display: block
    }
}

.testimonials {
    background: #f4f5fe;
    padding: 20px;
    border-radius: 16px
}

@media (max-width:568px) {
    .testimonials {
        padding: 20px 0
    }
}

.testimonials .slider_wrapper .slider-item {
    box-shadow: 0 4px 16px rgba(52, 105, 203, .12);
    display: block;
    width: 360px;
    background: #fff;
    height: 390px;
    border-radius: 12px;
    padding: 16px;
    margin: 10px
}

@media (max-width:1024px) {
    .testimonials .slider_wrapper .slider-item {
        min-height: 390px
    }
}

@media (max-width:568px) {
    .testimonials .slider_wrapper .slider-item {
        width: 250px;
        margin: 10px 10px
    }
}

.testimonials .slider_wrapper .slider-item .userblock {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.testimonials .slider_wrapper .slider-item .userblock .userimage {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px
}

.testimonials .slider_wrapper .slider-item .userblock p {
    font-size: 14px;
    font-weight: 700;
    color: #2C3754;
    text-align: left
}

.testimonials .slider_wrapper .slider-item .text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic
}

.testimonials .slider_wrapper .button_wrapper {
    text-align: center;
    margin: 10px 0
}

.testimonials .slider_wrapper .button_wrapper .btn {
    border-radius: 8px;
    border: 1px solid #0065FF;
    transition: all 0.2s ease-in;
    color: #0065FF;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 10px 0 10px 20px;
    width: 180px;
    cursor: pointer
}

.testimonials .slider_wrapper .button_wrapper .btn:before {
    content: "";
    background: url(../../images/bu/investment/play-button.svg) no-repeat 0 0;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 27px;
    top: 8px
}

.testimonials .headingtext_wrapper {
    text-align: center;
    margin: 20px 20px 30px 20px
}

@media (max-width:1024px) {
    .testimonials .headingtext_wrapper .slick-dots li {
        margin: 0 2px
    }

    .testimonials .headingtext_wrapper .slick-dots li button:before {
        font-size: 30px
    }

    .testimonials .headingtext_wrapper .slick-dots li.slick-active button:before {
        color: #4361E5
    }
}

@media (max-width:568px) {
    .testimonials .headingtext_wrapper {
        margin: 20px 20px 0 20px
    }

    .testimonials .headingtext_wrapper .slick-dots li {
        margin: 0 2px
    }

    .testimonials .headingtext_wrapper .slick-dots li button:before {
        font-size: 30px
    }

    .testimonials .headingtext_wrapper .slick-dots li.slick-active button:before {
        color: #4361E5
    }
}

.testimonials .headingtext {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #2C3754
}

.testimonials .headingtext:before {
    content: "";
    background: url(../../images/bu/investment/q-left.svg) no-repeat 0 0;
    background-size: 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -22px
}

.testimonials .headingtext:after {
    content: "";
    background: url(../../images/bu/investment/q-right.svg) no-repeat 0 0;
    background-size: 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    right: -22px
}

.testimonials .headingtext span {
    display: inline-block;
    position: relative
}

.testimonials .headingtext span:before {
    content: "";
    background: #FFD62B;
    background-size: 100%;
    width: 108%;
    height: 100%;
    position: absolute;
    opacity: .4;
    left: -4px
}

.testimonials .slick-prev.slick-arrow {
    background: url(../../images/bu/investment/arrow-right-button.svg) no-repeat 0 0;
    width: 38px;
    height: 38px;
    left: -40px;
    transform: rotate(175deg);
    top: 166px
}

.testimonials .slick-prev.slick-arrow::before {
    display: none
}

.testimonials .slick-next.slick-arrow {
    background: url(../../images/bu/investment/arrow-right-button.svg) no-repeat 0 0;
    width: 38px;
    height: 38px;
    right: -40px
}

.testimonials .slick-next.slick-arrow::before {
    display: none
}

.testimonials .seeall {
    text-align: center;
    margin: 40px 0 0
}

.testimonials .seeall .btn {
    background-color: #4361E5;
    color: #fff;
    font-size: 16px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    width: 180px;
    font-weight: 500;
    padding: 18px;
    border-radius: 8px;
    cursor: pointer
}

.testimonials .textwrapper {
    height: 200px;
    overflow: hidden;
    padding: 0 5px 0 0;
    overflow-y: auto
}

.testimonials .textwrapper p {
    text-align: left;
    color: #2C3754;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px
}

.testimonials .textwrapper::-webkit-scrollbar {
    width: 1px
}

.testimonials .textwrapper::-webkit-scrollbar-track {
    background: #f1f1f1
}

.testimonials .textwrapper::-webkit-scrollbar-thumb {
    background: #888
}

.testimonials .textwrapper::-webkit-scrollbar-thumb:hover {
    background: #555
}

.videobox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99999999;
    margin: 0;
    display: none
}

.videobox.open {
    display: block
}

.videobox .videowrapper {
    position: absolute;
    width: 560px;
    background: #fff;
    right: 0;
    height: auto;
    padding: 50px 30px 20px;
    height: auto;
    border-radius: 4px;
    left: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%)
}

.videobox .videowrapper .close {
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 1;
    top: 5px;
    right: 5px;
    z-index: 10002;
    cursor: pointer
}

.videobox .videowrapper .close:before,
.videobox .videowrapper .close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 18px;
    width: 2px;
    background-color: #333;
    top: 7px
}

.videobox .videowrapper .close:before {
    transform: rotate(45deg)
}

.videobox .videowrapper .close:after {
    transform: rotate(-45deg)
}

@media (max-width:568px) {
    .videobox .videowrapper {
        width: 96%
    }

    .videobox .videowrapper .vd {
        width: 100%
    }

    .videobox .videowrapper .vd video {
        width: 100%
    }
}

.insurer-by-company .insurer-by-company-title {
    align-items: CENTER;
    justify-content: space-between
}

.insurer-by-company .insurer-by-company-title h2 {
    margin-bottom: -1px !important
}

@media screen and (max-width:375px) {
    .insurer-by-company .insurer-by-company-title h2 {
        font-size: 12px !important;
        padding-bottom: 5px
    }
}

.insurer-by-company .insurer-by-company-title div {
    padding-bottom: 14px
}

@media screen and (max-width:375px) {
    .insurer-by-company .insurer-by-company-title div {
        padding-bottom: 5px
    }
}

.insurer-by-company .insurer-by-company-title div a {
    color: #0065ff;
    font-size: 16px;
    font-weight: 500
}

@media screen and (max-width:375px) {
    .insurer-by-company .insurer-by-company-title div a {
        font-size: 12px
    }
}

.insurer-by-company.with-tabs .insurer-by-company-title {
    justify-content: flex-start
}

.insurer-by-company.with-tabs .insurer-by-company-title h2 {
    border-bottom-color: #172b4d;
    margin-right: 16px !important;
    border-bottom: 0;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .insurer-by-company.with-tabs .insurer-by-company-title h2 {
        font-size: 14px !important;
        line-height: 24px !important
    }
}

.insurer-by-company.with-tabs .insurer-by-company-title h2.active {
    border-bottom: 3px solid #0065ff;
    color: #0065ff
}

.insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content {
    display: none
}

.insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content.active {
    display: flex !important
}

.insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content .viewallLinkInsurer {
    position: absolute;
    bottom: 0;
    right: 55px
}

@media screen and (max-width:767px) {
    .insurer-by-company.with-tabs .insurer-by-company-content-tab-body .insurer-by-company-content .viewallLinkInsurer {
        right: 0
    }
}

.information-section {
    background: #F4F6FD 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 14px 0 4px 17px
}

@media screen and (max-width:767px) {
    .information-section {
        padding: 14px 0 7px 10px
    }
}

.information-section .heading {
    letter-spacing: 0;
    color: #253858;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 1px
}

@media screen and (max-width:767px) {
    .information-section .heading {
        font-size: 16px
    }
}

.information-section .information-slider .information-slide {
    padding: 18px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.information-section .information-slider .information-slide .text {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 1px 3px #d1dff5;
    border: 1px solid rgba(42, 99, 246, .4);
    border-radius: 8px;
    padding: 16px 41px 15px 15px;
    letter-spacing: 0;
    color: #253858;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 14px;
    margin-right: 16px;
    position: relative
}

@media screen and (max-width:767px) {
    .information-section .information-slider .information-slide .text {
        font-size: 12px;
        margin-bottom: 9px;
        margin-right: 12px;
        padding: 11px 40px 13px 12px
    }
}

.information-section .information-slider .information-slide .text::after {
    border: solid #0065FF;
    border-width: 2px 2px 0 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.2s ease-out;
    margin: 0;
    content: "";
    position: absolute;
    right: 11px;
    top: 47%
}

.information-section .information-slider .slick-next,
.information-section .information-slider .slick-prev {
    display: flex;
    align-items: center;
    justify-content: CENTER;
    border: 1px solid #0065ff;
    background: #fff;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    top: -25px;
    transform: none
}

.information-section .information-slider .slick-prev {
    left: auto;
    right: 48px
}

.information-section .information-slider .slick-prev:before {
    border: solid #0065FF;
    border-width: 0 0 1.5px 1.5px;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.2s ease-out;
    margin: 0 0 0 2px;
    content: ""
}

.information-section .information-slider .slick-next {
    left: auto;
    right: 15px
}

.information-section .information-slider .slick-next:before {
    border: solid #0065FF;
    border-width: 1.5px 1.5px 0 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.2s ease-out;
    margin: 0 0 0 -1px;
    content: ""
}

.tab-sip-tables {
    margin-top: 50px
}

@media screen and (max-width:1024px) {
    .tab-sip-tables {
        margin-top: 0
    }
}

.tab-sip-tables ul.tab li.table_tab_action {
    color: rgba(37, 56, 88, .5);
    font-size: 16px;
    line-height: 20px
}

.tab-sip-tables ul.tab li.table_tab_action.active {
    color: #076BFB
}

@media (max-width:568px) {
    .tab-sip-tables ul.tab li.table_tab_action {
        font-size: 12px;
        font-weight: 500
    }
}

.tab-sip-tables .tab-sip-tables-box {
    overflow: hidden
}

.tab-sip-tables .tab-sip-tables-box::-webkit-scrollbar {
    width: 0
}

.tab-sip-tables .tab-sip-tables-box::-webkit-scrollbar-track {
    background: transparent
}

.tab-sip-tables .tab-sip-tables-box::-webkit-scrollbar-thumb {
    background: transparent
}

.tab-sip-tables .tab-sip-tables-box::-webkit-scrollbar-thumb:hover {
    background: transparent
}

@media (max-width:667px) {
    .tab-sip-tables .tab-sip-tables-box {
        overflow-x: scroll;
        overflow: overlay;
        white-space: nowrap;
        margin-right: -15px;
        display: grid
    }
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper {
    background: #FFF 0% 0%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1607843137);
    border: 1px solid #9FC4FF;
    border-radius: 8px;
    overflow: hidden
}

@media (max-width:667px) {
    .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper {
        overflow: visible
    }
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table {
    border-collapse: collapse;
    margin: 0;
    white-space: nowrap
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tr:first-child {
    background: none !important
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody>tr>td:first-child {
    max-width: 100%;
    width: 400px;
    white-space: break-spaces;
    line-height: normal;
    border-right: 0;
    border-left: 0;
    font-size: 14px;
    color: #076BFB;
    font-weight: 500
}

@media (max-width:667px) {
    .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody>tr>td:first-child {
        width: 220px;
        display: flex;
        flex-direction: column;
        text-align: left
    }
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody>tr>td:first-child a[href=""] {
    text-decoration: underline
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody>tr>td:first-child .insurer-short-name {
    display: block;
    color: #9A9A9A;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table.table-bordered td,
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table.table-bordered th {
    border-top: 0 !important;
    border-bottom: 0;
    background: none !important
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .table-colgrp .text-left {
    text-align: left
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .table-colgrp .returns {
    position: relative;
    left: 100px
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .table-no-colgrp .text-left {
    text-align: left
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .table-no-colgrp .fund-name {
    position: relative;
    top: -14px
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody tr:nth-child(even) {
    background: #FAFAFA
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody tr td {
    font-size: 16px;
    line-height: 14px
}

@media (max-width:667px) {
    .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table tbody tr td {
        font-size: 12px
    }
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table td,
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table th {
    vertical-align: middle;
    padding: .5rem .75rem
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table a[href] {
    text-decoration: underline
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table a[href],
.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table a {
    font-size: 14px;
    line-height: 32px;
    color: #076BFB !important;
    font-weight: 500
}

@media (max-width:667px) {

    .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table a[href],
    .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table a {
        width: 200px;
        display: block;
        white-space: normal;
        line-height: 19px !important
    }
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table thead {
    background: #F2F7FF 0% 0%;
    border-radius: 8px 8px 0 0
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table thead th {
    font-size: 14px;
    line-height: 13px
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .td-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .td-row .tb-col {
    padding-right: 20px
}

@media (max-width:667px) {
    .tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .td-row .tb-col {
        padding-right: 20px
    }
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .td-row .tb-col:last-child {
    padding-right: 0
}

.tab-sip-tables .tab-sip-tables-box .tab-sip-tables-wrapper table.table .td-row .tb-col .td-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 96px;
    height: 30px;
    background: #FFF;
    border: 1px solid #076BFB;
    border-radius: 4px;
    color: #076BFB;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer
}

.tab-sip-tables .tab-sip-tables-box .planview-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.tab-sip-tables .tab-sip-tables-box .planview-row .planview-col {
    width: 50%
}

@media (max-width:667px) {
    .tab-sip-tables .tab-sip-tables-box .planview-row .planview-col {
        width: auto;
        padding-right: 10px
    }
}

.tab-sip-tables .tab-sip-tables-box .planview-row .planview-col .updated {
    color: #253858;
    font-size: 14px;
    line-height: 18px;
    font-style: italic
}

.tab-sip-tables .tab-sip-tables-box .planview-row .planview-col.view-all-plans-box {
    background: #2A63F6;
    border-radius: 0 0 12px 12px;
    width: 45%;
    padding: 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

@media (max-width:667px) {
    .tab-sip-tables .tab-sip-tables-box .planview-row .planview-col.view-all-plans-box {
        width: 60%;
        margin-right: 5%
    }
}

.tab-sip-tables .tab-sip-tables-box .planview-row .planview-col.view-all-plans-box .view-all-plans {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 700
}

.tab-sip-tables-wrapper .table,
.largecap-categories .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.tab-sip-tables-wrapper .table tr:first-child,
.largecap-categories .table tr:first-child {
    background: transparent;
    color: inherit;
    border-right: none
}

.tab-sip-tables-wrapper .table td,
.tab-sip-tables-wrapper .table th,
.tab-sip-tables-wrapper .table thead,
.largecap-categories .table td,
.largecap-categories .table th,
.largecap-categories .table thead {
    letter-spacing: normal;
    line-height: normal
}

.tab-sip-tables-wrapper .table th,
.tab-sip-tables-wrapper .table td,
.largecap-categories .table th,
.largecap-categories .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.tab-sip-tables-wrapper .table thead th,
.largecap-categories .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.tab-sip-tables-wrapper .table tbody+tbody,
.largecap-categories .table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.tab-sip-tables-wrapper .table-sm th,
.tab-sip-tables-wrapper .table-sm td,
.largecap-categories .table-sm th,
.largecap-categories .table-sm td {
    padding: .3rem
}

.tab-sip-tables-wrapper .table-bordered,
.largecap-categories .table-bordered {
    border: 1px solid #dee2e6
}

.tab-sip-tables-wrapper .table-bordered th,
.tab-sip-tables-wrapper .table-bordered td,
.largecap-categories .table-bordered th,
.largecap-categories .table-bordered td {
    border: 1px solid #dee2e6
}

.tab-sip-tables-wrapper .table-bordered thead th,
.tab-sip-tables-wrapper .table-bordered thead td,
.largecap-categories .table-bordered thead th,
.largecap-categories .table-bordered thead td {
    border-bottom-width: 2px
}

.tab-sip-tables-wrapper .table-borderless th,
.tab-sip-tables-wrapper .table-borderless td,
.tab-sip-tables-wrapper .table-borderless thead th,
.tab-sip-tables-wrapper .table-borderless tbody+tbody,
.largecap-categories .table-borderless th,
.largecap-categories .table-borderless td,
.largecap-categories .table-borderless thead th,
.largecap-categories .table-borderless tbody+tbody {
    border: 0
}

.tab-sip-tables-wrapper .table-striped tbody tr:nth-of-type(odd),
.largecap-categories .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.tab-sip-tables-wrapper .table-hover tbody tr:hover,
.largecap-categories .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.tab-sip-tables-wrapper .table-primary,
.tab-sip-tables-wrapper .table-primary>th,
.tab-sip-tables-wrapper .table-primary>td,
.largecap-categories .table-primary,
.largecap-categories .table-primary>th,
.largecap-categories .table-primary>td {
    background-color: #b8daff
}

.tab-sip-tables-wrapper .table-primary th,
.tab-sip-tables-wrapper .table-primary td,
.tab-sip-tables-wrapper .table-primary thead th,
.tab-sip-tables-wrapper .table-primary tbody+tbody,
.largecap-categories .table-primary th,
.largecap-categories .table-primary td,
.largecap-categories .table-primary thead th,
.largecap-categories .table-primary tbody+tbody {
    border-color: #7abaff
}

.tab-sip-tables-wrapper .table-hover .table-primary:hover,
.largecap-categories .table-hover .table-primary:hover {
    background-color: #9fcdff
}

.tab-sip-tables-wrapper .table-hover .table-primary:hover>td,
.tab-sip-tables-wrapper .table-hover .table-primary:hover>th,
.largecap-categories .table-hover .table-primary:hover>td,
.largecap-categories .table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.tab-sip-tables-wrapper .table-secondary,
.tab-sip-tables-wrapper .table-secondary>th,
.tab-sip-tables-wrapper .table-secondary>td,
.largecap-categories .table-secondary,
.largecap-categories .table-secondary>th,
.largecap-categories .table-secondary>td {
    background-color: #d6d8db
}

.tab-sip-tables-wrapper .table-secondary th,
.tab-sip-tables-wrapper .table-secondary td,
.tab-sip-tables-wrapper .table-secondary thead th,
.tab-sip-tables-wrapper .table-secondary tbody+tbody,
.largecap-categories .table-secondary th,
.largecap-categories .table-secondary td,
.largecap-categories .table-secondary thead th,
.largecap-categories .table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.tab-sip-tables-wrapper .table-hover .table-secondary:hover,
.largecap-categories .table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.tab-sip-tables-wrapper .table-hover .table-secondary:hover>td,
.tab-sip-tables-wrapper .table-hover .table-secondary:hover>th,
.largecap-categories .table-hover .table-secondary:hover>td,
.largecap-categories .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.tab-sip-tables-wrapper .table-success,
.tab-sip-tables-wrapper .table-success>th,
.tab-sip-tables-wrapper .table-success>td,
.largecap-categories .table-success,
.largecap-categories .table-success>th,
.largecap-categories .table-success>td {
    background-color: #c3e6cb
}

.tab-sip-tables-wrapper .table-success th,
.tab-sip-tables-wrapper .table-success td,
.tab-sip-tables-wrapper .table-success thead th,
.tab-sip-tables-wrapper .table-success tbody+tbody,
.largecap-categories .table-success th,
.largecap-categories .table-success td,
.largecap-categories .table-success thead th,
.largecap-categories .table-success tbody+tbody {
    border-color: #8fd19e
}

.tab-sip-tables-wrapper .table-hover .table-success:hover,
.largecap-categories .table-hover .table-success:hover {
    background-color: #b1dfbb
}

.tab-sip-tables-wrapper .table-hover .table-success:hover>td,
.tab-sip-tables-wrapper .table-hover .table-success:hover>th,
.largecap-categories .table-hover .table-success:hover>td,
.largecap-categories .table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.tab-sip-tables-wrapper .table-info,
.tab-sip-tables-wrapper .table-info>th,
.tab-sip-tables-wrapper .table-info>td,
.largecap-categories .table-info,
.largecap-categories .table-info>th,
.largecap-categories .table-info>td {
    background-color: #bee5eb
}

.tab-sip-tables-wrapper .table-info th,
.tab-sip-tables-wrapper .table-info td,
.tab-sip-tables-wrapper .table-info thead th,
.tab-sip-tables-wrapper .table-info tbody+tbody,
.largecap-categories .table-info th,
.largecap-categories .table-info td,
.largecap-categories .table-info thead th,
.largecap-categories .table-info tbody+tbody {
    border-color: #86cfda
}

.tab-sip-tables-wrapper .table-hover .table-info:hover,
.largecap-categories .table-hover .table-info:hover {
    background-color: #abdde5
}

.tab-sip-tables-wrapper .table-hover .table-info:hover>td,
.tab-sip-tables-wrapper .table-hover .table-info:hover>th,
.largecap-categories .table-hover .table-info:hover>td,
.largecap-categories .table-hover .table-info:hover>th {
    background-color: #abdde5
}

.tab-sip-tables-wrapper .table-warning,
.tab-sip-tables-wrapper .table-warning>th,
.tab-sip-tables-wrapper .table-warning>td,
.largecap-categories .table-warning,
.largecap-categories .table-warning>th,
.largecap-categories .table-warning>td {
    background-color: #ffeeba
}

.tab-sip-tables-wrapper .table-warning th,
.tab-sip-tables-wrapper .table-warning td,
.tab-sip-tables-wrapper .table-warning thead th,
.tab-sip-tables-wrapper .table-warning tbody+tbody,
.largecap-categories .table-warning th,
.largecap-categories .table-warning td,
.largecap-categories .table-warning thead th,
.largecap-categories .table-warning tbody+tbody {
    border-color: #ffdf7e
}

.tab-sip-tables-wrapper .table-hover .table-warning:hover,
.largecap-categories .table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.tab-sip-tables-wrapper .table-hover .table-warning:hover>td,
.tab-sip-tables-wrapper .table-hover .table-warning:hover>th,
.largecap-categories .table-hover .table-warning:hover>td,
.largecap-categories .table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.tab-sip-tables-wrapper .table-danger,
.tab-sip-tables-wrapper .table-danger>th,
.tab-sip-tables-wrapper .table-danger>td,
.largecap-categories .table-danger,
.largecap-categories .table-danger>th,
.largecap-categories .table-danger>td {
    background-color: #f5c6cb
}

.tab-sip-tables-wrapper .table-danger th,
.tab-sip-tables-wrapper .table-danger td,
.tab-sip-tables-wrapper .table-danger thead th,
.tab-sip-tables-wrapper .table-danger tbody+tbody,
.largecap-categories .table-danger th,
.largecap-categories .table-danger td,
.largecap-categories .table-danger thead th,
.largecap-categories .table-danger tbody+tbody {
    border-color: #ed969e
}

.tab-sip-tables-wrapper .table-hover .table-danger:hover,
.largecap-categories .table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.tab-sip-tables-wrapper .table-hover .table-danger:hover>td,
.tab-sip-tables-wrapper .table-hover .table-danger:hover>th,
.largecap-categories .table-hover .table-danger:hover>td,
.largecap-categories .table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.tab-sip-tables-wrapper .table-light,
.tab-sip-tables-wrapper .table-light>th,
.tab-sip-tables-wrapper .table-light>td,
.largecap-categories .table-light,
.largecap-categories .table-light>th,
.largecap-categories .table-light>td {
    background-color: #fdfdfe
}

.tab-sip-tables-wrapper .table-light th,
.tab-sip-tables-wrapper .table-light td,
.tab-sip-tables-wrapper .table-light thead th,
.tab-sip-tables-wrapper .table-light tbody+tbody,
.largecap-categories .table-light th,
.largecap-categories .table-light td,
.largecap-categories .table-light thead th,
.largecap-categories .table-light tbody+tbody {
    border-color: #fbfcfc
}

.tab-sip-tables-wrapper .table-hover .table-light:hover,
.largecap-categories .table-hover .table-light:hover {
    background-color: #ececf6
}

.tab-sip-tables-wrapper .table-hover .table-light:hover>td,
.tab-sip-tables-wrapper .table-hover .table-light:hover>th,
.largecap-categories .table-hover .table-light:hover>td,
.largecap-categories .table-hover .table-light:hover>th {
    background-color: #ececf6
}

.tab-sip-tables-wrapper .table-dark,
.tab-sip-tables-wrapper .table-dark>th,
.tab-sip-tables-wrapper .table-dark>td,
.largecap-categories .table-dark,
.largecap-categories .table-dark>th,
.largecap-categories .table-dark>td {
    background-color: #c6c8ca
}

.tab-sip-tables-wrapper .table-dark th,
.tab-sip-tables-wrapper .table-dark td,
.tab-sip-tables-wrapper .table-dark thead th,
.tab-sip-tables-wrapper .table-dark tbody+tbody,
.largecap-categories .table-dark th,
.largecap-categories .table-dark td,
.largecap-categories .table-dark thead th,
.largecap-categories .table-dark tbody+tbody {
    border-color: #95999c
}

.tab-sip-tables-wrapper .table-hover .table-dark:hover,
.largecap-categories .table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.tab-sip-tables-wrapper .table-hover .table-dark:hover>td,
.tab-sip-tables-wrapper .table-hover .table-dark:hover>th,
.largecap-categories .table-hover .table-dark:hover>td,
.largecap-categories .table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.tab-sip-tables-wrapper .table-active,
.tab-sip-tables-wrapper .table-active>th,
.tab-sip-tables-wrapper .table-active>td,
.largecap-categories .table-active,
.largecap-categories .table-active>th,
.largecap-categories .table-active>td {
    background-color: rgba(0, 0, 0, .075)
}

.tab-sip-tables-wrapper .table-hover .table-active:hover,
.largecap-categories .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.tab-sip-tables-wrapper .table-hover .table-active:hover>td,
.tab-sip-tables-wrapper .table-hover .table-active:hover>th,
.largecap-categories .table-hover .table-active:hover>td,
.largecap-categories .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.tab-sip-tables-wrapper .table .thead-dark th,
.largecap-categories .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.tab-sip-tables-wrapper .table .thead-light th,
.largecap-categories .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.tab-sip-tables-wrapper .table-dark,
.largecap-categories .table-dark {
    color: #fff;
    background-color: #343a40
}

.tab-sip-tables-wrapper .table-dark th,
.tab-sip-tables-wrapper .table-dark td,
.tab-sip-tables-wrapper .table-dark thead th,
.largecap-categories .table-dark th,
.largecap-categories .table-dark td,
.largecap-categories .table-dark thead th {
    border-color: #454d55
}

.tab-sip-tables-wrapper .table-dark.table-bordered,
.largecap-categories .table-dark.table-bordered {
    border: 0
}

.tab-sip-tables-wrapper .table-dark.table-striped tbody tr:nth-of-type(odd),
.largecap-categories .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.tab-sip-tables-wrapper .table-dark.table-hover tbody tr:hover,
.largecap-categories .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {

    .tab-sip-tables-wrapper .table-responsive-sm,
    .largecap-categories .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .tab-sip-tables-wrapper .table-responsive-sm>.table-bordered,
    .largecap-categories .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {

    .tab-sip-tables-wrapper .table-responsive-md,
    .largecap-categories .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .tab-sip-tables-wrapper .table-responsive-md>.table-bordered,
    .largecap-categories .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {

    .tab-sip-tables-wrapper .table-responsive-lg,
    .largecap-categories .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .tab-sip-tables-wrapper .table-responsive-lg>.table-bordered,
    .largecap-categories .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {

    .tab-sip-tables-wrapper .table-responsive-xl,
    .largecap-categories .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .tab-sip-tables-wrapper .table-responsive-xl>.table-bordered,
    .largecap-categories .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.tab-sip-tables-wrapper .table-responsive,
.largecap-categories .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.tab-sip-tables-wrapper .table-responsive>.table-bordered,
.largecap-categories .table-responsive>.table-bordered {
    border: 0
}

.tab-sip-tables-wrapper .table-responsive,
.largecap-categories .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.tab-sip-tables-wrapper .table-responsive>.table-bordered,
.largecap-categories .table-responsive>.table-bordered {
    border: 0
}

.investmore {
    background: #FFFFF5;
    padding: 0;
    border-radius: 0;
    display: flex;
    width: 100%;
    margin: 30px 0 10px;
    max-width: 100%
}

@media (max-width:1024px),
(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .investmore {
        flex-direction: column;
        width: 100%;
        max-width: 760px;
        margin: 0 auto 20px
    }
}

@media (max-width:1024px) {
    .investmore {
        background: #F5F7FF;
        width: 75%;
        max-width: 760px;
        margin: 20px auto;
        border-radius: 8px
    }
}

@media (max-width:568px) {
    .investmore {
        width: 100%;
        max-width: 760px;
        border-radius: 0;
        margin: 0 auto 0
    }
}

.investmore .invamt.pp {
    background-color: var(--purple-light);
    color: var(--purple)
}

.investmore .invamt.pink-bg {
    background-color: #ffe2e3;
    color: var(--pink)
}

@media (max-width:568px) {
    .investmore .invamt.pink-bg {
        padding: 10px 44px
    }
}

.investmore .invamt.yellow-bg {
    background-color: #ffedcc;
    color: var(--brown)
}

@media (max-width:568px) {
    .investmore .invamt.yellow-bg {
        padding: 10px 44px
    }
}

.investmore .rightsection_heading {
    padding: 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .16);
    height: 100%;
    min-height: 234px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    width: 20%
}

@media (max-width:1024px),
(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .investmore .rightsection_heading {
        width: 100%;
        min-height: auto;
        box-shadow: none
    }
}

@media (max-width:1024px) {
    .investmore .rightsection_heading {
        box-shadow: none
    }
}

@media (max-width:767px) {
    .investmore .rightsection_heading {
        min-width: 230px
    }
}

@media (max-width:568px) {
    .investmore .rightsection_heading {
        min-width: 150px
    }
}

.investmore .rightsection_heading .invmore {
    line-height: 24px;
    text-align: center;
    position: relative;
    width: 140px;
    margin: 0 auto;
    font-size: 18px
}

.investmore .rightsection_heading .invmore span:first-child {
    position: relative
}

.investmore .rightsection_heading .invmore span:first-child:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    background: url(../../images/bu/icon-more-plan.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    right: 0;
    margin: 0 auto
}

@media (max-width:1024px) {
    .investmore .rightsection_heading .invmore span:first-child:before {
        margin: 0;
        left: -28px
    }
}

.investmore .rightsection_heading .getmore {
    color: #0065ff;
    display: block
}

@media (max-width:1024px),
(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .investmore .rightsection_heading .invmore {
        text-align: left;
        padding-left: 30px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #333;
        width: 100%;
        padding-bottom: 10px
    }

    .investmore .rightsection_heading .invmore span:first-child:before {
        top: 5px
    }

    .investmore .rightsection_heading .getmore {
        display: inline
    }
}

.investmore .swipebox {
    overflow: hidden;
    overflow-x: scroll
}

.investmore .swipebox::-webkit-scrollbar {
    width: 0
}

.investmore .swipebox::-webkit-scrollbar-track {
    background: transparent
}

.investmore .swipebox::-webkit-scrollbar-thumb {
    background: transparent
}

.investmore .swipebox::-webkit-scrollbar-thumb:hover {
    background: transparent
}

.investmore .investment_wise {
    width: 80%;
    padding: 10px 15px 0 15px;
    display: flex;
    flex-wrap: nowrap
}

.investmore .investment_wise .swipebox {
    padding-top: 5px
}

@media (max-width:1024px),
(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .investmore .investment_wise {
        width: 100%;
        padding: 0 0 10px 20px;
        flex-direction: column
    }
}

.investmore .investment_wise .investment_wise_items {
    display: inline-flex
}

.investmore .investment_wise .investment_wise_items .invamt {
    width: 180px;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 30px
}

@media (max-width:1024px) {
    .investmore .investment_wise .investment_wise_items .invamt {
        margin-right: 15px;
        margin-left: 0
    }
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(1) {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    position: relative;
    padding-left: 18px
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(1):before {
    content: "\20B9";
    width: 15px;
    height: 15px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 10px;
    left: -2px;
    top: 3px;
    opacity: .5
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(1).pink-bg:before {
    background: var(--pink)
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(1).pp:before {
    background: var(--purple)
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(1).yellow-bg:before {
    background: var(--brown)
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(2) {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(3) {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0;
    min-height: 78px;
    display: inline-table;
    text-transform: uppercase
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(3) sup {
    font-size: 18px
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(4) {
    margin: 0;
    padding: 0;
    text-align: left
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(5) {
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 17px 0 8px;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(5).pink-bg {
    background: var(--pink)
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(5).pp {
    background: var(--purple)
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(5).brown {
    background: var(--brown)
}

@media (max-width:1024px) {
    .investmore .investment_wise .investment_wise_items .investmore .investment_wise {
        width: calc(100% - 230px);
        padding: 10px 0 10px 25px
    }
}

@media (max-width:1024px) {
    .investmore .investment_wise .investment_wise_items .investmore .investment_wise {
        width: calc(100% - 150px);
        padding: 10px 0 10px 25px
    }
}

.investmore .investment_wise .investment_wise_items .slick-prev.slick-arrow {
    display: none
}

.investmore .investment_wise .investment_wise_items .slick-next.slick-arrow {
    transform: translate(-40px, -50%);
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.investmore .investment_wise .investment_wise_items .slick-next.slick-arrow:before {
    content: "";
    border: solid #253858;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    position: absolute;
    left: 10px;
    top: 53%;
    margin-top: -6px
}

.investmore {
    background: #FFFFF5;
    padding: 0;
    border-radius: 0;
    display: flex;
    width: 100%;
    margin: 30px 0 10px;
    max-width: 100%
}

@media (max-width:1024px),
(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .investmore {
        flex-direction: column;
        width: 100%;
        max-width: 760px;
        margin: 0 auto 20px
    }
}

@media (max-width:1024px) {
    .investmore {
        background: #F5F7FF;
        width: 75%;
        max-width: 760px;
        margin: 20px auto;
        border-radius: 8px
    }
}

@media (max-width:568px) {
    .investmore {
        width: 100%;
        max-width: 760px;
        border-radius: 0;
        margin: 0 auto 0
    }
}

.investmore .invamt.pp {
    background-color: var(--purple-light);
    color: var(--purple)
}

.investmore .invamt.pink-bg {
    background-color: #ffe2e3;
    color: var(--pink)
}

@media (max-width:568px) {
    .investmore .invamt.pink-bg {
        padding: 10px 44px
    }
}

.investmore .invamt.yellow-bg {
    background-color: #ffedcc;
    color: var(--brown)
}

@media (max-width:568px) {
    .investmore .invamt.yellow-bg {
        padding: 10px 44px
    }
}

.investmore .rightsection_heading {
    padding: 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .16);
    height: 100%;
    min-height: 234px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    width: 20%
}

@media (max-width:1024px),
(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .investmore .rightsection_heading {
        width: 100%;
        min-height: auto;
        box-shadow: none
    }
}

@media (max-width:1024px) {
    .investmore .rightsection_heading {
        box-shadow: none
    }
}

@media (max-width:767px) {
    .investmore .rightsection_heading {
        min-width: 230px
    }
}

@media (max-width:568px) {
    .investmore .rightsection_heading {
        min-width: 150px
    }
}

.investmore .rightsection_heading .invmore {
    line-height: 24px;
    text-align: center;
    position: relative;
    width: 140px;
    margin: 0 auto;
    font-size: 18px
}

.investmore .rightsection_heading .invmore span:first-child {
    position: relative
}

.investmore .rightsection_heading .invmore span:first-child:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    background: url(../../images/bu/icon-more-plan.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    right: 0;
    margin: 0 auto
}

@media (max-width:1024px) {
    .investmore .rightsection_heading .invmore span:first-child:before {
        margin: 0;
        left: -28px
    }
}

.investmore .rightsection_heading .getmore {
    color: #0065ff;
    display: block
}

@media (max-width:1024px),
(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .investmore .rightsection_heading .invmore {
        text-align: left;
        padding-left: 30px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #333;
        width: 100%;
        padding-bottom: 10px
    }

    .investmore .rightsection_heading .invmore span:first-child:before {
        top: 5px
    }

    .investmore .rightsection_heading .getmore {
        display: inline
    }
}

.investmore .swipebox {
    overflow: hidden;
    overflow-x: scroll
}

.investmore .swipebox::-webkit-scrollbar {
    width: 0
}

.investmore .swipebox::-webkit-scrollbar-track {
    background: transparent
}

.investmore .swipebox::-webkit-scrollbar-thumb {
    background: transparent
}

.investmore .swipebox::-webkit-scrollbar-thumb:hover {
    background: transparent
}

.investmore .investment_wise {
    width: 80%;
    padding: 10px 15px 0 15px;
    display: flex;
    flex-wrap: nowrap;
    position: relative
}

.investmore .investment_wise .swipebox {
    padding-top: 5px
}

@media (max-width:1024px),
(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .investmore .investment_wise {
        width: 100%;
        padding: 0 0 10px 20px;
        flex-direction: column
    }
}

.investmore .investment_wise .investment_wise_items {
    display: inline-flex
}

.investmore .investment_wise .investment_wise_items .invamt {
    width: 180px;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 30px
}

@media (max-width:1024px) {
    .investmore .investment_wise .investment_wise_items .invamt {
        margin-right: 15px;
        margin-left: 0
    }
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(1) {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    position: relative;
    padding-left: 18px
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(1):before {
    content: "\20B9";
    width: 15px;
    height: 15px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 10px;
    left: -2px;
    top: 3px;
    opacity: .5
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(1).pink-bg:before {
    background: var(--pink)
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(1).pp:before {
    background: var(--purple)
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(1).yellow-bg:before {
    background: var(--brown)
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(2) {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(3) {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 0;
    min-height: 64px;
    display: inline-table;
    text-transform: uppercase
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(3) sup {
    font-size: 18px
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(4) {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 12px;
    font-weight: 500
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(5) {
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 17px 0 8px;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(5).pink-bg {
    background: var(--pink)
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(5).pp {
    background: var(--purple)
}

.investmore .investment_wise .investment_wise_items .invamt span:nth-child(5).brown {
    background: var(--brown)
}

@media (max-width:1024px) {
    .investmore .investment_wise .investment_wise_items .investmore .investment_wise {
        width: calc(100% - 230px);
        padding: 10px 0 10px 25px
    }
}

@media (max-width:1024px) {
    .investmore .investment_wise .investment_wise_items .investmore .investment_wise {
        width: calc(100% - 150px);
        padding: 10px 0 10px 25px
    }
}

.investmore .investment_wise .investment_wise_items .slick-prev.slick-arrow {
    display: none
}

.investmore .investment_wise .investment_wise_items .slick-next.slick-arrow {
    transform: translate(-40px, -50%);
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.investmore .investment_wise .investment_wise_items .slick-next.slick-arrow:before {
    content: "";
    border: solid #253858;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    position: absolute;
    left: 10px;
    top: 53%;
    margin-top: -6px
}

.investmore .tncapply {
    position: absolute;
    bottom: 0;
    font-size: 9px;
    right: 10px
}

.rhs-child-banner {
    background: #0065FF 0% 0% no-repeat padding-box;
    border: 2px solid rgba(193, 193, 193, .1215686275);
    border-radius: 12px;
    padding: 16px 16px 8px;
    position: relative;
    overflow: hidden;
    max-width: 342px;
    margin: 0 auto 20px
}

@media screen and (max-width:1024px) {
    .rhs-child-banner {
        margin: 0 auto
    }
}

.rhs-child-banner::after {
    content: "";
    background: url(../../images/bu/investment/rhs-child-banner-image.svg);
    width: 151px;
    height: 277px;
    position: absolute;
    bottom: 0;
    right: -51px;
    z-index: 0
}

.rhs-child-banner .icons-list {
    display: flex;
    align-items: CENTER
}

.rhs-child-banner .icons-list .icons {
    display: flex;
    align-items: CENTER;
    margin: 0 16px 0 0
}

.rhs-child-banner .icons-list .icons:last-of-type {
    margin: 0
}

.rhs-child-banner .icons-list .icons p {
    letter-spacing: .34px;
    color: #FFF;
    margin: 0 0 0 6px;
    font-size: 12px;
    line-height: 25px
}

.rhs-child-banner .heading {
    letter-spacing: 0;
    color: #FFF;
    font-size: 24px;
    line-height: 32px;
    margin: 24px 0 26px;
    position: relative
}

.rhs-child-banner .heading strong {
    color: #79E6A4
}

.rhs-child-banner .heading::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #FFF;
    opacity: .12;
    position: absolute;
    left: 0;
    top: -8px
}

.rhs-child-banner .heading::after {
    content: "";
    height: 1px;
    width: 30%;
    background: #FFF;
    opacity: .12;
    position: absolute;
    left: 0;
    bottom: -8px
}

.rhs-child-banner .description {
    letter-spacing: .67px;
    color: #FFF400;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px
}

.rhs-child-banner .description .white {
    letter-spacing: .39px;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    display: block
}

.rhs-child-banner .description .small-white {
    letter-spacing: .39px;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600
}

.rhs-child-banner .description .small {
    letter-spacing: .39px;
    font-size: 14px;
    line-height: 28px
}

.rhs-child-banner .tnc {
    letter-spacing: 0;
    color: #FFF;
    opacity: .3;
    font-size: 10px;
    line-height: 13px
}

.rhs-child-banner button {
    box-shadow: 0 3px 12px rgba(159, 159, 159, .1215686275);
    border-radius: 25px;
    background: #fff;
    border: 0;
    outline: 0;
    width: 100%;
    letter-spacing: 0;
    color: #0065FF;
    text-transform: uppercase;
    padding: 16px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px;
    z-index: 1;
    position: relative
}

.fd-rp-mf-comparison-section {
    background: transparent conic-gradient(from -82deg at 104% 97%, #FFFFFF 0%, #DEEBFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 16px 18px 17px;
    margin: 0 0 30px;
    position: relative
}

@media screen and (max-width:767px) {
    .fd-rp-mf-comparison-section {
        background: transparent conic-gradient(from -70deg at 104% 97%, #FFFFFF 0%, #DEEBFF 100%) 0% 0% no-repeat padding-box;
        margin: 22px 16px 30px;
        padding: 24px 12px
    }
}

.fd-rp-mf-comparison-section>.heading {
    letter-spacing: 0;
    color: #253858;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center
}

@media screen and (max-width:767px) {
    .fd-rp-mf-comparison-section>.heading {
        color: #1E1E1E;
        text-align: left;
        margin-bottom: 8px;
        font-weight: 700;
        position: relative
    }

    .fd-rp-mf-comparison-section>.heading::before {
        content: "";
        background: #0D7B19;
        height: 32px;
        width: 6px;
        border-radius: 0 4px 4px 0;
        position: absolute;
        left: -12px;
        top: 0
    }
}

.fd-rp-mf-comparison-section .description {
    letter-spacing: .14px;
    color: rgba(37, 56, 88, .6);
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    text-align: center
}

@media screen and (max-width:767px) {
    .fd-rp-mf-comparison-section .description {
        color: #1E1E1E;
        text-align: left;
        opacity: .6
    }
}

@media screen and (max-width:767px) {
    .fd-rp-mf-comparison-section .description.hide-mobile {
        display: none
    }
}

@media screen and (min-width:768px) {
    .fd-rp-mf-comparison-section .description.hide-desktop {
        display: none
    }
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    position: relative
}

@media screen and (max-width:767px) {
    .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content::after {
        content: "";
        background: transparent linear-gradient(90deg, rgba(249, 251, 255, .2392156863) 0%, #F8FBFF 100%) 0% 0% no-repeat padding-box;
        position: absolute;
        width: 41px;
        right: 0;
        height: 100%
    }
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box {
    width: 32%;
    border: 1px solid rgba(134, 134, 134, .1215686275);
    border-radius: 12px;
    background: #fff
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box.green {
    box-shadow: 0 3px 12px rgba(0, 101, 255, .1607843137);
    border: 1px solid #2C864E
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box.green .heading {
    color: #0D7B19
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box.green .label-value .label {
    font-weight: 400
}

@media screen and (max-width:767px) {
    .fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box {
        margin: 0 10px;
        height: 310px;
        max-width: 225px
    }
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .heading {
    letter-spacing: .14px;
    color: #253858;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    margin: 16px auto
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value {
    border-bottom: 1px solid rgba(198, 198, 198, .1215686275);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 12px;
    margin: 0 15px 12px
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value:last-of-type,
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value:nth-child(7) {
    border-bottom: 0
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .label,
.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value {
    letter-spacing: .12px;
    color: #253858;
    font-size: 12px;
    line-height: 11px;
    font-weight: 300
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value {
    color: #A01B1B;
    font-weight: 700
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value sup {
    font-size: 7px
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .label-value .value.green {
    color: #2C864E
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .award {
    background: rgba(13, 123, 25, .1019607843) 0% 0% no-repeat padding-box;
    border-radius: 0 0 12px 12px;
    display: flex;
    align-items: center;
    padding: 8.5px 12px
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .award img {
    margin-right: 12px
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box .award .text {
    letter-spacing: .1px;
    color: #2C864E;
    font-size: 10px;
    line-height: 11px;
    font-weight: 500
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box:first-child {
    order: 2
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box:nth-child(2) {
    order: 1
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .comparison-box:last-of-type {
    order: 3
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li {
    height: 18px;
    width: 23px
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li button:before {
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 101, 255, .5019607843);
    opacity: 1;
    top: -2px
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li.slick-active {
    background: #0065ff;
    border-radius: 8px
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li.slick-active button:before {
    letter-spacing: 0;
    color: #FFF;
    font-size: 10px;
    line-height: 13px;
    top: 3px;
    left: 2px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li:first-child.slick-active button:before {
    content: "1/3"
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li:nth-child(2).slick-active button:before {
    content: "2/3"
}

.fd-rp-mf-comparison-section .fd-rp-mf-comparison-content .slick-dots li:last-child.slick-active button:before {
    content: "3/3"
}

.fd-rp-mf-comparison-section .button {
    background: #0065FF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    max-width: 227px;
    margin: 14px auto 0;
    text-align: CENTER;
    padding: 12px 0;
    letter-spacing: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .fd-rp-mf-comparison-section .button {
        margin: 35px auto 0
    }
}

.fd-rp-mf-comparison-section .tnc {
    font-size: 10px;
    color: rgba(128, 128, 128, .6);
    position: absolute;
    right: 6px;
    bottom: 3px
}

.insurance-companies-box {
    background: #FFF;
    border: 1px solid #DFE1E6;
    border-radius: 8px;
    padding: 18px;
    position: relative;
    margin-bottom: 38px
}

.insurance-companies-box .heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #253858;
    margin-bottom: 16px
}

.insurance-companies-box .insurance-companies-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .insurance-companies-box .insurance-companies-list {
        width: 100%;
        justify-content: space-between
    }
}

.insurance-companies-box .insurance-companies-list .insurance-company {
    max-width: 92px;
    box-shadow: 0 6px 16px rgba(37, 56, 88, .1);
    height: 105px;
    border-radius: 8px;
    margin-right: 14px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: CENTER;
    justify-content: flex-start;
    padding: 12px 6px;
    width: 100%;
    cursor: pointer
}

@media screen and (max-width:1024px) {
    .insurance-companies-box .insurance-companies-list .insurance-company {
        max-width: 32%
    }
}

@media screen and (max-width:767px) {
    .insurance-companies-box .insurance-companies-list .insurance-company {
        max-width: 30%
    }
}

.insurance-companies-box .insurance-companies-list .insurance-company:nth-child(3n) {
    margin-right: 0
}

.insurance-companies-box .insurance-companies-list .insurance-company .image {
    max-width: 80px;
    height: 40px;
    margin-bottom: 8px
}

.insurance-companies-box .insurance-companies-list .insurance-company .name,
.insurance-companies-box .insurance-companies-list .insurance-company a {
    font-size: 12px;
    line-height: 16px !important;
    text-align: center;
    color: #0065ff
}

.insurance-companies-box .insurance-companies-list .more-content {
    display: none
}

.insurance-companies-box .insurance-companies-list .more-content.show {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.insurance-companies-box .insurers-view-more {
    border: 1px solid #0065FF;
    border-radius: 100px;
    padding: 6px 18px;
    max-width: 170px;
    width: 100%;
    display: block;
    position: absolute;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #0065FF;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer
}

.insurance-companies-box .insurers-view-more::after {
    content: "";
    border: solid #0065FF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.2s ease-out;
    margin: 0 0 3px 5px;
    position: absolute;
    top: 37%;
    right: 12px
}

.insurance-companies-box .insurers-view-more.show::after {
    transform: rotate(-135deg);
    margin: 0 0 1px 5px;
    top: 46%;
    right: 20px
}

.rhs-investment-banner-box {
    background: #F2F2F3 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 22px 30px 28px;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 20px;
    max-width: 342px
}

@media screen and (max-width:1024px) {
    .rhs-investment-banner-box {
        margin: 0 auto
    }
}

.rhs-investment-banner-box::after {
    content: "";
    background: url(../../images/bu/investment/rhs-investment-banner-img.svg);
    width: 181px;
    height: 218px;
    position: absolute;
    bottom: -11px;
    right: -28px;
    z-index: 0
}

.rhs-investment-banner-box .tags {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.rhs-investment-banner-box .tags .investment-tag {
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 6px;
    display: flex;
    align-items: CENTER;
    letter-spacing: .09px;
    color: #0065FF;
    font-size: 12px;
    font-weight: 500
}

.rhs-investment-banner-box .tags .investment-tag img {
    margin-right: 4px
}

.rhs-investment-banner-box .tags .nri-tag {
    letter-spacing: 0;
    color: #2E9087;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: CENTER
}

.rhs-investment-banner-box .tags .nri-tag img {
    margin-right: 4px
}

.rhs-investment-banner-box .heading {
    letter-spacing: .21px;
    color: rgba(30, 30, 30, .5019607843);
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    margin: 10px 0;
    text-align: left
}

.rhs-investment-banner-box .heading span {
    color: #1E1E1E;
    font-weight: 700
}

.rhs-investment-banner-box .description {
    letter-spacing: .16px;
    color: rgba(30, 30, 30, .5019607843);
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 120px;
    padding: 0 10px 0 0
}

.rhs-investment-banner-box .description span {
    color: #1E1E1E;
    font-weight: 700
}

.rhs-investment-banner-box .button {
    background: #0065FF;
    border-radius: 4px;
    border: 0;
    padding: 13px 48px 14px 49px;
    letter-spacing: 0;
    color: #FFF;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.rhs-investment-banner-box .tnc {
    position: absolute;
    left: 8px;
    bottom: 6px;
    letter-spacing: 0;
    color: #253858;
    opacity: .3;
    font-size: 10px;
    line-height: 13px
}

.updated-timestamp {
    color: rgba(102, 109, 112, .7019607843);
    font-size: 10px;
    margin-top: 6px;
    font-style: italic
}