/*............................Layout CSS Start here............................*/

@charset "UTF-8";


/*body {
    font-family: 'Mulish';
    font-size: 22px;
}

body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;*/
/* padding-right: 15px; */
/*}

.shw {
    -webkit-box-shadow: 0 0 15px rgba(204, 204, 204, .3);
    box-shadow: 0 0 15px rgba(204, 204, 204, .3)
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}*/


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

  audio:not([controls]) {
    display: none;
    height: 0
  }

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

  a:active,
  a:hover {
    outline: 0
  }

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

/*h1 {
  font-size: 2em;
  margin: .67em 0
}*/

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sup {
  color: #e3cf7d
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

strong {
  font-weight: 600;
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

/*code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}*/

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

  button[disabled],
  html input[disabled] {
    cursor: default;
    pointer-events: none;
  }

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0
  }

input {
  line-height: normal
}

  input[type=checkbox],
  input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
  }

  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    height: auto
  }

  input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
  }

    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
      -webkit-appearance: none
    }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0
}

/** {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}*/

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  /*overflow-x: hidden;*/
}

/*body {
  font-family: Mulish, sans-serif;
  font-size: 62.5%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}*/

/*button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}*/

a {
  color: #282828;
  text-decoration: none
}

  a:focus,
  a:hover {
    color: #282828;
    text-decoration: none;
  }

  a:focus, a:focus-visible {
    outline: none;
  }

figure {
  margin: 0
}
figure.alert-img {
    display: inline-block;
    vertical-align: top;
}
img {
  vertical-align: middle
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.clearfix {
  clear: both;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

[role=button] {
  cursor: pointer
}

.insured-sec .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px
}

@media (min-width:768px) {
  .insured-sec .container {
    width: 758px
  }
}

@media (min-width:992px) {
  .insured-sec .container {
    width: 880px;
  }
}

/*@media (min-width:1360px) {
    .container {
        width: 1330px
    }
}*/

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px
}

/*.row {
    margin-left: -10px;
    margin-right: -10px
}*/

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.invisible {
  visibility: hidden
}

