    html, body {
      width: 100%;
      height: 100%;
      margin: 0;
    }

    body {
      font-family: 'DM Sans', sans-serif;
      background: #fff;
    }

    .hide {
      display: none !important;
    }

    .auth-wrapper,
    .row.h-100,
    .col-md-12.h-100,
    .right-slider {
      height: 100%;
    }

    /* LEFT PANEL */
    .left-panel {
      display: grid;
      grid-template-rows: 1fr auto;
      height: 100%;
      padding: 60px;
      background: #fff;
    }

    .form-box {
      max-width: 420px;
      margin: auto;
      width: 100%;
    }

    h2 {
      font-weight: 600;
      margin-bottom: 30px;
    }

    .form-label {
      font-size: 14px;
      font-weight: 500;
    }

    .form-control {
      height: 48px;
      border-radius: 30px;
      padding: 0 20px;
      font-size: 14px;
    }

    .btn-primary {
      /* height: 52px; */
      border-radius: 30px;
      background: #4f46e5;
      border: none;
    }

    .btn-primary:hover {
      background: #4338ca;
    }

    .footer-text {
      font-size: 14px;
      color: #6b7280;
      margin-top: 24px;
      text-align: center;
    }

    .powered-by {
      text-align: center;
      font-size: 14px;
      color: #6b7280;
      padding-bottom: 20px;
    }

    .powered-by-image {
      height: 22px;
    }
    a#a_open_register_now {
    font-weight: bold;
    color: #4f46e5;
}
.wizard-content .wizard {
    width: 100%;
    overflow: hidden;
}
.wizard-content .wizard>.steps {
    position: relative;
    display: block;
    width: 100%}
