*{
    margin: 0;
    padding: 0;
    font-family: 'HK Grotesk' !important;
}
body{
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'HK Grotesk' !important;
}
.form_section{
    padding: 30px 0px;
}
.form_container{
    padding-left: 15px;
    padding-right: 15px;
}
.mkb_head{
    text-align: center;
    font-size: 22px;
    font-family: 'hk_groteskextrabold' !important;
    margin: 20px auto 20px auto;
    color: #1F4199;
}
.img_up_div{
    position: relative;
}
img.user_img{
    width: 90px;
    height: 90px;
    border-radius: 100px;
    display: block;
    margin: 20px auto 10px auto;
}
.upload_btn{
    background: rgba(31, 65, 153, 0.1);
    border: none;
    color: #000;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    width: 160px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 40px auto;
}
.upload_btn img{
    margin-right: 5px;
}
.upload_btn span{
    color: red;
}
.form_label{
    margin-bottom: 20px;
}
.selec_pos{
    position: relative;
}
.form_label h5{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.form_label h5 span{
    color: red;
}
.form_label input{
    width: 100%;
    border: 1.5px solid #E7E7E7;
    border-radius: 5px;
    height: 45px;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    outline: none;
}
.form_label input::placeholder{
    color: rgba(0, 0, 0, 0.6);
}
.form_label textarea{
    width: 100%;
    border: 1.5px solid #E7E7E7;
    border-radius: 5px;
    height: 45px;
    font-size: 16px;
    outline: none;
    font-weight: 600;
    color: #000;
    height: 100px;
    padding: 10px;
}
.bjpkaryakrta{
    border-top: 1.5px dashed rgba(112, 112, 112, 0.33);
    padding: 30px 0px 300px 0px;
}
.mkb_head_bjp{
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}
.select_state{
    position: relative;
}
.select_state select{
    width: 100%;
    border: 1.5px solid #E7E7E7;
    border-radius: 5px;
    height: 45px;
    padding: 0px 30px 0px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    outline: none;
    background: none;
    cursor: pointer;
    appearance: none;
}
.select_state img{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
    width: 12px;
}

.form_label select{
    width: 100%;
    border: 1.5px solid #E7E7E7;
    border-radius: 5px;
    height: 45px;
    padding: 0px 30px 0px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    outline: none;
    background: none;
    cursor: pointer;
    appearance: none;
    position: relative;
    z-index: 2;
}
.form_label img{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
    width: 12px;
}
.submit_btn{
    background: #FF5C35;
    color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    border: none;
    text-transform: uppercase;
}
.popup_pos{
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4;
}
.popup_bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}
.popup_content h5{
    color: rgba(31, 65, 153, 0.8);
    font-size: 22px;
    font-family: 'hk_groteskextrabold' !important;
    margin: 10px auto;
    text-align: center;
}
.imgup_div{
    position: relative;
    width: 150px;
    height: 150px;
    /* overflow: hidden; */
    border-radius: 100%;
    margin: 40px auto;
}
img.userup_img{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0px auto;
    border-radius: 100%;
}
.imgup_div input{
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 3;
}
.edit_btn{
    background: #fff;
    border: none;
    outline: none;
    position: absolute;
    bottom: 5%;
    right: 5%;
    /* padding: 10px; */
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.imgbtn_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
ul.imgbtn_list li{
    padding: 0px 5px;
    width: 49%;
}
ul.imgbtn_list li button.no_btn{
    background: #fff;
    border: 1px solid #FF5C35;
    color: #FF5C35;
    height: 40px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}
ul.imgbtn_list li button.yes_btn{
    background: #FF5C35;
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}
.form_label .css-1eb5t8l-control{
    background: #fff;
    border-color: #E7E7E7;
}
.graphic_head{
    color: #eb7023;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 25px;
    margin: 0px auto 10px auto;
}