.edublink-page-title-area.edublink-default-breadcrumb {
    background-color: #E8F0FA;
}

.edublink-course-page-header {
    background-color: #E8F0FA;
}

.edublink-single-course.course-style-7 .content .course-cat {
    background-color: #E8F0FA;
}

.edu-top-sorting-area .edu-course-sorting .course-orderby {
    background-color: #E8F0FA;
}

.edu-search-box input {
    background: #E8F0FA;
}

.edublink-team-item .thumbnail a:after {

    background-color: rgba(232, 240, 250, 0.6)
  
}

.lc-form {
  width: 100%;
  max-width: 100%;
}

.lc-form h3 {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1.25;
}

.lc-form-intro {
  margin-bottom: 16px;
  font-size: 15px;
}

.lc-field {
  margin-bottom: 12px;
}

.lc-field label {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.35;
}

.lc-form input[type="text"],
.lc-form input[type="email"],
.lc-form input[type="tel"],
.lc-form select,
.lc-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 15px;
}

.lc-form select {
  height: 44px;
}

.lc-form textarea {
  height: 150px;
  min-height: 150px;
  resize: vertical;
}

.lc-consents {
  margin-top: 18px;
}

.lc-required-title {
  margin: 18px 0 8px;
  font-weight: 700;
  color: #000;
}

.lc-consents .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 12px;
}

.lc-consents .wpcf7-list-item {
  margin: 0 0 12px 0;
  display: block;
}

.lc-consents label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.45;
  font-size: 14px;
}

.lc-consents input[type="checkbox"] {
  margin-top: 4px;
  flex: 0 0 auto;
}

.lc-consents a {
  font-weight: 600;
  text-decoration: underline;
}

.lc-submit {
  margin-top: 18px;
}

.lc-submit input[type="submit"] {
  padding: 12px 32px;
  border: none;
  background: #f47b20;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.lc-submit input[type="submit"]:hover {
  background: #e66f16;
}