.edvdo_career_expert_apllication_form_main_box {
    margin: 2%;
}
.edvdo_career_expert_application_input_Outerbox {
    width: 100%;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

.edvdo_career_expert_application_sub_fields {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin: 1.5% 0%;
    justify-content: flex-end;
}
.edvdo_career_expert_applications_single_sub_field {
    width: 49%;
}
.edvdo_career_expert_application_sub_fields label {
margin-bottom: 2%; /* Adds space below the label */

       }
.edvdo_career_expert_application_form input,
.edvdo_career_expert_application_form select,
.edvdo_career_expert_application_form textarea,  
.edvdo_career_expert_application_form [type=text],
.edvdo_career_expert_application_form [type=email],
.edvdo_career_expert_application_form [type=number],
.edvdo_career_expert_application_form [type=url]{
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    background: #FFF;
    border: none;
    transition: all 0.3s;
 
}

.edvdo_career_expert_application_form [type=submit] {
    display: flex;
justify-content: flex-end;
    width: 193px;
    padding: 10px 42px;
    border-radius: 8px;
    background: #3F4DCB;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 2%; 
    margin-left: auto;
}
.edvdo_career_expert_application_form [type=submit]:hover {
    background: #2D3BB5;
}
.edvdo_agreement_section {
    display: flex;
    align-items: center;
    gap: 50px;
}
    


.edvdo_career_expert_testimonials_sub_fields {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin: 1.5% 0%;
    justify-content: flex-end;
}
.edvdo_career_expert_testimonials_single_sub_field {
    width: 49%;
}


.edvdo_career_expert_testimonial_input_Outerbox {
    width: 100%;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}


.edvdo_career_expert_testimonials_sub_fields label {
margin-bottom: 2%; /* Adds space below the label */

       }




/* Resume Upload Outer Box */
.edvdo_resume_upload_outerbox {
    display: flex;
    flex-direction: column;
    align-items: center; /* center content horizontally */
    justify-content: center; /* center content vertically */
    height: 296px;
    padding: 62px 440px;
    gap: 10px;
    border-radius: 12px;
    border: 1px dashed #ADADAD;
    background: #FAFAFA;
    box-sizing: border-box;
    text-align: center;
}

/* Icon in the center */
.edvdo_resume_upload_outerbox .resume_upload_icon {
   
   width:50px; height:50px;
}




/* Browse Button */
.edvdo_resume_upload_outerbox .resume_browse_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 44px;
    border-radius: 8px;
    background: var(--Primary, #3F4DCB);
    color: #ffffff;
  ;
    cursor: pointer;
    text-decoration: none;
}

/* Optional: Hide default file input */
.edvdo_resume_upload_outerbox input[type="file"] {
    display: none;
}




.radio_group_cexpert {
    display: flex;
    gap: 20px;
    margin-top: 5px;
}

.custom_radio_cexpert input[type="radio"] {
    display: none;
}

.radio_mark_cexpert {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ADADAD;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
}

.custom_radio_cexpert input[type="radio"]:checked + .radio_mark_cexpert::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #0073e6;
    border-radius: 50%;
}

.custom_radio_cexpert {
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
}



   
/*-------------------------------------------Laptop Scrren Starts-----------------------------------------------------------*/

@media screen and (min-width: 1025px) and (max-width: 1440px){


    .edvdo_career_expert_apllication_form_main_box {
        margin: 2%;
    }
    .edvdo_career_expert_application_input_Outerbox {
        width: 100%;
        display: flex;
        gap: 2%;
    }
    .edvdo_career_expert_application_sub_fields {
        width: 49%;
        display: flex;
    flex-direction: column;
        
    }
    .edvdo_career_expert_application_sub_fields label {
    margin-bottom: 2%; /* Adds space below the label */
           }
    .edvdo_career_expert_application_form input,
    .edvdo_career_expert_application_form select,
    .edvdo_career_expert_application_form textarea,  
    .edvdo_career_expert_application_form [type=text],
    .edvdo_career_expert_application_form [type=email],
    .edvdo_career_expert_application_form [type=number]{
        width: 100%;
        padding: 12px;
        border-radius: 4px;
        background: #FFF;
        border: none;
        transition: all 0.3s;
     
    }
    
    .edvdo_career_expert_application_form [type=submit] {
        display: flex;
    justify-content: flex-end;
        width: 193px;
        padding: 10px 42px;
        border-radius: 8px;
        background: #3F4DCB;
        color: white;
        border: none;
        cursor: pointer;
        margin-top: 2%; 
        margin-left: auto;
    }
    .edvdo_career_expert_application_form [type=submit]:hover {
        background: #2D3BB5;
    }
    .edvdo_agreement_section {
        display: flex;
        align-items: center;
        gap: 50px;
    }



.edvdo_career_expert_testimonials_sub_fields {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin: 1.5% 0%;
    justify-content: flex-end;
}
.edvdo_career_expert_testimonials_single_sub_field {
    width: 49%;
}


.edvdo_career_expert_testimonial_input_Outerbox {
    width: 100%;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}


.edvdo_career_expert_testimonials_sub_fields label {
margin-bottom: 2%; /* Adds space below the label */

       }

}





