  html, body{
	margin:0;
	padding:0;
}

/* @extend display-flex; */
display-flex, .form-radio-item, .form-flex, .form-date-item .select-icon, .form-date-item .select-icon i, #val, #button, .steps ul, .actions ul, .actions ul li a, .title, .number {
  display: flex;
  display: -webkit-flex; }

/* @extend list-type-ulli; */
list-type-ulli, ul, .actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a:focus,
a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s; }

input,
select,
textarea {
 outline: none;
    appearance: menulist !important;
    -moz-appearance: menulist !important;
    -webkit-appearance: menulist;
    -o-appearance: menulist !important;
    -ms-appearance: menulist !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0; }

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important; }

input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important; }

input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important; }

input:-webkit-autofill {
  box-shadow: 0 0 0 30px transparent inset;
  -moz-box-shadow: 0 0 0 30px transparent inset;
  -webkit-box-shadow: 0 0 0 30px transparent inset;
  -o-box-shadow: 0 0 0 30px transparent inset;
  -ms-box-shadow: 0 0 0 30px transparent inset;
  background-color: transparent !important; }

.clear {
  clear: both; }

h2 {
  font-size: 20px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  padding-top: 35px; }

body {
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  font-weight: 400;
 font-family: 'Mulish', sans-serif;
 margin: 0px;
  background-image: url("/practical-data-analytics/application-form/assets/images/body-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center; }

.main {
  padding: 95px 0; }

.form-box , .fact-card{
  position: relative;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; 
  margin-bottom: 20px;}

.signup-form {
  padding: 20px;
  position: relative; }

.form-group, .form-select, .form-radio, .form-textarea, .form-date {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-bottom: 15px;
  position: relative; }

label {
   margin-bottom: 0.3rem;
    color: #152934;
    font-weight: 600;
    display: block;
    font-size: 14px;
     }

label.error {
  position: absolute;
  right: 92px;
  /* display: block; */
  font-size: 11px;
  color: #ff0000; }
  label.error i {
    font-size: 12px; }

input.error {
  border: 1px solid #ff0000; }

input, select, textarea {
  box-sizing: border-box;
  background: transparent;
  font-size: 14px;
  padding: 15px 20px;
  border: 1px solid #ebebeb;
  font-family: 'Roboto Slab';
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  display: block;
  width: 345px;
  margin-right: 20px;
  font-weight: bold; }
  input:focus, select:focus, textarea:focus {
    background: none; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
    font-weight: 400; }
  input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
    font-weight: 400; }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
    font-weight: 400; }
  input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
    font-weight: 400; }

select {
  color: #999;
  font-weight: 400; }

.form-textarea textarea {
  height: 150px;
  width: 534px; }

.form-radio {
  margin-bottom: 40px; }

.form-radio-item input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px; }
.form-radio-item input + label {
  margin: 0px;
  padding: 12px 10px;
  width: 85px;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #f8f8f8;
  font-size: 14px;
  font-weight: 400;
  color: #f8f8f8;
  text-align: center;
  text-transform: none;
  transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
.form-radio-item input:checked + label {
  background-color: #034ea2;
  color: #FFF;
  z-index: 1; }
.form-radio-item input:focus + label {
  outline: none; }
.form-radio-item input:hover {
  background-color: #034ea2;
  color: #FFF; }

.form-radio-item input + label:first-of-type {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-right: none; }
.form-radio-item input + label:last-of-type {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-left: none; }

.form-radio-flex input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px; }
.form-radio-flex input + label {
  margin: 0px;
  padding: 12px 10px;
  width: 86px;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border: 1px solid #ebebeb;
  text-align: center;
  text-transform: none;
  transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
.form-radio-flex input:checked + label {
  border: 1px solid #034ea2;
  z-index: 1; }
.form-radio-flex input:focus + label {
  outline: none; }
.form-radio-flex input:hover {
  border: 1px solid #034ea2; }

#signup-form-p-2 #credit_card {
  width: 275px; }
#signup-form-p-2 #cvc {
  width: 143px; }

.form-row {
  padding-left: 80px; }
  .form-row .form-group label {
    width: auto; }
  .form-row .form-group:first-child {
    float: left; }
  .form-row .form-group:last-child {
    float: right; }

.form-date {
  clear: both; }

.form-date-item {
  position: relative;
  overflow: hidden; }
  .form-date-item:last-child:after {
    width: 0px; }
  .form-date-item select {
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
    margin-right: 10px; }
  .form-date-item #expiry_date {
    width: 86px; }
  .form-date-item #expiry_year {
    width: 104px; }
  .form-date-item .select-icon {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center; }
    .form-date-item .select-icon i {
      justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -o-justify-content: center;
      -ms-justify-content: center;
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      width: 30px;
      height: 20px;
      font-size: 22px;
      color: #999; }

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden; }

