*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.bg-btn {
    background-color: #0173e5 !important;
    color: #fff !important;
    border: none !important;
}

.banner-img{
    background-image: url('/assets/img/bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.second-part{
    background-color: #fbfbfb;
}
.second-part img{
    max-height: 30px;
}
.nav-btn1{
    background-color: #e7e6e6;
    position: relative;
    padding: 0px 20px;
    margin-right: 10px;
}

.nav-btn1 svg:first-child{
    width: 16px;
    height: 16px;
    color: #777;
    position: absolute;
    top: 10px;
    left: 7px;
}

.nav-btn1 svg:last-child{
    width: 16px;
    height: 16px;
    color: #777;
    position: absolute;
    top: 10px;
    right: 7px;
}

.nav-btn1 a{
    color: #5f5f5f !important;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25rem;
}
.nav-btn2{
    background-color: #7032f523;
}

.nav-btn2 a {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #0173e5 !important;
}

.form-box p{
    font-size: 14px;

}
form p{
    font-size: 14px;
    color: #5f5f5f;
}
form p a{
    color: #0173e5;
    text-decoration: none;
}

.form-box input {
    background-color: #f6f5f9;
    outline: none !important;
    border: 1px solid #f6f5f9;
    padding: 12px 10px;
}

.form-box input::placeholder {
    color: #888888;
    font-size: 12px;
    padding: 10px 10px;
}

.inputone {
    border-radius: 12px 12px 0px 0px !important;
}

.inputtwo {
    border-radius: 0px 0px 12px 12px !important;
}


.ver-form button{
    background-color: #7032f5 !important;
    border: 1px solid rgba(112, 50, 245, 0.31) !important;}
.outer a{
    text-decoration: none;
    font-size: 14px;
    margin: 10px 10px;
    color: #5f5f5f;
}
.outer{
    margin: 10px 10px;
}

.form-control:focus {
    background-color: #f6f5f9 !important;
    border: 3px solid #0173e5 !important;
    box-shadow: none !important;
}




#error-msg {
    color: red;
}
  
#valid-msg {
    color: #0173e5;
}
  
input.error {
    border: 1px solid #ff7c7c;
}
  
.hide {
    display: none;
}

.phone-input {
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 100% !important;
    background-color: transparent;
    /* color: #000 !important; */
    /* background-color:  #222B45!important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    border-color: #374583 !important; */
    border-radius: 8px;
}


.iti {
    width: 100%;
}

.iti__search-input {
    padding: 8px;
}

input {
    outline: none;
}

#ver-form {
    display: none;
}

.ver-form h4 {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.ver-form p {
    color: #fff;
    font-weight: 600;
}

.back-btn img {
    width: 25px;
    margin-bottom: 10px;
    position: relative;
    left: -5px;
}


.iti button {
    background-color: unset !important;
    padding: 0px;
    margin: 0px;
}



    .form-container {
      /* border: 1px solid #333; */
      /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
      width: 100%;
      /* background-color: #fff; */
        padding: 30px 40px 10px 40px;
        height: 80vh;
        border-radius: 10px;
        color: rgb(145, 158, 181);
        margin-top: 50px;
    }

    .text-label {
        width: 12px;
        font-weight: 600;
        color: #777;
        margin-bottom: 5px;
        display: block;
        width: 100%;
    }

    .form-step {
      display: none;
      flex-direction: column;
    }

    .form-step.active {
      display: flex;
    }

    label {
      margin-top: 10px;
    }

    input {
      margin-top: 5px;
      width: 100%;
      box-sizing: border-box;
      border-radius: 10px;
      color: #000;
      background-color: #eee;
        outline: none !important;
        border: 1px solid #ddd;
        padding: 12px 10px;
    }

    button {
      margin-top: 20px;
      padding: 10px;
      width: 100%;
      background-color: #0173e5;
      border-radius: 10px !important;
      color: white;
      border: 2px solid  #0173e5;
      cursor: pointer;
      font-weight: bold;
    }

    .main-bg {
        width: 100%;
        height: unset;
        max-height: unset !important;
    }