@charset "UTF-8";

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0px;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    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: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.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: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    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%;
    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 {
    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
}

#policybazaar {
    width: 100%
}

li,
ul {
    padding: 0;
    margin: 0
}

.hide {
    display: none !important
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

input::-ms-clear {
    display: none
}

.loading::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    right: 10px;
    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;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
    margin-left: 6px;
    position: absolute
}

.loading::after {
    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
}

::-webkit-input-placeholder {
    color: #253858;
    font-size: 14px;
    line-height: 20px
}

::-moz-placeholder {
    color: #253858;
    font-size: 14px;
    line-height: 20px
}

:-ms-input-placeholder {
    color: #253858;
    font-size: 14px;
    line-height: 20px
}

:-moz-placeholder {
    color: #253858;
    font-size: 14px;
    line-height: 20px
}

@-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)
    }
}

.showForm {
    position: relative;
    max-width: 1170px;
    margin: 12px auto 0
}

@media only screen and (max-width:1024px) {
    .showForm {
        margin: 16px 0 !important;
        padding: 16px 16px 0;
        background: #fff
    }
}

.showForm .disForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    background: url(../../images/bu/home-insurance/home-insurance-top-fold-bg-img-1.png) no-repeat bottom/cover;
    width: 100%;
    padding: 40px 32px 32px;
    border-radius: 32px 32px 0 0
}

@media only screen and (max-width:1024px) {
    .showForm .disForm {
        padding: 10px 16px 8px;
        border-radius: 0 0 32px 32px;
        background: url(../../images/bu/home-insurance/home-insurance-top-fold-bg-img-mobile.png) no-repeat top/cover
    }
}

.showForm .disForm .rightContent {
    padding: 0;
    box-sizing: border-box;
    position: relative;
    width: 100%
}

@media screen and (max-width:1024px) {
    .showForm .disForm .rightContent {
        padding: 0
    }
}

.showForm .disForm .rightContent .bu {
    color: #177eba;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .016em;
    text-transform: uppercase;
    margin: 0 0 20px;
    position: relative;
    display: flex;
    align-items: center
}

.showForm .disForm .rightContent .bu::before {
    content: "";
    background: url(../../images/bu/home-insurance/home-bu-icon.svg) no-repeat center/contain;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 12px
}

@media screen and (max-width:1024px) {
    .showForm .disForm .rightContent .bu {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 16px;
        position: relative;
        z-index: 1
    }

    .showForm .disForm .rightContent .bu::before {
        width: 32px;
        height: 32px
    }
}

.showForm .disForm .rightContent .heading {
    color: var(--253858-n-700, #253858);
    text-align: left;
    font-weight: 400;
    font-size: 44px;
    line-height: 64px;
    letter-spacing: -.02em
}

@media screen and (max-width:1024px) {
    .showForm .disForm .rightContent .heading {
        font-size: 24px;
        line-height: 32px;
        padding: 0 6px;
        z-index: 1;
        position: relative
    }
}

.showForm .disForm .rightContent .heading span {
    font-weight: 700;
    display: block;
    font-size: 52px;
    margin: 8px 0 0;
    line-height: 70px
}

.showForm .disForm .rightContent .heading span sup {
    line-height: 24px;
    font-size: 24px
}

@media screen and (max-width:1024px) {
    .showForm .disForm .rightContent .heading span {
        font-size: 30px;
        line-height: 38px
    }

    .showForm .disForm .rightContent .heading span sup {
        line-height: 16px;
        font-size: 16px
    }
}

.showForm .disForm .rightContent .sub-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 16px;
    position: relative;
    z-index: 1
}

@media screen and (max-width:1024px) {
    .showForm .disForm .rightContent .sub-heading {
        margin: 12px 0 175px
    }
}

.showForm .disForm .rightContent .sub-heading div {
    color: #00875a;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .256px;
    margin-left: 8px
}

.showForm .disForm .rightContent .sub-heading div span {
    font-weight: 900;
    font-size: 22px
}

@media screen and (max-width:1024px) {
    .showForm .disForm .rightContent .sub-heading div {
        font-size: 14px;
        letter-spacing: .196px;
        line-height: 20px
    }

    .showForm .disForm .rightContent .sub-heading div span {
        font-weight: 700;
        font-size: 18px
    }
}

.showForm .disForm .rightContent .label {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .016em;
    text-transform: uppercase;
    margin: 40px 0 0;
    color: #253858
}

@media screen and (max-width:1024px) {
    .showForm .disForm .rightContent .label {
        display: none
    }
}

.showForm .disForm .rightContent .form-grid {
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex
}

@media screen and (max-width:1024px) {
    .showForm .disForm .rightContent .form-grid {
        margin: 0 auto 0;
        padding: 0;
        flex-direction: column
    }
}

.showForm .disForm .rightContent .form-grid .step_1,
.showForm .disForm .rightContent .form-grid .step_2 {
    max-width: 100%;
    margin: 16px 0 12px;
    display: FLEX
}

.showForm .disForm .rightContent .form-grid .left {
    width: 62%;
    z-index: 1
}

@media screen and (max-width:1024px) {
    .showForm .disForm .rightContent .form-grid .left {
        width: 100%;
        position: relative
    }

    .showForm .disForm .rightContent .form-grid .left::before {
        content: "";
        background: url(../../images/bu/home-insurance/home-insurance-top-fold-img-mobile.png) no-repeat center/contain;
        width: 328px;
        height: 394px;
        position: absolute;
        top: 49px;
        left: -16px;
        z-index: 0
    }
}

@media screen and (max-width:1024px) {
    .showForm .disForm .rightContent .form-grid .left .container {
        background: #fff;
        border-radius: 12px;
        padding: 20px 16px;
        position: relative
    }

    .showForm .disForm .rightContent .form-grid .left .container .step_1 {
        flex-direction: column;
        margin: 0
    }

    .showForm .disForm .rightContent .form-grid .left .container .step_1 .fieldWrapper {
        margin: 0 0 16px;
        width: 100%
    }

    .showForm .disForm .rightContent .form-grid .left .container .toptc {
        margin: 12px 0 0;
        text-align: center
    }
}

.showForm .disForm .rightContent .form-grid .right {
    width: 38%
}

@media screen and (max-width:1024px) {
    .showForm .disForm .rightContent .form-grid .right {
        width: 100%
    }
}

.showForm .disForm .rightContent .toptc {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #6b778c;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.showForm .disForm .rightContent .toptc a {
    color: #0065ff;
    text-decoration: none;
    font-weight: 500
}

.leftSection .showForm .disForm .rightContent .h2,
.leftSection .showForm .disForm .rightContent h1,
.leftSection .showForm .disForm .rightContent h2,
.showForm .disForm .rightContent .leftSection .h2,
.showForm .disForm .rightContent .leftSection h1,
.showForm .disForm .rightContent .leftSection h2,
.showForm .disForm .rightContent .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.leftSection .showForm .disForm .rightContent .h2 .cityheading,
.leftSection .showForm .disForm .rightContent h1 .cityheading,
.leftSection .showForm .disForm .rightContent h2 .cityheading,
.showForm .disForm .rightContent .leftSection .h2 .cityheading,
.showForm .disForm .rightContent .leftSection h1 .cityheading,
.showForm .disForm .rightContent .leftSection h2 .cityheading,
.showForm .disForm .rightContent .title .cityheading {
    line-height: 26px !important;
    width: 75%
}

@media screen and (max-width:640px) {

    .leftSection .showForm .disForm .rightContent .h2 .cityheading,
    .leftSection .showForm .disForm .rightContent h1 .cityheading,
    .leftSection .showForm .disForm .rightContent h2 .cityheading,
    .showForm .disForm .rightContent .leftSection .h2 .cityheading,
    .showForm .disForm .rightContent .leftSection h1 .cityheading,
    .showForm .disForm .rightContent .leftSection h2 .cityheading,
    .showForm .disForm .rightContent .title .cityheading {
        width: 100%
    }
}

.leftSection .showForm .disForm .rightContent .h2 .cityheading:after,
.leftSection .showForm .disForm .rightContent h1 .cityheading:after,
.leftSection .showForm .disForm .rightContent h2 .cityheading:after,
.showForm .disForm .rightContent .leftSection .h2 .cityheading:after,
.showForm .disForm .rightContent .leftSection h1 .cityheading:after,
.showForm .disForm .rightContent .leftSection h2 .cityheading:after,
.showForm .disForm .rightContent .title .cityheading:after {
    left: 165px !important;
    top: auto !important;
    bottom: 10px
}

@media screen and (max-width:1024px) {

    .leftSection .showForm .disForm .rightContent .h2 .cityheading:after,
    .leftSection .showForm .disForm .rightContent h1 .cityheading:after,
    .leftSection .showForm .disForm .rightContent h2 .cityheading:after,
    .showForm .disForm .rightContent .leftSection .h2 .cityheading:after,
    .showForm .disForm .rightContent .leftSection h1 .cityheading:after,
    .showForm .disForm .rightContent .leftSection h2 .cityheading:after,
    .showForm .disForm .rightContent .title .cityheading:after {
        display: none
    }
}

.leftSection .showForm .disForm .rightContent .h2 .heading,
.leftSection .showForm .disForm .rightContent h1 .heading,
.leftSection .showForm .disForm .rightContent h2 .heading,
.showForm .disForm .rightContent .leftSection .h2 .heading,
.showForm .disForm .rightContent .leftSection h1 .heading,
.showForm .disForm .rightContent .leftSection h2 .heading,
.showForm .disForm .rightContent .title .heading {
    font-size: 16px;
    position: relative;
    display: block;
    line-height: 36px;
    font-weight: 500;
    color: #172b4d;
    margin: 0
}

@media screen and (max-width:1024px) {

    .leftSection .showForm .disForm .rightContent .h2 .heading,
    .leftSection .showForm .disForm .rightContent h1 .heading,
    .leftSection .showForm .disForm .rightContent h2 .heading,
    .showForm .disForm .rightContent .leftSection .h2 .heading,
    .showForm .disForm .rightContent .leftSection h1 .heading,
    .showForm .disForm .rightContent .leftSection h2 .heading,
    .showForm .disForm .rightContent .title .heading {
        font-size: 18px;
        color: #333;
        line-height: 28px
    }

    .leftSection .showForm .disForm .rightContent .h2 .heading strong,
    .leftSection .showForm .disForm .rightContent h1 .heading strong,
    .leftSection .showForm .disForm .rightContent h2 .heading strong,
    .showForm .disForm .rightContent .leftSection .h2 .heading strong,
    .showForm .disForm .rightContent .leftSection h1 .heading strong,
    .showForm .disForm .rightContent .leftSection h2 .heading strong,
    .showForm .disForm .rightContent .title .heading strong {
        color: #0065ff
    }

    .leftSection .showForm .disForm .rightContent .h2 .heading:after,
    .leftSection .showForm .disForm .rightContent h1 .heading:after,
    .leftSection .showForm .disForm .rightContent h2 .heading:after,
    .showForm .disForm .rightContent .leftSection .h2 .heading:after,
    .showForm .disForm .rightContent .leftSection h1 .heading:after,
    .showForm .disForm .rightContent .leftSection h2 .heading:after,
    .showForm .disForm .rightContent .title .heading:after {
        display: none
    }

    .leftSection .showForm .disForm .rightContent .h2 .heading#citylocation,
    .leftSection .showForm .disForm .rightContent h1 .heading#citylocation,
    .leftSection .showForm .disForm .rightContent h2 .heading#citylocation,
    .showForm .disForm .rightContent .leftSection .h2 .heading#citylocation,
    .showForm .disForm .rightContent .leftSection h1 .heading#citylocation,
    .showForm .disForm .rightContent .leftSection h2 .heading#citylocation,
    .showForm .disForm .rightContent .title .heading#citylocation {
        font-weight: 400
    }

    .leftSection .showForm .disForm .rightContent .h2 .heading.step-2,
    .leftSection .showForm .disForm .rightContent h1 .heading.step-2,
    .leftSection .showForm .disForm .rightContent h2 .heading.step-2,
    .showForm .disForm .rightContent .leftSection .h2 .heading.step-2,
    .showForm .disForm .rightContent .leftSection h1 .heading.step-2,
    .showForm .disForm .rightContent .leftSection h2 .heading.step-2,
    .showForm .disForm .rightContent .title .heading.step-2 {
        font-size: 16px
    }
}

.leftSection .showForm .disForm .rightContent .h2 .heading::after,
.leftSection .showForm .disForm .rightContent h1 .heading::after,
.leftSection .showForm .disForm .rightContent h2 .heading::after,
.showForm .disForm .rightContent .leftSection .h2 .heading::after,
.showForm .disForm .rightContent .leftSection h1 .heading::after,
.showForm .disForm .rightContent .leftSection h2 .heading::after,
.showForm .disForm .rightContent .title .heading::after {
    background: #707070;
    left: 235px;
    top: 50%;
    height: 1px;
    width: 30px
}

.leftSection .showForm .disForm .rightContent .h2 .heading.step-2:after,
.leftSection .showForm .disForm .rightContent h1 .heading.step-2:after,
.leftSection .showForm .disForm .rightContent h2 .heading.step-2:after,
.showForm .disForm .rightContent .leftSection .h2 .heading.step-2:after,
.showForm .disForm .rightContent .leftSection h1 .heading.step-2:after,
.showForm .disForm .rightContent .leftSection h2 .heading.step-2:after,
.showForm .disForm .rightContent .title .heading.step-2:after {
    display: none
}

.leftSection .showForm .disForm .rightContent .h2 .heading.step-2 .back,
.leftSection .showForm .disForm .rightContent h1 .heading.step-2 .back,
.leftSection .showForm .disForm .rightContent h2 .heading.step-2 .back,
.showForm .disForm .rightContent .leftSection .h2 .heading.step-2 .back,
.showForm .disForm .rightContent .leftSection h1 .heading.step-2 .back,
.showForm .disForm .rightContent .leftSection h2 .heading.step-2 .back,
.showForm .disForm .rightContent .title .heading.step-2 .back {
    border: solid #172b4d;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    transition: all .2s ease-out;
    margin: 0 15px -1px 0;
    cursor: pointer
}

@media screen and (max-width:320px) {

    .leftSection .showForm .disForm .rightContent .h2 .heading.step-2 .back,
    .leftSection .showForm .disForm .rightContent h1 .heading.step-2 .back,
    .leftSection .showForm .disForm .rightContent h2 .heading.step-2 .back,
    .showForm .disForm .rightContent .leftSection .h2 .heading.step-2 .back,
    .showForm .disForm .rightContent .leftSection h1 .heading.step-2 .back,
    .showForm .disForm .rightContent .leftSection h2 .heading.step-2 .back,
    .showForm .disForm .rightContent .title .heading.step-2 .back {
        margin: 0 5px -1px 0
    }
}

.leftSection .showForm .disForm .rightContent .h2 .step,
.leftSection .showForm .disForm .rightContent h1 .step,
.leftSection .showForm .disForm .rightContent h2 .step,
.showForm .disForm .rightContent .leftSection .h2 .step,
.showForm .disForm .rightContent .leftSection h1 .step,
.showForm .disForm .rightContent .leftSection h2 .step,
.showForm .disForm .rightContent .title .step {
    color: #5044a4;
    font-size: 12px;
    line-height: 18px;
    background: #eae6ff 0 0 no-repeat padding-box;
    border-radius: 40px;
    padding: 3px 10px 4px
}

@media (max-width:1024px) {

    .leftSection .showForm .disForm .rightContent .h2 .step,
    .leftSection .showForm .disForm .rightContent h1 .step,
    .leftSection .showForm .disForm .rightContent h2 .step,
    .showForm .disForm .rightContent .leftSection .h2 .step,
    .showForm .disForm .rightContent .leftSection h1 .step,
    .showForm .disForm .rightContent .leftSection h2 .step,
    .showForm .disForm .rightContent .title .step {
        display: none
    }
}

.leftSection .showForm .disForm .rightContent .pdleft.h2,
.leftSection .showForm .disForm .rightContent h1.pdleft,
.leftSection .showForm .disForm .rightContent h2.pdleft,
.showForm .disForm .rightContent .leftSection .pdleft.h2,
.showForm .disForm .rightContent .leftSection h1.pdleft,
.showForm .disForm .rightContent .leftSection h2.pdleft,
.showForm .disForm .rightContent .title.pdleft {
    padding-left: 40px;
    position: relative
}

.leftSection .showForm .disForm .rightContent .pdleft.h2 .back,
.leftSection .showForm .disForm .rightContent h1.pdleft .back,
.leftSection .showForm .disForm .rightContent h2.pdleft .back,
.showForm .disForm .rightContent .leftSection .pdleft.h2 .back,
.showForm .disForm .rightContent .leftSection h1.pdleft .back,
.showForm .disForm .rightContent .leftSection h2.pdleft .back,
.showForm .disForm .rightContent .title.pdleft .back {
    background-image: url(../../images/bu/rightarrow.png?v=1004);
    background-position: 0 0;
    width: 30px;
    height: 23px;
    display: inline-block;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
    top: 20px
}

@media only screen and (max-width:768px) {

    .leftSection .showForm .disForm .rightContent .pdleft.h2 .back,
    .leftSection .showForm .disForm .rightContent h1.pdleft .back,
    .leftSection .showForm .disForm .rightContent h2.pdleft .back,
    .showForm .disForm .rightContent .leftSection .pdleft.h2 .back,
    .showForm .disForm .rightContent .leftSection h1.pdleft .back,
    .showForm .disForm .rightContent .leftSection h2.pdleft .back,
    .showForm .disForm .rightContent .title.pdleft .back {
        top: 17px;
        height: 23px
    }
}

.leftSection .showForm .disForm .rightContent .h2 .smalltext,
.leftSection .showForm .disForm .rightContent h1 .smalltext,
.leftSection .showForm .disForm .rightContent h2 .smalltext,
.showForm .disForm .rightContent .leftSection .h2 .smalltext,
.showForm .disForm .rightContent .leftSection h1 .smalltext,
.showForm .disForm .rightContent .leftSection h2 .smalltext,
.showForm .disForm .rightContent .title .smalltext {
    font-size: 12px;
    font-weight: 500
}

@media only screen and (max-width:768px) {

    .leftSection .showForm .disForm .rightContent .h2,
    .leftSection .showForm .disForm .rightContent h1,
    .leftSection .showForm .disForm .rightContent h2,
    .showForm .disForm .rightContent .leftSection .h2,
    .showForm .disForm .rightContent .leftSection h1,
    .showForm .disForm .rightContent .leftSection h2,
    .showForm .disForm .rightContent .title {
        font-size: 26px
    }

    .leftSection .showForm .disForm .rightContent .h2 .smalltext,
    .leftSection .showForm .disForm .rightContent h1 .smalltext,
    .leftSection .showForm .disForm .rightContent h2 .smalltext,
    .showForm .disForm .rightContent .leftSection .h2 .smalltext,
    .showForm .disForm .rightContent .leftSection h1 .smalltext,
    .showForm .disForm .rightContent .leftSection h2 .smalltext,
    .showForm .disForm .rightContent .title .smalltext {
        font-size: 15px
    }
}

.showForm .disForm .rightContent .fieldWrapper {
    margin: 0 16px 0 0;
    width: 230px;
    flex-shrink: 0
}

.showForm .disForm .rightContent .fieldWrapper .formInput {
    border: 1px solid #5e6c84;
    border-radius: 8px;
    position: relative
}

.showForm .disForm .rightContent .fieldWrapper .formInput.gender {
    position: relative
}

.showForm .disForm .rightContent .fieldWrapper .formInput.gender::before {
    content: "";
    width: 1px;
    background: #ccc;
    position: absolute;
    height: 30px;
    top: 50%;
    -webkit-transform: translate(-21%, -50%);
    transform: translate(-21%, -50%);
    left: 72px
}

.showForm .disForm .rightContent .fieldWrapper .formInput.gender select {
    position: absolute;
    width: 75px;
    border: none;
    height: 100%;
    background: url(../../../cdn/images/bu/selectarrow.svg) no-repeat 80% 55% !important;
    background-size: 10px 6px !important;
    z-index: 10;
    padding: 17px 15px 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.showForm .disForm .rightContent .fieldWrapper .formInput.gender .labelFeild {
    left: 80px
}

.showForm .disForm .rightContent .fieldWrapper .formInput.gender .tooltip {
    width: 251px;
    position: absolute;
    right: -280px;
    height: 97px;
    top: 0;
    background: url(../../images/bu/home-insurance/home-insurance-toolip-name-bg.svg) no-repeat center/cover;
    padding: 12px 12px 12px 24px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20%);
    transition: all .3s ease-out
}

.showForm .disForm .rightContent .fieldWrapper .formInput.gender .tooltip p {
    color: var(--253858-n-700, #253858);
    margin-top: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .196px;
    padding: 0
}

@media screen and (max-width:960px) {
    .showForm .disForm .rightContent .fieldWrapper .formInput.gender .tooltip {
        display: none
    }
}

.showForm .disForm .rightContent .fieldWrapper .formInput.gender input:focus+.tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.showForm .disForm .rightContent .fieldWrapper .formInput.number .tooltip {
    width: 251px;
    position: absolute;
    right: -280px;
    height: 138px;
    top: 0;
    background: url(../../images/bu/home-insurance/home-insurance-toolip-number-bg.svg) no-repeat center/cover;
    padding: 12px 12px 12px 24px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20%);
    transition: all .3s ease-out
}

.showForm .disForm .rightContent .fieldWrapper .formInput.number .tooltip p {
    color: var(--253858-n-700, #253858);
    margin-top: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .196px;
    padding: 0
}

@media screen and (max-width:960px) {
    .showForm .disForm .rightContent .fieldWrapper .formInput.number .tooltip {
        display: none
    }
}

.showForm .disForm .rightContent .fieldWrapper .formInput.number input:focus+.tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.showForm .disForm .rightContent .fieldWrapper .formInput .format {
    position: absolute;
    right: 15px;
    top: 35%;
    color: #b1aeae;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 3px 0;
    cursor: pointer;
    z-index: 10
}

.showForm .disForm .rightContent .fieldWrapper .formInput .format .fa.fa-check {
    width: 15px;
    height: 15px;
    background: url(../../images/bu/tick-enabled.svg) no-repeat center/contain !important;
    position: absolute;
    right: 0
}

.showForm .disForm .rightContent .fieldWrapper .formInput input.labelshow+.labelFeild,
.showForm .disForm .rightContent .fieldWrapper .formInput input:focus+.labelFeild {
    top: -10px;
    left: 10px;
    font-size: 13px;
    padding: 0 5px;
    z-index: 11
}

.showForm .disForm .rightContent .fieldWrapper .formInput input:disabled+.labelFeild {
    top: -10px;
    left: 10px;
    z-index: 11;
    font-size: 13px;
    padding: 0 5px
}

.showForm .disForm .rightContent .fieldWrapper .formInput .labelFeild {
    font-size: 14px;
    letter-spacing: 0;
    padding: 5px 0;
    font-weight: 400;
    position: absolute;
    top: 20px;
    left: 13px;
    padding: 0;
    background: #f9f9ff;
    color: #5e6c84;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 0
}

.showForm .disForm .rightContent .fieldWrapper .err {
    font-size: 12px;
    color: red;
    display: block;
    padding: 5px 0 0 0
}

.showForm .disForm .rightContent .fieldWrapper.borderNone {
    border: none
}

.showForm .disForm .rightContent .fieldWrapper p {
    font-size: 14px;
    font-weight: 500;
    color: #253858;
    padding: 0 0 8px 0
}

.showForm .disForm .rightContent .fieldWrapper .city {
    padding: 0 0 12px 0;
    margin: 0;
    color: var(--253858-n-700, #253858);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .196px
}

.showForm .disForm .rightContent .fieldWrapper input,
.showForm .disForm .rightContent .fieldWrapper select {
    width: 100%;
    height: 100%;
    padding: 16px 15px;
    border-radius: 10px;
    border: none;
    font-weight: 400;
    z-index: 9;
    background: 0 0;
    position: relative;
    background: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .256px;
    color: #5e6c84
}

.showForm .disForm .rightContent .fieldWrapper input.homeemail,
.showForm .disForm .rightContent .fieldWrapper input.homename,
.showForm .disForm .rightContent .fieldWrapper select.homeemail,
.showForm .disForm .rightContent .fieldWrapper select.homename {
    padding: 16px 40px 16px 15px
}

.showForm .disForm .rightContent .fieldWrapper input:disabled {
    color: #000;
    opacity: 1
}

.showForm .disForm .rightContent .fieldWrapper #homeInsurancePincode {
    padding: 16 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .256px;
    color: #5e6c84
}

.showForm .disForm .rightContent .fieldWrapper #homeInsurancePincode::-webkit-input-placeholder {
    color: #5e6c84
}

.showForm .disForm .rightContent .fieldWrapper .feildLable {
    font-size: 13px;
    padding: 0 0 8px;
    color: #253858;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 10;
    display: block
}

.showForm .disForm .rightContent .fieldWrapper .radio_pills {
    display: inline-block;
    width: 100%
}

.showForm .disForm .rightContent .fieldWrapper .radio_pills label {
    margin: 0 10px 9px 0;
    display: inline-block;
    cursor: pointer;
    position: relative
}

.showForm .disForm .rightContent .fieldWrapper .radio_pills label input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1
}

.showForm .disForm .rightContent .fieldWrapper .radio_pills label input[type=radio]+span {
    display: inline-block;
    width: auto;
    padding: 6px 16px;
    border-radius: 100px;
    border: 1px solid var(--dfe-1-e-6-n-40, #dfe1e6);
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(52, 105, 203, .12);
    color: var(--253858-n-700, #253858);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .196px
}

.showForm .disForm .rightContent .fieldWrapper .radio_pills label input[type=radio]:checked+span {
    border: 1px solid #0065ff;
    color: #0065ff;
    background: #fff
}

.showForm .disForm .rightContent .fieldWrapper .radio_pills label .mt-top {
    margin-top: 20px
}

.showForm .disForm .rightContent .proceedBtn {
    -o-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 16px;
    padding: 10px 12px;
    line-height: normal;
    display: block;
    border: solid 1px transparent;
    -webkit-appearance: none;
    border-radius: 4px;
    background: #0065ff;
    color: #fff;
    width: 100%;
    position: relative
}

.showForm .disForm .rightContent .proceedBtn.active,
.showForm .disForm .rightContent .proceedBtn.loading,
.showForm .disForm .rightContent .proceedBtn:hover {
    background: #0051cc;
    color: #fff
}

.showForm .disForm .rightContent .proceedBtn.loading span {
    visibility: hidden
}

.showForm .disForm .rightContent .proceedBtn.loading:after {
    left: 0;
    right: 0;
    margin: 0 auto
}

.showForm .disForm .rightContent .loader {
    -o-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 16px;
    padding: 10px 12px;
    line-height: 24px;
    display: block;
    border: solid 1px transparent;
    -webkit-appearance: none;
    height: 48px;
    border-radius: 8px;
    background: var(--0065-ff-b-300, #0065ff);
    color: #fff;
    width: 100%;
    position: relative
}

.showForm .disForm .rightContent .loader.active,
.showForm .disForm .rightContent .loader.loading,
.showForm .disForm .rightContent .loader:hover {
    color: #fff
}

.showForm .disForm .rightContent .loader.loading span {
    visibility: hidden
}

.showForm .disForm .rightContent .loader.loading:after {
    left: 0;
    right: 0;
    margin: 0 auto
}

.showForm .disForm .rightContent .loader.proceedBtn::after {
    content: "";
    background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0
}

.showForm .disForm .rightContent .step_2 {
    margin: 0 auto !important
}

@media screen and (max-width:767px) {
    .showForm .disForm .rightContent .step_2 {
        margin-top: 40px !important
    }
}

.showForm .disForm .rightContent .step_2 .heading-back-button {
    display: flex;
    align-items: center
}

.showForm .disForm .rightContent .step_2 .heading-back-button .back {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(52, 105, 203, .1607843137);
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative
}

.showForm .disForm .rightContent .step_2 .heading-back-button .back:before {
    border: solid #253858;
    border-width: 2px 2px 0 0;
    display: inline-block;
    padding: 3px;
    transform: translate(0, -50%) rotate(-135deg);
    transition: all .2s ease-out;
    margin: 0 0 0 14px;
    content: "";
    left: -1px;
    position: absolute;
    top: 50%
}

@media screen and (max-width:767px) {
    .showForm .disForm .rightContent .step_2 .heading-back-button .back {
        width: 24px;
        height: 24px
    }

    .showForm .disForm .rightContent .step_2 .heading-back-button .back::before {
        left: -4px
    }
}

.showForm .disForm .rightContent .step_2 .heading-back-button .heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 25.78px;
    text-align: left;
    margin-left: 16px
}

@media screen and (max-width:767px) {
    .showForm .disForm .rightContent .step_2 .heading-back-button .heading {
        font-size: 18px;
        line-height: 24px;
        margin-left: 12px
    }
}

.showForm .disForm .rightContent .step_2 .insurance-type-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0
}

@media screen and (max-width:767px) {
    .showForm .disForm .rightContent .step_2 .insurance-type-list {
        flex-direction: column
    }
}

.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type {
    border: 1px solid #97a0af;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    min-height: 200px;
    max-width: 232px;
    width: 100%
}

@media screen and (max-width:767px) {
    .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type {
        max-width: 100%;
        min-height: auto;
        margin: 0 0 16px;
        padding: 12px 30px 12px 12px
    }

    .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type:last-child {
        margin: 0
    }

    .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .details {
        padding: 0 17px 0 0
    }
}

.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type [type=radio]:checked,
.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type [type=radio]:checked+.content,
.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type [type=radio]:not(:checked)+.content {
    position: relative;
    cursor: pointer
}

.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type [type=radio]:checked+.content:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #0065ff;
    border-radius: 100%;
    background: #0065ff
}