.wizard-content .wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}
.wizard-content .wizard>.steps>ul>li {
    float: none;
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.wizard-content .wizard>.steps>ul>li:after {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    right: 0;
}
.wizard-content .wizard>.steps>ul>li:before {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    left: 0;
}
.wizard-content .wizard>.steps>ul>li a {
    position: relative;
    padding-top: 52px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.wizard-content .wizard>.steps>ul>li:first-child:before {
    content: none;
}
.wizard-content .wizard>.steps>ul>li:last-child:after {
    content: none;
}
.wizard-content .wizard>.steps>ul>li.current>a {
    color: #5a6a85;
    cursor: default;
}
.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #5d87ff;
    background-color: #fff;
    color: #5d87ff;
}
.wizard-content .wizard>.steps>ul>li.disabled a {
    color: #5a6a85;
    cursor: default;
}
.wizard-content .wizard>.steps>ul>li.disabled a:focus {
    color: #5a6a85;
    cursor: default;
}
.wizard-content .wizard>.steps>ul>li.disabled a:hover {
    color: #5a6a85;
    cursor: default;
}
.wizard-content .wizard>.steps>ul>li.done a {
    color: #5a6a85;
}
.wizard-content .wizard>.steps>ul>li.done a:focus {
    color: #5a6a85;
}
.wizard-content .wizard>.steps>ul>li.done a:hover {
    color: #5a6a85;
}
.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #5d87ff;
    border-color: #5d87ff;
    color: #fff;
}
.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #fa896b;
    color: #fa896b;
}
.wizard-content .wizard>.steps .current-info {
    position: absolute;
    left: -99999px;
}
.wizard-content .wizard>.steps .current a {
    background: 0 0;
}
.wizard-content .wizard>.steps .disabled a {
    background: 0 0;
}
.wizard-content .wizard>.steps .disabled a:hover {
    background: 0 0;
}
.wizard-content .wizard>.steps .disabled a:active {
    background: 0 0;
}
.wizard-content .wizard>.steps .done a {
    background: 0 0;
}
.wizard-content .wizard>.steps .done a:hover {
    background: 0 0;
}
.wizard-content .wizard>.steps .done a:active {
    background: 0 0;
}
.wizard-content .wizard>.steps .step {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 1;
    text-align: center;
}
.wizard-content .wizard .content {
    margin-left: 0!important;
}
.wizard-content .wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    /* padding: 0 20px 20px; */
}
.wizard-content .wizard>.actions a {
    background: 0 0;
}
.wizard-content .wizard>.actions a:hover {
    background: 0 0;
}
.wizard-content .wizard>.actions>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.wizard-content .wizard>.actions>ul>li {
    float: none;
    float: left;
}
.wizard-content .wizard>.actions>ul>li>a {
    background: #615dff;
    color: #fff;
    display: block;
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
}
.wizard-content .wizard>.actions>ul>li>a:focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
}
.wizard-content .wizard>.actions>ul>li>a:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
}
.wizard-content .wizard>.actions>ul>li>a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff;
    color: #2a3547;
    border: 1px solid #d9d9d9;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
}
.wizard-content .wizard>.actions>ul:after {
    content: "";
    display: table;
    clear: both;
}
.wizard-content .wizard>.actions>ul>li+li {
    margin-left: 10px;
}
.wizard-content .wizard>.actions>ul>li.disabled>a {
    color: #5a6a85;
}
.wizard-content .wizard>.actions>ul>li.disabled>a:focus {
    color: #5a6a85;
}
.wizard-content .wizard>.actions>ul>li.disabled>a:hover {
    color: #5a6a85;
}
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"] {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wizard-content .wizard>.content {
    background: 0 0;
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
}
.wizard-content .wizard>.content>.title {
    position: absolute;
    left: -99999px;
}
.wizard-content .wizard>.content>.body {
    padding: 0 20px;
}
.wizard-content .wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%}
.wizard-content .wizard.wizard-circle>.steps>ul>li:after {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: #5d87ff;
}
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: #5d87ff;
}
.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after {
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after {
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-circle>.steps .step {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 3px solid #f6f9fc;
    font-size: 1.3rem;
    border-radius: 50%}
.wizard-content .wizard.wizard-notification>.steps>ul>li:after {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #5d87ff;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li:before {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #5d87ff;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
    border: 2px solid #5d87ff;
    color: #5d87ff;
    line-height: 36px;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after {
    border-top-color: #5d87ff;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.current:after {
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
    color: #fff;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
    border-top-color: #5d87ff;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after {
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-notification>.steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-notification>.steps .step:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    margin-bottom: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #f6f9fc;
}
.wizard-content .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 20%}
.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    width: 100%}
.wizard-content .wizard.vertical>.steps>ul>li:after {
    background-color: transparent;
}
.wizard-content .wizard.vertical>.steps>ul>li:before {
    background-color: transparent;
}
.wizard-content .wizard.vertical>.steps>ul>li.current:after {
    background-color: transparent;
}
.wizard-content .wizard.vertical>.steps>ul>li.current:before {
    background-color: transparent;
}
.wizard-content .wizard.vertical>.steps>ul>li.current~li:after {
    background-color: transparent;
}
.wizard-content .wizard.vertical>.steps>ul>li.current~li:before {
    background-color: transparent;
}
.wizard-content .wizard.vertical.wizard>.content {
    min-width: 80%}
@media (max-width:768px) {
    .wizard-content .wizard>.steps>ul {
    margin-bottom: 20px;
}
.wizard-content .wizard>.steps>ul>li {
    display: block;
    float: left;
    width: 50%}
.wizard-content .wizard>.steps>ul>li>a {
    margin-bottom: 0;
}
.wizard-content .wizard>.steps>ul>li:first-child:before {
    content: ""}
.wizard-content .wizard>.steps>ul>li:last-child:after {
    content: "";
    background-color: #5d87ff;
}
.wizard-content .wizard.vertical>.steps {
    width: 15%}
}@media (max-width:480px) {
    .wizard-content .wizard>.steps>ul>li {
    width: 100%}
.wizard-content .wizard>.steps>ul>li.current:after {
    background-color: #5d87ff;
}
.wizard-content .wizard.vertical>.steps {
    width: 100%;
    float: none;
}
.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    float: left;
    width: 50%
}
#div_pop_tool_modal_push .modal-dialog {
    min-width: 100% !important;
}
}
.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%}
.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}
.wizard>.actions>ul>li {
    float: left;
    margin: 0 .5em;
}
.wizard>.actions a {
    background: #5d87ff;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions a:hover {
    background: #5d87ff;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions a:active {
    background: #5d87ff;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions .disabled a {
    background: #ebf1f6;
    color: #5a6a85;
}
.wizard>.actions .disabled a:hover {
    background: #ebf1f6;
    color: #5a6a85;
}
.wizard>.actions .disabled a:active {
    background: #ebf1f6;
    color: #5a6a85;
}
.wizard.vertical .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%}
.wizard.vertical .actions ul li {
    margin: 0 0 0 1em;
}
.wizard-content .wizard .actions ul li.disabled a {
    color: #5a6a85;
}
.wizard-content .wizard .actions ul li.disabled a:hover {
    color: #fff;
}
.wizard-content .wizard .actions ul li a {
    background: #5d87ff;
}
.wizard-content .wizard .actions ul li a:hover {
    background: #5d87ff;
    color: #fff;
}
.wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}
.wizard a {
    outline: 0;
}
.wizard ul {
    list-style: none!important;
    padding: 0;
    margin: 0;
}
.wizard ul>li {
    display: block;
    padding: 0;
}
.wizard>.steps {
    position: relative;
    display: block;
    width: 100%}
