.london-body-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.search-school-title {
  display: flex;
  justify-content: center;
}

.title-container {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}

.london-hero-image-mobile {
  display: none;
}

.image-container {
  height: 500px;
  width: 100%;
  margin-bottom: 8rem;
}

.image-container img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100rem;
  margin-bottom: 4rem;
}

.image-container-mobile {
  display: none;
}

.london-container {
  margin: 0;
  width: 100%;
}

.london-hero {
  margin: 0;
  margin-top: 5rem;
  padding: 0;
  top: 8rem;
  background-image: url("../img/twoStepsToSuccess/2-steps-to-success-banner-background-01-01-663cb4ef23607.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 40rem;
  min-height: 20rem;
  min-width: 100%;
  display: flex;
}

.london-hero-image {
  position: relative;
  margin-top: 4rem;
  height: auto;
}

.london-hero-image img {
  max-width: 90%;
  max-height: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.about-london-container {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: left;
  max-width: 80%;
}

.about-london-column {
  display: flex;
  flex-direction: column;
  background-color: #eeee;
  margin-right: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 15px;
}

.about-london-container-left {
  display: flex;
  flex-direction: row;
  margin-right: 4rem;
  margin-left: 4rem;
  max-width: 40%;
}

.about-london-container-left img {
  max-width: 4rem;
  height: auto;
}

.london-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.london-column {
  display: flex;
  flex-direction: column;
}

.about-london-container-right {
  display: flex;
  flex-direction: column;
  max-width: 45rem;
  text-align: left;
}

.course-detail {
  margin-bottom: 2rem;
  text-align: left;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.how-course-works-column {
  display: flex;
  flex-direction: column;
  width: 25rem;
  margin-right: 2rem;
  min-height: 42rem;
  margin-bottom: 2rem;
}

.course-content {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.how-course-works-background {
  margin: 0;
  margin-bottom: 4rem;
  margin-top: -4rem;
  padding: 0;
  background-color: #f3f3f3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 120rem;
  min-width: 100%;
  display: flex;
  justify-content: center;
}

.how-course-works-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.how-course-works-text {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.steps-background-two-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 100%;
  height: 15rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  border-radius: 15px;
  box-sizing: border-box;
}

.border-orange {
  border: 6px solid #fdba74;
  border-radius: 22px;
}

.border-dark-blue {
  border: 6px solid #779ecb;
  border-radius: 22px;
}

.border-blue {
  border: 6px solid #aec6cf;
  border-radius: 22px;
}

.border-yellow {
  border: 6px solid #fdfd96;
  border-radius: 22px;
}

.border-purple {
  border: 6px solid #cdb4db;
  border-radius: 22px;
}

.border-red {
  border: 6px solid #ff6961;
  border-radius: 22px;
}

.border-cyan {
  border: 6px solid #a2d5f2;
  border-radius: 22px;
}

.border-green {
  border: 6px solid #77dd77;
  border-radius: 22px;
}

.bg-orange {
  background-color: #fdba74;
}
.bg-dark-blue {
  background-color: #779ecb;
}
.bg-blue {
  background-color: #aec6cf;
}
.bg-yellow {
  background-color: #fdfd96;
}
.bg-purple {
  background-color: #cdb4db;
}
.bg-red {
  background-color: #ff6961;
}
.bg-cyan {
  background-color: #a2d5f2;
}
.bg-green {
  background-color: #77dd77;
}

.help-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}

.step-content {
  text-align: center;
  width: 90%;
  margin-top: 1rem;
}
.help-text-container {
  max-width: 10rem;
}

.icons {
  max-width: 5rem;
  height: auto;
}

.table-container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.school-search-container {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  margin-bottom: 4rem;
  text-align: left;
}

.table-background {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #aae1f2;
  width: 80%;
  height: 4rem;
  border-radius: 50px;
  box-sizing: border-box;
}

.table-background-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #aae1f2;
  width: 40%;
  height: 4rem;
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.table-background-generate {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #aae1f2;
  width: auto;
  height: 4rem;
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}

.search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: none;
  max-width: 70rem;
  height: auto;
  flex: 1;
  margin-right: 1rem;
  padding: 0 1rem;
}

.search-bar-layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem;
}

.table-background-row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
}