.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type [type=radio]:not(:checked)+.content:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #6b778c;
    border-radius: 100%;
    background: #fff
}

.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type [type=radio]:checked+.content:after,
.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type [type=radio]:not(:checked)+.content:after {
    content: "";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 1px;
    position: absolute;
    right: 7px;
    top: 4px;
    transition: all .2s ease
}

.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type [type=radio]:not(:checked)+.content:after {
    opacity: 0
}

.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type [type=radio]:checked+.content:after {
    opacity: 1
}

@media screen and (max-width:767px) {
    .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content {
        display: flex
    }
}

.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .image {
    width: 56px;
    height: 48px
}

.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .image img {
    max-width: 100%
}

@media screen and (max-width:767px) {
    .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .image {
        margin-right: 12px;
        flex-shrink: 0;
        width: 44px;
        height: 37px
    }
}

.leftSection .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .h2,
.leftSection .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content h1,
.leftSection .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content h2,
.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .leftSection .h2,
.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .leftSection h1,
.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .leftSection h2,
.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .title {
    color: #253858;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: left;
    margin: 12px 0 8px;
    display: block
}

@media screen and (max-width:767px) {

    .leftSection .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .h2,
    .leftSection .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content h1,
    .leftSection .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content h2,
    .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .leftSection .h2,
    .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .leftSection h1,
    .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .leftSection h2,
    .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .title {
        font-size: 14px;
        line-height: 16.41px;
        margin: 0 0 8px
    }
}

.showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .description {
    color: #5e6c84;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left
}

@media screen and (max-width:767px) {
    .showForm .disForm .rightContent .step_2 .insurance-type-list .insurance-type .content .description {
        font-size: 12px;
        line-height: 18px
    }
}

.showForm .disForm .rightContent .certified {
    max-width: 480px;
    margin: 20px auto 0;
    text-align: center;
    background: #fff9e2;
    border: 4px solid #fff;
    display: table;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.06px;
    padding: 8px 9px 8px 40px;
    color: #505f79;
    border-radius: 8px;
    position: relative
}

.showForm .disForm .rightContent .certified::before {
    content: "";
    background: url(../../images/bu/home-insurance/pb-certified-icon.png) no-repeat center/contain;
    width: 47px;
    height: 47px;
    position: absolute;
    top: -9px;
    left: -14px
}

@media screen and (max-width:320px) {
    .showForm .disForm .rightContent {
        padding: 20px 15px
    }
}

.showForm .disForm .rightContent.big_heading .heading .wraptext,
.showForm .disForm .rightContent.big_heading .heading p {
    font-size: 22px;
    line-height: 32px;
    margin: 0
}

.showForm .disForm .rightContent.big_heading .heading .wraptext span {
    color: #00b8d9;
    font-weight: 700
}

.showForm .disForm .rightContent.big_heading .heading:after {
    display: none
}

@media only screen and (max-width:1024px) {
    .showForm .disForm {
        width: 100%;
        flex-direction: column-reverse
    }
}

.showForm .top-insurer-list-section {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: relative;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 6px 6px 16px
}

@media screen and (max-width:1024px) {
    .showForm .top-insurer-list-section {
        margin-top: 0;
        margin-bottom: 0;
        background: #fff;
        padding: 24px 0 24px 16px
    }
}

@media screen and (max-width:767px) {
    .showForm .top-insurer-list-section {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.showForm .top-insurer-list-section .heading {
    color: var(--253858-n-700, #253858);
    width: 68px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .196px;
    border-right: 1px solid #dfe1e6;
    padding-right: 12px;
    margin-right: 12px
}

@media screen and (max-width:767px) {
    .showForm .top-insurer-list-section .heading {
        width: 100%;
        margin-bottom: 16px;
        position: relative
    }

    .showForm .top-insurer-list-section .heading::after {
        content: "";
        background: #253858;
        width: 24px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 90px
    }
}

.showForm .top-insurer-list-section .top-insurers-list {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .showForm .top-insurer-list-section .top-insurers-list {
        width: 100%;
        overflow-x: scroll
    }

    .showForm .top-insurer-list-section .top-insurers-list::-webkit-scrollbar {
        display: none
    }
}

.showForm .top-insurer-list-section .top-insurers-list .top-insurer {
    margin-right: 32px
}

.showForm .top-insurer-list-section .top-insurers-list .top-insurer:last-child {
    margin-right: 0
}

.floatingPopupDiv .showForm .disForm {
    margin: 0
}

.floatingPopupDiv .showForm .disForm .rightContent .leftSection .h2 .heading,
.floatingPopupDiv .showForm .disForm .rightContent .leftSection h1 .heading,
.floatingPopupDiv .showForm .disForm .rightContent .leftSection h2 .heading,
.floatingPopupDiv .showForm .disForm .rightContent .title .heading,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent .h2 .heading,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent h1 .heading,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent h2 .heading {
    line-height: 28px
}

.floatingPopupDiv .showForm .disForm .rightContent .leftSection .h2 .heading p,
.floatingPopupDiv .showForm .disForm .rightContent .leftSection h1 .heading p,
.floatingPopupDiv .showForm .disForm .rightContent .leftSection h2 .heading p,
.floatingPopupDiv .showForm .disForm .rightContent .title .heading p,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent .h2 .heading p,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent h1 .heading p,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent h2 .heading p {
    margin: 0
}

.floatingPopupDiv .showForm .disForm .rightContent .leftSection .h2 .cityheading:after,
.floatingPopupDiv .showForm .disForm .rightContent .leftSection h1 .cityheading:after,
.floatingPopupDiv .showForm .disForm .rightContent .leftSection h2 .cityheading:after,
.floatingPopupDiv .showForm .disForm .rightContent .title .cityheading:after,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent .h2 .cityheading:after,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent h1 .cityheading:after,
.leftSection .floatingPopupDiv .showForm .disForm .rightContent h2 .cityheading:after {
    left: 215px !important
}

.ui-widget-content.ui-autocomplete {
    background: #fff;
    box-shadow: 0 10px 16px rgba(0, 0, 0, .4);
    max-height: 250px;
    overflow: auto;
    max-width: 431px !important;
    z-index: 999999;
    overflow-x: hidden;
    position: relative !important;
    overflow-y: auto !important
}

@media only screen and (max-width:1024px) {
    .ui-widget-content.ui-autocomplete {
        max-width: 399px !important
    }
}

.ui-widget-content.ui-autocomplete li {
    padding: 0;
    border: none !important;
    background-color: #fff !important
}

.ui-widget-content.ui-autocomplete li a {
    padding: 16px !important;
    font-size: 14px;
    line-height: 16px;
    color: #666 !important;
    background-image: none !important;
    border: none !important;
    display: block;
    background-color: #fff !important
}

.ui-widget-content.ui-autocomplete li a:hover {
    background-color: #efecec !important;
    color: #212529 !important
}

.ui-widget-content.ui-autocomplete li a.ui-state-active {
    background-color: #efecec !important;
    color: #212529 !important;
    margin: 0 !important
}

@media only screen and (max-width:1024px) {
    .ui-widget-content.ui-autocomplete {
        max-width: 335px !important;
        width: 333px !important
    }
}

@media only screen and (max-width:400px) {
    .ui-widget-content.ui-autocomplete {
        max-width: 335px !important;
        width: 303px !important
    }
}

@media only screen and (max-width:365px) {
    .ui-widget-content.ui-autocomplete {
        max-width: 335px !important;
        width: 288px !important
    }
}

@media only screen and (max-width:325px) {
    .ui-widget-content.ui-autocomplete {
        max-width: 335px !important;
        width: 258px !important
    }
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent .leftbox {
    display: block !important
}

.form-whatsapp {
    font-size: 12px;
    text-align: left;
    color: #253858;
    margin-top: 22px
}

@media screen and (max-width:767px) {
    .form-whatsapp {
        margin-bottom: 0;
        margin-top: 20px;
        text-align: center
    }
}

.form-whatsapp .switch {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px
}

.form-whatsapp .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.form-whatsapp .slider {
    width: 14px;
    border: 1px solid #b3bac5;
    background: #b3bac5;
    height: 14px;
    margin-right: 10px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

.form-whatsapp input:checked+.slider:before {
    width: 10px;
    height: 10px;
    background: url(../../images/bu/checked-ico.png) no-repeat center/contain;
    position: absolute;
    display: inline-block;
    background-size: 100%;
    content: "";
    color: transparent !important;
    top: 1px;
    left: 1px
}

.form-whatsapp input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #2196f3;
    box-shadow: 0 0 1px #2196f3
}

.right .right-bg-image {
    background: url(../../images/bu/home-insurance/home-insurance-top-fold-right-img.png) no-repeat center/contain;
    width: 610px;
    height: 453px;
    position: absolute;
    right: -32px;
    top: -32px;
    z-index: 0
}

@media screen and (max-width:1024px) {
    .right .right-bg-image {
        display: none
    }
}

.right .pointers-list {
    margin: 32px 0 0;
    z-index: 1;
    position: relative
}

@media screen and (max-width:1024px) {
    .right .pointers-list {
        display: flex;
        overflow-x: scroll;
        margin: 24px 0 0;
        padding: 0 0 12px
    }

    .right .pointers-list::-webkit-scrollbar {
        display: none
    }
}

.right .pointers-list .pointer-row {
    display: flex;
    align-items: center;
    justify-content: center
}

.right .pointers-list .pointer-row.space-between {
    justify-content: space-between;
    margin: 32px 0 0
}

@media screen and (max-width:1024px) {
    .right .pointers-list .pointer-row {
        margin: 0 8px 0;
        display: block;
        flex-shrink: 0
    }

    .right .pointers-list .pointer-row.space-between {
        display: flex;
        margin: 0
    }
}

.right .pointers-list .pointer-row .pointer {
    box-shadow: 2px 4px 0 0 #69a5c8;
    background: #fff;
    border-radius: 16px;
    padding: 6px 12px;
    display: flex;
    align-items: CENTER;
    max-width: 140px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .016em;
    color: #253858
}

@media screen and (max-width:1024px) {
    .right .pointers-list .pointer-row .pointer {
        width: 100%;
        flex-shrink: 0;
        margin-right: 8px;
        border-radius: 100px
    }

    .right .pointers-list .pointer-row .pointer:last-child {
        max-width: 167px
    }
}

.right .pointers-list .pointer-row .pointer img {
    width: 40px;
    height: 40px
}

@media screen and (max-width:1024px) {
    .right .pointers-list .pointer-row .pointer img {
        width: 28px;
        height: 28px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0px;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    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: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.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: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    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
}

li,
ul {
    padding: 0;
    margin: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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: 0px;
    color: #7a869a;
    opacity: .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;
    text-align: center
}

@media screen and (max-width:767px) {
    .trustedBy.adjust .grid p.adjustedItems {
        font-size: 18px
    }
}

.trustedBy.adjust .grid p.adjustedItems>b {
    color: #172b4d;
    font-weight: 500
}

.trustedBy.section,
.trustedBysection {
    padding: 20px 20px
}

@media screen and (max-width:767px) {

    .trustedBy.section,
    .trustedBysection {
        padding-left: 10px;
        padding-right: 10px
    }
}

.trustedBy.section p,
.trustedBysection p {
    color: #667173;
    font-size: 16px;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {

    .trustedBy.section p,
    .trustedBysection p {
        font-size: 14px
    }
}

.trustedBy.section p b,
.trustedBysection p b {
    color: #1b292c
}

.trustedBy.section .slick-list,
.trustedBysection .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: 1170px;
    margin: 0 auto
}

.layoutfull {
    width: 100%
}

.leftSection .h2,
.leftSection h1,
.leftSection h2,
.title {
    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: 0 !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
}

.rightSection {
    width: 342px;
    float: right;
    padding: 0
}

.grid.contentSection.sticky_widget {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.leftSection {
    width: 779px;
    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;
    margin-bottom: 20px
}

@media only screen and (max-width:1024px) {
    .leftSection .left_fullbanner {
        max-width: 100%;
        cursor: pointer;
        padding: 10px 20px 0;
        display: block;
        margin-bottom: 0
    }

    .leftSection .left_fullbanner.mr-20 {
        padding: 10px 0 20px
    }
}

@media (max-width:1366px) and (orientation:landscape) {
    .leftSection .left_fullbanner {
        cursor: pointer;
        padding: 10px 20px 20px;
        display: block;
        margin: 0 auto
    }
}

.leftSection .left_fullbanner img {
    width: 100%
}

@media only screen and (max-width:1024px) {
    .leftSection .left_fullbanner img {
        width: auto;
        height: auto !important
    }
}

.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 {
        max-width: 750px;
        margin: 30px auto;
        display: block;
        float: inherit;
        width: 100%
    }
}

@media (max-width:640px) {
    .leftSection .mid-form {
        max-width: 350px;
        width: 100%;
        margin: 20px auto
    }
}

.leftSection .mid-form .orange-box {
    display: none;
    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 .wrapper {
    width: calc(100% - 250px);
    background: #fff;
    margin-left: calc(100% - 470px);
    padding: 20px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width:1024px) {
    .leftSection .mid-form .wrapper {
        margin-left: calc(100% - 440px)
    }
}

@media (max-width:740px) {
    .leftSection .mid-form .wrapper {
        width: calc(100% - 150px);
        background: #fff;
        margin-left: calc(100% - 380px)
    }
}

@media (max-width:640px) {
    .leftSection .mid-form .wrapper {
        width: 100%;
        padding: 15px;
        max-width: 360px;
        margin: 0 auto;
        display: block;
        border-radius: 12px
    }
}

.leftSection .mid-form .form-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    background: #0068d9;
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    position: relative
}

.leftSection .mid-form .form-block:before {
    content: "";
    width: 170px;
    height: 185px;
    position: absolute;
    background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 50px;
    background-size: contain
}

@media (max-width:640px) {
    .leftSection .mid-form .form-block:before {
        display: none
    }
}

.leftSection .mid-form .form-block .left-div {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 15%
}

.leftSection .mid-form .form-block .left-div .gender-tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 43px;
    align-items: center;
    margin-bottom: 10px
}

@media (max-width:640px) {
    .leftSection .mid-form .form-block .left-div .gender-tab {
        width: 200px;
        margin: 0 auto 20px;
        position: relative;
        left: 35%
    }
}

.leftSection .mid-form .form-block .left-div .gender-tab label {
    user-select: none
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
    display: none
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]+label {
    z-index: 10;
    margin: 0;
    position: relative;
    color: #676767;
    font-weight: 400;
    background-color: #efefef;
    border: 1px solid #ddd;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
    position: relative
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]+[for=female] {
    left: -10px
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked+label {
    color: #fff;
    border: 1px solid #0d70db;
    background-color: #0d70db;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    z-index: 100;
    padding: 11px
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked+label.male {
    padding: 10px;
    margin-right: -10px;
    z-index: 100
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked+label.female {
    padding: 10px;
    margin-left: -10px;
    z-index: 100
}

.leftSection .mid-form .form-block .left-div .inner-block-left,
.leftSection .mid-form .form-block .left-div .inner-block-right {
    width: 100%
}

.leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin-bottom: 20px
}

@media (max-width:640px) {

    .leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
    .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
        margin-bottom: 0
    }
}

.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin-bottom: 0
}

@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: 12px;
    color: #676767;
    display: block;
    padding: 0 5px;
    width: 100%
}

@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
    }
}

@media (max-width:360px) {
    .leftSection .mid-form .form-block .left-div label {
        font-size: 10px
    }
}

.leftSection .mid-form .form-block .left-div .select-box {
    position: relative;
    display: block;
    width: 100%
}

.leftSection .mid-form .form-block .left-div .select-box select {
    border: none;
    background: #fff;
    font-size: 18px;
    line-height: 20px;
    color: #253858;
    padding: 5px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    background-color: transparent;
    background-image: url(../../images/svg/go-to-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 15px;
    background-size: 5%;
    border-bottom: 1px solid #cfcccc;
    width: 100%
}

.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: 18px;
        padding: 9px 25px 11px 5px
    }
}

.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: -1px;
    left: 4px;
    z-index: 9
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .form-block .left-div span.rupee {
        top: 3px
    }
}

@media only screen and (max-width:640px) {
    .leftSection .mid-form .form-block .left-div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        flex-direction: row;
        justify-content: space-between
    }

    .leftSection .mid-form .form-block .left-div .inner-block-left,
    .leftSection .mid-form .form-block .left-div .inner-block-right {
        width: 48%
    }

    .leftSection .mid-form .form-block .left-div .inner-block-right {
        padding-top: 63px
    }
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .form-block {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        -moz-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: 10px
    }
}

.leftSection .mid-form .right-div {
    display: flex;
    width: 40%;
    flex-direction: column;
    text-align: center;
    height: 100%;
    justify-content: space-between
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .right-div {
        width: 100%;
        margin-top: 0;
        height: 100%;
        justify-content: space-between
    }
}

@media (max-width:640px) {
    .leftSection .mid-form .right-div {
        width: 100%;
        margin-top: 30px;
        height: auto
    }
}

.leftSection .mid-form .right-div div.blocks {
    width: 100%
}

.leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed rgba(13, 112, 219, .25);
    border-radius: 12px;
    background: #f7faff;
    padding: 8px;
    margin-bottom: 20px
}

@media only screen and (max-width:640px) {
    .leftSection .mid-form .right-div div.blocks.brd {
        border: 1px dashed #1770db;
        background: #e5f1ff;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .leftSection .mid-form .right-div div.blocks.brd p {
        margin-right: 10px
    }
}

@media only screen and (max-width:640px) {
    .leftSection .mid-form .right-div div.blocks.brd {
        border: 1px dashed #1770db;
        background: #e5f1ff;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .leftSection .mid-form .right-div div.blocks.brd p {
        margin-right: 10px
    }

    .leftSection .mid-form .right-div div.blocks.brd .premium {
        font-size: 16px
    }
}

@media (max-width:360px) {
    .leftSection .mid-form .right-div div.blocks.brd {
        border: 1px dashed #1770db;
        background: #e5f1ff;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .leftSection .mid-form .right-div div.blocks.brd p {
        margin-right: 10px;
        font-size: 12px
    }

    .leftSection .mid-form .right-div div.blocks.brd .premium {
        font-size: 14px
    }
}

.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: #000;
    line-height: 22px;
    font-weight: 400
}

.leftSection .mid-form .right-div div.blocks .premium {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: block
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .right-div div.blocks .premium {
        font-size: 16px
    }
}

.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;
    width: 130px;
    margin: 20% auto 0
}

@media only screen and (max-width:1024px) {
    .leftSection .mid-form .right-div div.blocks button {
        font-size: 12px;
        height: 38px;
        padding: 0 20px;
        margin: 20% 0 0
    }
}

@media only screen and (max-width:640px) {
    .leftSection .mid-form .right-div div.blocks button {
        font-size: 16px;
        padding: 8px;
        margin: 0 auto;
        height: auto;
        width: 150px
    }
}

.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 input,
.leftSection .hlvdata-block select {
    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;
    -moz-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 .bannertermredirect img,
.leftSection .bannertravelredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
    height: auto
}

.leftSection h1 {
    font-size: 36px;
    margin: 0 0 10px;
    letter-spacing: .036em;
    line-height: 45px
}

.leftSection .h2,
.leftSection h2 {
    font-size: 24px;
    margin: 40px 0 10px;
    letter-spacing: .03em;
    line-height: 36px;
    clear: both
}

.leftSection .h2:first-letter,
.leftSection h2:first-letter {
    text-transform: uppercase
}

.leftSection .h2 a,
.leftSection h2 a {
    color: #0065ff
}

.leftSection .h2.mt0,
.leftSection h2.mt0 {
    margin-top: 0
}

.leftSection h3 {
    font-size: 18px;
    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,
.leftSection p {
    font-size: 16px;
    color: #253858;
    letter-spacing: .016em;
    line-height: 30px;
    margin-bottom: 26px
}

.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;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.leftSection table .btn-primary,
.leftSection table a.btn-primary,
.leftSection table button.btn-primary,
.leftSection table p a.btn-primary {
    border-radius: 4px;
    background-color: #f35024;
    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;
    text-align: center
}

.leftSection table tr:first-child {
    border: none;
    background: #f1f3f5;
    color: #344f7c;
    border-right: solid .8px #e1e1e1;
    width: 50%
}

@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
}

.leftSection table td a {
    font-size: 14px;
    font-weight: 500;
    color: #4c9aff !important
}

.leftSection table td ol,
.leftSection table td ul {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: 0
}

.leftSection table td ol li,
.leftSection table td ul li {
    line-height: 18px;
    margin-bottom: 8px;
    padding: 0 0 0 8px;
    display: block;
    position: relative
}

.leftSection table td ol li:before,
.leftSection table td ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: -7px;
    top: 13px;
    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: flex;
    flex-wrap: wrap;
    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:first-child,
.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 {
    box-sizing: border-box;
    font-size: 14px;
    padding: 7px 18px 7px 0;
    border: none;
    font-weight: 500;
    border-bottom: solid .8px #e1e1e1;
    appearance: none;
    -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);
    -moz-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;
    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;
    letter-spacing: .016em;
    font-size: 16px;
    color: #253858;
    position: relative
}

@media only screen and (max-width:768px) {
    .leftSection .number-listing-box li {
        padding-left: 50px
    }
}

.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::marker {
    display: none;
    color: #fff;
    z-index: -5
}

.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: 0 !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
}

.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: 0 0;
    z-index: 9;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: block !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;
    line-height: 26px
}

