  ::-webkit-scrollbar {
      width: 8px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
      background: #888;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
  footer{
    margin-bottom: 1rem;
    font-size: 11px;
    font-weight: 400;
  }
  body {
      overscroll-behavior: none;
      background-color: #e1f1ff;
      background-image: linear-gradient(#fff, #95cff0);
      font-family: Open Sans, Arial, Helvetica Neue, sans-serif;
      font-weight: 600;
  }
  .form-control {
    width: 100%;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  * {
      
      padding: 0;
      box-sizing: border-box;
  }

  .container {
      width: 100%;
      padding-right: var(--bs-gutter-x, .75rem);
      padding-left: var(--bs-gutter-x, .75rem);
      margin-left: auto;
      margin-right: auto
  }

  @media (min-width:576px) {

      .container {
          max-width: 540px
      }
  }

  @media (min-width:768px) {


      .container {
          max-width: 720px
      }
  }

  @media (min-width:992px) {


      .container {
          max-width: 960px
      }
  }

  @media (min-width:1200px) {


      .container {
          max-width: 1140px
      }
  }

  @media (min-width:1400px) {


      .container {
          max-width: 1320px
      }
  }

  .page-header h1,
  .page-header .h1 {
      margin: 2rem 0
  }

  .page-header img {
      max-width: 100%;
      max-height: 90px;
      width: auto
  }

  .text-center {
      text-align: center !important
  }

  .view-header h4,
  .view-header .h4 {
      text-align: center;
      margin-bottom: 1.5em;
      font-size: 24px;
      font-weight: 600
  }

  .view-header .step-count {
      margin-top: 1rem;
      margin-bottom: 10px;
      font-size: 14px
  }

  .flow-btn,
  .form-check {
      color: #222;
      text-align: center;
      background-color: #fff;
      border: 2px solid #1876ac;
      margin-bottom: 1rem;
      padding: 0 2em;
      font-weight: 600;
      line-height: 55px;
      border-radius: 0 !important
  }

  .flow-btn:active,
  .form-check:active,
  .flow-btn:focus,
  .form-check:focus,
  .flow-btn:hover,
  .form-check:hover {
      color: #fff;
      background-color: #1b85c2;
      border-color: #1b85c2;
      box-shadow: none !important
  }

  .next-btn-wrap .flow-btn,
  .next-btn-wrap .form-check {
      text-shadow: none;
      width: 100%;
      text-align: center;
      background: #81c066;
      border: 1px solid #72b954;
      border-radius: 4px;
      margin-bottom: 16px;
      padding: .75em;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.5em;
      display: block;
      color: #fff !important;
      margin-top: 30px;
  }

  .next-btn-wrap .flow-btn:before,
  .next-btn-wrap .form-check:before {
      content: "";
      margin: 0
  }

  .next-btn-wrap .flow-btn:after,
  .next-btn-wrap .form-check:after {
      content: "";
      margin-left: .25em;
      font-family: FontAwesome;
      font-size: 1.25em;
      position: relative;
      top: 1px
  }

  .next-btn-wrap .back-click:after {
      content: "";
      margin-left: .25em;
      font-family: FontAwesome;
      font-size: 1.25em;
      position: relative;
      top: 1px
  }

  .next-btn-wrap .flow-btn:hover,
  .next-btn-wrap .form-check:hover {
      background-color: #65ac47
  }

  .card {
      height: 100%;
      width: 330px;
      background-color: #fff;
      border-radius: 10px;
      padding: 10px 20px;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
      padding: 2em 1em;
      max-width: 800px;
      overflow-x: hidden;
      text-align: center;
      border-radius: 4px;
      box-shadow: 0 .5rem 1rem #00000026;
      margin: 0 auto 2rem;
  }

  .view-bg {
      max-width: 800px;
      background: #fff;
      border-radius: 4px;
      margin: 0 auto 2rem;
      padding: 2em 1em;
      overflow-x: hidden;
      box-shadow: 0 .5rem 1rem #00000026
  }

  .view-bg>div {
      margin-bottom: 2rem;
      overflow-x: hidden
  }


  .main {
      display: none;
  }

  .active {
      display: block !important;
      margin: 8%;
  }

  .d-none {
      display: none !important;
  }



  .parent {
      margin-top: 20px;
      margin-bottom: 50px;
  }

  .card .top-div {
      display: flex;
      justify-content: center;
      align-items: center;

  }

  .top-div img {
      width: 20px;
      margin-right: 7px;
  }

  .progress-bar {
      display: flex;
      list-style: none;
      counter-reset: container 0;

  }

  .progress-bar li {
      display: flex;
      list-style: none;
      counter-increment: container 1;
      position: relative;
      margin-right: 133px;
      margin-top: 20px;
  }

  .progress-bar li::before {
      content: counter(container);
      position: absolute;
      height: 25px;
      width: 25px;
      border-radius: 50%;
      border: 1px solid #eef1f7;
      text-align: center;
      line-height: 26px;
      z-index: 10;
      background-color: #fff;

  }

  .progress-bar li::after {
      content: '';
      position: absolute;
      height: 2px;
      width: 140px;
      background-color: #f5f7fa;
      top: 12px;
      right: -10px;
  }

  .progress-bar li.active::before {
      background-color: #664de5;
      border: none;
      color: #fff;
  }

  .progress-bar li.active::after {
      background-color: #664de5 !important;
  }



  .progress-bar li:first-child:after {
      display: none;
  }

  .content {
      /*margin-top:60px;*/
      /*text-align:center;*/
      /*margin-bottom:30px;*/
  }

  .content h2 {
      font-size: 22px;
      font-weight: 400!important;
  }

  .content p {
      font-size: 14px;
      color: #000;
      font-weight: normal;
  }
  .closed-msg {
    color: #000;
  }

  .input-text {
      position: relative;
      margin-top: 30px;
  }
  .text-success {
    color: #5B7CB4!important
}

  .disclaimer-text {
    font-size: 11px;
    font-weight: 400;
}

  .radio-text {
      display: flex;
      gap: 20px;
      flex-direction: column;
  }

  input[type="radio"] {
      display: none;
  }

  .radio-text label {
      width: 100%;
      border: 2px solid #1b85c2;
      border-radius: 5px;
      padding: 5px 10px;
      box-sizing: border-box;
      cursor: pointer;
      line-height: 55px;
      text-align: center;
      font-weight: 600;
      margin-bottom: 0;

  }

  .radio-text label:hover {
      background-color: #1b85c2;
  }

  .radio-text label h5 {
      margin-top: 10px;

  }

  .radio-text label p {
      font-size: 12px;
      margin-top: 10px;
      font-weight: 600;
      color: #99a1b2;
  }

  #radio-button-1:checked~.radio-button-1,
  #radio-button-2:checked~.radio-button-2,
  #radio-button-3:checked~.radio-button-3,
  #radio-button-4:checked~.radio-button-4,
  #radio-button-5:checked~.radio-button-5 {
      border-color: #a89af0;
  }

  #radio-button-1:checked~.radio-button-1 i,
  #radio-button-2:checked~.radio-button-2 i,
  #radio-button-3:checked~.radio-button-3 i,
  #radio-button-4:checked~.radio-button-4 i,
  #radio-button-5:checked~.radio-button-5 i {
      color: blue;
  }


  select {
      width: 100%;
      border: 1px solid #ced4da;
      padding: .375rem 2.25rem .375rem .75rem;
      line-height: 1.5;
      font-weight: 400;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      font-size: 1.25rem;
  }

  .input-text span {
      position: absolute;
      left: 0;
      top: -16px;
      font-size: 11px;
      font-weight: 900;
      color: #000;

  }

  ::placeholder {
      color: #ccc;
  }


  .warning {
      border: 1px solid red !important;
  }

  button {
      border-radius: 0
  }

  button:focus:not(:focus-visible) {
      outline: 0
  }

  input,
  button,
  select,
  optgroup,
  textarea {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      margin: 0
  }

  button,
  select {
      text-transform: none
  }

  [role=button] {
      cursor: pointer
  }

  .button {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 30px;
  }

  .button button {

      cursor: pointer;
      transition: all 0.5s;
  }

  .button button:hover {
      background-color: #361db7;
  }

  .button_gap {

      gap: 20px;
  }

  .button_gap1 {
      margin-top: 46px;
      gap: 20px;
  }
  .btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        color: #000;
        opacity: .5;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1em no-repeat;
        border: 0;
        border-radius: 0.25rem;
  }
  .launch {
      margin-top: 75px;
  }

  .checkmark__circle {
      stroke-dasharray: 166;
      stroke-dashoffset: 166;
      stroke-width: 2;
      stroke-miterlimit: 10;
      stroke: #7ac142;
      fill: none;
      animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }

  .checkmark {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      display: block;
      stroke-width: 2;
      stroke: #fff;
      stroke-miterlimit: 10;
      margin: 1% 1% 1% 1%;
      box-shadow: inset 0px 0px 0px #7ac142;
      animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  }

  .checkmark__check {
      transform-origin: 50% 50%;
      stroke-dasharray: 48;
      stroke-dashoffset: 48;
      animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
  .checkdiv {
  display: flex;
    align-items: center;
    background-color: lightgrey;
    margin: none;
  }
.open-msg {
    font-family: "Calibri",sans-serif;

  }

 .img-thumbnail
  {
    height: 51px;
    width: 41px;
  }
  @keyframes stroke {
      100% {
          stroke-dashoffset: 0;
      }
  }

  @keyframes scale {

      0%,
      100% {
          transform: none;
      }

      50% {
          transform: scale3d(1.1, 1.1, 1);
      }
  }

  @keyframes fill {
      100% {
          box-shadow: inset 0px 0px 0px 30px #7ac142;
      }
  }
  .modal {
    z-index: 1055;
    width: 100%;
    height: 100%;
    outline: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Open Sans,Arial,Helvetica Neue,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.5;
    padding: 1rem;
}

.modal-dialog {
    width: auto;
    pointer-events: none;
    margin: .5rem;
    position: relative
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none;
    display: block;
}
.modal .modal-dialog {
    max-width: 600px;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    min-height: calc(100% - 1rem);
    align-items: center;
    display: flex
}

.modal-content {
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0003;
    border-radius: .3rem;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: relative
}

.modal-backdrop {
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    display: flex
}

.modal-header .btn-close {
    margin: -.5rem -.5rem -.5rem auto;
    padding: .5rem
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    flex: auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    border-top: 1px solid #dee2e6;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    flex-wrap: wrap;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: center;
    padding: .75rem;
    display: flex
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}