.hidden {
  display: none !important
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

section.insured-sec {
  padding: 35px 0 60px;
}

.insured-sec .acc-heading {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #282828;
  padding-bottom: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.insured-sec .backLink {
  font-size: 12px;
  font-weight: 700;
  color: #282828;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  width: fit-content;
  margin-bottom: 15px;
  cursor: pointer;
}

  .insured-sec .backLink img {
    margin-top: -2px;
  }

.insured-sec .accordion-card {
  border: 1px solid #EAEAEA;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.insured-sec .accordion-panel {
  display: block;
}

.insured-sec .accordion-panel {
  display: none;
}

.insured-sec .accordion-title {
  position: relative;
  cursor: pointer;
  padding: 2.5rem 3rem;
  background: #fff;
  border-radius: 5px;
}

  .insured-sec .accordion-title.active {
    background: #F5F6F6;
    border-radius: 5px;
    pointer-events: none;
  }

.accordion-card:has(.accordion-title.active) {
  cursor: not-allowed;
}

.paddDiv {
  padding: .5rem 3rem 6rem;
}

.brdBtmDiv {
  border-bottom: 4px solid #EAEAEA;
  padding: 2.5rem 3rem;
}

.insured-sec .accordion-title h3 {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  line-height: 2rem;
}

.insured-sec .accordion-title.active h3 {
  color: #8A8A8A;
}

/* input reset css */
input {
  cursor: auto;
  border: none;
  z-index: 2;
  width: 100%;
  outline: 0;
  background: 0 0;
}

.dropdown-block {
  width: 23%;
}

.dropdown {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  width: 100%;
  position: relative;
  height: 5.4rem;
}

  .dropdown:hover {
    border-color: #282828;
  }

  .dropdown label, .multiSearch label {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: #838383;
    position: absolute;
    left: 17px;
    top: 17px;
    background-color: #fff;
    transition: .3s all ease;
    pointer-events: none;
  }

.multiSearch {
  position: relative;
}

  .multiSearch label {
    z-index: 2;
    top: 14px;
  }

.dropdown-block.active .dropdown, .dropdown:focus-visible, .dropdown:active {
  border: 2px solid #ec6625;
}

  .dropdown-block.active label, .dropdown:active label, .multiSearch.active label {
    color: #ec6625;
  }

.dropdown-block .dropdown:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 1.7rem;
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #282828;
  border-right-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  padding: 0;
  pointer-events: none;
}

.dropdown-block.active .dropdown:after {
  top: 24px;
  border: 2px solid #404040;
  border-left-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.selected-opts {
  height: 5.6rem;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  width: -webkit-fill-available;
  font-size: 1.6rem;
  line-height: 21px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-input-block .error .dropdown {
  border-color: #e71a1a;
}

.select-input-block .error label {
  color: #e71a1a;
}

.custom-dropdown-list {
  display: none;
  overflow-y: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  position: relative;
  z-index: 99999;
  background: #fff;
  overflow-y: scroll;
  height: auto;
  max-height: 276px;
  margin-top: 1px;
}

  .custom-dropdown-list li {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: #282828;
    background: #fff;
    width: 100%;
    cursor: pointer;
    position: relative;
    padding: 15px 20px;
    vertical-align: bottom;
    height: auto;
  }

    .custom-dropdown-list li a {
      display: block;
      padding: 1.5rem 3.5rem 1.5rem 1.5rem;
      word-break: break-word;
      font-family: 'Mulish';
      font-size: 16px;
    }

    .custom-dropdown-list li:hover {
      background: #F5F6F6;
    }

    .custom-dropdown-list li.select-list, .selectize-dropdown-content .option.selected {
      background: #eaeaea;
    }

      .custom-dropdown-list li.select-list:after, .custom-dropdown-list li.select-list:before {
        background: none !important;
      }

      .custom-dropdown-list li.select-list:before {
        content: url(https://echannel.insurancearticlez.com/docs/default-source/assets/kyc/images/selected-right-icon.svg);
        position: absolute;
        right: 0;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 48px;
        height: inherit;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: auto;
        transform: none;
      }

      .selectize-dropdown-content .option.selected.highlight-arr:before {
        top: 2.9rem;
        right: 2.7rem;
      }

.il-input-block.focus label, .dropdown-block.onfocus label, .multiSearch.onfocus label {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600;
  top: -7px;
  left: 9px;
  padding: 0 7px;
  z-index: 2;
  transition: .3s all ease;
}

.il-input-block {
  position: relative;
  display: inline-block;
  /*width: 69%;*/
}

  .il-input-block label {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: #838383;
    position: absolute;
    left: 17px;
    top: 17px;
    background-color: #fff;
    transition: .3s all ease;
    pointer-events: none;
  }

    .il-input-block label.input-sm {
      font-size: 1.4rem;
      left: 10px;
      top: 10px;
    }

  .il-input-block input {
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    background: #ffff;
    padding: 1.7rem;
    width: -webkit-fill-available;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
    color: #282828;
    outline: none !important;
  }

    .il-input-block input.input-sm {
      font-size: 1.4rem;
      line-height: 1.8rem;
      padding: 1.2rem;
    }

    .il-input-block input:hover, textarea:hover {
      border: 1px solid #282828;
    }

input.readOnly:hover {
  border: 1px solid #C9C9C9;
}

input.disabled:hover {
  border: 1px solid #EAEAEA;
}

.il-input-block input:read-only {
  color: #838383;
}

.il-input-block.focus label, .dropdown-block.onfocus label, .multiSearch.onfocus label {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600;
  top: -7px;
  left: 9px;
  padding: 0 7px;
  z-index: 2;
  transition: .3s all ease;
  width: auto;
}

.il-input-block.transform label, .dropdown-block.transform label, .multiSearch.transform label {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600;
  top: -7px;
  left: 9px;
  padding: 0 7px;
  z-index: 2;
  transition: none;
  width: auto;
}

.il-input-block.focus label.input-sm {
  left: 5px;
}

.il-input-block.onFocused label, .il-input-block.focus label {
  color: #ec6625;
}

  .il-input-block.onFocused label.readOnly {
    color: #838383;
  }

.il-input-block.onFocused input, .il-input-block.onFocused textarea {
  outline: none !important;
  border: none;
  border: 2px solid #EC6625;
}

  .il-input-block.onFocused input.readOnly {
    color: #838383;
    border: 1px solid #C9C9C9;
  }

.il-input-block.onValidate label {
  color: #E71A1A;
}

.il-input-block.onValidate input {
  border: 1px solid #E71A1A;
}

span.helper-txt {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #6C6C6C;
}
/* input style ends here */
.name-block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 2px;
}

.smallSecondry-btn, .tinySecondry-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 0.7rem 1.6rem;
  font-size: 1.4rem;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  border: 0;
  font-weight: 700;
  text-align: center;
  color: #EC6625;
  border: 1px solid #EC6625;
  display: block;
}

  .smallSecondry-btn:hover, .tinySecondry-btn:hover {
    background: #FFF2EB;
    border: 1px solid #EC6625;
    color: #EC6625;
  }

  .smallSecondry-btn:focus-visible, .tinySecondry-btn:focus-visible {
    background: #FFF9F6;
    border: 1px solid #EC6625;
    color: #EC6625;
  }

  .smallSecondry-btn:active, .tinySecondry-btn:active {
    background: #FFF9F6;
    border: 1px solid #BB5106;
    color: #BB5106;
  }

  .smallSecondry-btn.disabled, .smallSecondry-btn.disabled:hover, .smallSecondry-btn.disabled:focus-visible {
    background: #fff;
    color: #c9c9c9;
    border-color: #c9c9c9;
    cursor: not-allowed;
  }

.instruc_div {
  padding-top: 15px;
  text-align: center;
}

span.instruc {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #838383;
}

.port-tooltip-icon {
  position: relative;
  top: -2px;
  padding-left: 6px;
  display: inline;
}

.port-tooltipTxt {
  visibility: hidden;
  color: #fff;
  background: #000;
  position: absolute;
  width: 272px;
  top: 27px;
  text-align: left;
  padding: 1.2rem;
  border-radius: 5px;
  z-index: 9999;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 500;
  left: auto;
  right: 0px;
}

  .port-tooltipTxt:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #000;
    position: absolute;
    top: -10px;
    left: auto;
    right: 12px;
  }

.port-tooltip-icon:hover .port-tooltipTxt {
  visibility: visible;
}

.w-100 {
  width: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

.primary-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 1.1rem 2.4rem;
  font-size: 1.6rem;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  border: 3px solid transparent;
  font-weight: 700;
  text-align: center;
  background: #EC6625;
  color: #fff;
  display: inline-block;
}

  .primary-btn:hover, .standard-btn:hover, .fullwidth-btn:hover {
    background: #FD7B20;
    color: #fff;
  }

  .primary-btn:focus-visible, .standard-btn:focus-visible, .fullwidth-btn:focus-visible {
    background: #E26123;
    box-shadow: 0 0 0px 3px #e26123;
    border: 3px solid #fff;
  }

  .primary-btn:active, .standard-btn:active, .fullwidth-btn:active {
    background: #D05A06;
  }

.primary-btn-disabled {
  background: #C9C9C9;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 1.4rem 2.4rem;
  font-size: 1.6rem;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  border: 0;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  pointer-events: none;
  /*cursor: not-allowed;*/
}

.closebtn-block {
  position: relative;
  /*width: 3%;*/
}

.removeField {
  position: absolute;
  right: -2px;
  top: 12px;
  width: 27px;
  height: 27px;
  background: #ffffff;
  display: flex;
  align-items: center;
  border: 1px solid #F0EFEE;
  border-radius: 5px;
  opacity: 1;
}

  .removeField:before, .removeField:after {
    content: '';
    height: 14px;
    width: 2px;
    display: block;
    background: #282828;
    position: absolute;
    top: 8px;
    right: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .removeField:before, .removeField:after {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 10px;
    width: 2px;
    background-color: #575757;
  }

  .removeField:before {
    transform: rotate(45deg);
  }

  .removeField:after {
    transform: rotate(-45deg);
  }

  .removeField:hover {
    background-color: #f8f6f6;
  }

.duplic-name-block .il-input-block {
  width: 58%;
}

.duplic-name-block {
  display: none;
}

  .duplic-name-block.active {
    display: flex;
  }

.dob-form-block {
  position: relative;
  display: inline-block;
  width: 100%;
}

  .dob-form-block .input-block,
  .dob-form-block .input-block.active {
    position: relative;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    outline: none !important;
  }

    .dob-form-block .input-block label,
    .dob-form-block .input-block.error label {
      font-size: 1.2rem;
      margin-top: -1rem;
      margin-left: -5px;
      top: 0;
    }

    .dob-form-block .input-block label {
      color: #838383;
      font-weight: 600;
      position: absolute;
      transition: 0.3s ease;
      padding: 0 7px;
      background: #fff;
      margin-top: -8px;
      /*margin-left: 10px;*/
      max-width: 100%;
    }

    .dob-form-block .input-block input {
      height: 54px;
      margin: 0;
      padding: 0;
      border-radius: 5px;
      outline: none;
      background-color: #fff;
      text-align: center;
    }

    .dob-form-block .input-block span {
      color: #b2b2b2;
      font-size: 1.2rem;
      font-weight: 500;
      margin: 0 6px;
      left: -6px;
    }

    .dob-form-block .input-block:hover {
      border: 1px solid #282828;
    }

  .dob-form-block.focus .input-block {
    border: 2px solid #ec6625;
  }

    .dob-form-block.focus .input-block label {
      color: #ec6625;
    }

.date-block span.jq-dte input.jq-dte-day {
  width: 32px !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #b2b2b2;
  border: none !important;
}

.date-block span.jq-dte input.jq-dte-month {
  width: 50px !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #b2b2b2;
  border: none !important;
}

.date-block span.jq-dte input.jq-dte-year {
  width: 60px !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #b2b2b2;
  border: none !important;
}

.date-block span.jq-dte input.Numeric.hint {
  color: #b2b2b2;
}

.date-block span.jq-dte input.Numeric {
  color: #282828;
}

.date-block span.jq-dte-errorbox {
  top: auto !important;
  left: 0 !important;
  bottom: -25px !important;
}

.dob-form-block .input-block span.seperator {
  font-size: 1.6rem;
}

.date-block span.jq-dte input.error-chi {
  color: red;
  -webkit-text-fill-color: red;
  font-weight: 700;
}

textarea {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #282828;
  border: none;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 17px;
  width: 100%;
  resize: none;
}

  textarea:hover {
    outline: none !important;
    border: 1px solid #282828;
  }

.corr-addr-div h4 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #6c6c6c;
  margin-bottom: 1rem;
  position: relative;
}

.il-radio-group {
  margin-bottom: 14px;
}

  .il-radio-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;
    opacity: 0;
  }

  .il-radio-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
  }

    .il-radio-group label:before {
      content: "";
      -webkit-appearance: none;
      background-color: transparent;
      border: 2px solid #838383;
      padding: 8px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 1rem;
      border-radius: 50%;
      height: fit-content;
      top: 1px;
    }

  .il-radio-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    border: solid #f26624;
    border-width: 4px;
    border-radius: 50%;
  }

  .il-radio-group input:checked + label:before {
    border-color: #f26624;
  }
  /*Radio unselected focus*/
  .il-radio-group input:focus-visible + label::before {
    border-color: #ffa05d;
  }
  /*Radio selected focus*/
  .il-radio-group input:checked:focus-visible + label::after {
    border-color: #ec6608;
  }
  /*Radio unselected hover*/
  .il-radio-group input + label:hover::before {
    background-color: #eaeaea;
  }
  /*Radio selected hover*/
  .il-radio-group input:checked + label:hover::before {
    background-color: #fff2eb;
  }
  /*Radio selected pressed*/
  .il-radio-group input:checked:active + label::before {
    border-color: #fff2eb;
    background-color: #ec6608;
  }
  /*Radio unselected pressed*/
  .il-radio-group input:active + label::before {
    border-color: #ec6608;
    background-color: #eaeaea;
  }