.leftSection .data_ul li .paragraphBu {
    margin: 0 !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_ul li h3 {
    padding-left: 0;
    font-size: 16px;
    color: #253858;
    margin: 5px 0 15px 0;
    position: relative;
    font-weight: 700;
    display: inline
}

.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 .data_ol li h3 {
    padding-left: 0;
    font-size: 16px;
    color: #253858;
    margin: 5px 0 15px 0;
    position: relative;
    font-weight: 700;
    display: inline
}

.leftSection .faqsWrap ul {
    margin: 8px 0 0 0;
    margin: 0;
    padding: 0;
    list-style: none;
    outline: 0
}

.leftSection .faqsWrap ul li {
    border-bottom: 0 solid #e7e7e7;
    padding: 0;
    font-size: 16px;
    color: #253858;
    margin: 0 0 5px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    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: 0 0
}

.leftSection .faqsWrap ul li:before {
    display: none
}

.leftSection .faqsWrap ul li .h2,
.leftSection .faqsWrap ul li .h3,
.leftSection .faqsWrap ul li .h4,
.leftSection .faqsWrap ul li h2,
.leftSection .faqsWrap ul li h3,
.leftSection .faqsWrap ul li h4,
.leftSection .faqsWrap ul li p {
    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>label,
.leftSection .faqsWrap ul li .h2>span,
.leftSection .faqsWrap ul li .h3>a,
.leftSection .faqsWrap ul li .h3>label,
.leftSection .faqsWrap ul li .h3>span,
.leftSection .faqsWrap ul li .h4>a,
.leftSection .faqsWrap ul li .h4>label,
.leftSection .faqsWrap ul li .h4>span,
.leftSection .faqsWrap ul li h2>a,
.leftSection .faqsWrap ul li h2>label,
.leftSection .faqsWrap ul li h2>span,
.leftSection .faqsWrap ul li h3>a,
.leftSection .faqsWrap ul li h3>label,
.leftSection .faqsWrap ul li h3>span,
.leftSection .faqsWrap ul li h4>a,
.leftSection .faqsWrap ul li h4>label,
.leftSection .faqsWrap ul li h4>span,
.leftSection .faqsWrap ul li p>a,
.leftSection .faqsWrap ul li p>label,
.leftSection .faqsWrap ul li p>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>label:hover,
.leftSection .faqsWrap ul li .h2>span:hover,
.leftSection .faqsWrap ul li .h3>a:hover,
.leftSection .faqsWrap ul li .h3>label:hover,
.leftSection .faqsWrap ul li .h3>span:hover,
.leftSection .faqsWrap ul li .h4>a:hover,
.leftSection .faqsWrap ul li .h4>label:hover,
.leftSection .faqsWrap ul li .h4>span:hover,
.leftSection .faqsWrap ul li h2>a:hover,
.leftSection .faqsWrap ul li h2>label:hover,
.leftSection .faqsWrap ul li h2>span:hover,
.leftSection .faqsWrap ul li h3>a:hover,
.leftSection .faqsWrap ul li h3>label:hover,
.leftSection .faqsWrap ul li h3>span:hover,
.leftSection .faqsWrap ul li h4>a:hover,
.leftSection .faqsWrap ul li h4>label:hover,
.leftSection .faqsWrap ul li h4>span:hover,
.leftSection .faqsWrap ul li p>a:hover,
.leftSection .faqsWrap ul li p>label:hover,
.leftSection .faqsWrap ul li p>span:hover {
    color: #253858
}

.leftSection .faqsWrap ul li .h2>a:after,
.leftSection .faqsWrap ul li .h2>label:after,
.leftSection .faqsWrap ul li .h2>span:after,
.leftSection .faqsWrap ul li .h3>a:after,
.leftSection .faqsWrap ul li .h3>label:after,
.leftSection .faqsWrap ul li .h3>span:after,
.leftSection .faqsWrap ul li .h4>a:after,
.leftSection .faqsWrap ul li .h4>label:after,
.leftSection .faqsWrap ul li .h4>span:after,
.leftSection .faqsWrap ul li h2>a:after,
.leftSection .faqsWrap ul li h2>label:after,
.leftSection .faqsWrap ul li h2>span:after,
.leftSection .faqsWrap ul li h3>a:after,
.leftSection .faqsWrap ul li h3>label:after,
.leftSection .faqsWrap ul li h3>span:after,
.leftSection .faqsWrap ul li h4>a:after,
.leftSection .faqsWrap ul li h4>label:after,
.leftSection .faqsWrap ul li h4>span:after,
.leftSection .faqsWrap ul li p>a:after,
.leftSection .faqsWrap ul li p>label:after,
.leftSection .faqsWrap ul li p>span:after {
    content: "";
    border: solid #5e6c84;
    border-width: 0 2px 2px 0;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -moz-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>label[flag=up],
.leftSection .faqsWrap ul li .h2>span[flag=up],
.leftSection .faqsWrap ul li .h3>a[flag=up],
.leftSection .faqsWrap ul li .h3>label[flag=up],
.leftSection .faqsWrap ul li .h3>span[flag=up],
.leftSection .faqsWrap ul li .h4>a[flag=up],
.leftSection .faqsWrap ul li .h4>label[flag=up],
.leftSection .faqsWrap ul li .h4>span[flag=up],
.leftSection .faqsWrap ul li h2>a[flag=up],
.leftSection .faqsWrap ul li h2>label[flag=up],
.leftSection .faqsWrap ul li h2>span[flag=up],
.leftSection .faqsWrap ul li h3>a[flag=up],
.leftSection .faqsWrap ul li h3>label[flag=up],
.leftSection .faqsWrap ul li h3>span[flag=up],
.leftSection .faqsWrap ul li h4>a[flag=up],
.leftSection .faqsWrap ul li h4>label[flag=up],
.leftSection .faqsWrap ul li h4>span[flag=up],
.leftSection .faqsWrap ul li p>a[flag=up],
.leftSection .faqsWrap ul li p>label[flag=up],
.leftSection .faqsWrap ul li p>span[flag=up] {
    background: radial-gradient(circle at 21% 17%, #fff, #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>label[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>label[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>label[flag=up]::after,
.leftSection .faqsWrap ul li .h4>span[flag=up]::after,
.leftSection .faqsWrap ul li h2>a[flag=up]::after,
.leftSection .faqsWrap ul li h2>label[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>label[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>label[flag=up]::after,
.leftSection .faqsWrap ul li h4>span[flag=up]::after,
.leftSection .faqsWrap ul li p>a[flag=up]::after,
.leftSection .faqsWrap ul li p>label[flag=up]::after,
.leftSection .faqsWrap ul li p>span[flag=up]::after {
    -webkit-transform: rotate(-135deg);
    -moz-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,
.leftSection .faqsWrap ul li h2+div,
.leftSection .faqsWrap ul li h3+div,
.leftSection .faqsWrap ul li h4+div,
.leftSection .faqsWrap ul li p+div {
    padding: 0;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 10px;
    display: none;
    padding: 16px 16px;
    background: radial-gradient(circle at 21% 17%, #fff, #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);
    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 .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 .paragraphBu {
    margin: 0 !important
}

.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(2n) {
    background: #f7fbfd
}

.pbRelatedLinks {
    margin-top: 10px;
    width: 100%;
    background-color: #f4f5f7;
    max-width: 100%
}

.pbRelatedLinks.container {
    width: 100%;
    max-width: 100%;
    padding: 16px
}

@media (max-width:1024px) {
    .pbRelatedLinks.container {
        max-width: 100%
    }
}

.pbRelatedLinks .tagbox {
    background-color: transparent;
    border: 0;
    color: transparent;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: CENTER
}

@media screen and (max-width:1024px) {
    .pbRelatedLinks .tagbox {
        display: block
    }
}

.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: 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;
    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 .no,
.howMuch_lifeinsurance .quesWrapper .q_count .yes {
    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 .no.active,
.howMuch_lifeinsurance .quesWrapper .q_count .no:hover,
.howMuch_lifeinsurance .quesWrapper .q_count .yes.active,
.howMuch_lifeinsurance .quesWrapper .q_count .yes: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 .resetLink,
    .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
        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%;
    transform: translate(-50%, -50%);
    height: 300px;
    border-radius: 10px;
    padding: 46px 15px 15px;
    display: flex;
    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: #00f;
    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:after,
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
    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 .bannertermredirect img,
    .grid .leftSection .bannertravelredirect img {
        width: auto;
        max-width: 100%;
        border-radius: 4px
    }

    .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,
    .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,
    .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,
    .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,
    .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: 0 0
    }

    .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:first-child,
    .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:first-child,
    .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,
    .leftSection h1,
    .leftSection h1 strong {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: .024em
    }

    .leftSection .h2,
    .leftSection .h2 strong,
    .leftSection h2,
    .leftSection h2 strong {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: .02em
    }

    .leftSection .h3,
    .leftSection .h3 strong,
    .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: flex;
    padding: 10px;
    column-gap: 10px;
    margin: 0
}

@media only screen and (max-width:767px) {
    .blue-block {
        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 .leftSection span.h2,
.blue-block span.title,
.leftSection .blue-block span.h2 {
    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;
        width: 100%
    }
}

.timeline-item {
    background: #e1edff;
    border-radius: 3px;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    min-height: 450px
}

.animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
    background-size: 1100px 104px;
    height: 450px;
    position: relative
}

@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: flex !important;
    width: 100% !important;
    margin-bottom: 20px
}

.insurer-language .insurer-by-company-title .h2,
.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.sliderWrapper .insurer-by-company-content {
    justify-content: inherit
}

.insurer-language .insurer-by-company-content {
    margin-top: 0;
    display: flex;
    position: relative;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px
}

@media only screen and (max-width:1024px) {
    .insurer-language .insurer-by-company-content {
        justify-content: flex-start !important;
        margin-left: -10px
    }
}

.insurer-language .insurer-by-company-content.items {
    width: 95%;
    margin: 0 auto
}

.insurer-language .insurer-by-company-content .insurer-by-company-block {
    height: 140px !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: flex;
    justify-content: center;
    flex-direction: column;
    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: flex;
    width: 112px;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    align-items: center
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
    width: 120px;
    height: 45px;
    max-width: 100%;
    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-next.slick-arrow,
.insurer-language .slick-prev.slick-arrow {
    content: "";
    border: solid #253858;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 55px;
    border-radius: 2px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: 0 0
}

.insurer-language .slick-prev.slick-arrow {
    left: -27px
}

.insurer-language .slick-next.slick-arrow {
    -ms-transform: rotate(-45deg);
    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;
        justify-content: flex-start
    }

    .languageArticleName {
        font-size: 14px;
        max-width: 100%
    }

    .blockLanguageSlider {
        outline: 0
    }
}

.promotional_banner_right .contentBanner.sq img {
    max-width: 394px;
    margin: 0 auto;
    display: block
}

.leftSection .h2.tp0,
.leftSection h2.tp0,
.rightSection>.card {
    margin-top: 0
}

@media only screen and (max-width:1024px) {

    .leftSection .h2.tp0,
    .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: flex;
    flex-direction: row;
    justify-content: space-between
}

@media only screen and (max-width:1024px) {
    .grid.contentSection.sticky_widget {
        flex-direction: column;
        width: 100%
    }
}

.grid.contentSection.sticky_widget .leftSection {
    width: 779px;
    margin-right: 40px
}

@media only screen and (max-width:1024px) {
    .grid.contentSection.sticky_widget .leftSection {
        margin: 0;
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    #newformat {
        width: 100% !important
    }
}

.faqsWrapper ul {
    margin-top: 10px;
    margin-bottom: 20px
}

.faqsWrapper ul li {
    padding-left: 0;
    font-size: 16px;
    color: #253858;
    margin: 5px 0 15px 30px;
    position: relative;
    list-style-type: disc;
    line-height: 30px !important
}

h2.underline {
    position: relative
}

h2.underline:before {
    content: "";
    position: absolute;
    width: 80px;
    background: #ffab00;
    height: 2px;
    bottom: -6px
}

h2.numberbullet>span {
    font-size: 18px;
    margin-top: 20px;
    color: #253858;
    font-weight: 500;
    letter-spacing: .024em;
    line-height: 30px;
    position: absolute;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: -45px;
    background: #ececec;
    border-radius: 50%;
    margin: 0
}

h3.underline {
    position: relative
}

h3.underline:before {
    content: "";
    position: absolute;
    width: 80px;
    background: #16af05;
    height: 2px;
    bottom: -6px
}

h3.numberbullet>span {
    font-size: 18px;
    margin-top: 20px;
    color: #253858;
    font-weight: 500;
    letter-spacing: .024em;
    line-height: 30px;
    position: absolute;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: -45px;
    background: #ececec;
    border-radius: 50%;
    margin: 0
}

.indent50 {
    padding-left: 50px
}

#perosnalBlockInsurer.perosnalBlockInsurer {
    border-radius: 8px;
    background-color: #f4f7fe;
    padding: 10px 0 0 0;
    margin: 20px 0
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
    border-bottom: 1px solid #d9dde2;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: calc(100% - 48px);
    margin: 16px 24px 0
}

@media screen and (max-width:767px) {
    #perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
        margin: 16px 16px 0;
        width: calc(100% - 36px)
    }
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 14px;
    line-height: 19px;
    color: #253858;
    border-bottom: 3px solid #0065ff;
    margin: 0 !important
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal {
    background: 0 0;
    margin-bottom: 16px;
    padding-top: 0 !important
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal .slick-initialized {
    margin-left: 8px
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapper {
    color: #253858;
    position: relative
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: 337px;
    height: 500px;
    background: #fff;
    border: none;
    border-radius: 8px !important;
    -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, .16) !important;
    box-shadow: 0 6px 16px rgba(52, 105, 203, .16) !important;
    margin: 20px 16px 20px 16px;
    padding: 6px 16px 16px;
    position: relative
}

@media (max-width:568px) {
    #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
        width: 100%;
        min-width: 300px;
        max-width: 300px;
        margin: 20px 0 10px 16px
    }
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
    display: block;
    outline: 0
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
    right: 70px;
    left: auto
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
    top: -17px;
    background: 0 0;
    border: none
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
    right: 23px
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow::before {
    border: solid #000;
    border-width: 0 3px 3px 0;
    padding: 6px
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px
}

@media (max-width:1024px) {
    #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
        margin-left: 0
    }
}

@media (max-width:568px) {
    #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
        margin-left: 8px
    }
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #253858;
    text-align: center;
    line-height: 24px;
    margin-bottom: 8px
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a,
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a:hover {
    color: #0065ff
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card p {
    font-size: 16px;
    font-weight: 400;
    color: #505f79;
    text-align: center !important;
    line-height: 26px;
    height: 208px;
    margin-bottom: 7px
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA {
    border: 1px solid #0065ff;
    border-radius: 8px;
    padding: 8px 0;
    width: 100%;
    max-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;
    margin: 0 auto;
    background: #0065ff;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
    background: #0051cc;
    color: #fff
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 99px
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    width: 220px;
    margin: 12px auto 0
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
    display: block
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 300px
}

@media screen and (max-width:767px) {
    #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
        min-height: 310px
    }
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans h3 {
    margin-bottom: 0;
    margin-top: 12px;
    padding: 0 24px
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans p {
    margin-bottom: 12px;
    height: auto
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .everyoneCta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px
}

.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: none;
    box-shadow: none;
    background: 0 0;
    left: 0;
    animation: slide-down .7s
}

.slick-disabled {
    opacity: 1 !important
}

.nav-link {
    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: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    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 {
    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 .btnViewQuotesNavBar,
.nav-link .container-nav1 .cta-call .sticknav_viewplan,
.nav-link .container-nav1 .cta-call .viewbtn,
.nav-link .container-nav1 .cta-call a {
    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: linear-gradient(to right, rgba(255, 255, 255, .49), rgba(255, 255, 255, .91) 34%, #fff)
}

.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: 41px 20px
}

.nav-link ul li.active a {
    color: #0065ff;
    background: 0 0;
    outline: 0
}

.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: 0
}

#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 {
    transform: rotate(-180deg);
    left: -30px;
    top: 38px
}

#navBarBookmarks .slick-next {
    right: -54px;
    top: 46px
}

@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: 0 0
    }

    .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: 0;
    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: 0px
}

#navBarBookmarksWrapper.nav-wrap-sticky .next {
    position: absolute;
    cursor: pointer;
    top: 27px;
    right: -40px;
    width: 24px;
    height: 24px;
    border: 0;
    outline: 0;
    background: #fff url(https://www.policybazaar.com/cdn/images/bu/health/icons_bu.svg) no-repeat;
    background-position: -4px -1296px;
    font-size: 0px
}

#navBarBookmarksWrapper.nav-wrap-sticky .next.disabled,
#navBarBookmarksWrapper.nav-wrap-sticky .prev.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
    }
}

a,
a:focus,
button,
button:focus,
input,
input:focus,
select,
select:focus,
textPath,
textPath:focus,
textarea,
textarea:focus {
    outline: 0;
    box-shadow: none
}

#policybazaar {
    width: 100%;
    padding-top: 0
}

.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
}

.rightSection {
    width: 351px;
    float: right;
    padding: 0
}

.rightSection li,
.rightSection ul {
    padding: 0;
    margin: 0
}

.rightSection .allimg,
.rightSection .supplier_icon {
    background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011)
}

.rightSection .webp .allimg,
.rightSection .webp .supplier_icon {
    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 18px
}

.rightSection .graphDiv img {
    max-width: 100%;
    height: auto
}

.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: -webkit-linear-gradient(top, #ffd65e, #febf04) !important;
    background-image: -moz-linear-gradient(top, #ffd65e, #febf04) !important;
    background-image: -ms-linear-gradient(top, #ffd65e, #febf04) !important;
    background-image: -o-linear-gradient(top, #ffd65e, #febf04) !important;
    background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important
}

.rightSection .card {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid .8px rgba(23, 43, 77, .2);
    padding: 6px 16px;
    margin-bottom: 20px;
    background: #fff;
    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.calculator,
.rightSection .card.insurers,
.rightSection .card.travelguide {
    padding: 0
}

.rightSection .card.list_typeA {
    padding-bottom: 20px
}

.rightSection .card.list_typeA .card_heading {
    padding: 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 24px;
    padding: 0 10px;
    min-height: 201px
}

.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 .insurers .checkItem_list {
    position: relative;
    padding: 0 0 0 42px;
    border-top: solid .8px #d3d7de;
    min-height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.rightSection .insurers .checkItem_list .stateCheck {
    padding: 0
}

.rightSection .insurers .checkItem_list .stateCheck i {
    font-style: normal
}

.rightSection .insurerBlock {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    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);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    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;
    transition: color ease-in .3s;
    line-height: 21px;
    letter-spacing: .014em
}

.rightSection .insurerBlock .insurerName span:hover {
    color: #0065ff
}

.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);
    -moz-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;
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.rightSection .article_newsLetter .titleText {
    margin-bottom: 0 !important;
    color: #253858 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 10px 0;
    text-align: center
}

.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: 0;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    transition: border .3s ease-in
}

.rightSection .fieldsWrapper input[type=password],
.rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=text] {
    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: flex;
    width: 100%;
    position: relative;
    height: 65px;
    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;
    outline: 0
}

.rightSection .calculatorsList.without-image li a {
    padding: 12px 0 12px 14px
}

.rightSection .calculatorsList li {
    font-size: 14px
}

.rightSection .calculatorsList li a {
    color: #253858;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    transition: color .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);
    -moz-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 :first-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;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    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;
    appearance: none;
    -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: flex
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select {
    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 {
    background-repeat: no-repeat;
    background-position: 0 51px
}

.rightSection .card_heading,
.rightSection .card_heading a {
    margin-bottom: 0;
    color: #253858;
    font-size: 21px;
    font-weight: 700;
    padding: 10px 14px 10px 14px;
    text-align: left;
    letter-spacing: .5px;
    line-height: 32px
}

@media only screen and (max-width:1024px) {

    .rightSection .card_heading,
    .rightSection .card_heading a {
        font-size: 20px;
        padding: 10px 45px 10px 14px
    }
}

.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;
    color: #fff;
    text-transform: uppercase;
    height: 48px;
    letter-spacing: .05em;
    line-height: 1.6
}

.rightSection .btn.btnnetworkhospital {
    margin-bottom: 13px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.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;
        padding: 12px 12px 20px
    }

    .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;
    background-size: 50px;
    width: auto;
    height: auto
}

.rightSection .allCalc.fire {
    background-position: 1px -1733px;
    background-size: 70px
}

.rightSection .allCalc.emi {
    background-position: 1px -1777px;
    background-size: 70px
}

.rightSection .allCalc.income_tax {
    background-position: 8px 3px
}

.rightSection .allCalc.compound_interest {
    background-image: url("../../images/bu/caculator-sprite-compound.png");
    background-position: 8px -1130px;
    background-size: 46px
}

.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.lic,
.rightSection .allCalc.premium {
    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_icon,
.rightSection .bajaj-allianz-life_icon {
    background-position: 3px -38px
}

.rightSection .bharti-axa-life_icon {
    background-position: -3px -1385px
}

.rightSection .Aditya_icon,
.rightSection .birla-sun-life_icon {
    background-position: 1px -4675px
}

.rightSection .canara-hsbc-life_icon {
    background-position: 0 -3992px
}

.rightSection .edelweiss-life_icon,
.rightSection .zuno-general_icon {
    background-position: 0 -293px
}

.rightSection .exide-life-saral-jeevan-bima_icon,
.rightSection .exide-life_icon {
    background-position: 0 -4071px
}

.rightSection .future-generali-life_icon {
    background-position: 1px -361px
}

.rightSection .HDFC_icon,
.rightSection .hdfc-life_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_icon,
.rightSection .kotak-life_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_icon,
.rightSection .sbi-life_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_icon,
.rightSection .tata-aia-life_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_icon,
.rightSection .icici-general_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 .Reliance_icon,
.rightSection .religare-general_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 -550px
}

.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,
.rightSection .max-general_icon_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,
.rightSection {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    letter-spacing: .5px;
    display: block
}

@media only screen and (max-width:1024px) {
    body {
        background: #f4f5f7
    }

    #policybazaar {
        width: 100%;
        padding-top: 0
    }

    #policybazaar #reviewslide {
        background: #fff;
        padding: 0 15px;
        width: 100%
    }

    .rightSection .livesProtectedDiv {
        margin: 30px auto
    }

    #our-partners {
        width: 85% !important
    }

    .breadcrumbinner ul.breadcrumb {
        padding: 10px 16px;
        margin: 0;
        border: none;
        width: 100%;
        border-radius: 0
    }

    .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
    }
}

@media only screen and (max-width:640px) {
    .rightSection .livesProtectedDiv {
        max-width: 350px
    }
}

@media only screen and (max-width:640px) {
    .pbRelatedLinks {
        padding: 0 0
    }
}

@media only screen and (max-width:1024px) {
    .leftSection .left_fullbanner img {
        width: auto;
        height: auto !important
    }
}

.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 .calculatorsList li a.showHideListing:after,
.rightSection .insurerBlock.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 {
    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 .3s ease-in;
    transition: color .3s ease-in;
    border-top: solid .8px #d3d7de;
    padding: 15px 0 15px 47px;
    display: block;
    position: relative;
    cursor: pointer
}

li,
ul {
    padding: 0;
    margin: 0
}

.loader_loading,
.loader_loading:after {
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.loader_loading {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 3px solid rgba(255, 255, 255, .2);
    border-right: 3px solid rgba(255, 255, 255, .2);
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    border-left: 3px solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

@-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)
    }
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.calculator_wrapper {
    border-radius: 4px;
    margin: 25px 0;
    padding: 24px;
    -webkit-box-shadow: 0 0 16px rgba(52, 105, 203, .29);
    -moz-box-shadow: 0 0 16px rgba(52, 105, 203, .29);
    box-shadow: 0 0 16px rgba(52, 105, 203, .29);
    background: #fff;
    border-radius: 5px
}

.calculator_wrapper.resultBox {
    box-shadow: none;
    padding: 0;
    margin: 0
}

.calculator_wrapper .calculate,
.calculator_wrapper .loading {
    align-items: center;
    display: inline-block;
    border-radius: 8px;
    width: 200px;
    color: #fff;
    border: 1px solid #0065ff;
    background: #0065ff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    margin: 20px 0 0;
    cursor: pointer
}

@media only screen and (max-width:640px) {

    .calculator_wrapper .calculate,
    .calculator_wrapper .loading {
        margin: 20px 0 0
    }
}

@media only screen and (max-width:640px) {
    .calculator_wrapper {
        padding: 24px 10px;
        margin: 25px 15px
    }
}

.homeInsuranceStep1 {
    margin-top: 10px
}

.homeInsuranceStep1 .mainContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end
}

.homeInsuranceStep1 .mainContent .halfSection {
    width: 48%
}

@media screen and (max-width:767px) {
    .homeInsuranceStep1 .mainContent {
        flex-direction: column
    }

    .homeInsuranceStep1 .mainContent .halfSection {
        width: 100%
    }
}

.homeInsuranceStep1 .fieldWrapper {
    margin: 14px auto;
    width: 100%;
    position: relative
}

.homeInsuranceStep1 .fieldWrapper .tooltip-i {
    position: absolute;
    top: 0;
    right: 4px;
    z-index: 12
}

.homeInsuranceStep1 .fieldWrapper .tooltip-i .i-mark {
    border: 1px solid #0065ff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    vertical-align: top;
    font-weight: 500;
    margin: 5px 0 0 0;
    color: #0065ff;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 12px
}

.homeInsuranceStep1 .fieldWrapper .tooltip-i .tooltiptext {
    visibility: hidden;
    padding: 10px 15px;
    width: 340px;
    line-height: 1.57;
    font-size: 14px;
    background-color: #253858;
    color: #fff;
    border-radius: 6px;
    position: absolute;
    bottom: 150%;
    text-align: left;
    z-index: 10;
    left: 50%;
    margin-left: -321px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .16);
    font-weight: 400
}

.homeInsuranceStep1 .fieldWrapper .tooltip-i .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 3%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #253858 transparent transparent transparent
}

@media screen and (max-width:360px) {
    .homeInsuranceStep1 .fieldWrapper .tooltip-i .tooltiptext {
        margin-left: -293px;
        width: 310px
    }
}

@media screen and (max-width:320px) {
    .homeInsuranceStep1 .fieldWrapper .tooltip-i .tooltiptext {
        margin-left: -260px;
        width: 275px
    }
}

.homeInsuranceStep1 .fieldWrapper .tooltip-i:hover .tooltiptext {
    visibility: visible
}

.homeInsuranceStep1 .fieldWrapper .formInput {
    border: 1px solid rgba(37, 56, 88, .3);
    border-radius: 8px;
    position: relative
}

.homeInsuranceStep1 .fieldWrapper .formInput.readonly {
    opacity: .4;
    pointer-events: none
}

.homeInsuranceStep1 .fieldWrapper .formInput input {
    width: 100%;
    height: 100%;
    padding: 14px 25px 18px 15px;
    border-radius: 10px;
    border: none;
    font-weight: 400;
    z-index: 9;
    background: 0 0;
    position: relative;
    background: #fff;
    color: #253858;
    font-size: 16px
}

.homeInsuranceStep1 .fieldWrapper .formInput input:disabled {
    background: #f4f4f4
}

.homeInsuranceStep1 .fieldWrapper .formInput input:disabled+.labelFeild {
    background-color: #f4f4f4
}

.homeInsuranceStep1 .fieldWrapper .formInput input.valid:disabled+.labelFeild {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #fff 50%, #f4f4f4 51%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #fff 0, #fff 50%, #f4f4f4 51%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #fff 0, #fff 50%, #f4f4f4 51%, #f4f4f4 100%)
}

.homeInsuranceStep1 .fieldWrapper .err {
    font-size: 12px;
    color: red;
    display: block;
    padding: 5px 0 0 0;
    position: absolute;
    bottom: -21px
}

@media screen and (max-width:400px) {
    .homeInsuranceStep1 .fieldWrapper .err {
        font-size: 11px
    }
}

.homeInsuranceStep1 .fieldWrapper .labelFeild {
    font-size: 16px;
    letter-spacing: 0;
    padding: 5px 0;
    font-weight: 400;
    position: absolute;
    top: 12px;
    left: 11px;
    padding: 0 4px;
    background: #fff;
    color: #5e6c84;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    z-index: 10;
    pointer-events: none
}

@media screen and (max-width:400px) {
    .homeInsuranceStep1 .fieldWrapper .labelFeild {
        font-size: 15px
    }
}

.homeInsuranceStep1 .fieldWrapper .formInput input.labelshow+.labelFeild,
.homeInsuranceStep1 .fieldWrapper .formInput input:focus+.labelFeild {
    top: -12px;
    left: 11px;
    font-size: 12px
}

.homeInsuranceStep1 .fieldWrapper .formInput input.valid+.labelFeild {
    top: -12px;
    left: 11px;
    font-size: 12px
}

.homeInsuranceStep1 .loading::after {
    display: none
}

.calculator_wrapper {
    display: block
}

.calculator_wrapper .error_box {
    font-size: 11px;
    padding-top: 0;
    color: #af3330;
    padding: 0;
    display: none;
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0
}

.calculator_wrapper .fieldheading {
    font-size: 16px;
    line-height: 24px;
    color: #172b4d;
    font-weight: 600;
    display: block;
    margin-bottom: 5px
}

@media only screen and (max-width:640px) {
    .calculator_wrapper .fieldheading {
        font-size: 14px
    }
}

.calculator_wrapper .fieldContent {
    color: #5e6c84;
    font-size: 12px;
    line-height: 18px
}

.calculator_wrapper .switch-wrap {
    position: relative
}

.calculator_wrapper .switch-wrap .radiobox {
    position: absolute;
    right: -140px;
    top: 0
}

@media only screen and (max-width:640px) {
    .calculator_wrapper .switch-wrap .radiobox {
        position: relative;
        right: 0;
        top: 0
    }
}

.calculator_wrapper .homeInsuranceInfo {
    padding-top: 0;
    margin-bottom: 0;
    display: block
}

.calculator_wrapper .title_text {
    font-size: 24px;
    line-height: 32px;
    color: #172b4d;
    font-weight: 500;
    margin: 0 0 20px 0;
    text-transform: capitalize
}

@media only screen and (max-width:640px) {
    .calculator_wrapper .title_text {
        font-size: 20px;
        margin-bottom: 0
    }
}

.calculator_wrapper .action p {
    font-size: 16px;
    font-weight: 600;
    color: #253858;
    padding: 0 0 2px;
    margin: 0;
    display: inline-block
}

.calculator_wrapper .insurerGroup {
    position: relative;
    clear: both;
    margin: 10px 0 0 0;
    width: 100%;
    display: flex
}

@media screen and (max-width:767px) {
    .calculator_wrapper .insurerGroup {
        width: 100%
    }
}

.calculator_wrapper .insurerGroup .modal_lable {
    position: absolute;
    font-size: 12px;
    background: #fff;
    top: -11px;
    display: inline-block;
    left: 8px;
    z-index: 1;
    color: #5e6c84;
    padding: 0 5px
}

.calculator_wrapper .insurerGroup .inputGroup {
    display: inline-block;
    border: 1px solid rgba(37, 56, 88, .3);
    border-radius: 8px;
    padding: 1px;
    position: relative;
    margin-right: 1.3%;
    text-transform: lowercase;
    position: relative
}

.calculator_wrapper .insurerGroup .inputGroup.yearTerm {
    width: 100%;
    padding: 7px 0;
    flex-grow: unset !important
}

@media screen and (max-width:767px) {
    .calculator_wrapper .insurerGroup .inputGroup.yearTerm {
        width: 100%;
        padding: 0 5px;
        margin: 0
    }
}

@media screen and (max-width:440px) {
    .calculator_wrapper .insurerGroup .inputGroup.yearTerm {
        padding: 0 5px
    }
}

.calculator_wrapper .insurerGroup .inputGroup.radio {
    padding: 0;
    border: 0
}

.calculator_wrapper .insurerGroup .inputGroup.radio label {
    border: 1px solid rgba(37, 56, 88, .3);
    border-radius: 8px
}

.calculator_wrapper .insurerGroup .inputGroup label {
    margin-left: 0;
    position: relative;
    left: 0;
    width: 100%;
    display: flex;
    font-size: 16px;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5e6c84;
    align-items: center;
    height: 100%;
    text-transform: capitalize;
    position: relative
}

@media only screen and (max-width:640px) {
    .calculator_wrapper .insurerGroup .inputGroup label {
        justify-content: left
    }
}

.calculator_wrapper .insurerGroup .inputGroup:first-letter {
    text-transform: uppercase
}

.calculator_wrapper .insurerGroup .inputGroup [type=radio] {
    position: absolute;
    right: 10px;
    z-index: 1;
    height: 1px;
    width: 1px;
    visibility: hidden
}

.calculator_wrapper .insurerGroup .inputGroup [type=radio]:checked~label {
    background: #fff;
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(52, 105, 203, .85)
}

.calculator_wrapper .insurerGroup .inputGroup input {
    padding: 8px 30px 8px 15px;
    border: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: #5e6c84;
    font-size: 16px;
    height: 56px;
    border-radius: 8px
}