input[type='file'] {
 height: auto;
    /* opacity: 0;  */
    padding: 0.4rem 0.75rem; }

#val {
  width: 345px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  pointer-events: none;
  border: 1px solid #ebebeb;
  font-family: 'Roboto Slab';
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center; }

#button {
  cursor: pointer;
  width: 130px;
  background: #f8f8f8;
  height: 50px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  transition: 500ms all;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center; }
  #button:hover {
    background-color: #dfdfdf; }

.form-file {
  width: 488px;
  position: relative; }

.form-password {
  position: relative; }

.bar-strength {
  width: 60px;
  height: 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  background: #f8f8f8;
  position: absolute;
  right: 193px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.bar-process {
  width: 100%;
  height: 100%;
  position: relative; }

.bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px; }

.pw-very-weak .bar {
  background: #d00;
  width: 25px; }

.pw-very-weak .label, .pw-weak .label {
  color: #d00; }

.pw-weak .bar {
  background: #d00;
  width: 25px; }

.pw-mediocre .bar {
  background: #fca812;
  width: 35px; }

.pw-strong .bar {
  background: #fca812;
  width: 42px; }

.pw-mediocre .label, .pw-strong .label {
  color: #fca812; }

.pw-very-strong .bar {
  background: #034ea2;
  width: 100%; }

.pw-very-strong .label {
  color: #034ea2; }

.label {
  font-size: 11px; }
  .label i {
    font-size: 12px; }

fieldset {
  border: none;
  padding: 0px;
  margin: 0px; }

.steps {
  border-top: 0;
/*  border-bottom: 1px solid #ebebeb;
  padding: 12px 0px 0;*/
}
  .steps ul {
	align-items: center;
    justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    background-color: rgba(200, 200, 200, 0.2);
    padding: 10px;
    border-radius: 10px;
	}
    .steps ul li {
      padding-right: 80px;
      padding-left: 0px;
      position: relative; }
      .steps ul li:after {
        position: absolute;
        width: 1px;
        height: 30px;
        content: "";
        background: #ebebeb;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        }
      .steps ul li a {
        color: #999;
        text-decoration: none;
        font-weight: bold; }
      .steps ul li:last-child:after {
        width: 0px; }
    .steps ul .current a {
      color: #222; }
      .steps ul .current a .number {
        border: 2px solid #222; }
    .steps ul .done a {
      color: #034ea2; }
      .steps ul .done a .number {
        position: relative;
        font-size: 0px;
        border: 2px solid #034ea2; }
        .steps ul .done a .number:after {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          font-size: 14px;
          color: #034ea2;
          font-family: 'Material-Design-Iconic-Font';
          content: '\f26b';
          font-weight: bold; }

.actions {
  padding: 0;
  /* margin: 0 15px; */
  right: 0; }
  .actions ul {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -o-justify-content: flex-end;
    -ms-justify-content: flex-end;
    width: 100%; }
    .actions ul .disabled {
      display: none; }
    .actions ul li {
      margin-left: 10px; }
      .actions ul li:first-child a {
        background: #f8f8f8;
        color: #999; }
        .actions ul li:first-child a:hover {
          background-color: #dfdfdf; }
      .actions ul li a {
      display: block;
    padding: 0.6rem 1.75rem;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0.375rem;
    color: #fff;
    background: linear-gradient(to right,#034ea2 0%,#034ea2 100%);
    align-items: center;
    -moz-align-items: center;
    /* -webkit-align-items: center; */
    -o-align-items: center;
    -ms-align-items: center;
    /* justify-content: center; */
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
	}
        .actions ul li a:hover {
          background-color: #148f77; }

/* .content {
  overflow: hidden; } */
  .content .current {
    padding-top: 20px; }
  .content h3 {
    display: none; }

.fieldset-content {
  height: 465px;
  border-bottom: 1px solid #ebebeb;
  padding-right: 110px; }

.fieldset-footer {
  padding: 28px 0; }
  .fieldset-footer span {
    color: #999; }

.title {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }

@media screen and (max-width: 992px) {
  .container {
    width: calc(100% - 40px);
    max-width: 100%; }

  .bar-strength {
    display: none; } }
@media screen and (max-width: 768px) {
  .steps ul, .form-row {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .steps ul li:after {
    width: 0px; }

  .title {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }

  .form-row .form-date, .form-row .form-select, .form-file, input, select, textarea, .form-textarea textarea, #signup-form-p-2 #credit_card, #signup-form-p-2 #cvc,
  #signup-form-p-2 .form-radio-flex, #signup-form-p-2 .form-flex, #signup-form-p-2 .form-group input, .form-row .form-group label {
    width: 100%; }

  .form-row .form-group:first-child, .form-row .form-group:last-child {
    float: none; }

  input, select, textarea {
    margin-right: 0px; }

  .fieldset-content {
    padding-right: 0px;
    height: 600px; }

  .form-group, .form-select, .form-radio, .form-textarea, .form-date {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  label {
    width: 100%;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 15px; }

  .form-row {
    padding-left: 0px; } }
@media screen and (max-width: 600px) {
  #val {
    width: 99%; }

  #button {
    top: 60px;
    width: 100%; }

  .fieldset-footer {
    padding: 78px 0; }

  .actions ul li a {
    width: 100px; }

  .steps ul li {
    padding-right: 0px; } }
@media screen and (max-width: 480px) {
  .signup-form {
    padding-left: 30px;
    padding-right: 30px; }

  .form-radio-flex input + label {
    margin-bottom: 20px; }

  .form-flex {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .form-date-item #expiry_date, .form-date-item #expiry_year {
    width: 100%;
    margin-bottom: 10px; }

  .fieldset-content {
    height: 750px; } }

/*# sourceMappingURL=style.css.map */












.steps ul li {
    padding-right: 0px;
    padding-left: 0px;
	    width: 25%;
    position: relative;
}


.main {
   /* padding: 115px 95px;*/

    padding-top: 115px;
    padding-left: 95px;
    padding-right: 95px;
    padding-bottom: 10px;
}


.fact-card {
    display: block;
    padding: 30px 30px;
}

body {
     
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: #444444;
    overflow-x: hidden;
    background-color: #F5F5F5;
}


.navbar {
    position: static !important;
}
.navbar {
    padding: 0;
    background-color: #fff;
    width: 100%;
    z-index: 99999999999;
margin-bottom: 20px;
}
.header-bg-grad {
    background-color: white;
}
.navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-brand {
    font-size: 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.logo-height-wrapper {
    text-align: right;
}

.t-left{
    text-align: left;
}

.blue{
    color: #034ea2;
}

.orange{
color: #fd7e14;
}

.red{
color: red;
}

.pt-25{
  padding-top: 25px;
}

.pt-20{
  padding-top: 20px;
}

.pt-10{
  padding-top: 10px;
}

.steps ul .current a {
    color: #fd7e14;
}

.steps ul .current a .number {
    border: 2px solid #fd7e14;
}
.steps ul li a {color: #2d3748;text-decoration: none;font-weight: 600;font-size: 15px;}

.number {
    min-width: 33px;
    max-width: 33px;
    height: 33px;
    line-height: 28px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    border: 2px solid #fff;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    padding: 0;
    width: 33px;
    background: #fff;
}
.form-control {
    color: #495057;
    border-color: #e2e8f0;
    font-size: 14px;
    border-radius: 0.375rem;
    font-family: 'Mulish', sans-serif;
    opacity: 0.97;
    padding: 0.5rem 0.75rem;
    height: auto;
}
.signup-form h4 {
    font-size: 18px;
    color: #000;
    opacity: 0.87;
    margin-bottom: 4px;
}
.signup-form p, .form-element-hint{
	color: #152934;
    font-size: 14px;
    opacity: 0.9;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 23px;
}
textarea.form-control {
    height: auto !important;
}
.pt-15 {
	padding-top:15px;
}
a {
	color:#034ea2
}
.fieldset-footer{
	display:none;
}
.left-side-m img{
border-top-left-radius: 10px;
    border-top-right-radius: 10px;	
}
.certi-logo{
    background: #519fd7;
    text-align: center;
    color: #fff;
    padding: 10px;
	    border-top-right-radius: 10px;
}
.certi-logo p{
	    margin-bottom: 5px;
}
.logos-imgs{
	    background: #fff;
    border-radius: 5px;
    padding: 10px;
}
.logos-imgs img{
	    width: 155px;
}
.align-c{
	align-items: center;
}
.top-sec{
	border-bottom: 1px solid #f4f4f4;
}
.top-sec h6{
	    color: #3c2663;
    font-size: 30px;
}
.top-sec h4{
	color: #3c2663;
    font-weight: 700;
    font-size: 35px;
}
.elg-list{
	list-style-type: decimal;
    padding-left: 25px;
	    color: #152934;
    font-size: 14px;
    opacity: 0.9;
}

.form-error{
	color:red;
	font-size:14px;
	font-weight:700;
}
.userInput {
    margin: 0 auto;
    text-align: center;
}
.userInput input {
    height: 45px;
    width: 45px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    background: #f4f5fe;
    display: inline-block;
    margin-right: 0;
    padding: 0;
    font-weight: 300;
    font-family: 'Mulish', sans-serif;
}
.otp-confirm {
	background: #fe7d01;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 8px 34px;
    transition: .5s;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    letter-spacing: 0.6px;
}
.bootstrap-datetimepicker-widget{
	z-index:99999999999
}

@media (max-width:767px){
	.steps ul li{
    width: 100%;
}
}