.teacher-landing {
  background-color: #fcfdfe;
}
.teacher-landing .hero {
  padding: 100px 0;
  background-image: url("/v2/views/img/LandingTeachersBg.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media (max-width: 768px) {
  .teacher-landing .hero {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .teacher-landing .hero {
    padding-bottom: 0;
  }
}
.teacher-landing .hero .caption h1 {
  font-size: 40px;
  font-weight: 700;
  color: #202359;
  line-height: 60px;
  margin-bottom: 28px;
}
.teacher-landing .hero .caption p {
  font-size: 22px;
  font-weight: 500;
  color: #9193b6;
  line-height: 31px;
}
.teacher-landing .hero .search-box .search-inputs {
  height: 48px;
  border-radius: 28px !important;
  border: 1px solid #2ea9d3 !important;
  padding: 0 16px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.teacher-landing .hero .search-box .search-inputs input {
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #202359;
  height: 36px;
  background: transparent;
  width: 100%;
  border-right: 1px solid #c4c5d9;
  padding: 0 20px 0 10px;
  margin-right: 20px;
}
.teacher-landing .hero .search-box .search-inputs select {
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #202359;
  height: 36px;
  background: transparent;
  padding: 0 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .teacher-landing .hero .search-box .search-inputs select {
    width: 100%;
  }
}
.teacher-landing .hero .search-box .search-inputs img {
  cursor: pointer;
}
@media (min-width: 992px) {
  .teacher-landing .hero .search-box .search-inputs {
    max-width: 572px;
  }
}
.teacher-landing .jobs {
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .teacher-landing .jobs {
    margin-bottom: 70px;
  }
}
.teacher-landing .jobs .right h3 {
  color: #202359;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
}
@media (max-width: 768px) {
  .teacher-landing .jobs .right h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.teacher-landing .jobs .right p {
  color: #737598;
  font-weight: 500;
  font-size: 22px;
  line-height: 41.23px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .teacher-landing .jobs .right p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .teacher-landing .jobs .right p {
    margin-bottom: 16px;
  }
}
.teacher-landing .jobs .left .searchbox {
  border: 1px solid #e0e0eb;
  border-radius: 28px;
  padding: 9.25px 24px;
}
.teacher-landing .jobs .left .searchbox input {
  border: none;
  outline: none;
}
.teacher-landing .jobs .left .searchbox input::placeholder {
  color: #c4c5d9;
  font-weight: 400;
  font-size: 16px;
  line-height: 29.98px;
}
.teacher-landing .jobs .left .searchbox img {
  cursor: pointer;
}
.teacher-landing .jobs .left .btns {
  border-right: 1px solid #e0e0eb;
  padding-right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 576px) {
  .teacher-landing .jobs .left .btns {
    border-right: none;
  }
}
.teacher-landing .jobs .left .btns button {
  background: #f6f6f9;
  border: none;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
.teacher-landing .jobs .left .btns button.active {
  background: #5b63fb;
  color: #fff;
}
.teacher-landing .jobs .jobcards .jobcard {
  padding: 24px;
  border-radius: 16px;
  background: #f6f6f9;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.teacher-landing .jobs .jobcards .jobcard .top .star {
  border: 2px solid #202359;
  border-radius: 50%;
  padding: 4px;
}
.teacher-landing .jobs .jobcards .jobcard .top p {
  color: #202359;
  font-size: 14px;
}
.teacher-landing .jobs .jobcards .jobcard .middle {
  margin: 32px 0;
}
.teacher-landing .jobs .jobcards .jobcard .middle h4 {
  color: #202359;
  font-weight: 500;
  font-size: 26px;
  line-height: 34.7px;
}
.teacher-landing .jobs .jobcards .jobcard .middle p {
  color: #202359;
  font-weight: 600;
  font-size: 16px;
  line-height: 25.7px;
  margin-bottom: 0;
  overflow-wrap: break-word;
}
.teacher-landing .jobs .jobcards .jobcard .bottom {
  border-top: 1px dashed #babbcf;
  padding-top: 8px;
  justify-content: space-between;
}
.teacher-landing .jobs .jobcards .jobcard .bottom .schoolData img {
  border-radius: 50%;
  background: #fff;
  padding: 8px;
  height: 56px;
}
.teacher-landing .jobs .jobcards .jobcard .bottom .schoolData h5 {
  color: #202359;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.teacher-landing .jobs .jobcards .jobcard .bottom .schoolData p {
  color: #737598;
  font-weight: 400;
  font-size: 12px;
  line-height: 18.6px;
}
.teacher-landing .jobs .jobcards .jobcard .bottom button {
  color: #202359;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  border: 1px solid #202359 !important;
  justify-content: center;
  border-radius: 28px;
  padding: 6.5px 32px;
}
.teacher-landing .cities-section .box {
  margin-bottom: 130px;
  padding: 55px 65px 45px;
  background-color: #f6f6f9;
  border-radius: 16px;
  background-image: url(/v2/views/img/cities-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
@media (max-width: 768px) {
  .teacher-landing .cities-section .box {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .teacher-landing .cities-section .box {
    padding: 55px 25px 45px;
  }
}
.teacher-landing .cities-section .box h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  color: #202359;
  margin-bottom: 0;
}
.teacher-landing .cities-section .box h5 {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  color: #202359;
  margin-bottom: 24px;
}
.teacher-landing .cities-section .box .browseCities {
  color: #737598;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 8px;
}
.teacher-landing .cities-section .box .browseCities a {
  color: #737598;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 8px;
  text-decoration: underline !important;
  margin-bottom: 0px;
}
.teacher-landing .cities-section .box .item {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  color: #202359;
  transition: all 0.5s ease-in-out;
}
.teacher-landing .cities-section .box .item h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 41px;
  margin-bottom: 0;
}
.teacher-landing .cities-section .box .item h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 0;
}
.teacher-landing .educationalMajors {
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .teacher-landing .educationalMajors {
    margin-bottom: 70px;
  }
}
.teacher-landing .educationalMajors h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  color: #202359;
}
@media (max-width: 768px) {
  .teacher-landing .educationalMajors h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.teacher-landing .educationalMajors h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 41px;
  color: #737598;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .teacher-landing .educationalMajors h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.teacher-landing .educationalMajors .educationalMajor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  background: #f6f6f9;
  border-radius: 16px;
}
.teacher-landing .educationalMajors .educationalMajor p {
  color: #202359;
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
}
.teacher-landing .faqs-section {
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .teacher-landing .faqs-section {
    margin-bottom: 30px;
  }
}
.teacher-landing .faqs-section .box .header {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.teacher-landing .faqs-section .box .header img {
  margin-top: -140px;
}
.teacher-landing .faqs-section .box a {
  margin-top: 32px;
}
.teacher-landing .featured-section {
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .teacher-landing .featured-section {
    margin-bottom: 30px;
  }
}
.teacher-landing .featured-section .box.join-bg {
  background-image: url("/v2/views/img/join-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 130px;
}
@media screen and (min-width: 1200px) {
  .teacher-landing .featured-section .box.join-bg {
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .teacher-landing .featured-section .box.join-bg {
    margin-bottom: 96px;
  }
}
.teacher-landing .featured-section .box.join-bg h3 {
  font-weight: 400;
  font-size: 29px;
  line-height: 41px;
  color: #202359;
}
@media (max-width: 768px) {
  .teacher-landing .featured-section .box.join-bg h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 34.7px;
  }
}
.teacher-landing .featured-section .box.join-bg p {
  color: #202359;
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
}
@media (max-width: 768px) {
  .teacher-landing .featured-section .box.join-bg p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #737598;
  }
}