.radio-parent {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.disp-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

span.tooltip-txt {
  float: right;
  text-decoration: underline;
  font-weight: 700;
}

.input-tooltip {
  position: relative;
  display: inline-block;
}

  .input-tooltip .input-tooltiptext {
    font-size: 1.4rem;
    line-height: 1.8rem;
    visibility: hidden;
    width: 272px;
    background-color: #282828;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 1.2rem;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -136px;
  }

    .input-tooltip .input-tooltiptext::after {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent #282828 transparent;
    }

  .input-tooltip:hover .input-tooltiptext {
    visibility: visible;
  }

.diff-addr-div {
  display: none;
}

.redTxt {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #E71A1A;
  margin: 5px 0 0;
}

.link-btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 18px;
  color: #EC6625;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  outline: none;
  /*padding: 1px 4px;*/
  border: 1px solid transparent;
}

.small-linkBtn {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.link-btn:hover {
  color: #FD7B20;
  text-decoration: underline;
}

.link-btn:focus-visible {
  box-shadow: 0 0 0 1px;
  border-radius: 3px;
  color: #FD7B20;
}

.link-btn:active, .link-btn:focus, .link-btn:visited {
  color: #BB5106;
  text-decoration: underline;
}

.declaration-div {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
  color: #6C6C6C;
  padding-top: 10px;
}

.form-group {
  display: block;
  margin-bottom: 15px;
  text-align: left;
}

  .form-group input {
    padding: 0;
    height: 0;
    width: 0;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }

  .form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    line-height: 2rem;
    font-weight: 500;
    color: #282828;
  }

    .form-group label:before {
      content: "";
      -webkit-appearance: none;
      background-color: transparent;
      border: 2px solid #838383;
      padding: 7px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 5px;
      border-radius: 3px;
    }
  /*Checkbox Unselected hover*/
  .form-group input:hover + label::before {
    background-color: #eaeaea;
  }

  .form-group input:checked + label:before {
    background-color: #ec6625;
    border: 2px solid #ec6625;
  }

  .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  /*Checkbox Unselected focus*/
  .form-group input:focus-visible + label::before {
    border-color: #f58820;
  }
  /*Checkbox Unselected Pressed*/
  .form-group input:active + label::before {
    border-color: #f58820;
    background-color: #cbcdce;
  }
  /*Checkbox Checked Pressed*/
  .form-group input:checked:active + label:before {
    background-color: #fff;
    border-color: #fff2eb;
  }
  /*Checkbox Checked focus*/
  .form-group input:checked:focus-visible + label:before {
    background: #ec6625;
    box-shadow: 0 0 0px 2px #ec6625;
    border: 2px solid #fff;
  }
  /*Checkbox Checked tickmark pressed*/
  .form-group input:checked:active + label:after {
    border-color: #ec6608;
  }

  .form-group label.sm-chekbox {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
  }

    .form-group label.sm-chekbox:before {
      padding: 6px;
    }

  .form-group input:checked + label.sm-chekbox:after {
    top: 3px;
    left: 6px;
    width: 4px;
    height: 8px;
  }

  .form-group.tandc label, .form-group.tandc a {
    color: #575757;
    font-weight: 500;
    line-height: 14px;
    font-size: 14px;
  }