.table-background-container {
  display: flex;
  width: 100%;
  margin-top: 1rem;
  justify-content: space-between;
}

.table-background-row p {
  margin-bottom: 0 !important;
}

input::placeholder {
  opacity: 0.5;
  color: grey;
  font-size: large;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  background-color: #aae1f2;
  padding: 0 1rem;
  text-align: left;
  vertical-align: middle;
  max-width: 8rem;
}

.data-table td {
  white-space: normal !important;
}

th.rotate > div {
  transform: rotate(315deg);
  width: 30px;
}

.data-table tbody tr td {
  min-height: 50px;
}

table {
  overflow-x: scroll;
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

.data-table th,
.data-table td {
  background-color: #aae1f2;
  padding: 1rem;
  text-align: left;
}

.data-table th {
  vertical-align: bottom;
}

.data-table tr {
  border-radius: 15px;
}

.data-table i {
  max-width: 30px;
  height: auto;
  margin-left: 1rem;
  color: #0c57f0;
}

.data-table thead th {
  background-color: #aae1f2;
  height: 8rem;
}

.data-table tbody tr {
  margin-bottom: 0;
}

.data-table thead th:first-child {
  max-width: 5rem;
  flex-wrap: wrap;
  text-align: center;
}

.data-table thead th:first-child {
  border-top-left-radius: 50px;
}

.data-table thead th:last-child {
  border-top-right-radius: 50px;
}

.data-table thead th:first-child {
  border-bottom-left-radius: 50px;
}

.data-table thead th:last-child {
  border-bottom-right-radius: 50px;
}

.data-table tbody tr td:first-child {
  text-align: center;
}

.error-message {
  display: none;
  justify-content: flex-start;
  color: red;
}

.tick-size {
  width: 30px;
  height: auto;
}

.select-course-button {
  display: inline-block;
  height: 50px;
  line-height: 52px;
  text-align: center;
  padding: 0 25px;
  color: #ffffff;
  background: #0c57f0;
  -webkit-border-radius: var(--bradius);
  -moz-border-radius: var(--bradius);
  border-radius: var(--bradius);
  font-weight: 500;
  text-transform: lowercase;
  width: 100%;
}

.e-btn-red {
  display: inline-block;
  height: 50px;
  line-height: 52px;
  text-align: center;
  padding: 0 25px;
  color: #ffffff;
  background: #f00c0c;
  -webkit-border-radius: var(--bradius);
  -moz-border-radius: var(--bradius);
  border-radius: var(--bradius);
  font-weight: 500;
  text-transform: lowercase;
  width: auto;
}
.e-btn-red:first-letter {
  text-transform: uppercase;
}
.e-btn-red:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 24px 0px rgba(4, 23, 118, 0.3);
  -moz-box-shadow: 0px 10px 24px 0px rgba(4, 23, 118, 0.3);
  box-shadow: 0px 10px 24px 0px rgba(4, 23, 118, 0.3);
}

.suggested-course-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 4rem;
}

.suggested-course-card {
  display: flex;
  width: 40rem;
  height: auto;
  background-image: url("../img/London11+/suggested-course-background-01-663a420e6d8c9.webp");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem;
  min-height: 28rem;
}

.generated-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.suggested-course-card h3 {
  margin: 2rem 0;
}

.suggested-course-card-creative-writing {
  display: flex;
  width: 100%;
  height: auto;
  background-color: #aae1f2;
  border-radius: 15px;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem;
  margin-left: 4rem;
  min-height: 28rem;
}

.hidden {
  display: none;
}

.visible {
  display: flex;
  width: 100%;
  height: auto;
  background-image: url("../img/London11+/creative-writing-background-01-01-663a45c800f6d.webp");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem;
  margin-left: 4rem;
  min-height: 28rem;
}

.suggested-course-card-creative-writing h3 {
  margin: 2rem 0;
}

