/*Address Bar */
#suggestions {
  max-height: 200px;
  overflow-y: auto;
}
#suggestions .suggestion {
  padding: 0.5em;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  background: #ffffff;
}
#suggestions .suggestion:last-child {
  border-bottom: none;
}
#suggestions .suggestion:hover {
  background: #f0f0f0;
}
/*Address Bar ends*/

/*Progress Bar*/
.progress-bar-signup-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    max-width: 600px !important;
    margin: auto;
    position: relative;
}

.progress-bar-signup {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.progress-step-signup .step-number-signup {
    background: #b1b1b1;
    padding: 4px 9px;
    border-radius: 50px;
    color: #ffffff;
}
.progress-step-signup.completed .step-number-signup {
    background: #004f90;
}
.progress-step-signup.completed.active .step-number-signup {
    border: 2px solid #b1b1b1;
}
.progress-step-signup .step-text-signup {
    color: #b1b1b1;
}
.progress-step-signup.completed .step-text-signup {
    color: #000000;
}

.progress-step-signup {
    text-align: center;
    position: relative;
    flex-grow: 1;
    padding: 30px 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 2;
}

.step-number-signup {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

.step-text-signup {
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
}

.progress-line-signup {
    position: absolute;
    top: 35%;
    left: 16%;
    width: 69%;
    height: 4px;
    background-color: #b1b1b1;
    border-radius: 2px;
    z-index: 1;
}

.progress-bar-signup::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 16%;
    width: 69%;
    height: 4px;
    background-color: #b1b1b1;
    border-radius: 2px;
    transition: width 0.3s ease;
}
.progress-line-fill-signup {
    background-color: #004f90;
    height: 100%;
    width: 0%;
    transition: width 0.4s ease;
}
.progress-bar-signup-container.active .progress-line-fill-signup {
    width: 100%;
}

/*Progress bar style ends*/
form.form-position{
    padding-bottom: 20px;
    min-height: 400px;
    position: relative;
}
input.valid, select.valid {
    border: 2px solid green;
}
input.error, select.error {
    border: 2px solid red;
}
.signup-form-container {
    max-width: 500px !important;
    margin: auto;
margin-bottom:80px;
}
.signup-form-container label,
.signup-form-container span,
.signup-form-container small,
.signup-form-container .it-code {
    color: #000000;
    font-size: 16px;
}
.signup-form-container .it-code {
    font-size: 16px;
    width: 59px;
    vertical-align: middle;
    padding-top: 5px;
    background: #eeeeee;
    font-weight: 400;
    margin-right: 0px;
    text-align: center;
    border: 1px solid #D1D5DB;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
p.phone-field-design {
    display: flex;
}
form#oe-phone-form input#oe_mobile {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
h3.signup-form-title{
	text-align: center;
    margin: 20px 0px;
    display: block;
    font-size: 28px;
    color: #000000;
}
form#oe-signup-form label{
	margin-bottom: 8px;
	display: block;
}
form#oe-signup-form {
    background: #ffffff;
    border-radius: 4px;
    max-width: 100%;
}
form#oe-signup-form input[type=text],
form#oe-signup-form input[type=email],
form#oe-signup-form input[type=password] {
    background: #eeeeee;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    border-color: #D1D5DB;
    transition: all .2s linear;
    outline: none;
    box-sizing: border-box;
}
form#oe-signup-form select {
    height: 50px;
    background: #eeeeee;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    border-color: #D1D5DB;
    transition: all .2s linear;
    outline: none;
    box-sizing: border-box;
}
form#oe-signup-form  input[type="submit"] {
    margin:auto;
    display: block;
    background: #004F90;
    color: #ffffff;
    width: 100%;
    box-shadow: none !important;
    outline: 0;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1em;
    border-radius: 4px;
    text-shadow: none;
    -webkit-appearance: button;
    cursor: pointer;
    border:none;
}
.form-fields{
    padding-left: 20px;
    padding-right: 20px;
}
form#oe-phone-form {
    background: #ffffff;
    border-radius: 4px;
    max-width: 100%;
}
form#oe-phone-form input {
    background: #eeeeee;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    border-color: #D1D5DB;
    transition: all .2s linear;
    outline: none;
    box-sizing: border-box;
}
form#oe-phone-form input[type=submit] {
        background: #004F90;
    color: #ffffff;
    box-shadow: none;
    width: 150px;
    outline: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1em;
    border-radius: 4px;
    text-shadow: none;
    -webkit-appearance: button;
    cursor: pointer;
}
form.form-position button[type=button] {
    background: #004F90;
    color: #ffffff;
    box-shadow: none;
    outline: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1em;
    border-radius: 4px;
    text-shadow: none;
    -webkit-appearance: button;
    cursor: pointer;
    border:none;
}
form#oe-otp-form {
    background: #ffffff;
    border-radius: 4px;
    max-width: 100%;
}
form#oe-otp-form input {
    background: #eeeeee;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-width: 1px;
    border-style: solid;
    border-color: #D1D5DB;
    transition: all .2s linear;
    outline: none;
    box-sizing: border-box;
}
form#oe-otp-form input[type=submit] {
    background: #004F90;
    color: #ffffff;
    box-shadow: none;
    width: 248px;
    outline: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1em;
    border-radius: 4px;
    text-shadow: none;
    -webkit-appearance: button;
    cursor: pointer;
}
.main-box-shadow{
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.oe-step-signup { 
    display: none;

     }
.oe-step-signup.active { display: block; }