.tandc {
  padding-top: 20px;
}

.ins_subj {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #6C6C6C;
  padding-top: 5px;
}

.dec-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  /* transition: opacity 500ms; */
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  overflow: auto;
  height: 100%;
}

  .dec-overlay.activeOverlay {
    visibility: visible;
    opacity: 1;
  }

.dec-popup-sec {
  /* overflow: hidden; */
  background: #FFFFFF;
  border-radius: 15px;
  position: relative;
  width: 100%;
  max-width: 652px;
  margin: 7.5rem auto;
}

.homeloanpopupWrapper .dec-popup-sec, .gstpopupWrapper .dec-popup-sec {
  max-width: 427px;
}

.dec-popup-sec .close, .dec-popup-sec .close:active, .dec-popup-sec .close:focus-visible {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: #ffffff;
  display: flex;
  align-items: center;
  border: 1px solid #F0EFEE;
  border-radius: 5px;
  opacity: 1;
}

  .dec-popup-sec .close:before, .dec-popup-sec .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 10px;
    width: 2px;
    background-color: #575757;
  }

  .dec-popup-sec .close:before {
    transform: rotate(45deg);
  }

  .dec-popup-sec .close:after {
    transform: rotate(-45deg);
  }

.decpopup-content {
  padding: 3rem;
}

  .decpopup-content h3 {
    font-size: 2rem;
    line-height: normal;
    color: #2D2D2D;
    font-weight: 700;
  }

  .decpopup-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #282828;
    margin: 2rem 0 0;
  }