@media screen and (max-width:767px) {
    .calculator_wrapper .insurerGroup .inputGroup input {
        height: 53px
    }

    .calculator_wrapper .insurerGroup .inputGroup input::-webkit-input-placeholder {
        font-size: 12px
    }

    .calculator_wrapper .insurerGroup .inputGroup input:-moz-placeholder {
        font-size: 12px;
        line-height: 37px;
        opacity: 1
    }

    .calculator_wrapper .insurerGroup .inputGroup input::-moz-placeholder {
        font-size: 12px;
        line-height: 37px;
        opacity: 1
    }
}

.calculator_wrapper .insurerGroup .inputGroup input::-webkit-input-placeholder {
    color: #5e6c84;
    font-size: 16px
}

.calculator_wrapper .insurerGroup .inputGroup input:-moz-placeholder {
    color: #5e6c84;
    font-size: 16px;
    line-height: 37px;
    opacity: 1
}

.calculator_wrapper .insurerGroup .inputGroup input::-moz-placeholder {
    color: #5e6c84;
    font-size: 16px;
    line-height: 37px;
    opacity: 1
}

.calculator_wrapper .insurerGroup .inputGroup select {
    padding: 8px 30px 8px 15px;
    border: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: #5e6c84;
    font-size: 16px;
    height: 100%;
    -webkit-appearance: none;
    background: url(../../images/bu/newarrow.png) no-repeat 95% center
}

@media only screen and (max-width:640px) {
    .calculator_wrapper .insurerGroup .inputGroup select {
        padding: 13px 28px 13px 8px
    }
}

.calculator_wrapper .insurerGroup .inputGroup:last-child {
    margin-right: 0;
    flex-grow: 1
}

.calculator_wrapper .insurerGroup.citySelect {
    width: 100%
}

.calculator_wrapper .insurerGroup.citySelect .inputGroup label {
    padding: 11px 16px 12px 16px
}

@media screen and (max-width:767px) {
    .calculator_wrapper .insurerGroup.citySelect {
        width: 100%
    }
}

.calculator_wrapper .action {
    position: relative;
    margin-bottom: 10px
}

.calculator_wrapper .action.policyTerm {
    width: 48%;
    margin-bottom: 10px
}

.calculator_wrapper .action.policyTerm .inputGroup {
    width: 100%;
    padding: 5px 0
}

@media screen and (max-width:767px) {
    .calculator_wrapper .action.policyTerm {
        width: 100%
    }

    .calculator_wrapper .action.policyTerm .inputGroup {
        padding: 0
    }
}

.calculator_wrapper .fillValue {
    display: flex;
    list-style: none;
    flex-wrap: wrap
}

.calculator_wrapper .fillValue li {
    width: 23%;
    margin: 0 1%
}

.calculator_wrapper .fillValue li .collectionData {
    display: block
}

.calculator_wrapper .fillValue li .collectionData .leftSection .h2,
.calculator_wrapper .fillValue li .collectionData .leftSection h1,
.calculator_wrapper .fillValue li .collectionData .leftSection h2,
.calculator_wrapper .fillValue li .collectionData .title,
.leftSection .calculator_wrapper .fillValue li .collectionData .h2,
.leftSection .calculator_wrapper .fillValue li .collectionData h1,
.leftSection .calculator_wrapper .fillValue li .collectionData h2 {
    color: #505f79;
    font-size: 12px;
    line-height: 24px
}

@media screen and (max-width:320px) {

    .calculator_wrapper .fillValue li .collectionData .leftSection .h2,
    .calculator_wrapper .fillValue li .collectionData .leftSection h1,
    .calculator_wrapper .fillValue li .collectionData .leftSection h2,
    .calculator_wrapper .fillValue li .collectionData .title,
    .leftSection .calculator_wrapper .fillValue li .collectionData .h2,
    .leftSection .calculator_wrapper .fillValue li .collectionData h1,
    .leftSection .calculator_wrapper .fillValue li .collectionData h2 {
        font-size: 11px
    }
}

.calculator_wrapper .fillValue li .collectionData .value {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 0;
    color: #172b4d
}

@media only screen and (max-width:640px) {
    .calculator_wrapper .fillValue li {
        width: 48%;
        margin-top: 12px
    }
}

.calculator_wrapper .infotext {
    font-size: 12px
}

.calculator_wrapper .resultbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.calculator_wrapper .resultbox.mt {
    margin-top: 32px
}

.calculator_wrapper .resultbox.mb {
    margin-bottom: 20px;
    margin-top: 30px
}

.calculator_wrapper .resultbox .calButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    display: block;
    border-radius: 8px;
    width: 48%;
    color: #0065ff;
    border: 1px solid #0065ff;
    background: #fff;
    padding: 10px;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    margin-right: 4%
}

.calculator_wrapper .resultbox .calButton.invert {
    margin-right: 0;
    background-color: #0065ff;
    border: none;
    color: #fff
}

@media only screen and (max-width:640px) {
    .calculator_wrapper .resultbox .calButton {
        width: 100%;
        margin: 10px 0;
        margin-right: 0
    }
}

.calculator_wrapper .resultbox .netprice {
    align-items: center;
    background: #ecf3fe;
    margin-right: 4%;
    border-radius: 8px;
    width: 48%;
    box-sizing: border-box;
    padding: 20px
}

.calculator_wrapper .resultbox .netprice span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600
}

.calculator_wrapper .resultbox .netprice span.tpremium {
    font-size: 18px
}

.calculator_wrapper .resultbox .netprice .premiumVal,
.calculator_wrapper .resultbox .netprice div {
    font-size: 21px;
    line-height: 32px
}

.calculator_wrapper .resultbox .netprice .premiumVal .gstAdded,
.calculator_wrapper .resultbox .netprice div .gstAdded {
    display: block;
    font-size: 12px;
    color: rgba(37, 56, 88, .4);
    padding-left: 0;
    margin-bottom: 0
}

@media only screen and (max-width:640px) {
    .calculator_wrapper .resultbox .netprice {
        width: 100%;
        margin: 10px 0
    }
}

.calculator_wrapper .resultbox .netprice {
    margin-right: 0
}

.calculator_wrapper.rhs {
    padding: 24px 12px;
    position: relative;
    border-radius: 0
}

@media screen and (max-width:767px) {
    .calculator_wrapper.rhs {
        margin: 0;
        box-shadow: none
    }
}

.calculator_wrapper.rhs:after {
    content: "";
    background: url(../../images/bu/home-insurance/home-insurance-calculator-gif.gif) no-repeat center/contain;
    width: 157px;
    height: 148px;
    position: absolute;
    top: 0;
    right: 0
}

.calculator_wrapper.rhs .title_text {
    margin: 0 0 65px 0;
    text-transform: capitalize;
    color: #253858;
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    max-width: 240px;
    z-index: 1
}

.calculator_wrapper.rhs .title_text::after {
    content: "";
    background: #4c9aff;
    width: 52px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -12px
}

.calculator_wrapper.rhs .steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 16px;
    max-width: 95px
}

.calculator_wrapper.rhs .steps .step {
    position: relative;
    display: block
}

.calculator_wrapper.rhs .steps .step::after {
    content: "";
    border: 1px dashed #dfe1e6;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%
}

.calculator_wrapper.rhs .steps .step:last-of-type::after {
    display: none
}

.calculator_wrapper.rhs .steps .step.checked span {
    background-color: #36b37e;
    border: 1px solid #36b37e;
    font-size: 0px
}

.calculator_wrapper.rhs .steps .step.checked span:after {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    top: -2px;
    position: relative
}

.calculator_wrapper.rhs .steps .step.active span {
    background-color: #fff;
    color: #36b37e;
    border: 1px solid #36b37e
}

.calculator_wrapper.rhs .steps .step span {
    z-index: 2;
    transition: .4s ease;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #b3bac5;
    color: #b3bac5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin-right: 10px
}

.calculator_wrapper.rhs .fillValue {
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    position: relative;
    margin: 0 0 20px
}

.calculator_wrapper.rhs .fillValue::-webkit-scrollbar {
    display: none
}

.calculator_wrapper.rhs .fillValue li {
    width: auto !important;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--f-4-f-5-f-7-n-20, #f4f5f7);
    padding: 8px 8px 8px 12px;
    display: flex;
    align-items: CENTER;
    margin: 0 12px 0 0
}

.calculator_wrapper.rhs .fillValue li .collectionData {
    margin-right: 8px
}