.suggested-course-card-creative-writing-left {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: space-evenly;
  width: 40%;
  margin: 1rem;
}

.suggested-course-card-creative-writing-left img {
  border-radius: 15px;
  max-width: 18rem;
}

.course-and-creative-writing-section-container {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.course-and-creative-writing-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 2rem;
}

.suggested-course-card-creative-writing-right {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: space-evenly;
  width: 80%;
  margin: 1rem;
}

.suggested-course-layout {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
}

.suggested-course-left-side {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: space-evenly;
}

.suggested-course-left-side-container {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.suggested-course-left-side p {
  margin-bottom: 0 !important ;
}

.suggested-course-middle {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-evenly;
  margin-left: 2rem;
  margin-right: 2rem;
}

.suggested-course-right-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.suggested-course-row {
  display: flex;
  flex-direction: row !important;
  width: 100%;
  justify-content: space-around;
}

.suggested-course-right-side img {
  max-width: 15rem;
  height: auto;
  border-radius: 15px;
}

.creative-writing-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.buy-now-button {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 1rem;
}

.whats-included-tab-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 4rem;
}

.whats-included-tab-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.tabs {
  display: flex;
  height: 2rem;
}

.tab-link {
  width: 15rem;
  border-radius: 15px 15px 0 0;
}

.tab-link.active {
  width: 15rem;
  border-radius: 15px 15px 0 0;
  background-color: #aae1f2;
}

.tab-content-column {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin-right: 2rem;
}

.tab-content-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}

.tab-content p {
  margin-top: 2rem;
  max-width: 40rem;
  min-width: 30rem;
}