.dec-popup-sec .closebtn-block {
  position: relative;
  width: auto;
}

.dec-popup-sec .close:hover {
  background-color: #f8f6f6;
}

.secondary-btn {
  position: relative;
  cursor: pointer;
  /*overflow: hidden;*/
  padding: 1.3rem 2.4rem;
  font-size: 1.6rem;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  border: 1px solid #ec6625;
  font-weight: 700;
  text-align: center;
  background: #fff;
  color: #ec6625;
}

  .secondary-btn:hover {
    position: relative;
    background: #fff2eb;
    border: 1px solid #ec6625;
    color: #ec6625;
  }

  .secondary-btn:focus-visible {
    position: relative;
    background: #fff9f6;
    border: 1px solid #ec6625;
    color: #ec6625;
  }

  .secondary-btn:active {
    position: relative;
    background: #fff9f6;
    border: 1px solid #bb5106;
    color: #bb5106;
  }

  .secondary-btn:visited {
    color: #ec6625;
  }

.ok-btn-div {
  text-align: right;
  margin: 3rem 0 1.5rem;
}

  .ok-btn-div .primary-btn {
    display: inline-block;
    width: 108px;
  }

.decpopup-content .enter-details {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #6c6c6c;
  margin: 5px 0 30px;
}

.homeloanpopupWrapper .ok-btn-div {
  text-align: right;
}