.wizard>.steps .current-info {
    position: absolute;
    left: -999em;
}
.wizard>.steps .number {
    font-size: 1.429em;
}
.wizard>.steps>ul>li {
    width: 25%;
    float: left;
}
.wizard>.steps a {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.steps a:hover {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.steps .disabled a {
    background: #ebf1f6;
    color: #aaa;
    cursor: default;
}
.wizard>.steps .disabled a:hover {
    background: #ebf1f6;
    color: #aaa;
    cursor: default;
}
.wizard>.steps .disabled a:active {
    background: #ebf1f6;
    color: #aaa;
    cursor: default;
}
.wizard>.steps .current a {
    background: #5d87ff;
    color: #fff;
    cursor: default;
}
.wizard>.steps .current a:active {
    background: #5d87ff;
    color: #fff;
    cursor: default;
}
.wizard>.steps .done a {
    background: #9dc8e2;
    color: #fff;
}
.wizard>.steps .done a:hover {
    background: #9dc8e2;
    color: #fff;
}
.wizard>.steps .done a:active {
    background: #9dc8e2;
    color: #fff;
}
.wizard>.steps .error a {
    background: #ff3111;
    color: #fff;
}
.wizard>.steps .error a:hover {
    background: #ff3111;
    color: #fff;
}
.wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff;
}
.wizard>.content {
    background: #ebf1f6;
    display: block;
    margin: .5em;
    min-height: 26em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.content>.title {
    position: absolute;
    left: -999em;
}
.wizard>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%}
/* .wizard>.content>.body ul {
    list-style: disc!important;
} */
.wizard>.content>.body ul>li {
    display: list-item;
}
.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%}
.wizard>.content>.body input {
    display: block;
    border: 1px solid #ccc;
}
.wizard>.content>.body input[type=checkbox] {
    display: inline-block;
}
.wizard>.content>.body input.error {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}
.wizard>.content>.body label {
    display: inline-block;
    margin-bottom: .5em;
}
.wizard>.content>.body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}
.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%}
.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}
.wizard>.actions>ul>li {
    float: left;
    margin: 0 .5em;
}
.wizard>.actions a {
    background: #5d87ff;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions a:hover {
    background: #5d87ff;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions a:active {
    background: #5d87ff;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions .disabled a {
    background: #ebf1f6;
    color: #aaa;
}
.wizard>.actions .disabled a:hover {
    background: #ebf1f6;
    color: #aaa;
}
.wizard>.actions .disabled a:active {
    background: #ebf1f6;
    color: #aaa;
}
.footer-text a, .register-div a{
  font-size: 14px;
    text-decoration: none !important;
    color: #535c6d;
}
    /* SLIDER */
    .slide {
      background-size: cover;
      background-position: right;
    }
.helper-text {
  font-size: 12px;
  color: #6c757d;
  cursor: help;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}

.helper-text .helper-info {
  display: none;
  position: absolute;
  left: 0;
  top: 18px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  color: #212529;
  width: 280px;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.helper-text:hover .helper-info {
  display: block;
}
    .slide-1 { background-image: url("asserts/image-1.png"); }
    .slide-2 { background-image: url("asserts/image-2 1.png"); }
    .slide-3 { background-image: url("asserts/variety-people-multitasking-3d-cartoon-scene.jpg"); }
        .slide-4 { background-image: url("asserts/shipyard-vector-illustration.png"); }

            .slide-5 { background-image: url("asserts/illustration-of-shipyard-at-work-vector.jpg"); }


    @media (max-width: 991px) {
      .right-slider { display: none; }
      .left-panel { padding: 40px; }
    }

    @media (max-width: 576px) {
      .left-panel { padding: 24px; }
      h2 { text-align: center; }
    }
#div_mpci_registration_frmgrp_mail_otp, .form-check-label{
    font-size: 14px;
    white-space: nowrap;
}
@media (max-width: 576px) {
  .wizard > .content > .body {
    width: 100%;
	height: 100% !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
  }
}
.a_mpci_login_reset_password_Continue, .a_mpci_login_reset_password_submit_Continue {
  font-size: 14px;
  color: #fff !important;
  background: #4f46e5 !important;
  padding: 11px;
  border-radius: 56px;
}

.a_mpci_login_reset_password_Verified{
     font-size: 14px;
  color: #fff !important;
  background: #4f46e5 !important;

  border-radius: 56px;
}
 html, body {
      width: 100%;
      height: 100%;
      margin: 0;
    }

    body {
      font-family: 'DM Sans', sans-serif;
      background: #fff;
    }

    .hide {
      display: none !important;
    }

    .auth-wrapper,
    .row.h-100,
    .col-md-12.h-100,
    .right-slider {
      height: 100%;
    }

    /* LEFT PANEL */
    .left-panel {
      display: grid;
      grid-template-rows: 1fr auto;
      height: 100%;
      padding: 60px;
      background: #fff;
    }

    .form-box {
      max-width: 420px;
      margin: auto;
      width: 100%;
    }

    h2 {
      font-weight: 600;
      margin-bottom: 30px;
    }

    .form-label {
      font-size: 14px;
      font-weight: 500;
    }

    .form-control {
      height: 48px;
      border-radius: 30px;
      padding: 0 20px;
      font-size: 14px;
    }

    .btn-primary {
      /* height: 52px; */
      border-radius: 30px;
      background: #4f46e5;
      border: none;
    }

    .btn-primary:hover {
      background: #4338ca;
    }

    .footer-text {
      font-size: 14px;
      color: #6b7280;
      margin-top: 24px;
      text-align: center;
    }

    .powered-by {
      text-align: center;
      font-size: 14px;
      color: #6b7280;
      padding-bottom: 20px;
    }

    .powered-by-image {
      height: 22px;
    }
    a#a_open_register_now {
    font-weight: bold;
    color: #4f46e5;
}
.wizard-content .wizard {
    width: 100%;
    overflow: hidden;
}
.wizard-content .wizard>.steps {
    position: relative;
    display: block;
    width: 100%}
