.preducation-page { max-width: 100%; }
.preducation-banner { margin-bottom: 30px; }
.preducation-banner img { display: block; width: 100%; height: auto; }
.preducation-content { margin-bottom: 30px; }
.preducation-form-wrapper {padding: 30px; background: #f9f9f9; }
.preducation-form-wrapper h2 { margin-bottom: 25px; }
.preducation-form .form-group { margin-bottom: 18px; }
.preducation-form label sup { color: #d00; }
.preducation-form .form-footer { margin-top: 20px; }


.preducation-content ul {
    list-style: disc;
    margin-left: 40px;
}

select#education-time, select#education-language{
    margin-top: 0;
}

#preducation-form .form-control:focus {
    box-shadow: unset;
    background: #ffffff;
    background-color: #ffffff;
}

#preducation-form  select.form-control,  #preducation-form  select.form-control:focus{
    font-size: 12px;
}
#preducation-form .form-control:focus-visible{
    outline: none ;
}