.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 */

       }
   
/*-------------------------------------------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 */

       }

}

/*-------------------------------------------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 */

       }

}

/*-------------------------------------------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 */

       }

}

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