.wizard-content .wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}
.wizard-content .wizard>.steps>ul>li {
    float: none;
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.wizard-content .wizard>.steps>ul>li:after {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    right: 0;
}
.wizard-content .wizard>.steps>ul>li:before {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    left: 0;
}
.wizard-content .wizard>.steps>ul>li a {
    position: relative;
    padding-top: 52px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.wizard-content .wizard>.steps>ul>li:first-child:before {
    content: none;
}
.wizard-content .wizard>.steps>ul>li:last-child:after {
    content: none;
}
.wizard-content .wizard>.steps>ul>li.current>a {
    color: #5a6a85;
    cursor: default;
}
.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #5d87ff;
    background-color: #fff;
    color: #5d87ff;
}
.wizard-content .wizard>.steps>ul>li.disabled a {
    color: #5a6a85;
    cursor: default;
}
.wizard-content .wizard>.steps>ul>li.disabled a:focus {
    color: #5a6a85;
    cursor: default;
}
.wizard-content .wizard>.steps>ul>li.disabled a:hover {
    color: #5a6a85;
    cursor: default;
}
.wizard-content .wizard>.steps>ul>li.done a {
    color: #5a6a85;
}
.wizard-content .wizard>.steps>ul>li.done a:focus {
    color: #5a6a85;
}
.wizard-content .wizard>.steps>ul>li.done a:hover {
    color: #5a6a85;
}
.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #5d87ff;
    border-color: #5d87ff;
    color: #fff;
}
.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #fa896b;
    color: #fa896b;
}
.wizard-content .wizard>.steps .current-info {
    position: absolute;
    left: -99999px;
}
.wizard-content .wizard>.steps .current a {
    background: 0 0;
}
.wizard-content .wizard>.steps .disabled a {
    background: 0 0;
}
.wizard-content .wizard>.steps .disabled a:hover {
    background: 0 0;
}
.wizard-content .wizard>.steps .disabled a:active {
    background: 0 0;
}
.wizard-content .wizard>.steps .done a {
    background: 0 0;
}
.wizard-content .wizard>.steps .done a:hover {
    background: 0 0;
}
.wizard-content .wizard>.steps .done a:active {
    background: 0 0;
}
.wizard-content .wizard>.steps .step {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 1;
    text-align: center;
}
.wizard-content .wizard .content {
    margin-left: 0!important;
}
.wizard-content .wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    /* padding: 0 20px 20px; */
}
.wizard-content .wizard>.actions a {
    background: 0 0;
}
.wizard-content .wizard>.actions a:hover {
    background: 0 0;
}
.wizard-content .wizard>.actions>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.wizard-content .wizard>.actions>ul>li {
    float: none;
    float: left;
}
.wizard-content .wizard>.actions>ul>li>a {
    background: #615dff;
    color: #fff;
    display: block;
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
}
.wizard-content .wizard>.actions>ul>li>a:focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
}
.wizard-content .wizard>.actions>ul>li>a:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
}
.wizard-content .wizard>.actions>ul>li>a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff;
    color: #2a3547;
    border: 1px solid #d9d9d9;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
}
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
}
.wizard-content .wizard>.actions>ul:after {
    content: "";
    display: table;
    clear: both;
}
.wizard-content .wizard>.actions>ul>li+li {
    margin-left: 10px;
}
.wizard-content .wizard>.actions>ul>li.disabled>a {
    color: #5a6a85;
}
.wizard-content .wizard>.actions>ul>li.disabled>a:focus {
    color: #5a6a85;
}
.wizard-content .wizard>.actions>ul>li.disabled>a:hover {
    color: #5a6a85;
}
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"] {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wizard-content .wizard>.content {
    background: 0 0;
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
}
.wizard-content .wizard>.content>.title {
    position: absolute;
    left: -99999px;
}
.wizard-content .wizard>.content>.body {
    padding: 0 20px;
}
.wizard-content .wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%}
.wizard-content .wizard.wizard-circle>.steps>ul>li:after {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: #5d87ff;
}
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: #5d87ff;
}
.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after {
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after {
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-circle>.steps .step {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 3px solid #f6f9fc;
    font-size: 1.3rem;
    border-radius: 50%}
.wizard-content .wizard.wizard-notification>.steps>ul>li:after {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #5d87ff;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li:before {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #5d87ff;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
    border: 2px solid #5d87ff;
    color: #5d87ff;
    line-height: 36px;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after {
    border-top-color: #5d87ff;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.current:after {
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
    color: #fff;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
    border-top-color: #5d87ff;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after {
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-notification>.steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #f6f9fc;
}
.wizard-content .wizard.wizard-notification>.steps .step:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    margin-bottom: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #f6f9fc;
}
.wizard-content .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 20%}
.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    width: 100%}
.wizard-content .wizard.vertical>.steps>ul>li:after {
    background-color: transparent;
}
.wizard-content .wizard.vertical>.steps>ul>li:before {
    background-color: transparent;
}
.wizard-content .wizard.vertical>.steps>ul>li.current:after {
    background-color: transparent;
}
.wizard-content .wizard.vertical>.steps>ul>li.current:before {
    background-color: transparent;
}
.wizard-content .wizard.vertical>.steps>ul>li.current~li:after {
    background-color: transparent;
}
.wizard-content .wizard.vertical>.steps>ul>li.current~li:before {
    background-color: transparent;
}
.wizard-content .wizard.vertical.wizard>.content {
    min-width: 80%}