.course-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.course-description {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-tabs-intensive {
  display: flex;
  justify-content: center;
}

.tab-content {
  display: block;
}

.tab-content img {
  max-width: 30rem;
  max-height: 30rem;
}

.creative-writing-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.creative-writing-layout {
  display: flex;
  flex-direction: row;
}

.creative-writing-left {
  display: flex;
  width: 50%;
}

.creative-writing-left img {
  border-radius: 15px;
  width: 80%;
}

.creative-writing-container h2 {
  margin-bottom: 2rem;
}

.creative-writing-right {
  width: 50%;
}

.container-two-steps {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/*Mobile size */

@media (max-width: 38rem) {
  .accordion-style3 .accordion-body {
    padding: 0;
  }

  .container-two-steps {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .london-column {
    width: 80%;
  }

  .image-container {
    display: none;
  }

  .image-container-mobile {
    display: block;
    width: 100%;
  }

  .image-container-mobile img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 4rem;
  }

  .course-content {
    width: 100%;
  }

  .how-course-works-container {
    margin-top: 2rem;
  }
  .whats-included-tab-layout {
    width: none;
  }

  .buy-now-button {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }

  .how-course-works-column {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-right: 1rem;
    margin-left: 1rem;
    min-height: 42rem;
    margin-bottom: 2rem;
  }

  .how-course-works-text {
    align-items: center;
  }

  .london-hero-image-mobile {
    display: block;
    position: relative;
    margin-top: 4rem;
    height: auto;
  }

  .london-hero-image {
    display: none;
  }

  .london-hero-image-mobile img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .london-hero {
    margin: 0;
    margin-top: 5rem;
    padding: 0;
    top: 8rem;
    background-image: url("../img/twoStepsToSuccess/mobile-background-hero-01.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* max-height: 40rem; */
    min-height: 60rem;
    width: 100%;
    display: flex;
  }

  .steps-background {
    width: 90%;
    margin-right: 0;
    height: auto;
  }

  th.rotate > div {
    transform: rotate(-90deg);
    width: 30px;
  }

  .table-background-search {
    width: 100%;
    height: 8rem;
  }

  .table-background-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .data-table thead th {
    height: 10rem;
  }

  .about-london-container {
    flex-direction: column;
    margin: 2rem 0;
    max-width: none;
  }

  .about-london-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .about-london-container-left {
    display: block;
    margin-right: 0;
    margin-left: 0;
    max-width: 90%;
  }

  .about-london-container-right {
    max-width: 90%;
  }

  .search-bar-layout {
    justify-content: center;
    flex-wrap: wrap;
  }

  .london-row {
    flex-direction: column;
  }

  .suggested-course-card {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .suggested-course-right-side img {
    display: none;
  }

  .suggested-course-right-side {
    justify-content: center;
    padding: 0;
  }

  .suggested-course-card-creative-writing-left {
    display: none;
  }

  .suggested-course-card-creative-writing {
    margin-left: 0;
    margin-bottom: 8rem;
  }

  .suggested-course-card-creative-writing-right {
    width: 100%;
  }

  .suggested-course-left-side-container {
    padding: 1rem;
    justify-content: center;
  }

  .suggested-course-layout {
    flex-direction: column;
    margin-bottom: 0;
  }

  .tabs {
    display: flex;
    flex-direction: column;
    height: 2rem;
    transform: translateY(-325%);
    align-items: center;
  }

  .tab-link {
    width: 100%;
    border-radius: 0;
  }

  .tab-content p {
    margin-top: 2rem;
    max-width: none;
    min-width: auto;
    width: 100%;
    padding: 1rem;
  }

  #topTab {
    border-radius: 15px 15px 0 0;
  }

  .tab-link.active {
    width: 100%;
    border-radius: 0;
  }

  .tab-content.active {
    padding: 0;
    border-radius: 0 0 15px 15px;
  }

  .tab-content img {
    display: none;
  }

  .tab-content-column {
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .how-course-works-text {
    text-align: left;
  }

  .how-course-works-text h1 {
    margin-left: 1rem;
    margin-bottom: 2rem;
  }

  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  .table-background-row {
    display: block;
  }

  .course-and-creative-writing-section {
    flex-wrap: wrap;
  }
}

@media (min-width: 38rem) and (max-width: 74rem) {
  .steps-background {
    width: 90%;
    margin-right: 0;
    height: auto;
  }

  th.rotate > div {
    transform: rotate(-90deg);
    width: 30px;
  }

  .table-background-search {
    width: 100%;
    height: 8rem;
  }

  .table-background-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .data-table thead th {
    height: 10rem;
  }

  .about-london-container {
    flex-direction: column;
    margin: 2rem 0;
    max-width: none;
  }

  .about-london-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .about-london-container-left {
    display: block;
    margin-right: 0;
    margin-left: 0;
    max-width: none;
  }

  .about-london-container-right {
    display: block;
    margin-right: 0;
    margin-left: 0;
    max-width: 90%;
  }

  .london-row {
    flex-direction: column;
  }

  .suggested-course-card {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .suggested-course-right-side img {
    display: flex;
  }

  .suggested-course-right-side {
    justify-content: center;
    padding: 0;
  }

  .suggested-course-card-creative-writing-left {
    display: flex;
  }

  .suggested-course-card-creative-writing {
    margin-left: 0;
    margin-bottom: 8rem;
  }

  .suggested-course-card-creative-writing-right {
    width: 100%;
    margin: 2rem;
  }

  .suggested-course-left-side-container {
    padding: 1rem;
  }

  .suggested-course-layout {
    flex-direction: column;
    margin-bottom: 0;
  }

  .tabs {
    display: flex;
    flex-direction: column;
    height: 2rem;
    transform: translateY(-325%);
    align-items: center;
  }

  .tab-link {
    width: 100%;
    border-radius: 0;
  }

  #topTab {
    border-radius: 15px 15px 0 0;
  }

  .tab-link.active {
    width: 100%;
    border-radius: 0;
  }

  .tab-content.active {
    padding: 0;
    border-radius: 0 0 15px 15px;
  }

  .tab-content img {
    display: none;
  }

  .tab-content-column {
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .how-course-works-text {
    text-align: left;
  }

  .how-course-works-text h1 {
    margin-left: 1rem;
  }

  .how-course-works-background {
    min-height: 70rem;
  }

  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  .table-background-row {
    display: block;
  }

  .course-and-creative-writing-section {
    flex-wrap: wrap;
  }

  .about-london-column {
    width: 90%;
  }
}