.summary-table {
  background: #F8F6F6;
  border-radius: 5px;
  padding: 2rem 3rem 3rem;
  width: 340px;
}

  .summary-table h3 {
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 700;
    color: #282828;
  }

  .summary-table .premium-head {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #282828;
    margin: 0;
    width: 75%;
  }

  .summary-table .premium-value {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #282828;
    margin: 0;
  }

  .summary-table .add-on {
    font-size: 1.4rem;
    line-height: normal;
    font-weight: 700;
    color: #282828;
  }

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.m-tb-20 {
  margin: 2rem 0;
}

.m-tb-10 {
  margin: 1rem 0;
}

.m-t-10 {
  margin: 1rem 0 0;
}

.m-t-15 {
  margin: 1.5rem 0 0;
}

.brd-btm-dotted {
  padding-bottom: 2rem;
  border-bottom: 1px dotted #D2CECD;
}

.pay-now-sticky-block {
  background: #FFF;
  box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.05);
  text-align: right;
  padding: 15px 0;
  position: sticky;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

p.final-prem {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #282828;
  margin: 5px 0 0;
}

.premium-block span {
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  color: #6c6c6c;
}

.flex-item {
  display: flex;
  justify-content: flex-end;
}

.premium-block {
  margin-right: 30px;
}

.accordion-title.completed:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMwREE1MjYiLz4KPHBhdGggZD0iTTUuNDAwMzkgOS4xMzQ3Mkw3LjY3NDg5IDExLjY5OTJMMTIuNSA2LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  top: 27px;
}

.insured-sec .completed.accordion-title h3 {
  padding-left: 30px;
}

.updated-details {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 500;
  color: #282828;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 2rem;
  margin: 0;
  width: 38%;
}

.details-seperator {
  color: #C9C9C9;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 400;
  padding: 0 1rem;
}

.show-details {
  display: none;
  /*margin: 1rem 0 0;*/
}

  .show-details.active {
    display: flex;
    align-items: center;
  }

.kyc-steps-details {
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(316deg, #ECE5F3 0%, #F9E9EF 47.40%, #CDDCFB 100%);
  padding: 2rem 3rem;
}

.confirmkyc-sec {
  padding: 0;
}

  .confirmkyc-sec .kyc-details {
    padding: 2rem;
  }

.confirmkycWrapper {
  margin-top: 0;
  padding: 2rem;
  border: 1px solid #EAEAEA;
}

.confirmkyc-sec .kycsteps-heading h2 {
  font-size: 2.4rem;
  font-weight: 800;
  padding-right: 19rem;
  line-height: normal;
  display: inline-block;
  text-align: left;
}

.confirmkyc-sec .kyc-details h2 {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: normal;
  display: inline-block;
}

.confirmkyc-sec a.edit-text {
  display: inline;
  cursor: pointer;
}

.confirmkyc-sec .ssl-content p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-left: 0;
  margin-right: 1.5rem;
}

