@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.section_bg{
    width: 100%;
    /* height: 100vh; */
    background: url(/images/health-bg.jpg) repeat;
    background-position: right;
    background-size: cover;
}
.content_heading{
    font-size: 40px;
    color: #2d3142;
    line-height: 3.4rem;
    font-weight: 600;
}
.content_text{
    color: #3e4462;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
}
.content_sub_heading{
    color: #3e4462;
    font-weight: 500;
    font-size: 24px;
}
.content_list{
    margin: 0;
    list-style-type: disc;
    line-height: 34px;

}
.content_list li{
    color: #3e4462;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin-left: -7px;

}
.content_text2{
    color: #4c5980;
    font-weight: 400;
    font-size: 18px; 
}
::marker{
    font-size: 25px;
}
.form_box{
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form_title{
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2rem;
}
.health_id{
    color: #e58075;
}
.adhaar_num_box span{
    font-weight: 600;
}


.mobileNumAdharNumBox{
    background-color: #f0f2ff;
    border-radius: 8px;
    display: none;
    /* border: 1px solid red; */
}
.mobileNumAdharNumBox .aadharMobileNumBtn{
    font-size: 16px;
    font-weight: 600;
    flex-grow: 1;
    padding: 10px;
    color: #4c5980;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    /* border: 1px solid red; */

}
.active{
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
}
.mobileNumInputBox{
    background-color: #f0f2ff;
    border-radius: 8px;
    padding: 11px 16px;
    display: none;
}
.mobileNumInputBox .mobileNumInnerBox span{
    font-weight: 500;
    color: #4c5980;
} 
.mobileNumInputBox .mobileNumInnerBox{
    background-color: #fff;
    padding: 10px 16px;
    border: 1px solid #e4e5ed;
    border-radius: 8px;
} 
.mobileNumInputBox .mobileNumInnerBox:focus-within{
    border: 1px solid #7265e3;
} 
.mobileNumInputBox .mobileNumInput{
    width: 100%;
    outline: none;
    background: none;
    margin-left: 2px;
    font-weight: 500;
    color: #4c5980;
    border: none;
}



.input_box{
    display: flex;
    justify-content: space-between;
    /* border: 1px solid red; */

}

.input_box input{
    width: 140px;
    padding: 15px;
    border: none;
    outline: none;
    background: #fff;
    background-color: #f4f6fa;
    color: #000;
    text-align: center;
    border-radius: 12px;
}
.input_box input::placeholder{
    color: #a1a2b0;
}

.agree_checkbox .checkbox_whatsapp_img{
    display: inline-block;
    width: 20px;
}
.agree_checkbox .checkbox_whatsapp_img img{
    width: 100%;
    object-fit: cover;
}
.agree_checkbox input{
    cursor: pointer;
}
.agree_checkbox input:focus{
   box-shadow: none;
   outline: none;
} 
.agree_checkbox input:checked{
    background-color: #7265e3;
    border: none;
}

.agree_checkbox label{
    color: #4c5980;
    font-size: 15px;
    cursor: pointer;
}
.agree_checkbox .learn_more{
    color: #7265e3;
}

.form_btn_box .form_btn{
    display: block;
    width: 80%;
    max-width: 400px;
    background-color: #f0f2ff;
    padding: 12px 30px;
    border: none;
    font-weight: 600;
    outline: none;
    border-radius: 32px;
    color: #9c9eb9;
}
.form_btn.activeBtn{
    background-color: #7265e3;
    color: #fff;
}
.use_mobile_number{
    display: flex;
    justify-content: center;
    align-items: center;
}
.use_mobile_number .adhaar{
    color: #4c5980;
    font-size: 15px;
    font-weight: 500;
}
.use_mobile_number .mobile_number{
    color: #7265e3;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;   
}

.approved_form_box span{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.approved_form_box .approved_form_img{
    height: 50px;
}
.approved_form_box .approved_form_img img{
    height: 100%;
    object-fit: cover;
}
.form_privacy_box p{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.form_privacy_box a{
    color: #7265e3;
    text-decoration: none;
}