@media (max-width:768px) {
    .wizard-content .wizard>.steps>ul {
    margin-bottom: 20px;
}
.wizard-content .wizard>.steps>ul>li {
    display: block;
    float: left;
    width: 50%}
.wizard-content .wizard>.steps>ul>li>a {
    margin-bottom: 0;
}
.wizard-content .wizard>.steps>ul>li:first-child:before {
    content: ""}
.wizard-content .wizard>.steps>ul>li:last-child:after {
    content: "";
    background-color: #5d87ff;
}
.wizard-content .wizard.vertical>.steps {
    width: 15%}
}@media (max-width:480px) {
    .wizard-content .wizard>.steps>ul>li {
    width: 100%}
.wizard-content .wizard>.steps>ul>li.current:after {
    background-color: #5d87ff;
}
.wizard-content .wizard.vertical>.steps {
    width: 100%;
    float: none;
}
.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    float: left;
    width: 50%
}
#div_pop_tool_modal_push .modal-dialog {
    min-width: 100% !important;
}
}
.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%}
.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}
.wizard>.actions>ul>li {
    float: left;
    margin: 0 .5em;
}
.wizard>.actions a {
    background: #5d87ff;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions a:hover {
    background: #5d87ff;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions a:active {
    background: #5d87ff;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions .disabled a {
    background: #ebf1f6;
    color: #5a6a85;
}
.wizard>.actions .disabled a:hover {
    background: #ebf1f6;
    color: #5a6a85;
}
.wizard>.actions .disabled a:active {
    background: #ebf1f6;
    color: #5a6a85;
}
.wizard.vertical .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%}
.wizard.vertical .actions ul li {
    margin: 0 0 0 1em;
}
.wizard-content .wizard .actions ul li.disabled a {
    color: #5a6a85;
}
.wizard-content .wizard .actions ul li.disabled a:hover {
    color: #fff;
}
.wizard-content .wizard .actions ul li a {
    background: #5d87ff;
}
.wizard-content .wizard .actions ul li a:hover {
    background: #5d87ff;
    color: #fff;
}
.wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}
.wizard a {
    outline: 0;
}
.wizard ul {
    list-style: none!important;
    padding: 0;
    margin: 0;
}
.wizard ul>li {
    display: block;
    padding: 0;
}
.wizard>.steps {
    position: relative;
    display: block;
    width: 100%}
.wizard>.steps .current-info {
    position: absolute;
    left: -999em;
}
.wizard>.steps .number {
    font-size: 1.429em;
}
.wizard>.steps>ul>li {
    width: 25%;
    float: left;
}
.wizard>.steps a {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.steps a:hover {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.steps .disabled a {
    background: #ebf1f6;
    color: #aaa;
    cursor: default;
}
.wizard>.steps .disabled a:hover {
    background: #ebf1f6;
    color: #aaa;
    cursor: default;
}
.wizard>.steps .disabled a:active {
    background: #ebf1f6;
    color: #aaa;
    cursor: default;
}
.wizard>.steps .current a {
    background: #5d87ff;
    color: #fff;
    cursor: default;
}
.wizard>.steps .current a:active {
    background: #5d87ff;
    color: #fff;
    cursor: default;
}
.wizard>.steps .done a {
    background: #9dc8e2;
    color: #fff;
}
.wizard>.steps .done a:hover {
    background: #9dc8e2;
    color: #fff;
}
.wizard>.steps .done a:active {
    background: #9dc8e2;
    color: #fff;
}
.wizard>.steps .error a {
    background: #ff3111;
    color: #fff;
}
.wizard>.steps .error a:hover {
    background: #ff3111;
    color: #fff;
}
.wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff;
}
.wizard>.content {
    background: #ebf1f6;
    display: block;
    margin: .5em;
    min-height: 26em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.content>.title {
    position: absolute;
    left: -999em;
}
.wizard>.content>.body {
    float: left;
    width: 95%;
    height: 95%;
    padding: 2.5%;
    position: unset !important;
}
.wizard>.content>.body ul {
    padding: 18px;
  line-height: 39px;
}
.wizard>.content>.body ul>li {
    display: list-item;
}
.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%}
.wizard>.content>.body input {
    display: block;
    border: 1px solid #ccc;
}
.wizard>.content>.body input[type=checkbox] {
    display: inline-block;
}
.wizard>.content>.body input.error {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}
.wizard>.content>.body label {
    display: inline-block;
    margin-bottom: .5em;
}
.wizard>.content>.body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}
.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%}
.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}
.wizard>.actions>ul>li {
    float: left;
    margin: 0 .5em;
}
.wizard>.actions a {
    background: #5d87ff;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions a:hover {
    background: #5d87ff;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions a:active {
    background: #5d87ff;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.actions .disabled a {
    background: #ebf1f6;
    color: #aaa;
}
.wizard>.actions .disabled a:hover {
    background: #ebf1f6;
    color: #aaa;
}
.wizard>.actions .disabled a:active {
    background: #ebf1f6;
    color: #aaa;
}
.footer-text a, .register-div a{
  font-size: 14px;
    text-decoration: none !important;
    color: #535c6d;
}
    /* SLIDER */
    .slide {
      background-size: cover;
      background-position: right;
    }
.helper-text {
  font-size: 12px;
  color: #6c757d;
  cursor: help;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}

