* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
 }
  #icp-form {
    margin: 0 auto;
    padding: 45px;
    width: 100%;
    max-width: 730px;
    border-radius: 10px;
    background:#ffffff;
    box-shadow: 0 0 12px 1px #0074f8;
  }
/* #regForm{
  background:#0000000d;
  padding: 40px 20px;
}
 */
.container{
    width:100%;
    max-width:1200px;
    margin:0 auto;
/*     text-align:center; */
    padding: 0 20px;
    padding-bottom:40px;
}

.outer-container{
  background:#0000000d;
}

.container-wrapper{
    display: flex;
    column-gap: 40px;
    max-width: 1000px;
    width: 100%;
    justify-content: center;
    margin: auto;
}
.col-1{
  width:40%;
}
.col-2{
  width:60%;
}
.header2 h1{
  text-align:center;
}

/* header section starts */
header{
    width: 100%;
    padding: 15px 20px;
    background-color: black;
}
.header1{
    padding-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.logo{
    padding-right: 50px;
    padding-top:20px;
}
.dbimg img{
    width: 80px;
}
/* header section ends */

/* intro section starts */
#intro{
    padding-top: 30px;
    background-color:#0000000d;
}
#intro p{
    margin: 0 auto;
    font-size: 20px;
    line-height: 26px;
}
#intro h1{
    font-size: 46px;
    line-height: 52px;
    padding-bottom:30px;
    text-align:center;
}
.flexcontent{
  justify-content:space-around;  
}
/* intro section ends */

/* bdform section starts */
 #dbForm{
    padding: 30px 0 60px 0;
    background: #0000000d;
    /* display: none; */
}
.checkbox{
  background: #ffffff;
}
h2{
/*     text-align: center; */
    font-size: 32px;
    line-height: 40px;
    padding-bottom:30px;
}
.radioInput{
    /* width: 400px; */
    font-size: 22px;
    line-height: 28px;
    padding-left:40px;
    text-align: left;
    margin: 0 auto;
    display:flex;
    align-items:baseline;
    gap:10px;
}


/* form css  starts */
.forms{
    /* display: none; */
    width: 100%;
    max-width:730px;
    margin: 0 auto;
    padding: 20px 0;
}
#wrapper{
    display: none;
    color: #000000;
/*     border: 2px solid rgba(0, 0, 0, 0.2); */
/*     backdrop-filter: blur(20px); */
/*     box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
    box-shadow: 0 0 12px 1px #0074f8;
    padding: 30px 30px;
    border-radius: 10px; 
    text-align: left;
    background:#ffffff;
/*     animation: boxshadow 5s infinite; */
}
/* @keyframes boxshadow {
  50% {box-shadow: 0px 0px 10px 1px #0074f8;}
} */
.checkbox{
    text-align: justify;
}
.checkbox input{
    margin: 3px 0 15px 0;
    width: 220px;
    padding: 7px;
    border-radius: 5px;
}
.tab{
    padding-bottom: 20px;
    width:100%;
    margin:auto;
}
/* #tab3{
  width:100%;
} */
.tab select{
    margin-top: 3px;
    padding: .7rem;
    width: 250px;
    border-radius: 5px;
    margin-bottom: 10px;
/*     margin-left: 90px; */
}
.checkbox label{
    font-size: 20px;
}
.checkbox p{
    font-size: 26px;
    text-align: center;
    padding-bottom:10px ;
}
.refDoc{
    width: 60% !important;
}
.text{
    width: 100%;
    padding-top: 10px ;
    font-size: 20px;
}
textarea{
    padding: 5px;
    margin-top: 8px;
    height: 100px;
    width: 100%;
} 

#dropdown{
  position:relative;
}

.flexnew{
    display:flex;
    justify-content: center;
    padding-top: 20px;
    gap:40px;
}
.flexnew .button1{
    color: #fff;
    background: #0074f8;
    margin: 0;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
    font-family:'Poppins', sans-serif;
    border-radius: 10px;
}
.flexnew .button1:hover{
    background-color: #61a3ee;
    border: unset;
    border-radius: 10px;
    color: #03080f;
}
.submit-btn button{
    background-color:#04aa6d;
    border: none;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
    font-family:'Poppins', sans-serif;
}
.submit-btn button:hover{
    background-color: #04aa6d;
    border: unset;
    border-radius: 10px;
    color: #03080f;
}
/* .button{
    font-size: 18px;
    padding: 10px 6px;
    border-radius: 10px;
    margin: 0 auto;
    width: 140px;
    background-color: #04aa6d;
    letter-spacing: 1.5px;
    text-align: center; 
} */
.hidden{
    display: none;
}
.label1 label, .label2 label{
  margin-bottom:10px;
}
/* .pre-next-btn{
    max-width: 1000px;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
} */
#btn{
  display:flex;
  justify-content:center;
  gap:40px;
}

#next-btn:hover{
    background-color: #61a3ee;
    border: 1px solid #61a3ee;
    border-radius: 10px;
    color: #03080f;
    
}
.backButton:hover{
  background-color: #61a3ee;
    border: 1px solid #61a3ee;
    border-radius: 10px;
    color: #03080f;
}
#nextBtn:hover{
/*     background-color: #04aa6d;
    border: 1px solid #04aa6d; */
    border-radius: 10px;
    color: #03080f;
}
select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

/* form css ends */

@media screen and (max-width:768px){
  .container{
    padding-bottom:20px;
  }
  
  .container-wrapper{
    flex-direction:column;
  }
  .tab{
    width:100%;
  }
  .nextButton{
    font-size:12px!important;
  }
  #btn{
    justify-content:flex-end;
  }
  #intro h1 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom:unset;
  }
  #dbForm h2{
    font-size: 24px;
    line-height: 28px;
  }
  #intro p{
    font-size: 16px;
    line-height: 20px;
  }
  .header1 p{
    font-size: 16px!important;
    line-height: 20px!important;
  }
  .header2 h1{
    margin-bottom:40px!important;
  }
  h1{
    font-size: 28px;
    line-height: 34px;
  }
  .radioInput{
    font-size:16px;
    line-height: 22px;
    padding-left: 22px;
  }
  .forms{
    padding:unset;
  }
  .backButton{
    font-size:12px!important;
  }
  #icp-form{
    padding-left:20px;
    padding-right:20px;
  }
  .header1{
    padding-top:0!important;
  }
/*   #dbForm{
    padding-top:0px;
  } */
  .flexnew .button1, .button{
    font-size:14px!important;
}
  
}

@media screen and (max-width: 520px){
/*     .forms{
        width:330px;
    } */
    #req-object{
        margin: 0;
    }
    .refDoc{
        width: 220px !important;
    }
}

@media screen and (max-width:480px){
  #regForm{
    width:100%!important;
  }
  #btn{
    gap:30px;
  }
  #intro h1{
    font-size:22px;
    line-height:28px;
  }
  #intro p{
     font-size:14px;
     line-height:20px;
  }
  #dbForm h2 {
    font-size: 18px;
    line-height: 24px;
}
  h2{
    padding-bottom:0;
  }
  #dbForm{
    padding-top:0;
  }
  .checkbox label{
    font-size:16px;
  }
  form label{
    font-size:16px;
  }
  h1 {
    font-size: 22px;
    line-height: 28px;
    }
  #wrapper{
    padding-left:20px;
    padding-right:20px;
  }
/* .nextButton{
    background-color: #d87277;
    border-radius: 40px;
    font-size: 18px;
    letter-spacing: 1.5px;
    padding: 10px 6px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    float: right;
    margin-top: 15px;
} */