.hero .logo {
  text-align: center;
}
.course-title {
  color: white;
  text-align: center;
}

.tabs-section {
  flex: 0 1 48%;
}

.nm {
  margin-top: 0px;
}
.footer-section {
  padding: 0px 0px 22px 0px;
}

/* Terms and condition */
.term-condition .bottom-line {
  width: 100%;
  height: 1px;
  background-color: #c7c8c9;
  margin-top: 30px;
}
.terms-heading h2 {
  color: black;
}
.term-list li {
  margin-bottom: 10px;
}

section.single-course input:focus,
section.single-course textarea:focus {
  background: #eed59a40;
}
.form-check-input {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
}
.form-check-input:focus {
    box-shadow: none !important;
    outline: none !important;
}


@media (max-width: 992px) {
  .page-content svg {
    width: 50% !important;
  }
  .page-content h4 {
    padding-top: 15px !important;
  }
  .link-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .front-tag {
    margin: 0 0px 0px 0 !important;
  }
  .tabs-section {
    flex: 0 1 100%;
  }
}

@media (max-width: 768px) {
  .page-content svg {
    width: 85% !important;
  }

  .link-tag {
    display: grid;
    gap: 10px;
  }
}

@media (max-width: 425px) {
  .page-content svg {
    width: 85% !important;
  }
  .front-tag {
    margin: 0 0px 0px 0 !important;
  }
  .tabs-section {
    flex: 0 1 100%;
  }
  .list-item-crum h1 {
    font-size: 22px !important;
    margin-bottom: 12px;
    margin-top: 10px;
  }
  .list-item-crum p {
    font-size: 20px !important;
  }
  .page-content h1 {
    font-size: 32px !important;
  }
}