.calculator_wrapper.rhs .fillValue li .collectionData .leftSection .h2,
.calculator_wrapper.rhs .fillValue li .collectionData .leftSection h1,
.calculator_wrapper.rhs .fillValue li .collectionData .leftSection h2,
.calculator_wrapper.rhs .fillValue li .collectionData .title,
.leftSection .calculator_wrapper.rhs .fillValue li .collectionData .h2,
.leftSection .calculator_wrapper.rhs .fillValue li .collectionData h1,
.leftSection .calculator_wrapper.rhs .fillValue li .collectionData h2 {
    display: block;
    color: var(--7-a-869-an-100, #7a869a);
    margin-bottom: 2px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px
}

.calculator_wrapper.rhs .fillValue li .collectionData .value {
    color: #253858;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.calculator_wrapper.rhs .fillValue li .edit {
    cursor: pointer
}

.calculator_wrapper.rhs .fieldheading {
    color: var(--253858-n-700, #253858);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 20px
}

.calculator_wrapper.rhs .homeInsuranceStep1 .fieldWrapper {
    margin: 12px auto
}

.calculator_wrapper.rhs .homeInsuranceStep1 .fieldWrapper .tooltip-i {
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 12;
    transform: translate(0, -50%);
    width: 14px;
    height: 14px
}

.calculator_wrapper.rhs .homeInsuranceStep1 .fieldWrapper .tooltip-i .i-mark {
    border: 1px solid #5e6c84;
    color: #5e6c84;
    margin: 0
}

.calculator_wrapper.rhs .homeInsuranceStep1 .mainContent .halfSection {
    width: 100%
}

.calculator_wrapper.rhs .homeInsuranceStep1 .construction-cost-button {
    border-radius: 8px;
    background: var(--deebffb-50, #deebff);
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0
}

.calculator_wrapper.rhs .homeInsuranceStep1 .construction-cost-button .construction-cost {
    padding: 0 0 0 4px
}

.calculator_wrapper.rhs .homeInsuranceStep1 .construction-cost-button .construction-cost .label {
    color: var(--253858-n-700, #253858);
    opacity: .6;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.calculator_wrapper.rhs .homeInsuranceStep1 .construction-cost-button .construction-cost .value {
    color: var(--253858-n-700, #253858);
    margin: 4px 0 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.calculator_wrapper.rhs .homeInsuranceStep1 .construction-cost-button .buttons .calculate,
.calculator_wrapper.rhs .homeInsuranceStep1 .construction-cost-button .buttons .loading {
    width: 150px;
    padding: 12px 0 13px;
    margin: 0;
    line-height: normal;
    background: #3965fb;
    border-color: #3965fb
}

.calculator_wrapper.rhs .homeInsuranceStep2 .label {
    color: var(--253858-n-700, #253858);
    margin: 0 0 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .256px
}

.calculator_wrapper.rhs .homeInsuranceStep2 .label.city {
    color: var(--5-e-6-c-84-n-300, #5e6c84);
    margin: 0 0 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.calculator_wrapper.rhs .homeInsuranceStep2 .radio_pills {
    display: inline-block;
    width: 100%
}

.calculator_wrapper.rhs .homeInsuranceStep2 .radio_pills label {
    margin: 0 10px 9px 0;
    display: inline-block;
    cursor: pointer;
    position: relative
}

.calculator_wrapper.rhs .homeInsuranceStep2 .radio_pills label input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1
}

.calculator_wrapper.rhs .homeInsuranceStep2 .radio_pills label input[type=radio]+span {
    background: #fff;
    border-radius: 40px;
    display: inline-block;
    width: auto;
    padding: 8px 12px;
    align-items: center;
    border: 1px solid #5e6c84;
    font-style: normal;
    font-size: 14px;
    color: #253858;
    line-height: normal
}

.calculator_wrapper.rhs .homeInsuranceStep2 .radio_pills label input[type=radio]:checked+span {
    border: 1px solid #0065ff;
    color: #fff;
    background: #0065ff
}

.calculator_wrapper.rhs .homeInsuranceStep2 .radio_pills label .mt-top {
    margin-top: 20px
}

.calculator_wrapper.rhs .homeInsuranceStep2 .calculate,
.calculator_wrapper.rhs .homeInsuranceStep2 .loading {
    width: 100%;
    padding: 12px 0 13px;
    line-height: normal;
    background: #3965fb;
    border-color: #3965fb
}

.calculator_wrapper.rhs .homeInsuranceStep2 .loading::after {
    display: none
}

.calculator_wrapper.rhs .fillValue li {
    width: 47%
}

.calculator_wrapper.rhs .resultBox .result {
    border-radius: 16px;
    background: linear-gradient(224deg, rgba(191, 236, 255, .4) -28.64%, rgba(193, 188, 255, .4) 107.01%);
    display: flex;
    flex-wrap: wrap;
    padding: 20px 16px 6px
}

.calculator_wrapper.rhs .resultBox .result .resultbox {
    width: 50%
}

.calculator_wrapper.rhs .resultBox .result .resultbox .netprice {
    padding: 0;
    background: 0 0;
    border-radius: 0;
    width: 100%
}

.calculator_wrapper.rhs .resultBox .result .resultbox .netprice span {
    color: var(--7-a-869-an-100, #7a869a);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .224px;
    margin: 0 0 6px
}

.calculator_wrapper.rhs .resultBox .result .resultbox .netprice span.premiumVal {
    color: var(--253858-n-700, #253858);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: .32px
}

.calculator_wrapper.rhs .resultBox .result .resultbox .netprice span.gstAdded {
    display: block;
    color: rgba(37, 56, 88, .4);
    padding-left: 0;
    margin: 6px 0 0;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .192px
}

.calculator_wrapper.rhs .resultBox .result .resultbox.mb {
    width: 100%;
    margin: 20px auto 0
}

.calculator_wrapper.rhs .resultBox .result .resultbox.mb .calButton {
    width: 100%;
    margin: 0 0 6px;
    border: 1px solid transparent;
    background: 0 0
}

.calculator_wrapper.rhs .resultBox .result .resultbox.mb .calButton.invert {
    background-color: #0065ff;
    border-color: #0065ff
}

.calculator_wrapper.rhs .resultBox .result .resultbox.mb .calButton:last-of-type {
    margin: 0
}

.calculator_wrapper.rhs .resultBox .result .resultbox.mb #recalculate {
    position: relative
}

.calculator_wrapper.rhs .resultBox .result .resultbox.mb #recalculate:before {
    content: "";
    background: url(../../images/bu/home-insurance/home-insurance-recalculate-icon.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 29%
}

.calculator_wrapper.fullwidth {
    background: linear-gradient(126.75deg, #e0f4ff 38.48%, #d9e3ff 100%);
    border-radius: 12px;
    box-shadow: none;
    padding: 28px 24px 24px;
    position: relative
}

@media screen and (max-width:767px) {
    .calculator_wrapper.fullwidth {
        padding: 24px 16px;
        margin: 32px 0 0;
        border-radius: 0
    }
}

.calculator_wrapper.fullwidth::after {
    content: "";
    background: url(../../images/bu/home-insurance/home-insurance-calculator-illustration.svg) no-repeat center/contain;
    position: absolute;
    right: 0;
    top: 0;
    width: 305px;
    height: 417px
}

@media screen and (max-width:767px) {
    .calculator_wrapper.fullwidth::after {
        background: url(../../images/bu/home-insurance/home-insurance-calculator-mobile-illustration.svg) no-repeat center/contain;
        width: 158px;
        height: 194px;
        top: -16px;
        right: 0
    }
}

.calculator_wrapper.fullwidth .title_text {
    margin: 0 0 20px 0;
    text-transform: none;
    font-weight: 400;
    font-size: 34px;
    line-height: 54px;
    letter-spacing: .02em
}

@media screen and (max-width:767px) {
    .calculator_wrapper.fullwidth .title_text {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        width: 215px
    }
}

.calculator_wrapper.fullwidth .fillValue {
    margin: 0 0 20px;
    z-index: 1;
    position: relative
}

@media screen and (max-width:767px) {
    .calculator_wrapper.fullwidth .fillValue {
        margin: 0
    }
}

.calculator_wrapper.fullwidth .fillValue li {
    width: auto;
    background: #cee7f7;
    border-radius: 8px;
    margin: 0 16px 0 0;
    display: flex;
    align-items: flex-start;
    padding: 8px 12px;
    justify-content: space-between
}

.calculator_wrapper.fullwidth .fillValue li:last-child {
    margin: 0
}

@media screen and (max-width:767px) {
    .calculator_wrapper.fullwidth .fillValue li {
        margin: 0 16px 20px 0
    }

    .calculator_wrapper.fullwidth .fillValue li:last-child {
        margin: 0 0 20px 0
    }
}

.calculator_wrapper.fullwidth .fillValue li .collectionData {
    margin: 0 12px 0 0
}

.calculator_wrapper.fullwidth .fillValue li .collectionData span {
    display: block
}

.calculator_wrapper.fullwidth .fillValue li img {
    filter: grayscale(1)
}

.calculator_wrapper.fullwidth .homeInsuranceStep1 {
    box-shadow: 0 2px 16px 0 rgba(38, 38, 38, .1215686275);
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    max-width: 445px
}

@media screen and (max-width:767px) {
    .calculator_wrapper.fullwidth .homeInsuranceStep1 {
        padding: 24px 16px;
        z-index: 1;
        position: relative
    }

    .calculator_wrapper.fullwidth .homeInsuranceStep1 .mainContent {
        align-items: flex-start
    }
}

.calculator_wrapper.fullwidth .homeInsuranceStep1 .fieldheading {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .02em;
    margin: 0 0 6px
}

.calculator_wrapper.fullwidth .homeInsuranceStep1 .construction-cost-button {
    width: 100%
}

.calculator_wrapper.fullwidth .homeInsuranceStep2 {
    box-shadow: 0 2px 16px 0 rgba(38, 38, 38, .1215686275);
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    max-width: 445px
}

@media screen and (max-width:767px) {
    .calculator_wrapper.fullwidth .homeInsuranceStep2 {
        padding: 24px 16px;
        z-index: 1;
        position: relative
    }
}

.calculator_wrapper.fullwidth .homeInsuranceStep2 .fieldheading {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .02em
}

.calculator_wrapper.fullwidth .homeInsuranceStep2 .city {
    color: #5e6c84;
    margin: 0 0 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.calculator_wrapper.fullwidth .homeInsuranceStep2 .radio_pills {
    display: inline-block;
    width: 100%
}

.calculator_wrapper.fullwidth .homeInsuranceStep2 .radio_pills label {
    margin: 0 10px 9px 0;
    display: inline-block;
    cursor: pointer;
    position: relative
}

.calculator_wrapper.fullwidth .homeInsuranceStep2 .radio_pills label input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1
}

.calculator_wrapper.fullwidth .homeInsuranceStep2 .radio_pills label input[type=radio]+span {
    background: #fff;
    border-radius: 40px;
    display: inline-block;
    width: auto;
    padding: 8px 12px;
    align-items: center;
    border: 1px solid #5e6c84;
    font-style: normal;
    font-size: 14px;
    color: #253858;
    line-height: normal
}

.calculator_wrapper.fullwidth .homeInsuranceStep2 .radio_pills label input[type=radio]:checked+span {
    border: 1px solid #0065ff;
    color: #fff;
    background: #0065ff
}

.calculator_wrapper.fullwidth .homeInsuranceStep2 .radio_pills label .mt-top {
    margin-top: 20px
}

.calculator_wrapper.fullwidth .homeInsuranceStep2 .calculate,
.calculator_wrapper.fullwidth .homeInsuranceStep2 .loading {
    width: 100%;
    padding: 12px 0 13px;
    line-height: normal;
    background: #3965fb;
    border-color: #3965fb
}

.calculator_wrapper.fullwidth .homeInsuranceStep2 .loading::after {
    display: none
}

.calculator_wrapper.fullwidth .calculate,
.calculator_wrapper.fullwidth .loading {
    font-weight: 500;
    width: 100%;
    margin: 6px 0 0
}

.calculator_wrapper.fullwidth .calculate::after {
    content: "";
    background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0
}

.calculator_wrapper.fullwidth .calculator_wrapper.resultBox {
    margin: 0;
    box-shadow: 0 2px 16px 0 rgba(38, 38, 38, .1215686275);
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    max-width: 490px
}

@media screen and (max-width:767px) {
    .calculator_wrapper.fullwidth .calculator_wrapper.resultBox {
        padding: 24px 16px;
        text-align: CENTER;
        z-index: 1;
        position: relative
    }
}

.calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #253858
}

.calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .result-premium {
    background: #e3fcef;
    border-radius: 8px;
    margin: 20px 0 8px;
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width:767px) {
    .calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .result-premium {
        padding: 16px;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
}

.calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .result-premium .per-month {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0;
    color: #253858
}

.calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .result-premium .per-month::before {
    content: "";
    background: url(../../images/bu/home-insurance/home-insurance-rs-icon.svg) no-repeat center/contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 8px 0 0
}

@media screen and (max-width:767px) {
    .calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .result-premium .per-month {
        margin: 0 0 16px
    }
}

.calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .result-premium .per-year {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #253858
}

.calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .disclaimer {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    line-height: 16px !important;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .7215686275)
}

@media screen and (max-width:767px) {
    .calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .disclaimer {
        text-align: center
    }
}

.calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .resultbox.mb {
    flex-direction: row-reverse;
    margin: 0
}

.calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .resultbox.mb .calButton.invert {
    position: relative;
    font-weight: 500
}

.calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .resultbox.mb .calButton.invert::after {
    content: "";
    background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0
}

.calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .resultbox.mb .recalculate {
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center
}

.calculator_wrapper.fullwidth .calculator_wrapper.resultBox .result .resultbox.mb .recalculate:before {
    content: "";
    background: url(../../images/bu/home-insurance/home-insurance-recalculate-icon.svg);
    width: 20px;
    height: 20px;
    display: inline-block
}

@media only screen and (max-width:640px) {
    .mobileScroll {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .mobileScroll::-webkit-scrollbar {
        display: none
    }

    .mobileScroll .citySelect {
        width: 600px
    }
}

.buy:after,
.claim:after {
    display: none
}

@media only screen and (max-width:640px) {

    #buy_year,
    #recentClaim,
    .calculator_wrapper .ui-widget.ui-widget-content,
    .step {
        display: none
    }
}

.floatingPopupDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10001;
    visibility: hidden;
    transition: all .5s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(23, 43, 77, .9);
    opacity: 0
}

.floatingPopupDiv .floatpanel {
    width: 100%
}

.floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
    box-shadow: none
}

.floatingPopupDiv[style="visibility: visible;"] .close {
    right: 20px
}

.floatingPopupDiv .showForm {
    width: 100%;
    margin: 0 auto;
    background-color: #d4efff;
    padding: 0;
    box-shadow: none;
    border-radius: 24px;
    height: 100%
}

@media screen and (max-width:1024px) {
    .floatingPopupDiv .showForm {
        border-radius: 0;
        height: 100%;
        margin: 0 !important
    }
}

.floatingPopupDiv .showForm .disForm {
    width: 100%;
    background: 0 0;
    padding: 40px 24px 24px;
    height: 100%
}

@media screen and (max-width:767px) {
    .floatingPopupDiv .showForm .disForm {
        padding: 32px 0 0;
        justify-content: flex-end
    }
}

.floatingPopupDiv .showForm .disForm .rightContent {
    width: 100%;
    margin-top: 0
}

@media screen and (max-width:767px) {
    .floatingPopupDiv .showForm .disForm .rightContent {
        margin-top: 0;
        padding: 0
    }
}

.floatingPopupDiv .showForm .disForm .rightContent .bu {
    display: none
}

.floatingPopupDiv .showForm .disForm .rightContent .heading {
    font-size: 32px;
    line-height: 44px;
    max-width: 300px
}

.floatingPopupDiv .showForm .disForm .rightContent .heading span {
    font-size: 44px;
    margin: 10px 0 0;
    line-height: 56px
}

@media screen and (max-width:767px) {
    .floatingPopupDiv .showForm .disForm .rightContent .heading {
        padding: 0
    }
}

.floatingPopupDiv .showForm .disForm .rightContent .sub-heading {
    margin-top: 16px
}

.floatingPopupDiv .showForm .disForm .rightContent .label {
    margin: 80px 0 0
}

.floatingPopupDiv .showForm .disForm .rightContent .left {
    width: 100%
}

@media screen and (max-width:767px) {
    .floatingPopupDiv .showForm .disForm .rightContent .left {
        padding: 0 16px
    }

    .floatingPopupDiv .showForm .disForm .rightContent .left::before {
        left: 50%;
        transform: translate(-50%, 0)
    }
}

.floatingPopupDiv .showForm .disForm .rightContent .left .container {
    margin: 12px 0 0;
    box-shadow: 0 2px 12px 0 #98bed5;
    background: #fff;
    padding: 20px;
    border-radius: 16px
}

.floatingPopupDiv .showForm .disForm .rightContent .left .container .step_1,
.floatingPopupDiv .showForm .disForm .rightContent .left .container .step_2 {
    margin: 0 0 16px
}

.floatingPopupDiv .showForm .disForm .rightContent .left .container .form-whatsapp {
    margin: 20px 0 0
}

.floatingPopupDiv .showForm .disForm .rightContent .right {
    width: auto;
    position: absolute;
    right: 7px;
    width: 350px;
    top: 0
}

.floatingPopupDiv .showForm .disForm .rightContent .right .right-bg-image {
    width: 435px;
    height: 403px;
    position: absolute;
    right: 0;
    top: -75px
}

.floatingPopupDiv .showForm .disForm .rightContent .right .pointers-list {
    margin: 0
}

@media screen and (max-width:1024px) {
    .floatingPopupDiv .showForm .disForm .rightContent .right {
        position: relative;
        right: auto;
        top: auto;
        width: auto
    }

    .floatingPopupDiv .showForm .disForm .rightContent .right .pointers-list {
        margin: 24px 0 0
    }
}

.floatingPopupDiv .showForm .disForm .rightContent .fieldWrapper .formInput.gender input:focus+.tooltip,
.floatingPopupDiv .showForm .disForm .rightContent .fieldWrapper .formInput.number input:focus+.tooltip {
    display: none
}

.floatingPopupDiv .close {
    position: absolute;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, .2);
    border-radius: 8px;
    top: 0;
    right: -45px;
    z-index: 10002;
    cursor: pointer;
    transition: right .3s ease-in
}

@media screen and (max-width:1024px) {
    .floatingPopupDiv .close {
        right: 16px;
        top: 16px
    }
}

@media screen and (max-width:767px) {
    .floatingPopupDiv .close {
        right: 8px;
        top: 8px
    }
}

.floatingPopupDiv .close:after,
.floatingPopupDiv .close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 18px;
    width: 2px;
    background-color: #fff;
    top: 7px
}

@media screen and (max-width:1024px) {

    .floatingPopupDiv .close:after,
    .floatingPopupDiv .close:before {
        background-color: #4d4c4c
    }
}

.floatingPopupDiv .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.floatingPopupDiv .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.floatingPopupDiv .floatpanel {
    max-width: 770px;
    background: #fff;
    height: 480px;
    padding-top: 0;
    width: 100%;
    border-radius: 24px;
    position: relative;
    opacity: 0
}

.floatingPopupDiv .floatpanel .orange_div {
    margin: 0 auto 0;
    width: 64%;
    border-radius: 20px;
    line-height: 30px;
    font-size: 14px;
    display: block
}

@media screen and (max-width:1024px) {
    .floatingPopupDiv .floatpanel {
        margin: 0 16px;
        min-height: 480px;
        height: auto
    }
}

@media screen and (max-width:767px) {
    .floatingPopupDiv .floatpanel {
        height: 100%;
        border-radius: 0;
        margin: 0
    }
}

.floatingPopupDiv.openbox {
    visibility: visible;
    opacity: 1
}

.floatingPopupDiv.openbox .floatpanel {
    opacity: 1
}

@media screen and (max-width:767px) {
    .floatingPopupDiv.new-popup {
        align-items: flex-end
    }
}

.floatingPopupDiv.new-popup .floatpanel {
    max-width: 400px;
    min-height: 366px;
    height: auto
}

@media screen and (max-width:767px) {
    .floatingPopupDiv.new-popup .floatpanel {
        margin: 0 16px 16px;
        border-radius: 16px;
        min-height: 352px
    }
}

.floatingPopupDiv.new-popup .floatpanel .close {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #f4f5f7;
    border-radius: 8px;
    top: 16px;
    right: 16px;
    z-index: 10002;
    cursor: pointer;
    transition: right .3s ease-in
}

.floatingPopupDiv.new-popup .floatpanel .close::after,
.floatingPopupDiv.new-popup .floatpanel .close::before {
    left: 14px;
    content: " ";
    height: 14px;
    width: 2px;
    background-color: #253858;
    top: 7px
}

.floatingPopupDiv.new-popup .floatpanel .showForm {
    background: #fff
}

.floatingPopupDiv.new-popup .floatpanel .showForm .disForm {
    padding: 20px
}

.floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .fieldWrapper .formInput .format {
    display: none
}

.floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .fieldWrapper .formInput .homemobile,
.floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .fieldWrapper .formInput .homename {
    padding: 16px 16px 16px 40px
}

.floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .fieldWrapper .formInput.gender::before {
    content: "";
    background: url(../../images/bu/home-insurance/popup-user-icon.svg) no-repeat center/contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 16px;
    z-index: 10
}

.floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .fieldWrapper .formInput.number::before {
    content: "";
    background: url(../../images/bu/home-insurance/popup-number-icon.svg) no-repeat center/contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 16px;
    z-index: 10
}

.floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .fieldWrapper .formInput .no-spam {
    position: absolute;
    background: #eae6ff;
    padding: 4px 8px;
    border-radius: 25px;
    color: #6554c0;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    top: 50%;
    z-index: 10;
    transform: translate(0, -50%);
    right: 16px;
    display: flex;
    align-items: center
}

.floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .fieldWrapper .formInput .no-spam::before {
    content: "";
    background: url(../../images/bu/home-insurance/popup-secure-icon.svg) no-repeat center/contain;
    width: 11px;
    height: 12px;
    display: inline-block;
    margin: 0 6px 0 0
}

.floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .label {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .016em;
    text-transform: none;
    max-width: 75%
}

@media screen and (max-width:1024px) {
    .floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .label {
        display: block;
        max-width: 90%
    }
}

@media screen and (max-width:1024px) {
    .floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .left {
        padding: 0
    }

    .floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .left::before {
        display: none
    }
}

.floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .left .container {
    margin: 12px 0 0;
    box-shadow: none;
    background: 0 0;
    padding: 0;
    border-radius: 0
}

.floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .left .container .step_1 {
    flex-direction: column;
    margin: 0
}

.floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .left .container .form-whatsapp {
    margin: 0 0 24px;
    text-align: left
}

.floatingPopupDiv.new-popup .floatpanel .showForm .disForm .rightContent .fieldWrapper {
    width: 100%;
    margin: 0 0 16px
}

.floatingPopupDiv.new-popup .form-whatsapp {
    display: inline-block;
    position: relative
}

.floatingPopupDiv.new-popup .form-whatsapp::after {
    content: "";
    background: url(../../images/bu/home-insurance/whatsapp-icon.svg) no-repeat center/contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 0 -4px 3px
}

.floatingPopupDiv.new-popup .form-whatsapp .slider {
    border: 1px solid #2549a1;
    background: #2549a1
}

.floatingPopupDiv.open {
    display: block
}

.floatingPopupDiv .showForm .disForm .rightContent .term-bg {
    padding: 10px 0 20px
}

.floatingPopupDiv .showForm .disForm .rightContent .term-bg .termCondition .disclaimer.format {
    display: block
}

@media only screen and (max-width:1024px) {
    .floatingPopupDiv .floatpanel {
        width: 100%;
        overflow-y: scroll
    }

    .floatingPopupDiv .floatpanel .showForm .disForm .rightContent {
        box-shadow: none;
        border-top: 0
    }
}

@media only screen and (max-width:440px) {
    .floatingPopupDiv .floatpanel .orange_div {
        margin: 0 auto 0;
        width: 90%;
        border-radius: 20px;
        line-height: 30px;
        font-size: 14px;
        left: 0;
        right: 0
    }

    .floatingPopupDiv .showForm {
        width: 100%;
        margin: 0 auto
    }
}

@media only screen and (max-width:320px) {
    .floatingPopupDiv .floatpanel .orange_div {
        width: 100%
    }
}

@media only screen and (max-width:320px) {
    .floatingPopupDiv .floatpanel .orange_div {
        width: 100%
    }
}

.home-insurance-sticky-footer {
    max-width: 1140px;
    padding: 15px 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width:1024px) {
    .home-insurance-sticky-footer {
        flex-direction: column;
        padding: 12px;
        align-items: flex-start
    }
}

.home-insurance-sticky-footer .home-insurance-sticky-footer-image {
    width: 19%;
    height: 144px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    top: -9px;
    left: 0
}

.home-insurance-sticky-footer .home-insurance-sticky-footer-image::before {
    content: "";
    background: url(../../images/footer-strip/other/home-insurance-sticky-footer.svg) center left no-repeat;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 100%
}

@media screen and (max-width:1024px) {
    .home-insurance-sticky-footer .home-insurance-sticky-footer-image {
        top: auto;
        left: auto;
        right: -15px;
        bottom: -11px;
        width: 132px;
        height: 97px
    }

    .home-insurance-sticky-footer .home-insurance-sticky-footer-image::before {
        background: url(../../images/footer-strip/other/home-insurance-sticky-footer-mobile.svg) center left no-repeat
    }
}

.home-insurance-sticky-footer .home-insurance-sticky-footer-text {
    width: 65%
}

@media screen and (max-width:1024px) {
    .home-insurance-sticky-footer .home-insurance-sticky-footer-text {
        width: 67%
    }
}

@media screen and (max-width:767px) {
    .home-insurance-sticky-footer .home-insurance-sticky-footer-text {
        width: 100%;
        max-width: 235px
    }
}

.home-insurance-sticky-footer .home-insurance-sticky-footer-text p {
    color: #fbfbfb;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0
}

.home-insurance-sticky-footer .home-insurance-sticky-footer-text p span {
    font-weight: 700
}

@media screen and (max-width:1024px) {
    .home-insurance-sticky-footer .home-insurance-sticky-footer-text p {
        font-size: 18px;
        line-height: 26px
    }
}

@media screen and (max-width:420px) {
    .home-insurance-sticky-footer .home-insurance-sticky-footer-text p {
        display: inline
    }
}

@media screen and (max-width:1024px) {
    .home-insurance-sticky-footer .home-insurance-sticky-footer-text p.desktop {
        display: none
    }
}

.home-insurance-sticky-footer .home-insurance-sticky-footer-text p.mobile {
    display: none
}

@media screen and (max-width:1024px) {
    .home-insurance-sticky-footer .home-insurance-sticky-footer-text p.mobile {
        display: block;
        text-align: left
    }
}

.home-insurance-sticky-footer .home-insurance-sticky-footer-button {
    margin-right: 100px
}

@media screen and (max-width:1024px) {
    .home-insurance-sticky-footer .home-insurance-sticky-footer-button {
        margin-right: 0
    }
}

.home-insurance-sticky-footer .home-insurance-sticky-footer-button .sticky_viewplan {
    color: #2468f6;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.78;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #fff
}

@media screen and (max-width:1024px) {
    .home-insurance-sticky-footer .home-insurance-sticky-footer-button .sticky_viewplan {
        font-size: 14px;
        padding: 10px 25px;
        margin-top: 12px
    }
}

.home-insurance-sticky-footer-disclaimer {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    color: #fff;
    right: 0;
    margin: 0;
    width: 100%;
    text-align: right
}

@media screen and (max-width:1024px) {
    .home-insurance-sticky-footer-disclaimer {
        display: none
    }
}

.home-insurance-sticky-footer-disclaimer p {
    margin: 0
}

@media screen and (max-width:1024px) {
    .close-st-footer.strip_close {
        display: none !important
    }
}

.investment-option-slider {
    display: block;
    position: relative
}

@media only screen and (max-width:1024px) {
    .investment-option-slider {
        background: #fff;
        padding: 20px 0 40px 10px;
        border-width: 1px 0 1px 0;
        border-radius: 0 !important
    }
}

.investment-option-slider .ghi-heading,
.investment-option-slider h2,
.investment-option-slider h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin: 30px 0 10px;
    text-transform: initial
}

.investment-option-slider .ghi-heading strong,
.investment-option-slider h2 strong,
.investment-option-slider h3 strong {
    font-weight: 600
}

@media only screen and (max-width:1024px) {

    .investment-option-slider .ghi-heading,
    .investment-option-slider h2,
    .investment-option-slider h3 {
        width: 100%;
        padding: 0 0 0 10px;
        margin: 10px 0 0 !important
    }
}

@media only screen and (max-width:360px) {

    .investment-option-slider .ghi-heading,
    .investment-option-slider h2,
    .investment-option-slider h3 {
        padding: 10px;
        font-size: 18px !important
    }
}

.investment-option-slider .option-slider {
    display: flex;
    flex-wrap: wrap;
    width: 760px;
    padding: 0;
    box-sizing: border-box;
    transition: opacity .5s ease-in
}

.investment-option-slider .option-slider.full {
    width: 1140px
}

@media only screen and (max-width:1024px) {
    .investment-option-slider .option-slider {
        width: 100%;
        padding: 0 0 0 10px
    }

    .investment-option-slider .option-slider.full {
        width: 100%
    }
}

@media only screen and (max-width:568px) {
    .investment-option-slider .option-slider.full {
        width: 100%
    }
}

@media only screen and (max-width:360px) {
    .investment-option-slider .option-slider {
        padding: 0 0 0 10px
    }
}

.investment-option-slider .option-slider .slick-next,
.investment-option-slider .option-slider .slick-prev {
    width: 40px;
    height: 40px;
    box-shadow: 0 3px 3px #ccc;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    display: block;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

@media only screen and (max-width:1024px) {

    .investment-option-slider .option-slider .slick-next,
    .investment-option-slider .option-slider .slick-prev {
        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 {
    box-shadow: 0 3px 3px #e6e0e0;
    background: #fff;
    width: 300px;
    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: .3;
    border-radius: 50%;
    z-index: 3;
    position: absolute;
    left: 25px;
    top: 15px
}

.investment-option-slider .option-slider .product-list-box .banner-img {
    cursor: pointer
}

.investment-option-slider .option-slider .product-list-box .banner.img1 {
    background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
    height: 200px;
    background-size: contain
}

.investment-option-slider .option-slider .product-list-box .banner.img2 {
    background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
    height: 200px;
    background-size: contain
}

.investment-option-slider .option-slider .product-list-box .banner.img3 {
    background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
    height: 200px;
    background-size: contain
}

.investment-option-slider .option-slider .product-list-box .banner.img4 {
    background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
    height: 200px;
    background-size: contain
}

.investment-option-slider .option-slider .product-list-box .banner.img5 {
    background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
    height: 200px;
    background-size: contain
}

.investment-option-slider .option-slider .product-list-box .banner.img6 {
    background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
    height: 200px;
    border-radius: 8px 8px 0 0;
    background-size: contain
}

.investment-option-slider .option-slider .product-list-box .banner.img7 {
    background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
    height: 200px;
    border-radius: 8px 8px 0 0;
    background-size: contain
}

@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: flex;
    flex-wrap: wrap;
    padding: 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: flex;
    font-size: 16px;
    font-weight: 500;
    color: #253858
}

.investment-option-slider .option-slider .product-list-box .product-info .text.ghi {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
    align-items: flex-start
}

.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.sme {
    height: 122px
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #253858;
    align-items: center
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text.ghi {
    font-size: 14px;
    line-height: 20px
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
    width: 30%;
    display: flex;
    align-items: center
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
    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.active,
.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: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;
        font-size: 0;
        bottom: initial
    }

    .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;
        -webkit-transform: rotate(-45deg);
        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 .bannertermredirect,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
    font-size: 12px;
    border: 1px solid #0065ff;
    padding: 1px 7px;
    color: #0065ff;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
    cursor: pointer
}

@media only screen and (max-width:640px) {

    .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
    .investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
    .investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
        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 .bannertermredirect:before,
    .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before,
    .investment-option-slider .option-slider .product-list-box .product-info .viewmore span: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 .option-slider .product-list-box .product-info .viewmore .button-invert {
    font-size: 12px;
    border: 1px solid #0065ff;
    padding: 1px 7px;
    color: #0065ff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    background: #fff;
    font-weight: 600
}

.investment-option-slider.ghi .option-slider .product-list-box {
    width: 255px
}

.investment-option-slider.ghi .option-slider .product-list-box .banner {
    display: block;
    height: 158px;
    border-radius: 8px 8px 0 0;
    cursor: pointer
}

.investment-option-slider.ghi .option-slider .product-list-box .banner img {
    border-radius: 5px 5px 0 0
}

.investment-option-slider.ghi .option-slider .product-list-box.lblue::before {
    background: #0bbdf2
}

.investment-option-slider.ghi .option-slider .product-list-box.green::before {
    background: #47d990
}

.investment-option-slider.ghi .option-slider .product-list-box.purple::before {
    background: #2d3cd9
}

.investment-option-slider.ghi .option-slider .product-list-box.red::before {
    background: #ff5353
}

.investment-option-slider.ghi .option-slider .product-list-box.yellow:before {
    background: #ffab00
}

.investment-option-slider.ghi .option-slider .product-list-box.blue::before {
    background: #4c9aff
}

.investment-option-slider.car .option-slider {
    padding: 0 30px
}

@media screen and (max-width:1024px) {
    .investment-option-slider.car .option-slider {
        padding: 0 0 0 10px
    }
}

.investment-option-slider.car h2 {
    color: #000;
    font-size: 20px
}

.investment-option-slider.car .option-slider .product-list-box {
    width: 255px;
    cursor: default;
    height: auto
}

.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.blue::before {
    background: #4680f0
}

.investment-option-slider.car .option-slider .product-list-box .banner {
    display: block;
    height: 158px;
    background-size: cover !important;
    cursor: pointer
}

.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: 13px;
    min-height: 42px
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore {
    width: 250px;
    justify-content: flex-end;
    margin-top: 8px
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button {
    font-size: 12px;
    padding: 0 9px;
    margin: 0;
    width: auto;
    height: auto;
    background: #0065ff;
    margin: 0;
    text-indent: 0;
    border: 1px solid #0065ff;
    padding: 1px 7px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    font-weight: 600
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:visited {
    color: #fff
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button::before {
    display: none
}

.investment-option-slider.term {
    overflow: visible
}

.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;
    cursor: pointer
}

.investment-option-slider.term .option-slider .product-list-box .banner img {
    border-radius: 8px 8px 0 0;
    width: 100%
}

.investment-option-slider.term .option-slider .product-list-box .banner.img1 {
    background: 0 0
}

.investment-option-slider.term .option-slider .product-list-box .banner.img2 {
    background: 0 0
}

.investment-option-slider.term .option-slider .product-list-box .banner.img3 {
    background: 0 0
}

.investment-option-slider.term .option-slider .product-list-box .banner.img4 {
    background: 0 0
}

.investment-option-slider.term .option-slider .product-list-box .product-info .text {
    width: 100%;
    font-size: 13px;
    display: block;
    min-height: 42px
}

@media screen and (max-width:767px) {
    .investment-option-slider.term .option-slider .product-list-box .product-info .text {
        font-size: 14px;
        min-height: 50px;
        width: 70%
    }
}

.investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
    width: 100%;
    justify-content: flex-end;
    margin-top: 8px
}

@media screen and (max-width:767px) {
    .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore .bannertermredirect {
        margin-top: 0;
        font-size: 0
    }
}

@media screen and (max-width:767px) {
    .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
        width: 12%
    }
}

@media screen and (max-width:767px) {
    .investment-option-slider.term .option-slider .product-list-box .product-info {
        flex-wrap: nowrap;
        justify-content: space-between
    }
}

.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 img {
    width: 100%
}

.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%;
    justify-content: flex-end;
    margin-top: 13px
}

.investment-option-slider.two-wheeler .option-slider .slick-prev {
    left: -25px
}

.investment-option-slider.two-wheeler .option-slider .slick-next {
    right: -25px
}

.investment-option-slider.home-insurance .option-slider .product-list-box,
.investment-option-slider.two-wheeler .option-slider .product-list-box {
    width: 255px;
    cursor: initial
}

@media screen and (max-width:1024px) {

    .investment-option-slider.home-insurance .option-slider .product-list-box,
    .investment-option-slider.two-wheeler .option-slider .product-list-box {
        margin-top: 10px
    }
}

.investment-option-slider.home-insurance .option-slider .product-list-box.lblue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.lblue::before {
    background: #0bbdf2
}

.investment-option-slider.home-insurance .option-slider .product-list-box.green::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.green::before {
    background: #47d990
}

.investment-option-slider.home-insurance .option-slider .product-list-box.purple::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.purple::before {
    background: #2d3cd9
}

.investment-option-slider.home-insurance .option-slider .product-list-box.red::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.red::before {
    background: #ff5353
}

.investment-option-slider.home-insurance .option-slider .product-list-box.yellow:before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.yellow:before {
    background: #ffab00
}

.investment-option-slider.home-insurance .option-slider .product-list-box.blue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.blue::before {
    background: #4c9aff
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner {
    display: block;
    height: 158px;
    border-radius: 8px 8px 0 0;
    cursor: pointer
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.purple,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.purple {
    background: #cbcfff
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.lblue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.lblue {
    background: #8de5ff
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.green,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.green {
    background: #9fffce
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.red,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.red {
    background: #ffb2b2
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.blue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.blue {
    background: #b3d4ff
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.yellow,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.yellow {
    background: #fff0b3
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .text,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .text {
    width: 100% !important;
    font-size: 14px
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
    width: 100% !important;
    justify-content: flex-end;
    margin-top: 13px
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
.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.home-insurance .option-slider .product-list-box .product-info .viewmore,
    .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
        margin-top: 7px
    }

    .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
    .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.home-insurance .option-slider .product-list-box .product-info .viewmore a:before,
    .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a:before {
        display: none
    }
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
    font-size: 12px;
    border: 1px solid #0065ff;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
    color: #fff;
    background: #0065ff;
    padding: 1px 7px 2px;
    cursor: pointer
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:visited {
    color: #fff
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button::before {
    display: none
}

@media screen and (max-width:767px) {

    .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
    .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
        width: auto;
        height: auto;
        text-indent: 0;
        margin: 0
    }
}

.investment-option-slider.travel {
    border-radius: 8px;
    background-color: #f4f7fe;
    padding: 15px 0;
    margin: 40px 0
}

.investment-option-slider.travel .leftSection .h2,
.investment-option-slider.travel .leftSection h1,
.investment-option-slider.travel .leftSection h2,
.investment-option-slider.travel .title,
.leftSection .investment-option-slider.travel .h2,
.leftSection .investment-option-slider.travel h1,
.leftSection .investment-option-slider.travel h2 {
    border-bottom: 1px solid #d9dde2;
    margin: 0 10px
}

.investment-option-slider.travel .leftSection .h2 h2,
.investment-option-slider.travel .leftSection h1 h2,
.investment-option-slider.travel .leftSection h2 h2,
.investment-option-slider.travel .title h2,
.leftSection .investment-option-slider.travel .h2 h2,
.leftSection .investment-option-slider.travel h1 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;
    text-transform: none
}

.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 !important
}

.investment-option-slider.travel .option-slider .slick-next,
.investment-option-slider.travel .option-slider .slick-prev {
    top: -45px;
    transform: none;
    background: 0 0;
    box-shadow: none
}

.investment-option-slider.travel .option-slider .slick-next:before,
.investment-option-slider.travel .option-slider .slick-prev: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;
    cursor: pointer
}

.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 .text.full {
    width: 100%
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
    width: 100%;
    justify-content: flex-end;
    margin-top: 0
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
    color: #fff;
    background: #0065ff;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    border: 0;
    font-weight: 600
}

@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,
    .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
        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,
    .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span:before {
        display: none
    }
}

@media only screen and (max-width:360px) {

    .investment-option-slider.travel.tw .leftSection .h2 h2,
    .investment-option-slider.travel.tw .leftSection h1 h2,
    .investment-option-slider.travel.tw .leftSection h2 h2,
    .investment-option-slider.travel.tw .title h2,
    .leftSection .investment-option-slider.travel.tw .h2 h2,
    .leftSection .investment-option-slider.travel.tw h1 h2,
    .leftSection .investment-option-slider.travel.tw h2 h2 {
        font-size: 14px !important
    }
}

.investment-option-slider.travel.tw .option-slider .product-list-box .product-info .text {
    width: 95%;
    margin-bottom: 12px
}

@media screen and (max-width:1024px) {
    .investment-option-slider.travel.tw.three-slides {
        background-color: #fff;
        padding: 0;
        margin: 0
    }
}

.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box {
    margin: 15px 20px 10px 0
}

.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box a img {
    max-width: 258px;
    width: 100%;
    height: auto
}

@media screen and (max-width:1024px) {
    .investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info {
        padding: 10px 10px 18px
    }
}

.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore {
    width: 100%
}

.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore span {
    position: relative;
    right: auto;
    bottom: auto;
    font-weight: 600;
    padding: inherit
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button {
    font-size: 12px;
    padding: 0 9px;
    margin: 0;
    width: auto;
    height: auto;
    background: #fff;
    margin: 0;
    text-indent: 0;
    border: 1px solid #0065ff;
    padding: 1px 7px;
    color: #0065ff;
    border-radius: 5px;
    position: relative;
    font-weight: 600
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited {
    color: #fff
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before {
    display: none
}

.investment-option-slider.cv .option-slider .product-list-box.red::before {
    background: #ff5353
}

.investment-option-slider.cv .option-slider .product-list-box.yellow:before {
    background: #ffab00
}

.investment-option-slider.cv .option-slider .product-list-box.green.slick-slide img {
    background: #9fffce;
    border-radius: 8px 8px 0 0
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .text {
    width: 100%;
    font-size: 12px
}

@media (max-width:360px) {
    .investment-option-slider.cv .option-slider .product-list-box .product-info .text {
        font-size: 12px
    }
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore {
    justify-content: flex-end;
    margin-top: 10px;
    width: 100%
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button {
    cursor: pointer;
    color: #fff;
    background: #0065ff
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited {
    color: #fff
}

.investment-option-slider.three-slides .option-slider .product-list-box {
    width: 215px;
    flex-shrink: 0
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info {
    align-items: center;
    min-height: 72px
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text {
    width: 60%
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text a {
    font-size: 12px
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
    width: 40%;
    padding: 1px 5px
}

@media screen and (max-width:640px) {
    .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
        height: 15px;
        width: 11%
    }

    .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore::before {
        width: 9px;
        height: 9px;
        top: 5px
    }
}

.investment-option-slider.three-slides .option-slider .product-list-box .banner {
    height: 165px;
    background-position: center;
    background-size: contain
}

@keyframes slide_shine {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

@keyframes uparrow {
    0% {
        transform: translateY(0);
        opacity: .4
    }

    100% {
        transform: translateY(-.4em);
        opacity: .9
    }
}

@-webkit-keyframes uparrow {
    0% {
        -webkit-transform: translateY(0);
        opacity: .4
    }

    100% {
        -webkit-transform: translateY(-.4em);
        opacity: .9
    }
}

@keyframes mirrorflip {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1)
    }

    50% {
        transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1)
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1)
    }
}

.sjb-top-plan,
.top-plan {
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

.sjb-top-plan .covidLabel,
.top-plan .covidLabel {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #f7e7ef 0 0 no-repeat padding-box;
    border-radius: 0 8px;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px 5px 40px
}

@media (max-width:767px) {

    .sjb-top-plan .covidLabel,
    .top-plan .covidLabel {
        right: -15px
    }
}

.sjb-top-plan .covidLabel:before,
.top-plan .covidLabel:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 6px;
    left: 10px;
    background: url("../../images/bu/term/covid-19-new.svg") no-repeat 0 0;
    background-size: contain
}

.sjb-top-plan .pricehike,
.top-plan .pricehike {
    background: #ffeded 0 0 no-repeat padding-box;
    border: 1px solid #c73830;
    border-radius: 0 8px;
    padding: 5px;
    color: #c73830;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden
}

.sjb-top-plan .pricehike:after,
.top-plan .pricehike:after {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 1;
    animation: slide_shine 1s infinite;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%)
}

@media (max-width:767px) {

    .sjb-top-plan .pricehike,
    .top-plan .pricehike {
        right: 6px
    }
}

.sjb-top-plan .pricehike.spouse,
.top-plan .pricehike.spouse {
    background: #fbe6ef 0 0 no-repeat padding-box;
    border-radius: 0 8px;
    border: 0;
    color: #253858;
    font-size: 13px;
    padding: 6px 7px 6px 31px
}

@media screen and (max-width:1024px) {

    .sjb-top-plan .pricehike.spouse,
    .top-plan .pricehike.spouse {
        font-size: 12px;
        padding: 5px 7px 6px 27px
    }
}

.sjb-top-plan .pricehike.spouse::before,
.top-plan .pricehike.spouse::before {
    content: "";
    background: url(../../images/bu/term/cancer-icon.png) no-repeat center/contain;
    width: 14px;
    height: 19px;
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translate(0, -50%)
}

@media screen and (max-width:1024px) {

    .sjb-top-plan .pricehike.spouse::before,
    .top-plan .pricehike.spouse::before {
        left: 9px
    }
}

.sjb-top-plan .pricehike.spouse::after,
.top-plan .pricehike.spouse::after {
    display: none
}

.sjb-top-plan .priceup,
.top-plan .priceup {
    position: absolute;
    background: #edc0cc 0 0 no-repeat padding-box;
    border-radius: 8px 4px 4px 4px;
    font-size: 12px;
    color: #9b2d2d;
    font-weight: 500;
    width: 230px !important;
    padding: 3px 2px 3px 25px;
    top: 3px;
    left: 3px;
    display: flex;
    align-item: center;
    height: 25px
}

.sjb-top-plan .priceup.ttimer,
.top-plan .priceup.ttimer {
    display: flex;
    width: 216px !important;
    background: #4b7ecb;
    color: #fff;
    border-radius: 8px 0 8px 0;
    height: 25px;
    align-items: center;
    padding-left: 25px
}

.sjb-top-plan .priceup.ttimer .block,
.top-plan .priceup.ttimer .block {
    background: 0 0
}

.sjb-top-plan .priceup.ttimer .block .arrow,
.top-plan .priceup.ttimer .block .arrow {
    display: none
}

.sjb-top-plan .priceup.ttimer .block:before,
.top-plan .priceup.ttimer .block:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("../../images/bu/term/icon-limited.svg") no-repeat 0 0;
    animation: mirrorflip 5s 0s linear infinite;
    left: 1px;
    top: 1px;
    background-size: 100%
}

.sjb-top-plan .priceup.ttimer label,
.top-plan .priceup.ttimer label {
    width: 188px !important;
    display: flex;
    align-items: center;
    font-weight: 700;
    letter-spacing: -.026em;
    font-size: 11px;
    justify-content: space-between
}

.sjb-top-plan .priceup.ttimer label>div,
.top-plan .priceup.ttimer label>div {
    width: 92px;
    display: block;
    letter-spacing: -.026em
}

.sjb-top-plan .priceup.ttimer label span,
.top-plan .priceup.ttimer label span {
    background: #fff;
    padding: 0 2px 0 6px;
    border-radius: 4px;
    color: #4b7ecb;
    display: flex;
    width: calc(100% - 92px);
    border-radius: 8px 0 8px 8px;
    height: 20px;
    align-items: center
}

.sjb-top-plan .priceup.ttimer.texttype,
.top-plan .priceup.ttimer.texttype {
    width: 180px !important;
    padding: 6px 8px 5px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 34px
}

.sjb-top-plan .priceup.ttimer.texttype span:nth-child(2),
.top-plan .priceup.ttimer.texttype span:nth-child(2) {
    display: block;
    line-height: 10px;
    font-size: 11px;
    font-weight: 700
}

.sjb-top-plan .priceup.ttimer.texttype span:nth-child(3),
.top-plan .priceup.ttimer.texttype span:nth-child(3) {
    display: block;
    line-height: 10px;
    padding-top: 3px;
    font-weight: 400;
    font-size: 10px
}

@media screen and (max-width:767px) {

    .sjb-top-plan .priceup,
    .top-plan .priceup {
        width: 176px !important;
        padding: 6px 2px 6px 29px
    }
}

.sjb-top-plan .priceup .block,
.top-plan .priceup .block {
    width: 18px;
    height: 18px;
    background: #fff;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 5px;
    top: 5px
}

.sjb-top-plan .priceup .block .arrow,
.top-plan .priceup .block .arrow {
    background: url(../../images/bu/term/arrowprice.svg) no-repeat;
    -webkit-animation: uparrow .6s infinite alternate ease-in-out;
    width: 7px;
    height: 14px;
    display: block;
    background-position: 0 3px;
    margin: 0 auto;
    position: relative;
    top: 5px;
    background-size: 100%
}

.sjb-top-plan .top-plan-content-wrapper,
.top-plan .top-plan-content-wrapper {
    background: #f1f3f5;
    padding: 20px 10px
}

.sjb-top-plan .plan,
.top-plan .plan {
    font-size: 16px;
    color: #0065ff;
    display: inline-block;
    border-bottom: 3px solid #0065ff;
    margin-bottom: 10px;
    margin-top: 0
}

.sjb-top-plan .block-inner,
.top-plan .block-inner {
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.sjb-top-plan .block-inner.pricemsg,
.top-plan .block-inner.pricemsg {
    padding-top: 44px
}

.sjb-top-plan .block-inner .see-more,
.top-plan .block-inner .see-more {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px 8px 16px;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    color: #0065ff;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.sjb-top-plan .block-inner .see-more::after,
.top-plan .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) {

    .sjb-top-plan .block-inner .see-more::after,
    .top-plan .block-inner .see-more::after {
        margin-top: 5px
    }
}

.sjb-top-plan .block-inner .see-more#less-plan::after,
.top-plan .block-inner .see-more#less-plan::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 10px
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .see-more#less-plan::after,
    .top-plan .block-inner .see-more#less-plan::after {
        margin-top: 8px
    }
}

.sjb-top-plan .block-inner .see-more.hide,
.top-plan .block-inner .see-more.hide {
    display: none
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .see-more,
    .top-plan .block-inner .see-more {
        font-size: 12px;
        bottom: -39px;
        padding: 5px 14px 5px 14px
    }
}

.sjb-top-plan .block-inner .logo-block,
.top-plan .block-inner .logo-block {
    width: 16%;
    padding: 0
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .logo-block,
    .top-plan .block-inner .logo-block {
        display: flex;
        align-items: center;
        width: 100%
    }

    .sjb-top-plan .block-inner .logo-block div,
    .top-plan .block-inner .logo-block div {
        width: 50%
    }

    .sjb-top-plan .block-inner .logo-block>span,
    .top-plan .block-inner .logo-block>span {
        width: 120px
    }
}

.sjb-top-plan .block-inner .logo-block img,
.top-plan .block-inner .logo-block img {
    width: 80%;
    height: auto
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .logo-block img,
    .top-plan .block-inner .logo-block img {
        width: auto;
        max-width: 80%
    }
}

.sjb-top-plan .block-inner .logo-block span.plan-name,
.top-plan .block-inner .logo-block span.plan-name {
    width: 80%;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #253858;
    vertical-align: top;
    display: inherit;
    text-align: left
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .logo-block span.plan-name,
    .top-plan .block-inner .logo-block span.plan-name {
        font-weight: 500;
        text-align: left;
        font-size: 14px;
        line-height: 18px
    }
}

.sjb-top-plan .block-inner .life-cover,
.top-plan .block-inner .life-cover {
    width: 16%;
    padding: 0
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .life-cover,
    .top-plan .block-inner .life-cover {
        width: 50%;
        padding: 15px 0 0
    }
}

.sjb-top-plan .block-inner .life-cover p,
.top-plan .block-inner .life-cover p {
    padding: 0;
    margin: 0
}

.sjb-top-plan .block-inner .life-cover p:first-child,
.top-plan .block-inner .life-cover p:first-child {
    color: #253858;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500
}

.sjb-top-plan .block-inner .life-cover p:nth-child(2n),
.top-plan .block-inner .life-cover p:nth-child(2n) {
    color: #253858;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 5px 0 0 0
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .life-cover p:nth-child(2n),
    .top-plan .block-inner .life-cover p:nth-child(2n) {
        padding: 0;
        font-size: 16px
    }
}

.sjb-top-plan .block-inner .life-cover p:nth-child(3n),
.top-plan .block-inner .life-cover p:nth-child(3n) {
    color: #253858;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px
}

.sjb-top-plan .block-inner .claim-settlement,
.top-plan .block-inner .claim-settlement {
    width: 22%;
    padding: 0
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .claim-settlement,
    .top-plan .block-inner .claim-settlement {
        width: 50%;
        padding: 15px 0 0
    }
}

.sjb-top-plan .block-inner .claim-settlement p,
.top-plan .block-inner .claim-settlement p {
    padding: 0;
    margin: 0
}

.sjb-top-plan .block-inner .claim-settlement p:first-child,
.top-plan .block-inner .claim-settlement p:first-child {
    color: #253858;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .claim-settlement p:first-child,
    .top-plan .block-inner .claim-settlement p:first-child {
        font-size: 12px
    }
}

.sjb-top-plan .block-inner .claim-settlement p:nth-child(2n),
.top-plan .block-inner .claim-settlement p:nth-child(2n) {
    color: #253858;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 0 0 0
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .claim-settlement p:nth-child(2n),
    .top-plan .block-inner .claim-settlement p:nth-child(2n) {
        padding: 2px 0 0 0;
        font-size: 16px
    }
}

.sjb-top-plan .block-inner .view-plan,
.top-plan .block-inner .view-plan {
    width: 23%;
    padding: 0
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .view-plan,
    .top-plan .block-inner .view-plan {
        width: 50%;
        padding: 15px 0 0
    }
}

.sjb-top-plan .block-inner .view-plan p,
.top-plan .block-inner .view-plan p {
    padding: 0;
    margin: 0
}

.sjb-top-plan .block-inner .view-plan p:first-child,
.top-plan .block-inner .view-plan p:first-child {
    color: #253858;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500
}

.sjb-top-plan .block-inner .view-plan p:first-child span,
.top-plan .block-inner .view-plan p:first-child span {
    color: #15b5a5;
    font-size: 14px
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .view-plan p:first-child span,
    .top-plan .block-inner .view-plan p:first-child span {
        font-size: 10px
    }
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .view-plan p:first-child,
    .top-plan .block-inner .view-plan p:first-child {
        font-size: 11px;
        font-weight: 600
    }
}

.sjb-top-plan .block-inner .view-plan .btn,
.top-plan .block-inner .view-plan .btn {
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background: #f35023;
    padding: 10px 0;
    text-align: center;
    margin-top: 8px;
    width: 160px;
    border: 0
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .block-inner .view-plan .btn,
    .top-plan .block-inner .view-plan .btn {
        font-size: 12px;
        padding: 6px 0;
        width: 115px;
        margin-top: 6px
    }
}

.sjb-top-plan .top-plan-disclaimer,
.top-plan .top-plan-disclaimer {
    font-size: 12px;
    line-height: 14px;
    color: #333;
    padding: 10px 0 0
}

.sjb-top-plan .top-plan-disclaimer span,
.top-plan .top-plan-disclaimer span {
    font-weight: 500
}

@media only screen and (max-width:640px) {

    .sjb-top-plan .top-plan-disclaimer,
    .top-plan .top-plan-disclaimer {
        padding: 30px 0 10px
    }
}

.sjb-top-plan {
    float: none !important
}

.sjb-top-plan .block-inner {
    padding: 20px 15px 25px
}

[page-name=zero-cost-term-insurance].top-plan .block-inner {
    padding: 44px 20px 20px 20px;
    position: relative
}

[page-name=zero-cost-term-insurance].top-plan .block-inner .zerocost-tag {
    position: absolute;
    background: #fdeee4;
    border-radius: 8px;
    padding: 0 10px;
    line-height: 20px;
    font-size: 14px;
    color: #e09b62;
    font-weight: 500;
    height: 31px;
    top: 0;
    left: 0
}

[page-name=zero-cost-term-insurance].top-plan .block-inner .zerocost-tag strong {
    font-weight: 600
}

[page-name=zero-cost-term-insurance].top-plan .block-inner .zerocost-tag strong.zero {
    font-size: 20px
}

@media (max-width:640px) {
    [page-name=zero-cost-term-insurance].top-plan .block-inner .zerocost-tag {
        top: 5px;
        left: 5px;
        border-radius: 4px
    }
}

.hi_top-plan,
.top-insurer-plan {
    width: 100%;
    background: #f1f3f5;
    padding: 20px 10px
}

.hi_top-plan .plan,
.top-insurer-plan .plan {
    font-size: 16px !important;
    color: #0065ff;
    display: inline-block;
    border-bottom: 3px solid #0065ff;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize
}

.hi_top-plan .block-inner,
.top-insurer-plan .block-inner {
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.hi_top-plan .block-inner .see-more,
.top-insurer-plan .block-inner .see-more {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 24px 5px 24px;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    color: #0065ff;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.hi_top-plan .block-inner .see-more::after,
.top-insurer-plan .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) {

    .hi_top-plan .block-inner .see-more::after,
    .top-insurer-plan .block-inner .see-more::after {
        margin-top: 5px
    }
}

.hi_top-plan .block-inner .see-more#less-plan::after,
.top-insurer-plan .block-inner .see-more#less-plan::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 10px
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .see-more#less-plan::after,
    .top-insurer-plan .block-inner .see-more#less-plan::after {
        margin-top: 8px
    }
}

.hi_top-plan .block-inner .see-more.hide,
.top-insurer-plan .block-inner .see-more.hide {
    display: none
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .see-more,
    .top-insurer-plan .block-inner .see-more {
        font-size: 12px;
        bottom: -39px;
        padding: 5px 14px 5px 14px
    }
}

.hi_top-plan .block-inner .logo-block,
.top-insurer-plan .block-inner .logo-block {
    width: 16%;
    padding: 0
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .logo-block,
    .top-insurer-plan .block-inner .logo-block {
        width: 100%;
        display: flex;
        align-items: center
    }

    .hi_top-plan .block-inner .logo-block div,
    .top-insurer-plan .block-inner .logo-block div {
        width: 50%
    }
}

.hi_top-plan .block-inner .logo-block img,
.top-insurer-plan .block-inner .logo-block img {
    width: 80%;
    height: auto
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .logo-block img,
    .top-insurer-plan .block-inner .logo-block img {
        width: auto;
        max-width: 80%
    }
}

.hi_top-plan .block-inner .logo-block span.plan-name,
.top-insurer-plan .block-inner .logo-block span.plan-name {
    width: 80%;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #253858;
    vertical-align: top;
    display: inherit
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .logo-block span.plan-name,
    .top-insurer-plan .block-inner .logo-block span.plan-name {
        font-weight: 500;
        text-align: left;
        font-size: 14px;
        line-height: 18px
    }
}

.hi_top-plan .block-inner .life-cover,
.top-insurer-plan .block-inner .life-cover {
    width: 18%;
    padding: 0
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .life-cover,
    .top-insurer-plan .block-inner .life-cover {
        width: 50%;
        padding: 15px 0 0
    }
}

.hi_top-plan .block-inner .life-cover p,
.top-insurer-plan .block-inner .life-cover p {
    padding: 0;
    margin: 0
}

.hi_top-plan .block-inner .life-cover p:first-child,
.top-insurer-plan .block-inner .life-cover p:first-child {
    color: #253858;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500
}

.hi_top-plan .block-inner .life-cover p:nth-child(2n),
.top-insurer-plan .block-inner .life-cover p:nth-child(2n) {
    color: #253858;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 5px 0 0 0
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .life-cover p:nth-child(2n),
    .top-insurer-plan .block-inner .life-cover p:nth-child(2n) {
        padding: 0;
        font-size: 18px
    }
}

.hi_top-plan .block-inner .life-cover p:nth-child(3n),
.top-insurer-plan .block-inner .life-cover p:nth-child(3n) {
    color: #253858;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px
}

.hi_top-plan .block-inner .claim-settlement,
.top-insurer-plan .block-inner .claim-settlement {
    width: 21%;
    padding: 0
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .claim-settlement,
    .top-insurer-plan .block-inner .claim-settlement {
        width: 50% !important;
        padding: 15px 0 0
    }
}

.hi_top-plan .block-inner .claim-settlement p,
.top-insurer-plan .block-inner .claim-settlement p {
    padding: 0;
    margin: 0
}

.hi_top-plan .block-inner .claim-settlement p:first-child,
.top-insurer-plan .block-inner .claim-settlement p:first-child {
    color: #253858;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .claim-settlement p:first-child,
    .top-insurer-plan .block-inner .claim-settlement p:first-child {
        font-size: 12px
    }
}

.hi_top-plan .block-inner .claim-settlement p:nth-child(2n),
.top-insurer-plan .block-inner .claim-settlement p:nth-child(2n) {
    color: #253858;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 0 0 0
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .claim-settlement p:nth-child(2n),
    .top-insurer-plan .block-inner .claim-settlement p:nth-child(2n) {
        padding: 2px 0 0 0;
        font-size: 16px
    }
}

.hi_top-plan .block-inner .view-plan,
.top-insurer-plan .block-inner .view-plan {
    width: 23%;
    padding: 0
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .view-plan,
    .top-insurer-plan .block-inner .view-plan {
        width: 50%;
        padding: 15px 0 0
    }
}

.hi_top-plan .block-inner .view-plan p,
.top-insurer-plan .block-inner .view-plan p {
    padding: 0;
    margin: 0
}

.hi_top-plan .block-inner .view-plan p:first-child,
.top-insurer-plan .block-inner .view-plan p:first-child {
    color: #253858;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500
}

.hi_top-plan .block-inner .view-plan p:first-child span,
.top-insurer-plan .block-inner .view-plan p:first-child span {
    color: #15b5a5;
    font-size: 14px
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .view-plan p:first-child span,
    .top-insurer-plan .block-inner .view-plan p:first-child span {
        font-size: 10px
    }
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .view-plan p:first-child,
    .top-insurer-plan .block-inner .view-plan p:first-child {
        font-size: 11px;
        font-weight: 600
    }
}

.hi_top-plan .block-inner .view-plan .btn,
.top-insurer-plan .block-inner .view-plan .btn {
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background: #f35023;
    padding: 10px 0;
    text-align: center;
    margin-top: 8px;
    width: 160px;
    border: 0
}

@media only screen and (max-width:640px) {

    .hi_top-plan .block-inner .view-plan .btn,
    .top-insurer-plan .block-inner .view-plan .btn {
        font-size: 12px;
        padding: 6px 0;
        width: 115px;
        margin-top: 6px
    }
}

.hi_top-plan .top-plan-disclaimer,
.top-insurer-plan .top-plan-disclaimer {
    font-size: 12px;
    line-height: 14px;
    color: #333;
    padding: 10px 0 0
}

.hi_top-plan .top-plan-disclaimer span,
.top-insurer-plan .top-plan-disclaimer span {
    font-weight: 500
}

@media only screen and (max-width:640px) {

    .hi_top-plan .top-plan-disclaimer,
    .top-insurer-plan .top-plan-disclaimer {
        padding: 30px 0 10px
    }
}

.hi_top-plan .block-inner .claim-settlement {
    width: 20%
}

#faqsWrapper {
    position: relative
}

#faqsWrapper .data-lisitng,
#faqsWrapper .data_ul {
    margin-top: 16px;
    margin-bottom: 20px;
    list-style: none
}

#faqsWrapper .data-lisitng li,
#faqsWrapper .data_ul li {
    border-bottom: 0 solid #e7e7e7;
    font-size: 16px;
    margin: 0 0 5px 0;
    background: #f1f3f5;
    border-radius: 8px;
    list-style: none;
    padding: 0;
    color: #253858;
    position: relative;
    list-style: none
}

#faqsWrapper .data-lisitng li:before,
#faqsWrapper .data_ul li:before {
    display: none
}

#faqsWrapper .data-lisitng li .h2,
#faqsWrapper .data-lisitng li .h3,
#faqsWrapper .data-lisitng li .h4,
#faqsWrapper .data-lisitng li h2,
#faqsWrapper .data-lisitng li h3,
#faqsWrapper .data-lisitng li h4,
#faqsWrapper .data_ul li .h2,
#faqsWrapper .data_ul li .h3,
#faqsWrapper .data_ul li .h4,
#faqsWrapper .data_ul li h2,
#faqsWrapper .data_ul li h3,
#faqsWrapper .data_ul li h4 {
    font-weight: 500;
    letter-spacing: .024em;
    line-height: 30px;
    margin: 10px 0 0;
    font-size: 16px
}

#faqsWrapper .data-lisitng li .h2 a,
#faqsWrapper .data-lisitng li .h2 span,
#faqsWrapper .data-lisitng li .h3 a,
#faqsWrapper .data-lisitng li .h3 span,
#faqsWrapper .data-lisitng li .h4 a,
#faqsWrapper .data-lisitng li .h4 span,
#faqsWrapper .data-lisitng li h2 a,
#faqsWrapper .data-lisitng li h2 span,
#faqsWrapper .data-lisitng li h3 a,
#faqsWrapper .data-lisitng li h3 span,
#faqsWrapper .data-lisitng li h4 a,
#faqsWrapper .data-lisitng li h4 span,
#faqsWrapper .data_ul li .h2 a,
#faqsWrapper .data_ul li .h2 span,
#faqsWrapper .data_ul li .h3 a,
#faqsWrapper .data_ul li .h3 span,
#faqsWrapper .data_ul li .h4 a,
#faqsWrapper .data_ul li .h4 span,
#faqsWrapper .data_ul li h2 a,
#faqsWrapper .data_ul li h2 span,
#faqsWrapper .data_ul li h3 a,
#faqsWrapper .data_ul li h3 span,
#faqsWrapper .data_ul li h4 a,
#faqsWrapper .data_ul li h4 span {
    color: #253858;
    padding: 14px;
    display: block;
    position: relative;
    padding-right: 50px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: .2px;
    border-radius: 8px 8px 0 0;
    border-top: solid .8px transparent;
    border-left: solid .8px transparent;
    border-right: solid .8px transparent
}

#faqsWrapper .data-lisitng li .h2 a:hover,
#faqsWrapper .data-lisitng li .h2 span:hover,
#faqsWrapper .data-lisitng li .h3 a:hover,
#faqsWrapper .data-lisitng li .h3 span:hover,
#faqsWrapper .data-lisitng li .h4 a:hover,
#faqsWrapper .data-lisitng li .h4 span:hover,
#faqsWrapper .data-lisitng li h2 a:hover,
#faqsWrapper .data-lisitng li h2 span:hover,
#faqsWrapper .data-lisitng li h3 a:hover,
#faqsWrapper .data-lisitng li h3 span:hover,
#faqsWrapper .data-lisitng li h4 a:hover,
#faqsWrapper .data-lisitng li h4 span:hover,
#faqsWrapper .data_ul li .h2 a:hover,
#faqsWrapper .data_ul li .h2 span:hover,
#faqsWrapper .data_ul li .h3 a:hover,
#faqsWrapper .data_ul li .h3 span:hover,
#faqsWrapper .data_ul li .h4 a:hover,
#faqsWrapper .data_ul li .h4 span:hover,
#faqsWrapper .data_ul li h2 a:hover,
#faqsWrapper .data_ul li h2 span:hover,
#faqsWrapper .data_ul li h3 a:hover,
#faqsWrapper .data_ul li h3 span:hover,
#faqsWrapper .data_ul li h4 a:hover,
#faqsWrapper .data_ul li h4 span:hover {
    color: #0065ff
}

#faqsWrapper .data-lisitng li .h2 a:after,
#faqsWrapper .data-lisitng li .h2 span:after,
#faqsWrapper .data-lisitng li .h3 a:after,
#faqsWrapper .data-lisitng li .h3 span:after,
#faqsWrapper .data-lisitng li .h4 a:after,
#faqsWrapper .data-lisitng li .h4 span:after,
#faqsWrapper .data-lisitng li h2 a:after,
#faqsWrapper .data-lisitng li h2 span:after,
#faqsWrapper .data-lisitng li h3 a:after,
#faqsWrapper .data-lisitng li h3 span:after,
#faqsWrapper .data-lisitng li h4 a:after,
#faqsWrapper .data-lisitng li h4 span:after,
#faqsWrapper .data_ul li .h2 a:after,
#faqsWrapper .data_ul li .h2 span:after,
#faqsWrapper .data_ul li .h3 a:after,
#faqsWrapper .data_ul li .h3 span:after,
#faqsWrapper .data_ul li .h4 a:after,
#faqsWrapper .data_ul li .h4 span:after,
#faqsWrapper .data_ul li h2 a:after,
#faqsWrapper .data_ul li h2 span:after,
#faqsWrapper .data_ul li h3 a:after,
#faqsWrapper .data_ul li h3 span:after,
#faqsWrapper .data_ul li h4 a:after,
#faqsWrapper .data_ul li h4 span:after {
    content: "";
    border: solid #5e6c84;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 8px;
    position: absolute;
    right: 22px;
    top: 22px
}

#faqsWrapper .data-lisitng li .h2 a[flag=up],
#faqsWrapper .data-lisitng li .h2 span[flag=up],
#faqsWrapper .data-lisitng li .h3 a[flag=up],
#faqsWrapper .data-lisitng li .h3 span[flag=up],
#faqsWrapper .data-lisitng li .h4 a[flag=up],
#faqsWrapper .data-lisitng li .h4 span[flag=up],
#faqsWrapper .data-lisitng li h2 a[flag=up],
#faqsWrapper .data-lisitng li h2 span[flag=up],
#faqsWrapper .data-lisitng li h3 a[flag=up],
#faqsWrapper .data-lisitng li h3 span[flag=up],
#faqsWrapper .data-lisitng li h4 a[flag=up],
#faqsWrapper .data-lisitng li h4 span[flag=up],
#faqsWrapper .data_ul li .h2 a[flag=up],
#faqsWrapper .data_ul li .h2 span[flag=up],
#faqsWrapper .data_ul li .h3 a[flag=up],
#faqsWrapper .data_ul li .h3 span[flag=up],
#faqsWrapper .data_ul li .h4 a[flag=up],
#faqsWrapper .data_ul li .h4 span[flag=up],
#faqsWrapper .data_ul li h2 a[flag=up],
#faqsWrapper .data_ul li h2 span[flag=up],
#faqsWrapper .data_ul li h3 a[flag=up],
#faqsWrapper .data_ul li h3 span[flag=up],
#faqsWrapper .data_ul li h4 a[flag=up],
#faqsWrapper .data_ul li h4 span[flag=up] {
    background: radial-gradient(circle at 21% 17%, #fff, #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)
}

#faqsWrapper .data-lisitng li .h2 a[flag=up]:after,
#faqsWrapper .data-lisitng li .h2 span[flag=up]:after,
#faqsWrapper .data-lisitng li .h3 a[flag=up]:after,
#faqsWrapper .data-lisitng li .h3 span[flag=up]:after,
#faqsWrapper .data-lisitng li .h4 a[flag=up]:after,
#faqsWrapper .data-lisitng li .h4 span[flag=up]:after,
#faqsWrapper .data-lisitng li h2 a[flag=up]:after,
#faqsWrapper .data-lisitng li h2 span[flag=up]:after,
#faqsWrapper .data-lisitng li h3 a[flag=up]:after,
#faqsWrapper .data-lisitng li h3 span[flag=up]:after,
#faqsWrapper .data-lisitng li h4 a[flag=up]:after,
#faqsWrapper .data-lisitng li h4 span[flag=up]:after,
#faqsWrapper .data_ul li .h2 a[flag=up]:after,
#faqsWrapper .data_ul li .h2 span[flag=up]:after,
#faqsWrapper .data_ul li .h3 a[flag=up]:after,
#faqsWrapper .data_ul li .h3 span[flag=up]:after,
#faqsWrapper .data_ul li .h4 a[flag=up]:after,
#faqsWrapper .data_ul li .h4 span[flag=up]:after,
#faqsWrapper .data_ul li h2 a[flag=up]:after,
#faqsWrapper .data_ul li h2 span[flag=up]:after,
#faqsWrapper .data_ul li h3 a[flag=up]:after,
#faqsWrapper .data_ul li h3 span[flag=up]:after,
#faqsWrapper .data_ul li h4 a[flag=up]:after,
#faqsWrapper .data_ul li h4 span[flag=up]:after {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 26px
}

#faqsWrapper .data-lisitng li .h2 a:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li .h2 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li .h2 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li .h2 span:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li .h2 span:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li .h2 span:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li .h3 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li .h3 span:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li .h3 span:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li .h3 span:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li .h4 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li .h4 span:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li .h4 span:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li .h4 span:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li h2 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li h2 span:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li h2 span:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li h2 span:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li h3 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li h3 span:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li h3 span:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li h3 span:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li h4 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data-lisitng li h4 span:not([href]):not([tabindex]),
#faqsWrapper .data-lisitng li h4 span:not([href]):not([tabindex]):focus,
#faqsWrapper .data-lisitng li h4 span:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]),
#faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li .h2 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li .h2 span:not([href]):not([tabindex]),
#faqsWrapper .data_ul li .h2 span:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li .h2 span:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]),
#faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li .h3 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li .h3 span:not([href]):not([tabindex]),
#faqsWrapper .data_ul li .h3 span:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li .h3 span:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]),
#faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li .h4 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li .h4 span:not([href]):not([tabindex]),
#faqsWrapper .data_ul li .h4 span:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li .h4 span:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]),
#faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li h2 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li h2 span:not([href]):not([tabindex]),
#faqsWrapper .data_ul li h2 span:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li h2 span:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]),
#faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li h3 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li h3 span:not([href]):not([tabindex]),
#faqsWrapper .data_ul li h3 span:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li h3 span:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]),
#faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li h4 a:not([href]):not([tabindex]):hover,
#faqsWrapper .data_ul li h4 span:not([href]):not([tabindex]),
#faqsWrapper .data_ul li h4 span:not([href]):not([tabindex]):focus,
#faqsWrapper .data_ul li h4 span:not([href]):not([tabindex]):hover {
    text-decoration: none
}

#faqsWrapper .data-lisitng li .h2+div,
#faqsWrapper .data-lisitng li .h3+div,
#faqsWrapper .data-lisitng li .h4+div,
#faqsWrapper .data-lisitng li h2+div,
#faqsWrapper .data-lisitng li h3+div,
#faqsWrapper .data-lisitng li h4+div,
#faqsWrapper .data_ul li .h2+div,
#faqsWrapper .data_ul li .h3+div,
#faqsWrapper .data_ul li .h4+div,
#faqsWrapper .data_ul li h2+div,
#faqsWrapper .data_ul li h3+div,
#faqsWrapper .data_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%, #fff, #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)
}

#faqsWrapper .data-lisitng li .h2+div p,
#faqsWrapper .data-lisitng li .h3+div p,
#faqsWrapper .data-lisitng li .h4+div p,
#faqsWrapper .data-lisitng li h2+div p,
#faqsWrapper .data-lisitng li h3+div p,
#faqsWrapper .data-lisitng li h4+div p,
#faqsWrapper .data_ul li .h2+div p,
#faqsWrapper .data_ul li .h3+div p,
#faqsWrapper .data_ul li .h4+div p,
#faqsWrapper .data_ul li h2+div p,
#faqsWrapper .data_ul li h3+div p,
#faqsWrapper .data_ul li h4+div p {
    color: #253858;
    letter-spacing: .016em;
    line-height: 30px
}

#faqsWrapper .faq_tabs_inner {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    #faqsWrapper .faq_tabs_inner {
        overflow: auto;
        white-space: nowrap
    }

    #faqsWrapper .faq_tabs_inner::-webkit-scrollbar {
        width: 0
    }
}