.confirmkyc-sec .ssl-content {
  flex-direction: row-reverse;
  margin-bottom: 1rem;
}

.confirmkycWrapper .cstm-chkbox-block {
  margin: 0;
  padding: 0 2rem 1rem;
}

.confirmky-btn a:last-child {
  margin-right: 0;
}

.kyc-popup-sec .kycpopup-content .kyc-heading-block {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.kycpopup-content .kyc-optionlist-sec .kyc-option-list .il-radio-group {
  position: relative;
}

.kyc-popup-sec .kyc-optionlist-sec .tooltip-icon {
  top: 3px;
}

.kycpopup-content .kyc-option-block .recomandedHead {
  color: #DE740F;
  font-weight: 700;
  font-size: 1rem;
  line-height: 13px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #DE740F;
  padding: 0.3rem 0.6rem;
  text-align: center;
  margin-left: 0.8rem;
}

.noBorder input, .noBorder .input-block {
  border: none !important;
  outline: none !important;
  padding-left: 0 !important;
  padding-bottom: 1rem !important;
}

.noBorder label {
  padding: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
}

.noBorder span {
  margin: 0 !important;
}

.noBorder .date-block span.jq-dte input.jq-dte-day {
  width: 24px !important;
}

.noBorder .input-block.date-block input, .noBorder .input-block.date-block {
  padding-bottom: 0 !important;
}

.radio-heading {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.5rem;
  text-align: left;
}

.insaddress-sec .insaddress-details:first-child, .insaddress-sec .insaddressinput-block {
  margin-top: 1rem;
}

.edit-back {
  position: absolute;
  left: 0px;
  top: -5px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  display: flex;
  align-items: center;
  border: 1px solid #F0EFEE;
  border-radius: 5px;
  opacity: 1;
}

  .edit-back:hover {
    background-color: #f8f6f6;
  }

  .edit-back:before, .edit-back:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 7px;
    width: 2px;
    background-color: #575757;
  }

  .edit-back:after {
    left: 12px;
    transform: rotate(-45deg);
    top: 11px;
  }

  .edit-back:before {
    transform: rotate(45deg);
    left: 12px;
    top: 7px;
  }

.insaddress-sec .editadd-heading {
  position: relative;
}

  .insaddress-sec .editadd-heading h6 {
    margin-left: 4rem;
  }

.kyc-sucsess-block p {
  margin: 0;
  color: #09751B;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 15px;
  display: inline-block;
  align-items: left;
  flex-wrap: initial;
  margin-right: .5rem;
}

  .kyc-sucsess-block p span {
    margin-right: 0.5rem;
    position: static;
  }

.kyc-sucsess-block {
  padding: 0.7rem 2rem 0.7rem 1rem;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  width: 100%;
  max-width: fit-content;
  margin-bottom: 3.9rem;
  border-radius: 5px;
}

.bg-lightGreen {
  background: #E2FCE9;
}

.insured-details-block .dob-form-block {
  margin-bottom: 0;
}

  .insured-details-block .dob-form-block.mb-2 {
    margin-bottom: 20px;
  }

.address-heading .tooltipTxt {
  left: 0;
}

  .address-heading .tooltipTxt:after {
    left: 5px;
  }