/* Resume Upload Outer Box */
.edvdo_resume_upload_outerbox {
    display: flex;
    flex-direction: column;
    align-items: center; /* center content horizontally */
    justify-content: center; /* center content vertically */
    height: 296px;
    padding: 62px 440px;
    gap: 10px;
    border-radius: 12px;
    border: 1px dashed #ADADAD;
    background: #FAFAFA;
    box-sizing: border-box;
    text-align: center;
}

/* Icon in the center */
.edvdo_resume_upload_outerbox .resume_upload_icon {
   
   width:50px; height:50px;
}




/* Browse Button */
.edvdo_resume_upload_outerbox .resume_browse_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 44px;
    border-radius: 8px;
    background: var(--Primary, #3F4DCB);
    color: #ffffff;
  
    cursor: pointer;
    text-decoration: none;
}

/* Optional: Hide default file input */
.edvdo_resume_upload_outerbox input[type="file"] {
    display: none;
}




.radio_group_cexpert {
    display: flex;
    gap: 20px;
    margin-top: 5px;
}

.custom_radio_cexpert input[type="radio"] {
    display: none;
}

.radio_mark_cexpert {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ADADAD;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
}

.custom_radio_cexpert input[type="radio"]:checked + .radio_mark_cexpert::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #0073e6;
    border-radius: 50%;
}

.custom_radio_cexpert {
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
}





/*-------------------------------------------Laptop Scrren Ends-----------------------------------------------------------*/


/*-------------------------------------------Tablet Scrren Starts-----------------------------------------------------------*/

@media screen and (min-width: 481px) and (max-width: 1024px){


    .edvdo_career_expert_apllication_form_main_box {
        margin: 2%;
    }
    .edvdo_career_expert_application_input_Outerbox {
        width: 100%;
        display: flex;
        gap: 2%;
    }
    .edvdo_career_expert_application_sub_fields {
        width: 49%;
        display: flex;
        flex-direction: column;
        
    }

    .edvdo_career_expert_applications_single_sub_field {
        width: 100%;
    }

    .edvdo_career_expert_application_sub_fields label {
        margin-bottom: 2%; /* Adds space below the label */
    }
    .edvdo_career_expert_application_form input,
    .edvdo_career_expert_application_form select,
    .edvdo_career_expert_application_form textarea,  
    .edvdo_career_expert_application_form [type=text],
    .edvdo_career_expert_application_form [type=email],
    .edvdo_career_expert_application_form [type=number]{
        width: 100%;
        padding: 12px;
        border-radius: 4px;
        background: #FFF;
        border: none;
        transition: all 0.3s;
     
    }
    
    .edvdo_career_expert_application_form [type=submit] {
        display: flex;
    justify-content: flex-end;
        width: 193px;
        padding: 10px 42px;
        border-radius: 8px;
        background: #3F4DCB;
        color: white;
        border: none;
        cursor: pointer;
        margin-top: 2%; 
        margin-left: auto;
    }
    .edvdo_career_expert_application_form [type=submit]:hover {
        background: #2D3BB5;
    }
    .edvdo_agreement_section {
        display: flex;
        align-items: center;
        gap: 50px;
    }

.edvdo_career_expert_testimonials_sub_fields {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin: 1.5% 0%;
    justify-content: flex-end;
}
.edvdo_career_expert_testimonials_single_sub_field {
    width: 49%;
}


.edvdo_career_expert_testimonial_input_Outerbox {
    width: 100%;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}


.edvdo_career_expert_testimonials_sub_fields label {
margin-bottom: 2%; /* Adds space below the label */

       }

}






/* Resume Upload Outer Box */
.edvdo_resume_upload_outerbox {
    display: flex;
    flex-direction: column;
    align-items: center; /* center content horizontally */
    justify-content: center; /* center content vertically */
    height: 296px;
    padding: 62px 440px;
    gap: 10px;
    border-radius: 12px;
    border: 1px dashed #ADADAD;
    background: #FAFAFA;
    box-sizing: border-box;
    text-align: center;
}

