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

.bg-btn {
    background-color: #7132f5 !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: #f6f5f9;
}
.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: #7132f5 !important;
}

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

}
form p{
    font-size: 14px;
    color: #5f5f5f;
}
form p a{
    color: #7132f5;
    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: 14px;
    padding: 10px 10px;
}

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

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

form button{
    background-color: #7032f55c !important;
    border: 1px solid #7032f500 !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 #7032f55c !important;
    box-shadow: none !important;
}




#error-msg {
    color: red;
}
  
#valid-msg {
    color: #00c900;
}
  
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;
}