#faqsWrapper .faq_tabs_inner .tabs_faq {
    color: #7a869a;
    font-size: 16px;
    margin-right: 50px;
    display: inline-block;
    cursor: pointer;
    padding: 15px 0
}

#faqsWrapper .faq_tabs_inner .tabs_faq:last-child {
    margin-right: 0
}

#faqsWrapper .faq_tabs_inner .tabs_faq.active {
    color: #253858;
    font-weight: 600;
    position: relative
}

#faqsWrapper .faq_tabs_inner .tabs_faq.active:after {
    border: 2px solid #253858;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

#faqsWrapper.faq-inp ul li .h2+div,
#faqsWrapper.faq-inp ul li .h3+div,
#faqsWrapper.faq-inp ul li .h4+div,
#faqsWrapper.faq-inp ul li h2+div,
#faqsWrapper.faq-inp ul li h3+div,
#faqsWrapper.faq-inp ul li h4+div {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#faqsWrapper.faq-inp ul li .h2:has(.minusPos)+div,
#faqsWrapper.faq-inp ul li .h3:has(.minusPos)+div,
#faqsWrapper.faq-inp ul li .h4:has(.minusPos)+div,
#faqsWrapper.faq-inp ul li h2:has(.minusPos)+div,
#faqsWrapper.faq-inp ul li h3:has(.minusPos)+div,
#faqsWrapper.faq-inp ul li h4:has(.minusPos)+div {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: block
}

