#heading {
    text-transform: uppercase;
    color: #8cc63e;
    font-weight: normal
}

#signupform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#signupform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    margin: auto !important;
    padding: 20px;
    position: relative;
    float:none;
}

.form-card {
    text-align: left;
}

#signupform fieldset:not(:first-of-type) {
    display: none;
}

#signupform .action-button {
    width: 100px;
    background: #8cc63e;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    /*! padding: 10px 5px; */
    margin: 10px 0px 10px 5px;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #8cc63e;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    border-radius: 25px;
    height: 40px;
}

#signupform .action-button:hover,
#signupform .action-button:focus {
   opacity: 0.6;
}

#signupform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 0px;
    margin: 10px 20px;
    float: right;  
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid  #616161;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    border-radius: 25px;
    height: 40px;
}

#signupform .action-button-previous:hover,
#signupform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 20px;
    color: #8cc63e;
    margin-bottom: 1px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 16px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #63666b;
    text-align: left;
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
    margin-top: 5px;
    font-weight: bold;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #555;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #8cc63e;
}

.progress {
    height: 10px;
}

.progress-bar {
    background-color: #8cc63e;
}

.fit-image {
    width: 10%;
    object-fit: cover
}
.eyeclr{
    height: 15px;
    width: 15px;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 1.25rem;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
    
}
.tooltips{
        border: 3px solid #333;
        color: #333;
        border-radius: 100%;
        padding: 1px 4px;
        font-weight: bold;
}
.justify-content-center{
    margin: auto;
    text-align: center;
}

.dropdown-toggle1 {
    width: 100%;
    border: 1px solid #00b6e3;
        border-left-color: rgb(0, 182, 227);
        border-left-style: solid;
        border-left-width: 1px;
    background: #f4f4f4;
    padding: 0px 10px 0px 18px;
    height: 50px;
    box-shadow: none;
    line-height: 47px;
    position: relative;
    border-left: 3px solid #00b6e3 !important;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.12) !important;
    margin: 2px 0px;
        margin-left: 0px;
    border-radius: 5px;
    width: 100%;
}
#otp_form{
    margin: auto;
    text-align: center; 
    justify-content: center;
    align-items: center;display: flex;
}
#otp_form .card {
    width: 400px;
    border: none;
    box-shadow: 0px 5px 20px 0px #d2dae3;
    z-index: 1; margin: auto;
    text-align: center; 
    justify-content: center;
    align-items: center;
    display: ;
}
#otp_form h6{
    color: red;
font-size: 20px;
    padding-top: 50px;
}
#otp_form #otp{
    display: flex;margin-top: .5rem !important;
    margin: auto;
    text-align: center;
}
#otp_form .inputs input {
    width: 150px;
    height: 40px !important;margin: .5rem !important;
    text-align: center;
    margin: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#otp_form input[type=number]::-webkit-inner-spin-button,
#otp_form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

#otp_form .card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px
}

#otp_form .card-2 .content {
    margin-top: 50px
}

#otp_form .card-2 .content a {
    color: red
}

#otp_form .form-control:focus {
    box-shadow: none;
    border: 2px solid reds
}

#otp_form .validate {
    border-radius: 20px;
    height: 40px;
    background-color: red;
    border: 1px solid red;
    width: 140px
}
#card {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 320px;
    display: block;
    margin: auto;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
  }
  
  #upper-side {
    padding: 2em;
    background-color: #8BC34A;
    display: block;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  
  #checkmark {
    font-weight: lighter;
    fill: #fff;
    margin: -3.5em auto auto 20px;
  }
  
  #status {
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1em;
    margin-top: -.2em;
    margin-bottom: 0;
  }
  
  #lower-side {
    padding: 2em 2em 5em 2em;
    background: #fff;
    display: block;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  
  #message {
    margin-top: -.5em;
    color: #757575;
    letter-spacing: 1px;
  }
  
  #contBtn {
    position: relative;
    top: 1.5em;
    text-decoration: none;
    background: #8bc34a;
    color: #fff;
    margin: auto;
    padding: .8em 3em;
    -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
    box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
    border-radius: 25px;
    -webkit-transition: all .4s ease;
          -moz-transition: all .4s ease;
          -o-transition: all .4s ease;
          transition: all .4s ease;
  }
  
  #contBtn:hover {
    -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
    -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
    box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
    -webkit-transition: all .4s ease;
          -moz-transition: all .4s ease;
          -o-transition: all .4s ease;
          transition: all .4s ease;
  }