.accordion-title:after {
  content: '';
  background: url(https://echannel.insurancearticlez.com/docs/default-source/assets/kyc/images/accordian-arrow.png);
  width: 13px;
  height: 8px;
  position: absolute;
  top: 32px;
  right: 30px;
  transition: .3s linear;
  display: none;
}

.accordion-title.completed:after {
  display: block !important;
}

.confirmky-btn {
  position: fixed;
  z-index: 99 !important;
}
/*
.il-input-block .inputinfo-txt {
  bottom: -8px;
}*/

.span-med {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.confirmkycWrapper .owl-dots {
  position: static !important;
}

@media (max-width:991px) {
  .summary-table{
    width: 100%;
  }
  .port-tooltipTxt {
    right: -25px;
  }

    .port-tooltipTxt:after {
      left: auto;
      right: 24px;
    }

  .confirmkyc-sec .speedup-content p {
    max-width: -webkit-fill-available;
  }

  .il-input-block .inputinfo-txt {
    bottom: -8px;
  }
}

@media (max-width:767px) {
  .flex-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .container.flex-item:before, .container.flex-item:after{
    content: none;
  }
  .premium-block {
       margin-right: 0; 
  }
  .il-input-block .inputinfo-txt {
    bottom: 4px;
  }

  .port-tooltipTxt {
    right: 0;
  }

    .port-tooltipTxt:after {
      right: 43px;
      left: auto;
    }

  .dropdown-block, .il-input-block {
    width: 100%;
  }

  .name-block {
    flex-wrap: wrap;
    grid-gap: 30px;
  }

  .duplic-name-block .il-input-block {
    width: 85%;
  }

  .radio-parent {
    width: 40%;
  }

  .dec-popup-sec {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    border-radius: 0;
  }

  .kyc-steps-details {
    padding: 2.3rem 2rem;
    border-radius: 20px;
  }

  .confirmkyc-sec .kycsteps-heading h2 {
    padding-right: 8rem;
  }

  .confirmkycWrapper .cstm-chkbox-block {
    margin: 3rem 0 0;
    padding: 0;
  }

  .kyc-popup-sec .kycpopup-content .kyc-heading-block {
    border-radius: 0 0 20px 20px;
  }

  .paddDiv {
    padding: 0.5rem 2rem 4rem;
  }

  .insured-sec .accordion-title {
    padding: 2.5rem 2rem;
  }

  .mob-tooltip .tooltipTxt {
    right: auto;
    left: -20px;
  }

    .mob-tooltip .tooltipTxt:after {
      left: 18px;
    }

  .addr-mob-tooltip .tooltipTxt {
    right: -60px;
  }

    .addr-mob-tooltip .tooltipTxt:after {
      right: 58px;
    }

  .homeloanpopupWrapper .dec-popup-sec {
    margin: 7.5rem auto;
    height: auto;
    border-radius: 15px;
    max-width: 335px;
  }

  .confirmky-btn {
    padding: 1rem;
    display: block;
  }
}

span.errormsg {
  color: #E71A1A;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 15px;
  position: relative !important;
  left: 0;
  bottom: -5px;
  display: none;
}

  span.errormsg.spaceBt {
    bottom: 0;
  }

.il-input-block .inputinfo-txt {
  margin: 0;
  color: #575757;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 15px;
  position: relative !important;
  bottom: 0;
  left: 0;
}

.btnDisabled {
  background: #c9c9c9;
  pointer-events: none;
  color: #fff;
}

#transparent-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 3;
  overflow-y: auto;
  display: none;
}



.dropdown input.default-input:hover, .dropdown input.default-input:focus, .dropdown input.default-input:focus-visible {
  border: none !important;
}

#gstin-popup .chkbox_error {
  float: left;
  color: #E71A1A;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 15px;
  position: relative !important;
  left: 0 !important;
  top: 3px !important;
}

.tandc .chkbox_error {
  position: relative;
  top: 5px;
  left: 0;
}

.accordion-wrapper .chkbox_error {
  left: 0 !important;
}

.radion_btn_errror {
  margin-bottom: 20px;
  margin-top: -35px;
}

.select-input-block .dropdown-block {
  width: auto;
}
.politics-details .custom-dropdown-list{
  max-height: 145px;
}
@media (max-width:377px) {
  .tooltipTxt{
    right: auto;
    left: -10px;
  }
  .tooltipTxt:after{
    left: 9px;
  }
}

/************************** UI issues css ****************************/

.confirmkyc-sec .cstm-chkbox-block .chkbox_error {
    left: 25px;
    top: auto;
    bottom: -5px;
    position: relative;
}
.insaddress-block .tooltip-icon img {
    top: 0px;
    width: 12px;
}
.login-otp-wrap h2{
  text-align: left;
}
/************************** UI issues css ****************************/