:root {
    --shine-degree: 120deg;
    --shine-color: rgba(255, 255, 255, 0.2);
    --shine-effect: linear-gradient(var(--shine-degree),
            transparent,
            var(--shine-color),
            transparent);
    --shine-transition: all 1s ease-in-out
}

@keyframes shine {
    0% {
        left: -100%;
        transition-property: left
    }

    100%,
    33.3333333333% {
        left: 100%;
        transition-property: left
    }
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none
}

body::-webkit-scrollbar:horizontal {
    display: none
}

.hide-desktop {
    display: none
}

@media (max-width:1024px) {
    .hide-desktop {
        display: block
    }
}

@media (max-width:1024px) {
    .grid.home-insurance {
        background-color: #f9faff
    }
}

.block_content_wrapper_firstfold {
    margin-bottom: 13px
}

.block_content_wrapper_firstfold h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 10px 0 2px;
    color: #253858
}

.block_content_wrapper_firstfold p {
    letter-spacing: .26px;
    color: #253858;
    font-size: 16px;
    line-height: 20px;
    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 only screen and (max-width:768px) {

    .block_content_wrapper_firstfold p.char-count .extra-text,
    .block_content_wrapper_firstfold p.char-count .extra-text-web {
        display: none
    }

    .block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra,
    .block_content_wrapper_firstfold p.char-count .extra-text.show-extra {
        display: inline
    }
}

.block_content_wrapper_firstfold .text-hide-link {
    display: inline;
    color: #0065ff;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px
}

.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;
        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 15px
    }

    .block_content_wrapper_firstfold h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .block_content_wrapper_firstfold p {
        line-height: 24px
    }
}

.block_content_wrapper:first-of-type h2 {
    margin-top: 20px
}

@media screen and (max-width:1024px) {
    .graphDiv {
        text-align: center
    }

    .graphDiv img {
        max-width: 300px
    }
}

@media screen and (max-width:1366px) and (orientation:landscape) {
    .askpb_heading.widget {
        margin: 40px auto 16px
    }
}

.stickFooter_info.homeinsurance_state .close-st-footer.strip_close {
    display: block !important
}

@media screen and (min-width:768px) {
    .hi-mobile-sticky-footer {
        display: none
    }
}

.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide {
    background: #b0feeb;
    padding: 6px 0;
    color: #008599;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .014em
}

.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .slide-up {
    animation: slideUp ease forwards 1.2s;
    display: flex;
    align-items: CENTER;
    justify-content: center
}

.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .slide-up sup {
    font-size: 9px;
    line-height: 9px
}

.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide span {
    font-weight: 700;
    padding: 0 4px
}

.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .icon {
    width: 18px;
    height: 18px;
    margin: 0 4px
}

.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .icon.icon-1 {
    background: url(../../images/bu/home-insurance/hi-bank-approved-icon.svg) no-repeat center/contain
}

.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .icon.icon-2 {
    background: url(../../images/bu/home-insurance/hi-free-addon-icon.svg) no-repeat center/contain
}

.hi-mobile-sticky-footer .hi-text-slider .hi-text-slide .icon.icon-3 {
    background: url(../../images/bu/home-insurance/hi-discounted-plans-icon.svg) no-repeat center/contain
}

.hi-mobile-sticky-footer .mobile-sticky-button-wrapper {
    height: 50px
}

.hi-mobile-sticky-footer .mobile-sticky-button-wrapper .mobile-sticky-button {
    background: #0065ff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    text-align: center;
    padding: 16px 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0;
    left: 0;
    max-width: 100%;
    letter-spacing: .014em;
    text-align: center
}

.hi-mobile-sticky-footer .slide-out {
    animation: slideOut .5s forwards
}

@keyframes slideUp {
    0% {
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideOut {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(100%)
    }
}

.stickFooter_info:has(.open-nudge-button) {
    bottom: 85px;
    width: auto;
    z-index: 999;
    background: 0 0;
    left: auto;
    right: 0
}

@media screen and (max-width:767px) {
    .stickFooter_info:has(.open-nudge-button) {
        width: 100%;
        bottom: 0
    }
}

.stickFooter_info .open-nudge-button {
    box-shadow: 0 0 24px 8px rgba(255, 255, 255, .6);
    width: auto;
    background: #171c40;
    border: 0;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 4px 12px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: CENTER;
    margin: 0 16px 0 0
}

.stickFooter_info .open-nudge-button::before {
    content: "";
    background: url(../../images/bu/home-insurance/hi-desktop-sticky-footer-icon.svg) no-repeat center/contain;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 15px
}

@media screen and (max-width:767px) {
    .stickFooter_info .open-nudge-button {
        display: none
    }
}

.stickFooter_info .open-nudge-button .arrow {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    margin-left: 20px;
    position: relative
}

.stickFooter_info .open-nudge-button .arrow::after {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-135deg);
    margin: 0;
    position: absolute;
    left: 38%;
    top: 43%
}

.nudge {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 514px;
    background: #171c40;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 20px;
    border-radius: 16px;
    z-index: 1000;
    box-shadow: 0 0 24px 8px rgba(255, 255, 255, .6)
}

.nudge.hidden {
    display: none
}

.nudge-content .heading {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0
}

.nudge-content .heading span {
    color: #38d190
}

.nudge-content .description {
    position: relative;
    margin: 22px 0 23px auto;
    width: 88%
}

.nudge-content .description::before {
    content: "";
    background: url(../../images/bu/home-insurance/hi-desktop-sticky-footer-icon.svg) no-repeat center/contain;
    width: 61px;
    height: 63px;
    position: absolute;
    left: -42px;
    bottom: 0
}

.nudge-content .hi-text-slider-desktop {
    overflow: hidden
}

.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop {
    background: linear-gradient(90deg, rgba(255, 255, 255, .15) 0, rgba(255, 255, 255, 0) 100%);
    padding: 6px 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .014em;
    padding-left: 42px
}

.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .slide-up {
    animation: slideUp ease forwards 1.2s;
    display: flex;
    align-items: CENTER;
    justify-content: flex-start
}

.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .slide-up sup {
    font-size: 9px;
    line-height: 9px
}

.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop span {
    font-weight: 700;
    padding: 0 4px
}

.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon {
    width: 18px;
    height: 18px;
    margin: 0 4px
}

.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-1 {
    background: url(../../images/bu/home-insurance/hi-bank-approved-white-icon.svg) no-repeat center/contain
}

.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-2 {
    background: url(../../images/bu/home-insurance/hi-free-addon-whie-icon.svg) no-repeat center/contain
}

.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-3 {
    background: url(../../images/bu/home-insurance/hi-discounted-plans-white-icon.svg) no-repeat center/contain
}

.nudge-form {
    display: FLEX;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    justify-content: space-between
}

.nudge-form .input-wrapper {
    display: FLEX;
    align-items: CENTER;
    width: 68%
}

.nudge-form .input-wrapper .fieldWrapper:first-child {
    border-right: .7px solid #b3bac5;
    width: 48%;
    flex-shrink: 0
}

.nudge-form input {
    padding: 8px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 0;
    color: #5e6c84;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .016em;
    width: 100%
}

.nudge-form input::-webkit-input-placeholder {
    color: rgba(94, 108, 132, .7)
}

.nudge-form .err {
    font-size: 10px;
    color: red;
    text-align: left;
    padding-left: 6px
}

.nudge-form button {
    width: 29%;
    padding: 14px;
    background: #0065ff;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0
}

.nudge .close {
    position: absolute;
    top: -44px;
    right: 0;
    cursor: pointer;
    font-size: 20px;
    background: rgba(23, 28, 64, .1019607843);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #253858;
    line-height: 29px
}

.home-insurance-timer-strip {
    background: #ffebe6;
    position: absolute;
    z-index: 100;
    border-radius: 70px 70px 0 0;
    width: 100%;
    top: -1px;
    text-align: CENTER;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .016em;
    padding: 7px 0;
    color: #de350b
}

.home-insurance-timer-strip strong {
    font-weight: 900
}

.home-insurance-timer-strip .image {
    background: url(../../images/bu/home-insurance/home-insurance-timer-icon.svg) no-repeat center/contain;
    width: 39px;
    height: 19px;
    display: inline-block;
    margin: 0 4px -4px 0
}

@media screen and (max-width:767px) {
    .home-insurance-timer-strip {
        border-radius: 0;
        width: 100%;
        top: -17px;
        left: 0;
        font-size: 12px;
        letter-spacing: 0
    }

    .home-insurance-timer-strip .image {
        width: 24px;
        height: 15px;
        display: inline-block;
        margin: 0 4px -4px 0
    }
}

@media screen and (max-width:1024px) {
    article {
        background: #fff
    }
}

section.container {
    max-width: 1170px;
    margin: 0 auto 60px
}

@media screen and (max-width:1024px) {
    section.container {
        padding: 0 16px !important;
        margin: 0 0 25px
    }
}

.with-blue-bg {
    background: #f0f6ff;
    padding: 70px 0;
    margin: 0 0 60px
}

.with-blue-bg .container {
    max-width: 1170px;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .with-blue-bg {
        padding: 40px 16px;
        margin: 0 0 40px
    }

    .with-blue-bg .container {
        padding: 0
    }
}

.with-cyan-bg {
    background: #effdff;
    padding: 70px 0;
    margin: 0 0 60px
}

.with-cyan-bg .container {
    max-width: 1170px;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .with-cyan-bg {
        padding: 40px 16px;
        margin: 0 0 40px
    }

    .with-cyan-bg .container {
        padding: 0
    }
}

.margin-top-100 {
    margin: 100px 0 0
}

.main-heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0;
    color: #253858;
    margin: 0 0 9px
}

.main-heading .green {
    color: #36b37e
}

.main-heading .blue {
    color: #5b80b4
}

.main-heading .cyan {
    color: #398faf
}

.main-heading .purple {
    color: #8777d9
}

@media screen and (max-width:1024px) {
    .main-heading {
        font-size: 24px;
        line-height: 34px
    }
}

.description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .016em;
    color: #253858;
    margin: 0
}

@media screen and (max-width:1024px) {
    .description {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .014em
    }
}

.home-loan-emi-calculator-section {
    max-width: 1240px;
    margin: 12px auto;
    background: #c5e4ff;
    border-radius: 24px;
    padding: 24px 36px 60px;
    position: relative
}

.home-loan-emi-calculator-section::before {
    content: "";
    background: url(../../images/bu/home-insurance/home-loan-emi-top-fold-bg.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section {
        margin: 0;
        border-radius: 0 0 24px 24px;
        padding: 20px 16px 40px
    }

    .home-loan-emi-calculator-section::before {
        background: url(../../images/bu/home-insurance/home-loan-emi-top-fold-bg-mobile.png) no-repeat center/cover;
        border-radius: 0 0 24px 24px
    }
}

.home-loan-emi-calculator-section .main-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    color: #253858;
    text-align: center
}