.helper-text .helper-info {
  display: none;
  position: absolute;
  left: 0;
  top: 18px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  color: #212529;
  width: 280px;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.helper-text:hover .helper-info {
  display: block;
}
    .slide-1 { background-image: url("asserts/image-1.png"); }
    .slide-2 { background-image: url("asserts/image-2 1.png"); }
    .slide-3 { background-image: url("asserts/variety-people-multitasking-3d-cartoon-scene.jpg"); }
    .slide-4 { background-image: url("asserts/shipyard-vector-illustration.png"); }
    .slide-5 { background-image: url("asserts/illustration-of-shipyard-at-work-vector.jpg"); }


    @media (max-width: 991px) {
      .right-slider { display: none; }
      .left-panel { padding: 40px; }
    }

    @media (max-width: 576px) {
      .left-panel { padding: 24px; }
      h2 { text-align: center; }
      .wizard > .content > .body {
  position: absolute !important;
  height: 95% !important;
}
    }
    /* .iti__dropdown-content {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    z-index: 2147483647 !important;
    } */
    .iti__flag-container {
    pointer-events: auto !important;
    }

    .iti {
    width: 100%;
    }
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}
#div_mpci_registion_form .content.clearfix {
  overflow: visible !important;
}
/* .div_create_mpci_Registration .wizard-content .content.clearfix {
     height: calc(100vh - 470px);
    overflow-y: auto;
} */

.iti,
.iti * {
  pointer-events: auto !important;
}
.wizard-content {
  overflow: visible !important;
}
/* .wizard-content .iti__country-list {
  z-index: 99999 !important;
  position: absolute !important;
} */
.wizard-content,
.wizard-content * {
  pointer-events: auto !important;
}
.wizard-content .iti {
  overflow: visible !important;
}
.div_create_mpci_Registration .wizard > .steps .error a:hover {
  background: transparent;
}

@media (max-width: 480px) {
  #main-wrapper[data-layout="horizontal"][data-sidebartype="mini-sidebar"] .left-sidebar {
    left: -288px !important;
  }
}

.loader {

	width: 148px;

	height: 100px;

	top: 0;

	left: 0;

	position: absolute;

}
 
.loader:after {

	content: "";

	top: auto;

	position: absolute;

	display: block;

	animation: shadow 1.2s infinite linear;

	-moz-animation: shadow 1.2s infinite linear;

	bottom: 0em;

	left: 0;

	height: .25em;

	width: 1em;

	border-radius: 50%;

	background-color: #034466;

	opacity: 0.3;

}
 
.roller,

.roller:last-child {

	width: 70px;

	height: 70px;

	position: absolute;

	top: 0;

	left: 0;

	-webkit-animation: rollercoaster 1.2s infinite linear;

	-webkit-transform: rotate(135deg);

	-moz-animation: rollercoaster 1.2s infinite linear;

	-moz-transform: rotate(135deg);

	animation: rollercoaster 1.2s infinite linear;

	transform: rotate(135deg);

}
 
.roller:last-child {

	left: auto;

	right: 0;

	-webkit-transform: rotate(-45deg);

	-webkit-animation: rollercoaster2 1.2s infinite linear;

	-moz-transform: rotate(-45deg);

	-moz-animation: rollercoaster2 1.2s infinite linear;

	transform: rotate(-45deg);

	animation: rollercoaster2 1.2s infinite linear;

}
 
.roller:before,

.roller:last-child:before {

	content: "";

	display: block;

	width: 15px;

	height: 15px;

	background: #000;

	border-radius: 50%;

}
 
@-webkit-keyframes rollercoaster {

	0% {

		-webkit-transform: rotate(135deg);

	}
 
	8% {

		-webkit-transform: rotate(240deg);

	}
 
	20% {

		-webkit-transform: rotate(300deg);

	}
 
	40% {

		-webkit-transform: rotate(380deg);

	}
 
	45% {

		-webkit-transform: rotate(440deg);

	}
 
	50% {

		-webkit-transform: rotate(495deg);

		opacity: 1;

	}
 
	50.1% {

		-webkit-transform: rotate(495deg);

		opacity: 0;

	}
 
	100% {

		-webkit-transform: rotate(495deg);

		opacity: 0;

	}

}
 
@-webkit-keyframes rollercoaster2 {

	0% {

		opacity: 0;

	}
 
	49.9% {

		opacity: 0;

	}
 
	50% {

		opacity: 1;

		-webkit-transform: rotate(-45deg);

	}
 
	58% {

		-webkit-transform: rotate(-160deg);

	}
 
	70% {

		-webkit-transform: rotate(-240deg);

	}
 
	80% {

		-webkit-transform: rotate(-300deg);

	}
 
	90% {

		-webkit-transform: rotate(-340deg);

	}
 
	100% {

		-webkit-transform: rotate(-405deg);

	}

}
 
@-webkit-keyframes shadow {

	0% {

		opacity: .3;

		-webkit-transform: translateX(65px) scale(0.5, 0.5);

	}
 
	8% {

		-webkit-transform: translateX(30px) scale(2, 2);

	}
 
	13% {

		-webkit-transform: translateX(0px) scale(1.3, 1.3);

	}
 
	30% {

		-webkit-transform: translateX(-15px) scale(0.5, 0.5);

		opacity: 0.1;

	}
 
	50% {

		-webkit-transform: translateX(60px) scale(1.2, 1.2);

		opacity: 0.3;

	}
 
	60% {

		-webkit-transform: translateX(130px) scale(2, 2);

		opacity: 0.05;

	}
 
	65% {

		-webkit-transform: translateX(145px) scale(1.2, 1.2);

	}
 
	80% {

		-webkit-transform: translateX(120px) scale(0.5, 0.5);

		opacity: 0.1;

	}
 
	90% {

		-webkit-transform: translateX(80px) scale(0.8, 0.8);

	}
 
	100% {

		-webkit-transform: translateX(60px);

		opacity: 0.3;

	}

}
 