/* Icon in the center */
.edvdo_resume_upload_outerbox .resume_upload_icon {
   
   width:50px; height:50px;
}




/* Browse Button */
.edvdo_resume_upload_outerbox .resume_browse_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 44px;
    border-radius: 8px;
    background: var(--Primary, #3F4DCB);
    color: #ffffff;
  
    cursor: pointer;
    text-decoration: none;
}

/* Optional: Hide default file input */
.edvdo_resume_upload_outerbox input[type="file"] {
    display: none;
}




.radio_group_cexpert {
    display: flex;
    gap: 20px;
    margin-top: 5px;
}

.custom_radio_cexpert input[type="radio"] {
    display: none;
}

.radio_mark_cexpert {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ADADAD;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
}

.custom_radio_cexpert input[type="radio"]:checked + .radio_mark_cexpert::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #0073e6;
    border-radius: 50%;
}

.custom_radio_cexpert {
    cursor: pointer;
    
    display: flex;
    align-items: center;
}



/*-------------------------------------------Tablet Scrren Ends-----------------------------------------------------------*/



/*-------------------------------------------Mobile Scrren Starts-----------------------------------------------------------*/

@media screen and (min-width: 320px) and (max-width: 480px){

    
.edvdo_career_expert_apllication_form_main_box {
    margin: 2%;
}
.edvdo_career_expert_application_input_Outerbox {
    width: 100%;
    display: block;
    
}

.edvdo_career_expert_application_sub_fields {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.edvdo_career_expert_application_sub_fields label {
    margin-bottom: 2%; /* Adds space below the label */
}
.edvdo_career_expert_application_form input,
.edvdo_career_expert_application_form select,
.edvdo_career_expert_application_form textarea,  
.edvdo_career_expert_application_form [type=text],
.edvdo_career_expert_application_form [type=email],
.edvdo_career_expert_application_form [type=number]{
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    background: #FFF;
    border: none;
    transition: all 0.3s;
    margin-bottom: 2%;
 
}

.edvdo_career_expert_application_form [type=submit] {
    display: flex;
justify-content: flex-end;
    width: 193px;
    padding: 10px 42px;
    border-radius: 8px;
    background: #3F4DCB;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 2%; 
    margin-left: auto;
}
.edvdo_career_expert_application_form [type=submit]:hover {
    background: #2D3BB5;
}
.edvdo_agreement_section {
    display: flex;
    align-items: center;
    gap: 50px;
}


.edvdo_career_expert_testimonials_sub_fields {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin: 1.5% 0%;
    justify-content: flex-end;
}
.edvdo_career_expert_testimonials_single_sub_field {
    width: 49%;
}


.edvdo_career_expert_testimonial_input_Outerbox {
    width: 100%;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}


.edvdo_career_expert_testimonials_sub_fields label {
margin-bottom: 2%; /* Adds space below the label */

       }

}




/* Resume Upload Outer Box */
.edvdo_resume_upload_outerbox {
    display: flex;
    flex-direction: column;
    align-items: center; /* center content horizontally */
    justify-content: center; /* center content vertically */
    height: 200px;
    padding: 62px 40px;
    gap: 10px;
    border-radius: 12px;
    border: 1px dashed #ADADAD;
    background: #FAFAFA;
    box-sizing: border-box;
    text-align: center;
}

/* Icon in the center */
.edvdo_resume_upload_outerbox .resume_upload_icon {
   
   width:50px; height:50px;
}




/* Browse Button */
.edvdo_resume_upload_outerbox .resume_browse_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 44px;
    border-radius: 8px;
    background: var(--Primary, #3F4DCB);
    color: #ffffff;
  
    cursor: pointer;
    text-decoration: none;
}

/* Optional: Hide default file input */
.edvdo_resume_upload_outerbox input[type="file"] {
    display: none;
}




.radio_group_cexpert {
    display: flex;
    gap: 20px;
    margin-top: 5px;
}

.custom_radio_cexpert input[type="radio"] {
    display: none;
}

.radio_mark_cexpert {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ADADAD;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
}

.custom_radio_cexpert input[type="radio"]:checked + .radio_mark_cexpert::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #0073e6;
    border-radius: 50%;
}

.custom_radio_cexpert {
    cursor: pointer;
    
    display: flex;
    align-items: center;
}



/*-------------------------------------------Mobile Scrren Starts-----------------------------------------------------------*/