@media screen and (max-width:767px) {
    .home-loan-emi-calculator-section .main-heading {
        font-size: 24px;
        line-height: 36px;
        text-align: left
    }

    .home-loan-emi-calculator-section .main-heading span {
        display: block;
        font-size: 20px
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper {
    position: relative;
    z-index: 1
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 {
    display: flex;
    box-shadow: 0 0 20px 0 #bad0e6;
    background: #fff;
    margin: 24px 0 0;
    border-radius: 16px;
    position: relative
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1::before {
    content: "";
    top: -21px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
    background: url(../../images/bu/home-insurance/top-vector.svg);
    position: absolute;
    width: 122px;
    height: 51px
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1::before {
        display: none
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1::after {
    content: "";
    bottom: -21px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
    background: url(../../images/bu/home-insurance/bottom-vector.svg);
    position: absolute;
    width: 122px;
    height: 51px
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1::after {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 {
        margin: 16px 0;
        flex-direction: column
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.left,
.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right {
    width: 50%;
    padding: 24px
}

@media screen and (max-width:1024px) {

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.left,
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right {
        width: 100%;
        padding: 16px 0 0
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .left {
    border-right: 1px dashed #dfe1e6;
    padding-right: 52px;
    position: relative
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .left {
        border: 0;
        padding: 16px 0 0
    }

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .left::after,
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .left::before {
        display: none
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .left .button-wrapper {
    margin: 14px auto 0;
    text-align: center;
    display: none
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .left .button-wrapper {
        padding: 0 16px;
        display: block;
        margin: 14px 0
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .left .button-wrapper .button {
    display: inline-block;
    background: #0065ff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .016em;
    cursor: pointer;
    position: relative;
    padding: 12px 24px;
    border-radius: 8px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .left .button-wrapper .button::after {
    content: "";
    background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .left .button-wrapper .button {
        width: 100%;
        text-align: center
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .left .button-wrapper .button:active {
    font-size: 0;
    transition: none;
    height: 48px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .left .button-wrapper .button:active::before {
    content: "Processing";
    font-size: 16px;
    line-height: 24px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .left .button-wrapper .button:active::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: 3px solid rgba(255, 255, 255, .2);
    border-right: 3px solid rgba(255, 255, 255, .2);
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    border-left: 3px solid #fff;
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
    margin-left: 6px;
    background: 0 0
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right {
    padding-left: 52px;
    position: relative
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right {
        border: 0;
        padding: 16px 0
    }

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right #loan-chart-container {
        display: none
    }

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right::after,
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right::before {
        display: none
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    position: relative;
    margin: 0 0 20px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue::-webkit-scrollbar {
    display: none
}

@media screen and (max-width:767px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue {
        padding: 0 16px
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li {
    width: auto !important;
    flex-shrink: 0;
    border-radius: 8px;
    background: #ecf2ff;
    padding: 8px;
    display: flex;
    align-items: CENTER;
    margin: 0 12px 0 0
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData {
    margin-right: 8px
}

@media screen and (max-width:767px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData {
        margin-right: 4px
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData .leftSection .h2,
.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData .leftSection h1,
.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData .leftSection h2,
.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData .title,
.leftSection .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData .h2,
.leftSection .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData h1,
.leftSection .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData h2 {
    display: block;
    color: rgba(37, 56, 88, .8);
    margin-bottom: 2px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData .value {
    color: #253858;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .edit {
    cursor: pointer
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .edit img {
    filter: grayscale(1)
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue {
    display: flex;
    list-style: none;
    flex-wrap: wrap
}

@media screen and (min-width:1025px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue {
        display: none
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li {
    width: 32%;
    margin: 0 1%
}

@media screen and (max-width:767px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li {
        margin: 0 5px 0 0;
        padding: 8px 4px
    }

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li:last-child {
        margin: 0
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData {
    display: block
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData .leftSection .h2,
.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData .leftSection h1,
.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData .leftSection h2,
.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData .title,
.leftSection .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData .h2,
.leftSection .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData h1,
.leftSection .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData h2 {
    color: rgba(37, 56, 88, .8);
    font-size: 10px;
    line-height: 12px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .fillValue li .collectionData .value {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 0;
    color: #172b4d
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .heading {
    font-weight: 700;
    font-style: Italic;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .016em;
    text-align: center;
    color: #253858
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .description {
    color: #32609b;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .016em;
    text-align: center
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .button-wrapper {
    margin: 14px auto 0;
    text-align: center
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .button-wrapper {
        padding: 0 16px
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .button-wrapper .button {
    display: inline-block;
    background: #0065ff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .016em;
    cursor: pointer;
    position: relative;
    padding: 12px 24px;
    border-radius: 8px;
    min-width: 370px;
    overflow: hidden
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .button-wrapper .button::after {
    content: "";
    background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .button-wrapper .button {
        width: 100%;
        text-align: center
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .button-wrapper .button:active {
    font-size: 0;
    transition: none;
    height: 48px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .button-wrapper .button:active::before {
    content: "Processing";
    font-size: 16px;
    line-height: 24px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .button-wrapper .button:active::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: 3px solid rgba(255, 255, 255, .2);
    border-right: 3px solid rgba(255, 255, 255, .2);
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    border-left: 3px solid #fff;
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
    margin-left: 6px;
    background: 0 0
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .button-wrapper .button::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--shine-effect);
    animation: shine 2s ease-in-out infinite
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1>.right .button-wrapper .button {
        min-width: auto
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .label-with-line {
    color: rgba(37, 56, 88, .8);
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: .016em;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 12px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .label-with-line::after {
    content: "";
    background: rgba(37, 56, 88, .8);
    width: 20px;
    height: 1px;
    display: inline-block;
    margin-left: 4px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider {
    margin: 0 0 42px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider:nth-child(3) {
    margin: 0
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider {
        padding: 0 16px 20px;
        border-bottom: 1px dashed #dfe1e6;
        margin: 0 0 20px;
        position: relative
    }

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider::before {
        content: "";
        background: url(../../images/bu/home-insurance/left-vector.svg);
        left: -21px;
        bottom: -10px;
        width: 47px;
        height: 49px;
        position: absolute
    }

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider::after {
        content: "";
        background: url(../../images/bu/home-insurance/right-vector.svg);
        right: 0px;
        bottom: -10px;
        width: 26px;
        height: 49px;
        position: absolute
    }

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider:nth-child(3) {
        padding-bottom: 0;
        margin: 0 0 24px;
        border-bottom: 0
    }

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider:nth-child(3)::after,
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider:nth-child(3)::before {
        display: none
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider .label-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider .label-input label {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .016em;
    color: #253858;
    margin: 0;
    font-weight: 500
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider .label-input label {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .014em
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider .label-input .input-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #253858;
    background: #ecf2ff;
    border: 0;
    border-radius: 8px;
    padding: 8px 12px;
    text-align: CENTER
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider .label-input .input-text {
        max-width: 160px
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider .label-input .input-field-wrapper {
    position: relative
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider .label-input .input-field-wrapper .err {
    font-size: 10px;
    color: red;
    position: absolute;
    width: 100%;
    text-align: right
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider .label-input .input-field-wrapper .placeholder {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #253858
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider .label-input .input-field-wrapper.right .placeholder {
    left: auto;
    right: 16px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider .input-range {
    -webkit-appearance: none;
    width: 100%;
    height: 1.5px;
    background: #deebff;
    border-radius: 4px;
    outline: 0;
    transition: background .3s ease
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider .input-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 3px solid #0065ff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    transition: background .3s ease;
    margin-top: -2px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .range-slider .input-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #007bff;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3)
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .values {
    display: FLEX;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .values span {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .7215686275)
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .monthly-emi-chart {
    background: #ecf2ff;
    border-radius: 16px;
    display: flex;
    align-items: CENTER;
    justify-content: space-between;
    padding: 0 40px
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .monthly-emi-chart {
        justify-content: center;
        padding: 16px;
        margin: 0 16px
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .monthly-emi-chart .emi {
    text-align: center
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .monthly-emi-chart .emi .label {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .016em;
    color: #253858;
    margin: 0;
    margin: 0 0 8px
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .monthly-emi-chart .emi .label {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .014em
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .monthly-emi-chart .emi .value {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    color: #253858
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .loan-options {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px
}

@media screen and (max-width:767px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .loan-options {
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 100%
    }

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .loan-options::-webkit-scrollbar {
        display: none
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .loan-options input[type=radio] {
    display: none
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .loan-options label {
    padding: 2px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    color: #253858;
    transition: all .2s ease;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0
}

@media screen and (max-width:767px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .loan-options label {
        flex-shrink: 0
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .loan-options input[type=radio]:checked+label {
    border-color: #0065ff;
    background-color: #ecf2ff;
    color: #0065ff;
    padding-left: 24px;
    font-weight: 500
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .loan-options input[type=radio]:checked+label::before {
    content: "✓";
    color: #2563eb;
    font-weight: 700;
    position: absolute;
    left: 8px;
    top: 2px;
    font-size: 12px
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup {
    margin: 24px 0 20px;
    border-bottom: 1px dashed #dfe1e6;
    padding: 0 0 20px
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup {
        padding: 0 16px 24px;
        position: relative
    }

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup::before {
        content: "";
        background: url(../../images/bu/home-insurance/left-vector.svg);
        left: -21px;
        bottom: -10px;
        width: 47px;
        height: 49px;
        position: absolute
    }

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup::after {
        content: "";
        background: url(../../images/bu/home-insurance/right-vector.svg);
        right: -21px;
        bottom: -10px;
        width: 47px;
        height: 49px;
        position: absolute
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup .graph-values-list {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup .graph-values-list {
        flex-direction: column
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup .graph-values-list .graph-values {
    width: 32%
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup .graph-values-list .graph-values {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0 0 12px
    }

    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup .graph-values-list .graph-values:last-child {
        margin: 0
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup .graph-values-list .graph-values.principal-amount .label::before {
    background: #59de93
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup .graph-values-list .graph-values.total-interest .label::before {
    background: #ff726a
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup .graph-values-list .graph-values.total-amount .label::before {
    background: #8ab9ff
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup .label {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .8);
    margin: 0 0 4px;
    position: relative;
    display: flex;
    align-items: center
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup .label::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 8px
}

@media screen and (max-width:1024px) {
    .home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup .label::before {
        display: none
    }
}

.home-loan-emi-calculator-section .home-loan-emi-calculator-wrapper .step-1 .breakup .value {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #253858;
    padding-left: 20px
}

.section-1 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:1024px) {
    .section-1 {
        flex-direction: column
    }
}

.section-1 .left {
    width: 57%
}

@media screen and (max-width:1024px) {
    .section-1 .left {
        width: 100%
    }
}

.section-1 .main-heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0;
    color: #253858
}

@media screen and (max-width:1024px) {
    .section-1 .main-heading {
        font-size: 26px;
        line-height: 39px;
        padding: 16px 0 0
    }
}

.section-1 .description {
    color: rgba(37, 56, 88, .8)
}

.section-1 .image img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width:1024px) {
    .section-1 .image img {
        max-width: 204px;
        margin: 24px 0 0
    }
}

.section-2 .description {
    color: rgba(37, 56, 88, .8)
}

.section-2 .list-heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .016em;
    color: #253858;
    margin: 0;
    font-weight: 700;
    margin: 24px 0 20px
}

@media screen and (max-width:1024px) {
    .section-2 .list-heading {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .014em
    }
}

.section-2 .section-2-list {
    display: flex;
    justify-content: center;
    margin: 0 0 32px
}

@media screen and (max-width:1024px) {
    .section-2 .section-2-list {
        margin: 0 0 4px;
        flex-direction: column
    }
}

.section-2 .section-2-list .type {
    box-shadow: 0 4px 20px 0 #bfe2ef;
    border-radius: 24px;
    background: #fff;
    margin: 0 20px;
    position: relative;
    width: 32%
}

.section-2 .section-2-list .type::after {
    content: "";
    height: 127px;
    width: 282px;
    position: absolute;
    right: 0;
    bottom: 0
}

.section-2 .section-2-list .type:first-child::after {
    background: url(../../images/bu/home-insurance/section-2-vector-image-1.svg) no-repeat center/contain
}

.section-2 .section-2-list .type:last-child::after {
    background: url(../../images/bu/home-insurance/section-2-vector-image-2.svg) no-repeat center/contain;
    width: 339px;
    height: 123px
}

@media screen and (max-width:1024px) {
    .section-2 .section-2-list .type {
        width: 100%;
        margin: 0 0 20px
    }
}

.section-2 .section-2-list .type .heading {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0;
    color: #0052cc;
    border-bottom: 1px solid #dfe1e6;
    padding: 24px 24px 20px
}

.section-2 .section-2-list .type .description {
    padding: 20px 24px 0;
    min-height: 105px
}

@media screen and (max-width:1024px) {
    .section-2 .section-2-list .type .description {
        min-height: auto
    }
}

.section-2 .section-2-list .type .image {
    text-align: right;
    padding: 0 20px 20px
}

.section-2 .section-2-list .type .image img {
    max-width: 100%;
    height: auto;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1
}

.section-3 .description {
    color: rgba(37, 56, 88, .8)
}

.section-3 .details-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 32px 0
}

@media screen and (max-width:1024px) {
    .section-3 .details-image {
        flex-direction: column;
        margin: 24px 0
    }
}

.section-3 .details-image .details {
    box-shadow: 0 4px 20px 0 #d9e7e1;
    width: 57%;
    border-radius: 16px;
    background: #fff;
    padding: 8px
}

@media screen and (max-width:1024px) {
    .section-3 .details-image .details {
        width: 100%
    }
}

.section-3 .details-image .details .image {
    background: #e3fcef;
    border-radius: 8px 8px 0 0;
    position: relative;
    text-align: center;
    padding: 32px 0
}

.section-3 .details-image .details .image::after {
    content: "";
    background: url(../../images/bu/home-insurance/home-loan-emi-formula-vector-image.png) no-repeat center/cover;
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (max-width:1024px) {
    .section-3 .details-image .details .image {
        padding: 24px 21px
    }

    .section-3 .details-image .details .image img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 0 12px
    }
}

.section-3 .details-image .details .content {
    padding: 24px;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:1024px) {
    .section-3 .details-image .details .content {
        flex-direction: column;
        padding: 16px
    }
}

.section-3 .details-image .details .content .label {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .016em;
    color: #253858;
    margin: 0;
    font-weight: 700
}

@media screen and (max-width:1024px) {
    .section-3 .details-image .details .content .label {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .014em
    }
}

@media screen and (max-width:1024px) {
    .section-3 .details-image .details .content .formula-details {
        margin-left: 14px;
        margin-top: 16px
    }
}

.section-3 .details-image .details .content .formula-details li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .016em;
    color: #253858;
    margin: 0;
    margin: 0 0 16px
}

@media screen and (max-width:1024px) {
    .section-3 .details-image .details .content .formula-details li {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .014em
    }
}

.section-3 .details-image .details .content .formula-details li:last-child {
    margin: 0
}

.section-3 .image img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width:1024px) {
    .section-3 .image img {
        max-width: 204px;
        margin: 24px 0 0;
        display: none
    }
}

.section-3 .button-wrapper {
    margin: 32px 0 0;
    text-align: center
}

.section-3 .button-wrapper .button {
    display: inline-block;
    background: #0065ff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .016em;
    cursor: pointer;
    position: relative;
    padding: 12px 24px;
    border-radius: 8px
}

.section-3 .button-wrapper .button::after {
    content: "";
    background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .section-3 .button-wrapper .button {
        width: 100%;
        text-align: center
    }
}

.section-3 .button-wrapper .button:active {
    font-size: 0;
    transition: none;
    height: 48px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

.section-3 .button-wrapper .button:active::before {
    content: "Processing";
    font-size: 16px;
    line-height: 24px
}

.section-3 .button-wrapper .button:active::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: 3px solid rgba(255, 255, 255, .2);
    border-right: 3px solid rgba(255, 255, 255, .2);
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    border-left: 3px solid #fff;
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
    margin-left: 6px;
    background: 0 0
}

.section-4 .main-heading {
    margin: 0 0 0 20px
}

@media screen and (max-width:1024px) {
    .section-4 .main-heading {
        margin: 0
    }
}

.section-4 .description {
    color: rgba(37, 56, 88, .8);
    margin: 0 0 0 20px
}

@media screen and (max-width:1024px) {
    .section-4 .description {
        margin: 0
    }
}

.section-4 .section-4-list {
    margin: 32px 0 0
}

@media screen and (max-width:1024px) {
    .section-4 .section-4-list {
        display: flex;
        margin: 24px 0;
        width: 100%;
        overflow-x: scroll
    }

    .section-4 .section-4-list::-webkit-scrollbar {
        display: none
    }
}

.section-4 .section-4-list .type {
    border: 1px solid #d2e4ff;
    border-radius: 24px;
    background: #fff;
    margin: 0 20px;
    padding: 32px 24px;
    position: relative
}

.section-4 .section-4-list .type::after {
    content: "";
    height: 161px;
    width: calc(100% - 8px);
    position: absolute;
    left: 4px;
    bottom: 4px;
    border-radius: 0 0 22px 22px
}

@media screen and (max-width:1024px) {
    .section-4 .section-4-list .type {
        margin: 0 16px 0 0;
        max-width: 261px;
        width: 100%;
        flex-shrink: 0;
        padding: 24px 16px
    }
}

.section-4 .section-4-list .type.green::after {
    background: linear-gradient(180deg, #fff 0, #f2ffef 100%)
}

.section-4 .section-4-list .type.blue::after {
    background: linear-gradient(180deg, #fff 0, #f0f6ff 100%)
}

.section-4 .section-4-list .type.yellow::after {
    background: linear-gradient(180deg, #fff 0, #fffcec 100%)
}

.section-4 .section-4-list .type .heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #253858;
    margin: 0;
    font-weight: 500;
    font-size: 24px
}

@media screen and (max-width:1024px) {
    .section-4 .section-4-list .type .heading {
        font-size: 18px;
        line-height: 27px
    }
}

.section-4 .section-4-list .type .description {
    margin: 20px 0 32px;
    min-height: 120px
}

@media screen and (max-width:1024px) {
    .section-4 .section-4-list .type .description {
        margin: 18px 0
    }
}

.section-4 .section-4-list .type .image {
    text-align: right
}

.section-4 .section-4-list .type .image img {
    max-width: 100%;
    height: auto;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1
}

@media screen and (max-width:1024px) {
    .section-4 .section-4-list .type .image img {
        max-width: 100px
    }
}

.section-4 .section-4-list .slick-next,
.section-4 .section-4-list .slick-prev {
    background: #deebff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff
}

.section-4 .section-4-list .slick-prev {
    left: 6px;
    z-index: 1
}

.section-4 .section-4-list .slick-prev::before {
    content: "";
    border: solid rgba(37, 56, 88, .4);
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin: 0
}

.section-4 .section-4-list .slick-next {
    right: 6px
}

.section-4 .section-4-list .slick-next:before {
    content: "";
    border: solid rgba(37, 56, 88, .4);
    border-width: 2px 2px 0 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin: 0
}

.section-5 {
    position: relative
}

.section-5.container {
    margin-bottom: 120px
}

.section-5::after {
    content: "";
    background: url(../../images/bu/home-insurance/section-5-arrow-icon.svg) no-repeat center/contain;
    width: 504px;
    height: 158px;
    position: absolute;
    right: 7rem;
    bottom: -2rem
}

@media screen and (max-width:1024px) {
    .section-5::after {
        background: url(../../images/bu/home-insurance/section-5-arrow-icon-mobile.svg) no-repeat center/contain;
        right: 0;
        width: 306px;
        height: 136px;
        bottom: -7rem
    }
}

.section-5 .description {
    color: rgba(37, 56, 88, .8);
    max-width: 735px
}

.section-5 .question {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #253858;
    margin: 0;
    font-weight: 500;
    color: #0052cc;
    margin-top: 44px
}

@media screen and (max-width:1024px) {
    .section-5 .question {
        font-size: 18px;
        line-height: 27px
    }
}

.section-6 .description {
    color: rgba(37, 56, 88, .8)
}

.section-6 .description strong {
    color: #253858
}

.section-6 .section-6-list {
    margin: 32px 0;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:1024px) {
    .section-6 .section-6-list {
        flex-direction: column
    }
}

.section-6 .section-6-list .type {
    box-shadow: 0 4px 20px 0 #bfe2ef;
    background: #fff;
    width: 31%;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 64px
}

@media screen and (max-width:1024px) {
    .section-6 .section-6-list .type {
        width: 100%;
        padding: 20px 54px;
        margin: 0 0 16px;
        justify-content: flex-start
    }

    .section-6 .section-6-list .type:last-child {
        margin: 0
    }
}

.section-6 .section-6-list .type .heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #253858;
    margin-left: 20px
}

.section-6 .section-6-list .type .image {
    flex-shrink: 0
}

@media screen and (max-width:1024px) {
    .section-6 .section-6-list .type .image {
        width: 60px
    }
}

.section-6 .section-6-list .type .image img {
    max-width: 100%;
    height: auto
}

.section-6 .button-wrapper {
    margin: 32px 0 0;
    text-align: center
}

.section-6 .button-wrapper .button {
    display: inline-block;
    background: #0065ff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .016em;
    cursor: pointer;
    position: relative;
    padding: 12px 24px;
    border-radius: 8px
}

.section-6 .button-wrapper .button::after {
    content: "";
    background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .section-6 .button-wrapper .button {
        width: 100%;
        text-align: center
    }
}

.section-6 .button-wrapper .button:active {
    font-size: 0;
    transition: none;
    height: 48px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

.section-6 .button-wrapper .button:active::before {
    content: "Processing";
    font-size: 16px;
    line-height: 24px
}

.section-6 .button-wrapper .button:active::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: 3px solid rgba(255, 255, 255, .2);
    border-right: 3px solid rgba(255, 255, 255, .2);
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    border-left: 3px solid #fff;
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
    margin-left: 6px;
    background: 0 0
}

.section-7 {
    max-width: 950px;
    margin: 0 auto 90px
}

@media screen and (max-width:1024px) {
    .section-7 {
        padding: 0 16px;
        margin: 0 auto 60px
    }
}

.section-7 .description {
    color: rgba(37, 56, 88, .8)
}

.section-7 .section-7-box {
    box-shadow: 0 2px 40px 0 #f0e9d4;
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    margin: 32px 0 0
}

@media screen and (max-width:1024px) {
    .section-7 .section-7-box {
        margin: 24px 0 0;
        padding: 24px 16px 16px
    }
}

.section-7 .section-7-box .section-7-list .type {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .016em;
    color: #253858;
    margin: 0;
    margin: 0 0 28px;
    position: relative;
    display: flex;
    align-items: center
}

@media screen and (max-width:1024px) {
    .section-7 .section-7-box .section-7-list .type {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .014em
    }
}

@media screen and (max-width:1024px) {
    .section-7 .section-7-box .section-7-list .type {
        align-items: flex-start
    }
}

.section-7 .section-7-box .section-7-list .type::before {
    content: "";
    background: url(../../images/bu/home-insurance/star-icon.svg) no-repeat center/contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 20px 0 0
}

@media screen and (max-width:767px) {
    .section-7 .section-7-box .section-7-list .type::before {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin: 0 12px 0 0;
        flex-shrink: 0
    }
}

.section-7 .section-7-box .note {
    background: #e3fcef;
    border-radius: 16px;
    margin: 40px 0 0;
    padding: 14px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .016em;
    color: #253858;
    margin: 0;
    font-weight: 500;
    color: #00875a
}

@media screen and (max-width:1024px) {
    .section-7 .section-7-box .note {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .014em
    }
}

.section-8 {
    position: relative
}

.section-8::after {
    content: "";
    background: url(../../images/bu/home-insurance/section-8-image.png) no-repeat center/contain;
    width: 325px;
    height: 203px;
    position: absolute;
    top: 0;
    right: 36px
}

@media screen and (max-width:1024px) {
    .section-8::after {
        display: none
    }
}

.section-8 .description {
    max-width: 674px;
    color: rgba(37, 56, 88, .8)
}

.section-8 .section-8-list {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

@media screen and (max-width:1024px) {
    .section-8 .section-8-list {
        flex-wrap: wrap
    }
}

.section-8 .section-8-list .type {
    padding: 19px 18px 42px;
    border-radius: 24px;
    text-align: center;
    width: 23%
}

@media screen and (max-width:1024px) {
    .section-8 .section-8-list .type {
        padding: 19px 10px 24px;
        width: 47%;
        margin: 0 12px 12px 0;
        border-radius: 20px
    }

    .section-8 .section-8-list .type:nth-child(2n) {
        margin-right: 0
    }
}

.section-8 .section-8-list .type.blue {
    background: #e7fffe
}

.section-8 .section-8-list .type.yellow {
    background: #fff9e2
}

.section-8 .section-8-list .type.green {
    background: #e8fff7
}

.section-8 .section-8-list .type.orange {
    background: #fff1e8
}

.section-8 .section-8-list .type .heading {
    margin: 16px 0 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #253858
}

@media screen and (max-width:1024px) {
    .section-8 .section-8-list .type .heading {
        font-size: 16px;
        line-height: 24px
    }
}

.section-8 .section-8-list .type .details {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(37, 56, 88, .8)
}

.section-8 .button-wrapper {
    margin: 32px 0 0;
    text-align: center
}

.section-8 .button-wrapper .button {
    display: inline-block;
    background: #0065ff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .016em;
    cursor: pointer;
    position: relative;
    padding: 12px 24px;
    border-radius: 8px
}

.section-8 .button-wrapper .button::after {
    content: "";
    background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .section-8 .button-wrapper .button {
        width: 100%;
        text-align: center
    }
}

.section-8 .button-wrapper .button:active {
    font-size: 0;
    transition: none;
    height: 48px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

.section-8 .button-wrapper .button:active::before {
    content: "Processing";
    font-size: 16px;
    line-height: 24px
}

.section-8 .button-wrapper .button:active::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: 3px solid rgba(255, 255, 255, .2);
    border-right: 3px solid rgba(255, 255, 255, .2);
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    border-left: 3px solid #fff;
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
    margin-left: 6px;
    background: 0 0
}

.section-9 .section-9-list {
    display: flex;
    justify-content: space-between;
    margin: 32px 0 0
}

@media screen and (max-width:1024px) {
    .section-9 .section-9-list {
        max-width: 100%;
        justify-content: center
    }
}

.section-9 .section-9-list .carousel {
    box-shadow: 0 4px 20px 0 #c9d8ed;
    background: #fff;
    border-radius: 24px;
    width: 31%;
    padding: 32px 24px;
    position: relative
}

@media screen and (max-width:1024px) {
    .section-9 .section-9-list .carousel {
        max-width: 325px;
        width: 100%;
        padding: 24px 16px;
        flex-shrink: 0;
        margin-right: 12px
    }
}

.section-9 .section-9-list .carousel::after {
    content: "";
    background: url(../../images/bu/home-insurance/section-9-type-vector-1.svg) no-repeat center/cover;
    width: 100%;
    height: 127px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 24px 24px
}

.section-9 .section-9-list .carousel:nth-child(2):after {
    background: url(../../images/bu/home-insurance/section-9-type-vector-2.svg) no-repeat center/cover
}

.section-9 .section-9-list .carousel:nth-child(3):after {
    background: url(../../images/bu/home-insurance/section-9-type-vector-3.svg) no-repeat center/cover
}

.section-9 .section-9-list .carousel .heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #253858;
    margin: 0;
    font-weight: 500
}

@media screen and (max-width:1024px) {
    .section-9 .section-9-list .carousel .heading {
        font-size: 18px;
        line-height: 27px
    }
}

.section-9 .section-9-list .carousel .description {
    margin: 20px 0 32px;
    min-height: 168px
}

@media screen and (max-width:1024px) {
    .section-9 .section-9-list .carousel .description {
        min-height: 125px
    }
}

.section-9 .section-9-list .carousel .image {
    text-align: center
}

.section-9 .section-9-list .carousel .image img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width:1024px) {
    .section-9 .section-9-list .carousel .image img {
        max-width: 110px
    }
}

.section-9 .dots-list {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px
}

@media screen and (min-width:1025px) {
    .section-9 .dots-list {
        display: none
    }
}

.section-9 .dots-list .dot {
    height: 7px;
    width: 7px;
    margin: 0 3px;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease;
    background: rgba(37, 56, 88, .2);
    cursor: pointer
}

.section-9 .dots-list .dot.active {
    background-color: rgba(37, 56, 88, .4);
    border: 0;
    outline: 0;
    width: 16px;
    border-radius: 6px
}

.section-9 .fade {
    animation-name: fade;
    animation-duration: 1.5s
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.section-10:has(.description + .description) .description {
    margin: 0 0 16px
}

.section-10:has(.description + .description) .description:last-of-type {
    margin: 0
}

.section-10 .description {
    color: rgba(37, 56, 88, .8)
}

.section-10 .details-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 32px 0
}

@media screen and (max-width:1024px) {
    .section-10 .details-image {
        flex-direction: column;
        margin: 24px 0
    }
}

.section-10 .details-image .details {
    width: 58%
}

@media screen and (max-width:1024px) {
    .section-10 .details-image .details {
        width: 100%
    }
}

.section-10 .details-image .details .type {
    background: #f3f7ff;
    border-radius: 24px;
    padding: 24px;
    margin: 0 0 16px;
    display: flex;
    align-items: center
}

@media screen and (max-width:1024px) {
    .section-10 .details-image .details .type {
        align-items: flex-start;
        padding: 20px
    }
}

.section-10 .details-image .details .type .content {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .016em;
    color: #253858;
    margin: 0
}

@media screen and (max-width:1024px) {
    .section-10 .details-image .details .type .content {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .014em
    }
}

.section-10 .details-image .details .type .image {
    margin: 0 24px 0 0;
    flex-shrink: 0
}

@media screen and (max-width:1024px) {
    .section-10 .details-image .details .type .image {
        margin: 0 24px 0 0
    }
}

.section-10 .details-image .details .type .image img {
    max-width: 100%;
    height: auto;
    display: block
}

.section-10 .details-image .image img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width:1024px) {
    .section-10 .details-image .image img {
        max-width: 204px;
        display: none
    }
}

.section-10 .button-wrapper {
    margin: 32px 0 0;
    text-align: center
}

.section-10 .button-wrapper .button {
    display: inline-block;
    background: #0065ff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .016em;
    cursor: pointer;
    position: relative;
    padding: 12px 24px;
    border-radius: 8px
}

.section-10 .button-wrapper .button::after {
    content: "";
    background: url(../../images/footer-strip/twowheeler/path.png) no-repeat center/contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .section-10 .button-wrapper .button {
        width: 100%;
        text-align: center
    }
}

.section-10 .button-wrapper .button:active {
    font-size: 0;
    transition: none;
    height: 48px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

.section-10 .button-wrapper .button:active::before {
    content: "Processing";
    font-size: 16px;
    line-height: 24px
}

.section-10 .button-wrapper .button:active::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: 3px solid rgba(255, 255, 255, .2);
    border-right: 3px solid rgba(255, 255, 255, .2);
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    border-left: 3px solid #fff;
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
    margin-left: 6px;
    background: 0 0
}

.faq-section {
    box-shadow: 0 2px 40px 0 #dfecff;
    border: 1px solid #d2e4ff;
    border-radius: 16px;
    padding: 40px 80px
}

@media screen and (max-width:1024px) {
    .faq-section.container {
        margin: 0 16px;
        padding: 24px 16px !important
    }
}

.faq-section #faqsWrapper {
    margin: 32px 0 0
}

.faq-section #faqsWrapper h2 {
    margin-block: 0
}

.faq-section #faqsWrapper .faq_tabs_inner {
    border-radius: 8px;
    border: 0;
    background: rgba(198, 203, 223, .2);
    padding: 4px;
    margin-top: 16px;
    margin-bottom: 28px;
    display: inline-flex;
    overflow: auto;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: CENTER;
    margin: 32px 0 24px;
    width: auto
}

@media screen and (max-width:1024px) {
    .faq-section #faqsWrapper .faq_tabs_inner {
        width: auto
    }
}

.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq {
    max-width: none;
    padding: 8px 20px;
    text-align: center;
    color: rgba(32, 57, 100, .8);
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    transition: none;
    margin: 0;
    border: 0;
    background: 0 0;
    cursor: pointer
}

.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq.active {
    border-radius: 8px;
    box-shadow: none;
    background: #fff;
    box-shadow: 0 6px 16px 0 rgba(132, 141, 171, .2);
    color: #0065ff;
    font-weight: 600
}

.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq.active::after {
    display: none
}

.faq-section #faqsWrapper .faq_tabs_inner .tabs_faq:hover::after {
    display: none
}

.faq-section #faqsWrapper>.data_ul {
    counter-reset: my-counter
}

.faq-section #faqsWrapper>.data_ul>li {
    counter-increment: my-counter;
    position: relative;
    padding-left: 1.5em
}

.faq-section #faqsWrapper>.data_ul>li::before {
    content: counter(my-counter) ". ";
    position: absolute;
    left: 0;
    color: #253858;
    font-size: 20px;
    line-height: 30px;
    display: inline-block !important
}

@media screen and (max-width:1024px) {
    .faq-section #faqsWrapper>.data_ul>li::before {
        font-size: 14px;
        line-height: 22px
    }
}

.faq-section #faqsWrapper>.data_ul>li:has(span[flag=up])::before,
.faq-section #faqsWrapper>.data_ul>li:hover::before {
    color: #0065ff
}

.faq-section #faqsWrapper>.data_ul>li .data_ul {
    margin-top: 16px;
    margin-bottom: 20px;
    list-style: none
}

.faq-section #faqsWrapper>.data_ul>li .data_ul li {
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #253858;
    background: 0 0;
    margin: 0 0 15px 13px;
    position: relative;
    list-style: none
}

.faq-section #faqsWrapper>.data_ul>li .data_ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    background: #253858;
    border-radius: 100%
}

.faq-section #faqsWrapper>.data_ul>li .data_ul li .paragraphBu {
    margin: 0 !important
}

.faq-section #faqsWrapper>.data_ul>li {
    font-size: 16px;
    margin: 0 0 26px 0;
    background: 0 0;
    border-radius: 0;
    padding: 0 0 26px;
    border-bottom: 1px solid #d9dbe9;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0
}

.faq-section #faqsWrapper>.data_ul>li:last-child {
    margin: 0;
    padding: 0;
    border: 0
}

.faq-section #faqsWrapper>.data_ul>li h3 span {
    padding: 0 0 0 20px;
    font-size: 20px;
    line-height: 30px
}

@media screen and (max-width:1024px) {
    .faq-section #faqsWrapper>.data_ul>li h3 span {
        padding: 0 20px 0 14px;
        font-size: 14px;
        line-height: 20px
    }
}

.faq-section #faqsWrapper>.data_ul>li h3 span::after {
    background: url(../../images/bu/motor/tw/fullwidth/plus-icon.svg) no-repeat center/contain;
    border: 0;
    border-width: 0;
    padding: 0;
    transform: none;
    -webkit-transform: none;
    margin-left: 0;
    position: absolute;
    right: 22px;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translate(0, -50%)
}

@media screen and (max-width:1024px) {
    .faq-section #faqsWrapper>.data_ul>li h3 span::after {
        right: 0
    }
}

.faq-section #faqsWrapper>.data_ul>li h3 span[flag=up] {
    background: 0 0;
    border-bottom: 0;
    padding-bottom: 0;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #0065ff
}

.faq-section #faqsWrapper>.data_ul>li h3 span[flag=up]::after {
    background: url(../../images/bu/motor/tw/fullwidth/minus-icon.svg) no-repeat center/contain;
    height: 2px;
    top: 50%;
    transform: translate(0, -50%)
}

@media screen and (max-width:1024px) {
    .faq-section #faqsWrapper>.data_ul>li h3 span[flag=up]::after {
        right: 0
    }
}

.faq-section #faqsWrapper>.data_ul>li h3+div {
    margin-bottom: 0;
    padding: 12px 20px 0;
    background: 0 0;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: .016em;
    line-height: 24px;
    font-weight: 400;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    color: #505f79
}

@media screen and (max-width:1024px) {
    .faq-section #faqsWrapper>.data_ul>li h3+div {
        font-size: 14px;
        line-height: 20px;
        padding: 16px 20px 0 14px
    }

    .faq-section #faqsWrapper>.data_ul>li h3+div p {
        margin-top: 0;
        font-size: 14px;
        line-height: 20px
    }
}

.faqsWrap.sme {
    padding: 15px;
    margin: 0 auto 0
}

.faqsWrap.sme ul {
    margin: 8px 0 0 0;
    margin: 0;
    padding: 0;
    list-style: none;
    outline: 0;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
    width: 100%
}

.faqsWrap.sme ul li {
    font-size: 12px;
    color: #6b778c;
    font-weight: 400;
    line-height: 1.42;
    padding: 0 16px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(37, 56, 88, .12);
    border-radius: 12px
}

.faqsWrap.sme ul li>ul li {
    padding-left: 20px;
    position: relative;
    margin: 10px 0 5px 13px
}

.faqsWrap.sme ul li>ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    background: #253858;
    border-radius: 100%
}

.faqsWrap.sme ul li li {
    background: 0 0
}

.faqsWrap.sme ul li:before {
    display: none
}

.faqsWrap.sme ul li .h2,
.faqsWrap.sme ul li .h3,
.faqsWrap.sme ul li .h4,
.faqsWrap.sme ul li h2,
.faqsWrap.sme ul li h3,
.faqsWrap.sme ul li h4 {
    font-size: 14px;
    color: #253858;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin: 10px 0 0
}

.faqsWrap.sme ul li .h2>a,
.faqsWrap.sme ul li .h2>label,
.faqsWrap.sme ul li .h2>span,
.faqsWrap.sme ul li .h3>a,
.faqsWrap.sme ul li .h3>label,
.faqsWrap.sme ul li .h3>span,
.faqsWrap.sme ul li .h4>a,
.faqsWrap.sme ul li .h4>label,
.faqsWrap.sme ul li .h4>span,
.faqsWrap.sme ul li h2>a,
.faqsWrap.sme ul li h2>label,
.faqsWrap.sme ul li h2>span,
.faqsWrap.sme ul li h3>a,
.faqsWrap.sme ul li h3>label,
.faqsWrap.sme ul li h3>span,
.faqsWrap.sme ul li h4>a,
.faqsWrap.sme ul li h4>label,
.faqsWrap.sme ul li h4>span {
    color: #6b778c;
    padding: 14px;
    display: block;
    position: relative;
    padding-right: 50px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: .2px;
    font-size: 14px
}

.faqsWrap.sme ul li .h2>a:after,
.faqsWrap.sme ul li .h2>label:after,
.faqsWrap.sme ul li .h2>span:after,
.faqsWrap.sme ul li .h3>a:after,
.faqsWrap.sme ul li .h3>label:after,
.faqsWrap.sme ul li .h3>span:after,
.faqsWrap.sme ul li .h4>a:after,
.faqsWrap.sme ul li .h4>label:after,
.faqsWrap.sme ul li .h4>span:after,
.faqsWrap.sme ul li h2>a:after,
.faqsWrap.sme ul li h2>label:after,
.faqsWrap.sme ul li h2>span:after,
.faqsWrap.sme ul li h3>a:after,
.faqsWrap.sme ul li h3>label:after,
.faqsWrap.sme ul li h3>span:after,
.faqsWrap.sme ul li h4>a:after,
.faqsWrap.sme ul li h4>label:after,
.faqsWrap.sme ul li h4>span:after {
    content: "";
    border: solid #5e6c84;
    border-width: 0 2px 2px 0;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 8px;
    position: absolute;
    right: 22px;
    top: 19px
}

.faqsWrap.sme ul li .h2>a[flag=up],
.faqsWrap.sme ul li .h2>label[flag=up],
.faqsWrap.sme ul li .h2>span[flag=up],
.faqsWrap.sme ul li .h3>a[flag=up],
.faqsWrap.sme ul li .h3>label[flag=up],
.faqsWrap.sme ul li .h3>span[flag=up],
.faqsWrap.sme ul li .h4>a[flag=up],
.faqsWrap.sme ul li .h4>label[flag=up],
.faqsWrap.sme ul li .h4>span[flag=up],
.faqsWrap.sme ul li h2>a[flag=up],
.faqsWrap.sme ul li h2>label[flag=up],
.faqsWrap.sme ul li h2>span[flag=up],
.faqsWrap.sme ul li h3>a[flag=up],
.faqsWrap.sme ul li h3>label[flag=up],
.faqsWrap.sme ul li h3>span[flag=up],
.faqsWrap.sme ul li h4>a[flag=up],
.faqsWrap.sme ul li h4>label[flag=up],
.faqsWrap.sme ul li h4>span[flag=up] {
    padding-bottom: 14px
}

.faqsWrap.sme ul li .h2>a[flag=up]::after,
.faqsWrap.sme ul li .h2>label[flag=up]::after,
.faqsWrap.sme ul li .h2>span[flag=up]::after,
.faqsWrap.sme ul li .h3>a[flag=up]::after,
.faqsWrap.sme ul li .h3>label[flag=up]::after,
.faqsWrap.sme ul li .h3>span[flag=up]::after,
.faqsWrap.sme ul li .h4>a[flag=up]::after,
.faqsWrap.sme ul li .h4>label[flag=up]::after,
.faqsWrap.sme ul li .h4>span[flag=up]::after,
.faqsWrap.sme ul li h2>a[flag=up]::after,
.faqsWrap.sme ul li h2>label[flag=up]::after,
.faqsWrap.sme ul li h2>span[flag=up]::after,
.faqsWrap.sme ul li h3>a[flag=up]::after,
.faqsWrap.sme ul li h3>label[flag=up]::after,
.faqsWrap.sme ul li h3>span[flag=up]::after,
.faqsWrap.sme ul li h4>a[flag=up]::after,
.faqsWrap.sme ul li h4>label[flag=up]::after,
.faqsWrap.sme ul li h4>span[flag=up]::after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 26px
}

.faqsWrap.sme ul li .h2+div,
.faqsWrap.sme ul li .h3+div,
.faqsWrap.sme ul li .h4+div,
.faqsWrap.sme ul li h2+div,
.faqsWrap.sme ul li h3+div,
.faqsWrap.sme ul li h4+div {
    padding: 0;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 10px;
    display: none;
    padding: 0 16px 16px;
    font-size: 12px;
    color: #6b778c;
    font-weight: 400;
    line-height: 1.42
}

.faqsWrap.sme ul li .h2+div a,
.faqsWrap.sme ul li .h3+div a,
.faqsWrap.sme ul li .h4+div a,
.faqsWrap.sme ul li h2+div a,
.faqsWrap.sme ul li h3+div a,
.faqsWrap.sme ul li h4+div a {
    color: #0065ff
}

.faqsWrap.sme ul .data_ul {
    margin-top: 16px;
    margin-bottom: 20px;
    list-style: none
}

.faqsWrap.sme ul .data_ul li {
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #253858;
    margin: 0 0 15px 13px;
    position: relative;
    list-style: none
}

.faqsWrap.sme ul .data_ul li .paragraphBu {
    margin: 0 !important
}

.faqsWrap.sme ul .data_ul li:before {
    content: none
}

.faqsWrap.sme ul .data_ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    background: #253858;
    border-radius: 100%
}

.faqsWrap.sme ul .data_ol {
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 20px
}

.faqsWrap.sme ul .data_ol li {
    padding-left: 20px;
    font-size: 16px;
    color: #253858;
    margin: 5px 0 15px 13px;
    position: relative
}