/* Moz */

@-moz-keyframes rollercoaster {

	0% {

		-moz-transform: rotate(135deg);

	}
 
	8% {

		-moz-transform: rotate(240deg);

	}
 
	20% {

		-moz-transform: rotate(300deg);

	}
 
	40% {

		-moz-transform: rotate(380deg);

	}
 
	45% {

		-moz-transform: rotate(440deg);

	}
 
	50% {

		-moz-transform: rotate(495deg);

		opacity: 1;

	}
 
	50.1% {

		-moz-transform: rotate(495deg);

		opacity: 0;

	}
 
	100% {

		-moz-transform: rotate(495deg);

		opacity: 0;

	}

}
 
@-moz-keyframes rollercoaster2 {

	0% {

		opacity: 0;

	}
 
	49.9% {

		opacity: 0;

	}
 
	50% {

		opacity: 1;

		-moz-transform: rotate(-45deg);

	}
 
	58% {

		-moz-transform: rotate(-160deg);

	}
 
	70% {

		-moz-transform: rotate(-240deg);

	}
 
	80% {

		-moz-transform: rotate(-300deg);

	}
 
	90% {

		-moz-transform: rotate(-340deg);

	}
 
	100% {

		-moz-transform: rotate(-405deg);

	}

}
 
@-moz-keyframes shadow {

	0% {

		opacity: .3;

		-moz-transform: translateX(65px) scale(0.5, 0.5);

	}
 
	8% {

		-moz-transform: translateX(30px) scale(2, 2);

	}
 
	13% {

		-moz-transform: translateX(0px) scale(1.3, 1.3);

	}
 
	30% {

		-moz-transform: translateX(-15px) scale(0.5, 0.5);

		opacity: 0.1;

	}
 
	50% {

		-moz-transform: translateX(60px) scale(1.2, 1.2);

		opacity: 0.3;

	}
 
	60% {

		-moz-transform: translateX(130px) scale(2, 2);

		opacity: 0.05;

	}
 
	65% {

		-moz-transform: translateX(145px) scale(1.2, 1.2);

	}
 
	80% {

		-moz-transform: translateX(120px) scale(0.5, 0.5);

		opacity: 0.1;

	}
 
	90% {

		-moz-transform: translateX(80px) scale(0.8, 0.8);

	}
 
	100% {

		-moz-transform: translateX(60px);

		opacity: 0.3;

	}

}
 
/* No-prefix */

@keyframes rollercoaster {

	0% {

		transform: rotate(135deg);

	}
 
	8% {

		transform: rotate(240deg);

	}
 
	20% {

		transform: rotate(300deg);

	}
 
	40% {

		transform: rotate(380deg);

	}
 
	45% {

		transform: rotate(440deg);

	}
 
	50% {

		transform: rotate(495deg);

		opacity: 1;

	}
 
	50.1% {

		transform: rotate(495deg);

		opacity: 0;

	}
 
	100% {

		transform: rotate(495deg);

		opacity: 0;

	}

}
 
@keyframes rollercoaster2 {

	0% {

		opacity: 0;

	}
 
	49.9% {

		opacity: 0;

	}
 
	50% {

		opacity: 1;

		transform: rotate(-45deg);

	}
 
	58% {

		transform: rotate(-160deg);

	}
 
	70% {

		transform: rotate(-240deg);

	}
 
	80% {

		transform: rotate(-300deg);

	}
 
	90% {

		transform: rotate(-340deg);

	}
 
	100% {

		transform: rotate(-405deg);

	}

}
 
@keyframes shadow {

	0% {

		opacity: .3;

		transform: translateX(65px) scale(0.5, 0.5);

	}
 
	8% {

		transform: translateX(30px) scale(2, 2);

	}
 
	13% {

		transform: translateX(0px) scale(1.3, 1.3);

	}
 
	30% {

		transform: translateX(-15px) scale(0.5, 0.5);

		opacity: 0.1;

	}
 
	50% {

		transform: translateX(60px) scale(1.2, 1.2);

		opacity: 0.3;

	}
 
	60% {

		transform: translateX(130px) scale(2, 2);

		opacity: 0.05;

	}
 
	65% {

		transform: translateX(145px) scale(1.2, 1.2);

	}
 
	80% {

		transform: translateX(120px) scale(0.5, 0.5);

		opacity: 0.1;

	}
 
	90% {

		transform: translateX(80px) scale(0.8, 0.8);

	}
 
	100% {

		transform: translateX(60px);

		opacity: 0.3;

	}

}
 
#loader2:after {

	-webkit-animation-delay: 0.15s;

	animation-delay: 0.15s;

}
 
#loader2 .roller {

	-webkit-animation-delay: 0.15s;

	animation-delay: 0.15s;

}
 
#loader3:after {

	-webkit-animation-delay: 0.3s;

	animation-delay: 0.3s;

}
 
