@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&display=swap");

@font-face {
    font-family: 'nokia_pure_headlineultraLt';
    src: url('nokia-font/nokiapureheadline-ultralight-webfont.woff2') format('woff2'),
         url('nokia-font/nokiapureheadline-ultralight-webfont.woff') format('woff'),
         url('nokia-font/nokiapureheadline-ultralight-webfont.ttf') format('truetype'),
         url('nokia-font/nokiapureheadline-ultralight-webfont.svg#nokia_pure_headlineultraLt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nokia_pure_headlineregular';
    src: url('nokia-font/nokiapureheadline-regular-webfont.woff2') format('woff2'),
         url('nokia-font/nokiapureheadline-regular-webfont.woff') format('woff'),
         url('nokia-font/nokiapureheadline-regular-webfont.ttf') format('truetype'),
         url('nokia-font/nokiapureheadline-regular-webfont.svg#nokia_pure_headlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nokia_pure_headlinelight';
    src: url('nokia-font/nokiapureheadline-light-webfont.woff2') format('woff2'),
         url('nokia-font/nokiapureheadline-light-webfont.woff') format('woff'),
         url('nokia-font/nokiapureheadline-light-webfont.ttf') format('truetype'),
         url('nokia-font/nokiapureheadline-light-webfont.svg#nokia_pure_headlinelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nokia_pure_headlineextra_bold';
    src: url('nokia-font/nokiapureheadline-extrabold-webfont.woff2') format('woff2'),
         url('nokia-font/nokiapureheadline-extrabold-webfont.woff') format('woff'),
         url('nokia-font/nokiapureheadline-extrabold-webfont.ttf') format('truetype'),
         url('nokia-font/nokiapureheadline-extrabold-webfont.svg#nokia_pure_headlineextra_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nokia_pure_headlinebold';
    src: url('nokia-font/nokiapureheadline-bold-webfont.woff2') format('woff2'),
         url('nokia-font/nokiapureheadline-bold-webfont.woff') format('woff'),
         url('nokia-font/nokiapureheadline-bold-webfont.ttf') format('truetype'),
         url('nokia-font/nokiapureheadline-bold-webfont.svg#nokia_pure_headlinebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #001135;
  color: #2f3146;
  font-family: 'nokia_pure_headlineregular';
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #fff;
  background-color: #7650e0;
}

::-moz-selection {
  color: #fff;
  background-color: #7650e0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

.dark-version {
  background: #313131;
}
.dark-version .step-inner-content, .dark-version .wizard-content-1 .steps {
  background-image: linear-gradient(-90deg, #555858 0%, #565353 100%);
}
.dark-version .step-no, .dark-version .step-btn-icon-text .step-btn-text h2, .dark-version .step-btn-icon-text .step-btn-text span, .dark-version .wizard-inner-box .inner-title h2, .dark-version .wizard-inner-box .inner-title p, .dark-version .details-form-area .wizard-document-upload .custom-file .file-size-text {
  color: #ffffff;
}
.dark-version .details-form-area .gender-select h3 {
  color: #111;
}

p, label {
  margin: 0;
}

h1,h2 {
  margin: 0;
  font-family: 'nokia_pure_headlineextra_bold';
}

h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'nokia_pure_headlinebold';
}


header {
  position: relative;
  width: 100%;
  height: 80px;
  z-index: 9;
  text-align: center;
  padding-top: 50px; 
  margin-bottom: 100px;
  color: #fff;
}

header .logo-principal {
  width: 150px;
  margin: 15px;
  color: #fff;
}

header h2 {
  font-size: 1.2em;
}

header nav .navbar-nav .nav-item .btn {
  color: #fff;
  background: #124191;
  border: 1px solid #1f94c5;
  cursor: pointer;
  border-radius: 1.4em;
  padding: .5em 2em;
}

.background-principal {
  background-color: #001135;
  background-image: url("../img/Homepage-1920x1080px-image_2.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .4;
}

.container {
  z-index: 2;
}

.container h2 {
  color: #fff!important;
}

.container-login {
  color: #001135;
  margin-top: 20px;
  border: 2px solid #001135;
  padding: 4em;
  background: #fff;
  box-shadow: 0px 1px 29px 0px rgba(0, 17, 53, 0.09);
}



.btn-primary {
  background: #001135;
  border-color: #001135;
  color: #fff!important;
  font-family: 'nokia_pure_headlinebold';
}


footer {
  background-color: #001135;
  color: #fff;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5em 0px;
  margin-top: 50px;
}

video {
  width: 100%;
}

ul.footer-social-icons {
  display: block;
}

ul.footer-social-icons li{
  display: inline-block;
  cursor: pointer;
}

ul.footer-social-icons li a {
  border: 1px solid #fff;
  padding:.6em;  
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
}

ul.footer-social-icons li a i {
  font-size: 1.2em;
  width: 20px;
  cursor: pointer;
}

ul.footer-social-icons li a:hover,
ul.footer-social-icons li a:focus,
ul.footer-social-icons li a:active,
ul.footer-social-icons li a:active:focus
 {
  border: 1px solid #001135;
  background: #fff;
  color: #001135;
}

.content-end {
  background: #fff;
  color: #001135;
  padding: 20px 10px;
}



.progress-circle{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress-circle:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 20px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress-circle > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress-circle .progress-circle-left{
    left: 0;
}
.progress-circle .progress-circle-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress-circle .progress-circle-left .progress-circle-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress-circle .progress-circle-right{
    right: 0;
}
.progress-circle .progress-circle-right .progress-circle-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress-circle .progress-circle-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #001135;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress-circle.blue .progress-circle-bar{
    border-color: #124191;
}
.progress-circle.blue .progress-circle-left .progress-circle-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}
@media only screen and (max-width: 990px){
    .progress-circle{ margin-bottom: 20px; }
}




.box {
  width: 100%;
}

.box svg {
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(-90deg);
}

.box svg circle {
  fill: transparent;
  stroke: #007eff;
  stroke-width:10;
  stroke-linecap:round;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: animate-progress 3s linear infinite; 

}

@keyframes animate-progress {
  100% {
    stroke-dashoffset: 0;
  }
}


.box .stop {
  height: 110px;
  width: 110px;
  background: transparent;
  border-radius: 50%;
  border: 10px solid #007eff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: none;
}

.box .counter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  font-weight: 800;
  color: #007eff;
  font-family: sans-serif;
}










.pt150 {
  padding-top: 150px;
}

.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.actions {
  bottom: 0;
  position: relative;
  float: right;
  margin-bottom: 20px;
}
.actions li {
  color: #fff;
  height: 74px;
  width: 210px;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  line-height: 74px;
  border-radius: 50px;
  display: inline-block;
  background-color: #124191;
}
.actions li button {
  color: #fff !important;
  border: none;
  background-color: transparent;
}
.actions li button[type=submit] {
  width: 100%;
  padding: 0;
}
.actions li span {
  display: block;
  width: 100%;
}

/*---------------------------------------------------- */
/*Steps area*/
/*----------------------------------------------------*/
.wrapper {
  max-width: 1715px;
  margin: auto;
  margin-top: 40px;
  padding: 90px 0;
}

.wizard-content-1 {

}

.wizard-content-1 .steps {
  max-width: 280px;
  float: left;
  position: relative;
  border-radius: 30px;
  padding: 10px;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.1);
  background-image: linear-gradient(180deg, #ebf8fc 0%, white 100%);  
}
.wizard-content-1 .steps .bg-shape {
  top: -5px;
  left: -9px;
  z-index: -1;
  width: 95%;
  height: 101%;
  position: absolute;
  border-radius: 30px;
  transform: rotate(-1deg);
  background-color: #124191;
}
.wizard-content-1 .steps li {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid #124191;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text:after {
  display: none;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text:before {
  width: 0px;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text .step-btn-icon:after {
  border: 5px solid #124191;
  display: block;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text .step-btn-text h2 {
  color: #124191;
}
.wizard-content-1 .steps li.js-active.current:last-child .step-btn-icon-text:after {
  display: none;
}

.step-btn-icon-text {
  position: relative;
}
.step-btn-icon-text > span {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #eaeaea;
  border-radius: 100%;
  text-align: center;
  z-index: 11;
  line-height: 35px;
  font-weight: bold;
  top: -11px;
  border: 6px solid #124191;
}


.step-btn-icon-text:after {
  content: "";
  height: 25px;
  width: 2px;
  left: 60px;
  display: none;
  bottom: -74px;
  position: absolute;
  background-color: #7650e0;
}
.step-btn-icon-text:before {
  top: 62px;
  right: -115px;
  content: "";
  width: 0px;
  z-index: 2;
  height: 0px;
  position: absolute;
  background-color: #000;
}
.step-btn-icon-text .step-btn-icon {
  z-index: 1;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 125px;
}


.step-btn-icon-text .step-btn-icon:before {
  left: -9px;
  top: -3px;
  z-index: -1;
  content: "";
  height: 125px;
  width: 125px;
  border-radius: 100%;
  position: absolute;
  background: #e9e9e9;
}
.step-btn-icon-text .step-btn-icon:after {
  width: 125px;
  height: 125px;
  content: "";
  position: absolute;
  left: -9px;
  top: -4px;
  border-radius: 100%;
  z-index: -1;
}
.step-btn-icon-text .step-btn-text {
  padding-top: 50px;
}
.step-btn-icon-text .step-btn-text h2 {
  font-size: 20px;
  font-weight: 900;
  color: #1a1a1a;
}
.step-btn-icon-text .step-btn-text span {
  font-size: 12px;
  font-family: "Poppins";
}

/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
  height: 100%;
}

.multisteps-form__panel {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  overflow: hidden;
  height: 0;
}
.multisteps-form__panel.js-active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
}
.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}
.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

/*---------------------------------------------------- */
/*inner area*/
/*----------------------------------------------------*/

.wizard-progress {  
  display: block;
  top: 100px;
  right: 100px;
  width: 100%;
  z-index: 3;
  margin-bottom: 1em;
}
.wizard-progress span {  
  display: block;  
  margin-bottom: 10px;
  color: #124191;
  font-size: 20px;  
  font-weight: 700;
  font-family: "Poppins";
}
.wizard-progress .progress {
  border-radius: 30px;
  height: 23px;
}
.wizard-progress .progress .progress-bar {
  background-color: #124191;
  border-radius: 30px;
}

.form-step-2 .wizard-progress {
  bottom: 32%;
}

.form-step-3 .wizard-progress {
  bottom: 0px;
}

.bottom-vector {
  left: -110px;
  bottom: -170px;
}

.step-inner-content {
  width: 100%;
  float: right;
  margin-left: 30px;
  max-width: 1292px;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0px 1px 51px 0px rgba(1, 1, 1, 0.06);
  background-image: linear-gradient(-90deg, #efffff 0%, white 100%);
}
.step-inner-content .bg-shape {
  bottom: -4px;
  right: -10px;
  z-index: -1;
  width: 95%;
  height: 95%;
  position: absolute;
  border-radius: 30px;
  transform: rotate(1deg);
  background-color: #124191;
}

.step-no {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 15px;
  color: #2f3146;
  font-size: 16px;
}

.wizard-inner-box .inner-title h2 {
  color: #2f3146;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1em;
}
.wizard-inner-box .inner-title p {
  color: #5f5f63;
  font-size: 20px;
}

.wizard-inner-box .pregunta {
  margin: 1em;
}

.wizard-inner-box .sub-pregunta {
  margin: 1em;
}


.wizard-inner-box .carruseles {
  margin: 0 auto;
  width: 95%;
  padding: 10px 0px;
}
.wizard-inner-box .carruseles .owl-nav .owl-next,
.wizard-inner-box .carruseles .owl-nav .owl-prev {
  top: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #e9e9e9;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.wizard-inner-box .carruseles .owl-nav .owl-next:hover,
.wizard-inner-box .carruseles .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #7650e0;
}
.wizard-inner-box .carruseles .owl-nav .owl-prev {
  left: -105px;
}
.wizard-inner-box .carruseles .owl-nav .owl-next {
  right: -105px;
}
.wizard-inner-box .carruseles-icon-text {
  cursor: pointer;  
  width: 100%;
}
.wizard-inner-box .carruseles-icon-text .j-checkbox {
  display: none;
}
.wizard-inner-box .carruseles-icon-text .carruseles-text-inner {

  background-color: #fff;
  display: block;
  padding: 5px 0;
  border-radius: 30px;
  position: relative;
  border: 2px solid #e9e9e9;
}
.wizard-inner-box .carruseles-icon-text .carruseles-text-inner .checkbox-circle-mark {
  position: absolute;
  top: 15px;
  right: 45px;
}
.wizard-inner-box .carruseles-icon-text .carruseles-text-inner .checkbox-circle-mark:before {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 100%;
  position: absolute;
  border: 2px solid #e9e9e9;
}
.wizard-inner-box .carruseles-icon-text .carruseles-text-inner .checkbox-circle-mark:after {
  top: 4px;
  left: 4px;
  width: 25px;
  content: "";
  display: none;
  height: 25px;
  position: absolute;
  border-radius: 100%;
  background-color: #124191;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 1px 2px;
}
.wizard-inner-box .carruseles-icon-text .carruseles-text-inner span {
  display: block;
}
.wizard-inner-box .carruseles-icon-text .carruseles-text-inner .carruseles-icon {
  width: 60%;
  margin: 0 auto;
}
.wizard-inner-box .carruseles-icon-text .carruseles-text-inner .carruseles-text .carruseles-title {
  color: #000000;
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Poppins";
}
.wizard-inner-box .j-checkbox:checked ~ .carruseles-text-inner {
  border: 2px solid #124191;
}
.wizard-inner-box .j-checkbox:checked ~ .carruseles-text-inner .checkbox-circle-mark:after {
  display: block;
}
.wizard-inner-box .j-checkbox:checked ~ .carruseles-text-inner .checkbox-circle-mark:before {
  border: 2px solid #124191;
}

.pregunta {
  font-weight: 700;
}

.container-checkbox-sin-img {
  cursor: pointer;
  padding: 2px!important;
}

.inputGroup {
  display: block;
  position: relative;
  background: #fff;
  border: 2px solid #e9e9e9;
}
.inputGroup label {
  padding: 7px 10px;
  padding-right: 30px;
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup label:before {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  content: '';
  background-color: #124191;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 30px;
  height: 30px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #FECF0B;
  border-color: #FECF0B;
}
.inputGroup input {
  width: 30px;
  height: 30px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
















.details-form-area {
  width: 100%;

}
.details-form-area .select-option-area:after {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  font-weight: 900;
  content: "";
  line-height: 25px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #f6f6f6;
  font-family: "Font Awesome 5 Free";
}
.details-form-area .date-of-birth:after {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #898989;
  content: "";
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  position: absolute;
  border-radius: 100%;
  background-color: #f6f6f6;
  font-family: "Font Awesome 5 Free";
}
.details-form-area .gender-select {
  height: 182px !important;
}
.details-form-area .gender-select h3 {
  color: #5f5f63;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  padding: 35px 0px 20px;
}
.details-form-area .gender-select label {
  padding-left: 40px;
}
.details-form-area .gender-select label input {
  top: 10px;
  width: 35px;
  height: 35px;
  position: relative;
  color: #7650e0;
  border-radius: 100%;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
}
.details-form-area .gender-select label span {
  color: #5f5f63;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}
.details-form-area .add-textarea {
  width: 100%;
  height: 175px !important;
}
.details-form-area .form-input-inner {
  height: 72px;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
}
.details-form-area .form-input-inner input,
.details-form-area .form-input-inner select,
.details-form-area .form-input-inner textarea {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 40px;
  border-radius: 5px;
  color: #b7b7b7;
}
.details-form-area .form-input-inner input::placeholder,
.details-form-area .form-input-inner select::placeholder,
.details-form-area .form-input-inner textarea::placeholder {
  color: #b7b7b7 !important;
  font-size: 14px;
}
.details-form-area .form-input-inner textarea {
  width: 100%;
  height: 175px;
  padding-top: 30px;
}
.details-form-area .form-input-inner select {
  -webkit-appearance: none;
}
.details-form-area .form-input-inner select option {
  color: #b7b7b7;
  font-size: 14px;
}
.details-form-area .form-input-inner .icon-bg {
  top: 20px;
  left: -17px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  border-radius: 100%;
  background-color: #e4e4e4;
}
.details-form-area .form-input-inner .icon-bg i {
  color: #686868;
  font-size: 14px;
}
.details-form-area .has-float-label label {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 14px;
  opacity: 1;
  color: #fff;
  transition: all 0.2s;
  top: -12px;
  left: 36px;
  z-index: 3;
  border-radius: 5px;
  padding: 5px 10px;
  background: #7650e0;
  line-height: 1;
}
.details-form-area .has-float-label label.error {
  left: 50%;
}
.details-form-area .has-float-label .form-control::placeholder {
  opacity: 1;
  transition: all 0.2s;
  color: #5756a2;
}
.details-form-area .has-float-label .form-control:focus {
  border: 2px solid #7650e0;
}
.details-form-area .has-float-label .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:focus:-moz-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:focus::-moz-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: 0;
  top: 30px;
  left: 40px;
  visibility: hidden;
  background: transparent;
}
.details-form-area .has-float-label .form-control:focus .form-input-inner .icon-bg {
  background-color: #7650e0 !important;
}
.details-form-area .input-filed-innerbox {
  width: 100%;
  margin: 0px 15px;
}
.details-form-area .wizard-document-upload {
  width: 100%;
}
.details-form-area .wizard-document-upload .custom-file {
  float: right;
  height: 85px;
  width: 710px;
  margin-bottom: 120px;
}
.details-form-area .wizard-document-upload .custom-file .icon-bg {
  top: 0;
  z-index: 1;
  background-color: #7650e0;
}
.details-form-area .wizard-document-upload .custom-file .icon-bg i {
  color: #fff;
}
.details-form-area .wizard-document-upload .custom-file .custom-file-label {
  width: 100%;
  height: 100%;
  left: auto;
  border: none;
  color: #b7b7b7;
  line-height: 75px;
  padding-left: 40px;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
}
.details-form-area .wizard-document-upload .custom-file .custom-file-label:after {
  top: 7px;
  right: 7px;
  padding: 0;
  color: #fff;
  height: 72px;
  width: 165px;
  font-size: 20px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  font-family: "Poppins";
  background-color: #7650e0;
}
.details-form-area .wizard-document-upload .custom-file .file-size-text {
  top: 60px;
  left: 30px;
  width: 100%;
  display: block;
  color: #413f3f;
  font-size: 15px;
  font-weight: 500;
}

.thank-content .thank-img {
  padding-bottom: 18px;
}
.thank-content .thank-text {
  padding-bottom: 25px;
}
.thank-content .thank-text h2 {
  color: #2f3146;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 10px;
}
.thank-content .thank-text p {
  font-size: 20px;
}
.thank-content .thank-text p span {
  font-weight: 700;
  color: #7650e0;
}
.thank-content .thank-subscribe {
  margin: 0 auto;
  max-width: 70%;
  margin-bottom: 32px;
}
.thank-content .thank-subscribe input {
  height: 75px;
  width: 100%;
  border: none;
  padding-left: 40px;
}
.thank-content .thank-subscribe input::placeholder {
  color: #5f5f63;
}
.thank-content .thank-subscribe button {
  top: 10px;
  right: 10px;
  width: 55px;
  border: none;
  height: 55px;
  position: absolute;
  border-radius: 100%;
  background-color: #f0f0f0;
}
.thank-content .thank-subscribe button i {
  color: #1a1a1a;
  font-size: 20px;
}
.thank-content .thank-btn {
  color: #fff;
  height: 75px;
  width: 245px;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 50px;
  font-weight: 900;
  line-height: 75px;
  background-color: #124191;
}
.thank-content .thank-btn a {
  width: 100%;
  display: block;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (min-width: 1300.1px) {
  .pos-flex {
    display: flex;
  }
}
/**
 * min
 */
@media screen and (max-width: 1800px) {
  .wizard-progress {
    left: -58%;
  }

  .wrapper {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 1600px) {
  .wrapper {
    padding: 30px 0;
  }

  .wizard-content-1 {
    padding: 30px;
  }

  .wizard-content-1 .steps {
    width: 345px;
  }

  .step-inner-content {
    max-width: 1040px;
  }
}
@media screen and (max-width: 1440px) {
  .wrapper {
    padding: 0px 0;
  }

  .step-no {
    right: 0px;
  }

  .wizard-content-1 {
    padding: 30px;
  }

  .wizard-content-1 .steps {
    padding: 30px;
  }

  .step-inner-content {
    max-width: 1000px;
  }


  .wizard-progress {
    left: -40%;
    bottom: -120px;
  }

  .step-btn-icon-text .step-btn-text h2 {
    font-size: 16px;
  }

  .step-inner-content {
  }

  .actions {
    z-index: 3;
  }

  .wizard-inner-box .carruseles .owl-nav .owl-prev {
    left: -30px;
  }

  .wizard-inner-box .carruseles .owl-nav .owl-next {
    right: -30px;
  }

  .actions li,
.thank-content .thank-btn {
    width: 160px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }

  .step-btn-icon-text:before {
    right: -90px;
  }

  .step-btn-icon-text:after {
    bottom: -55px;
  }
}
@media screen and (max-width: 1399px) {
  .wrapper {
    padding: 0;
  }

  .step-no {
    right: -3px;
    top: -95px;
  }

  .wizard-progress {
    left: -50%;
  }

  .step-inner-content {
    max-width: 875px;
  }

  .wizard-content-1 .steps li.js-active.current .step-btn-icon-text:before {
    
  }

  .step-btn-icon-text:before {
    right: -70px;
  }
}
@media screen and (max-width: 1300px) {
  .wrapper {
    transform: scale(1);
    padding: 10px 0;
  }

  .step-no {
    right: 0px;
    top: 10px;
  }

  .wizard-content-1 .steps {
    max-width: 100%;
    width: 100%;
    max-height: auto;
    padding-bottom: 20px;
  }

  .wizard-content-1 .steps .bg-shape,
.step-inner-content .bg-shape {
    display: none;
  }

  .wizard-content-1 .steps li {
    width: inherit;
    text-align: center;
  }

  .step-btn-icon-text:before,
.wizard-content-1 .steps li.js-active .step-btn-icon-text:after {
    display: none;
  }

  .multisteps-form__progress {
    text-align: center;
    padding-top: 0;
  }

  .step-btn-icon-text .step-btn-icon {
    float: none !important;
  }

  .step-btn-icon-text .step-btn-icon {
    margin: 0px 10px;
  }

  .step-btn-icon-text .step-btn-text {
    padding-top: 20px;
  }

  .step-inner-content {
    max-width: 100%;
    margin-top: 50px;
    padding-top: 40px;
  }

  .wizard-inner-box .carruseles-icon-text .carruseles-text-inner {
    
  }

  .wizard-progress {
    position: static;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1070px) {
  .wizard-inner-box .carruseles-icon-text .carruseles-text-inner {
   
  }
}
@media screen and (max-width: 991px) {
  .wizard-inner-box .inner-title h2,
.thank-content .thank-text h2 {
    font-size: 40px;
  }

  .bottom-vector {
    display: none;
  }

  .details-form-area .wizard-document-upload .custom-file {
    width: 100%;
  }

  .step-btn-icon-text > span {
    display: none;
  }

  .carruseles .owl-item {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .step-btn-icon-text .step-btn-icon {
    display: none;
  }

  .step-btn-icon-text .step-btn-text {
    margin: 0px 10px;
  }

  .step-btn-icon-text .step-btn-text h2 {
    color: #000;
  }

  .js-active .step-btn-icon-text .step-btn-text h2 {
    color: #7650e0;
  }
}
@media screen and (max-width: 480px) {
  .step-btn-icon-text .step-btn-text {
    padding-top: 10px;
  }

  .wizard-content-1 .steps li {
    margin-bottom: 20px;
  }

  .step-inner-content {
    padding: 30px;
  }

  .wizard-inner-box .inner-title h2, .thank-content .thank-text h2 {
    font-size: 30px;
  }

  .wizard-inner-box .carruseles-icon-text .carruseles-text-inner {
   
  }

  .wizard-inner-box .carruseles .owl-nav {
    text-align: center;
    margin-top: 30px;
  }

  .wizard-inner-box .carruseles .owl-nav .owl-next,
.wizard-inner-box .carruseles .owl-nav .owl-prev {
    position: static;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    transform: translateY(0);
  }

  .wizard-inner-box .carruseles {
    padding: 50px 0px;
  }

  .wizard-inner-box .inner-title p {
    font-size: 16px;
  }

  .actions li, .thank-content .thank-btn {
    height: 50px;
    width: 120px;
    line-height: 50px;
  }

  .details-form-area .gender-select label {
    padding-left: 15px;
  }

  .details-form-area .wizard-document-upload .custom-file .custom-file-label:after {
    width: 100px;
  }

  .step-no {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .wizard-content-1 {
    padding: 0px;
  }

  .step-inner-content {
    padding: 15px;
  }
}
/*---------------------------------------------------- */
/*---------------------------------------------------- */