#loader3 .roller {

	-webkit-animation-delay: 0.3s;

	animation-delay: 0.3s;

}
 
 
/* ===== Overlay Fix ===== */
.overlay, .div_pre_loader {
    background: rgba(0,0,0,0.3);   /* softer instead of grey */
    display: none;
    position: fixed;               /* 🔥 fix (was absolute) */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;                 /* 🔥 reduce crazy value */
}

/* Loader center */
.loader-wrapper {
    width: 148px;
    height: 100px;
    position: absolute;
    margin: -50px 0 0 -74px;
    left: 50%;
    top: 50%;
}

#div_mpci_set_reset_password .modal-content {
    background: rgb(255 255 255);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 0%);
    backdrop-filter: blur(19.9px);
    -webkit-backdrop-filter: blur(19.9px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 18px 16px;
    border: none;
}

#div_mpci_set_reset_password .modal-title {
    text-align: center;
    width: 100%;
    font-weight: 600;
}

#div_mpci_set_reset_password .div_mpci_registration_frmgrp {
    border-radius: 30px;
    background: #f5f7fa;
    height: 44px;
    padding: 0 16px;
    border: 1px solid #e6e9ef;
}

#div_mpci_set_reset_password .otp-box-wrapper {
    justify-content: center;   /* change from space-between */
    gap: 12px;

}

#div_mpci_set_reset_password .otp-box {
    border-radius: 30px;
    /* width: 90px; */
    height: 44px;
    border: 1px solid #e6e9ef;
    background: #f5f7fa;
    text-align: center;
}

/* ===== Buttons ===== */
#div_mpci_set_reset_password .btn-primary,
#div_mpci_set_reset_password .a_mpci_login_reset_password_Continue,
#div_mpci_set_reset_password .a_mpci_login_reset_password_submit_Continue {
    background: #2f486c !important;
    border: none;
    border-radius: 25px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
}

/* Hover */
#div_mpci_set_reset_password .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(92,84,232,0.3);
}

#div_mpci_set_reset_password label {
      font-size: 15px;
    font-weight: bold;
        color: rgb(33 37 41);
    margin-bottom: 6px;
}

#div_mpci_set_reset_password .main-tag {
    margin-bottom: 18px;
}

#div_mpci_set_reset_password .btn-close {
    opacity: 0.6;
}

#div_mpci_set_reset_password .btn-close:hover {
    opacity: 1;
}

button#btn_send_otp,
button#btn_resend_otp {
    margin: 10px !important;
}

button#btn_resend_otp {
    background: #ff725c;
    color: #fff;
}
#div_mpci_set_reset_password .modal-dialog {
    max-width: 450px;
    margin: auto;
}
#div_mpci_set_reset_password .col-md-6.mx-auto {
    width: 100% !important;
    max-width: 100%;
}
#div_mpci_set_reset_password .modal-body {
 display: flex;
    flex-direction: column;
    align-items: center;
}
#div_mpci_set_reset_password .btn-primary,
#div_mpci_set_reset_password .a_mpci_login_reset_password_Continue,
#div_mpci_set_reset_password .a_mpci_login_reset_password_submit_Continue {
    width: auto;    
    min-width: 120px;
}

#div_mpci_set_reset_password .Verified_part .btn {
    margin: 5px;
}
#div_mpci_registration_frmgrp_mail_otp .otp-box-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}
#div_mpci_registration_frmgrp_mail_otp .otp-box-wrapper {
    display: flex;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 12px !important;
}

#div_mpci_registration_frmgrp_mail_otp .otp-box {
    border-radius: 10px !important;
    border: 1px solid #e2e6ea !important;
    background: #f5f7fa !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0px;
    transition: all 0.2s ease !important;
}

#div_mpci_registration_frmgrp_mail_otp .otp-box:focus {
    border-color: #6c63ff !important;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(108,99,255,0.15);
}
.div_create_mpci_Registration_modal h5.fw-bold.text-primary {
    color: #052848 !important;
}
.div_create_mpci_Registration_modal h5.fw-bold{
    color: #052848 !important;
}
.div_create_mpci_Registration_modal .wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #052848;
    background-color: #fff;
    color: #052848;
}
.div_create_mpci_Registration_modal .wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #052848;
    border-color: #052848;
    color: #fff;
}
.div_create_mpci_Registration_modal .wizard-content .wizard.wizard-circle>.steps>ul>li:before
 {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: #052848;
}
.div_create_mpci_Registration_modal .wizard-content .wizard.wizard-circle>.steps>ul>li:after {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: #052848;
}
.div_create_mpci_Registration_modal .btn-primary {
    /* height: 52px; */
    border-radius: 30px;
    background: #052848;
    border: none;
}
.div_create_mpci_Registration_modal .wizard-content .wizard .actions ul li a:hover {
    background: #052848 !important;
    color: #fff !important;
}
.div_create_mpci_Registration_modal .wizard-content .wizard .actions ul li a {
    background: #052848;
}
.password-toggle {
    position: absolute;
    right: 15px;
    top: 72%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    z-index: 10;
}
.div_create_mpci_Registration_modal .wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff;
    color: #2a3547;
    border: 1px solid #d9d9d9;
}
.div_create_mpci_Registration_modal .wizard-content .wizard.wizard-circle>.steps>ul>li.current:after {
    background-color: #f6f9fc !important;
}
