:root {
  --white: white;
  --ffb12a: #ffb12a;
  --855b26: #855b26;
  --medium-sea-green: #77ae54;
  --plum: #ae9adc;
  --dark-orange: #f78117;
  --light-sea-green: #4fbdb9;
  --cornflower-blue: #6289c6;
  --cadet-blue: #0091ab;
  --steel-blue: #198ab1;
  --dark-goldenrod: #bd7f06;
  --medium-purple: #9669ec;
  --087285: #087285;
  --slate-blue: #744ecc;
  --fae0c6: #fae0c6;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #ebf8ff;
  font-family: Noto Sans HK, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 130%;
}

label {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.brand {
  width: 100%;
  max-width: 220px;
  margin-right: 20px;
  padding: 0;
}

.nav-menu-wrap {
  border-bottom: 6px solid #9ed8f6;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.nav-menu-wrap.student {
  border-bottom-color: #c9840d;
}

.container {
  max-width: 100%;
  height: 100%;
  margin-left: 2vw;
  margin-right: 2vw;
}

.container._1440-content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.nav-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  transition: color .5s;
  position: relative;
}

.nav-link.w--open {
  z-index: 1;
}

.header-top-b {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 125px;
  display: flex;
  position: relative;
}

.nav-menu {
  float: none;
  background-image: linear-gradient(to right, #41b9b9, #0098af);
  margin-left: -2vw;
  margin-right: -2vw;
  display: block;
  position: static;
}

.nav-menu.student {
  background-image: linear-gradient(to right, #f1ad2a, #fd8500);
}

.img-full {
  width: 100%;
  display: block;
}

.header {
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.desktop-hide {
  display: none;
}

.btn-login {
  color: #25a39e;
  text-align: center;
  background-color: #fff;
  border: 4px solid #33a875;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  font-size: 24px;
  line-height: 140%;
  text-decoration: none;
  transition: color .5s;
  display: flex;
}

.btn-login:hover {
  color: #25a39e80;
}

.btn-login.profile {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.btn-login.student {
  border-color: var(--ffb12a);
  color: #cf7c1a;
}

.btn-login.student:hover {
  color: #cf7c1a80;
}

.nav-submenu-tip {
  opacity: 0;
  background-image: url('../images/open-tap_1open tap.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  display: none;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 200%);
}

.nav-submenu-tip.student {
  background-image: url('../images/open-tap-student_1open-tap-student.png');
}

.header-top-b-background {
  z-index: -5;
  background-color: #fff;
  background-image: url('../images/header-bg.png');
  background-position: 50%;
  background-size: cover;
  margin-left: -2vw;
  margin-right: -2vw;
  position: absolute;
  inset: 0%;
}

.header-top-b-background.student {
  background-image: url('../images/header-bg-student.png');
}

.nav-dropdown-link {
  color: #188ab1;
  text-align: left;
  background-color: #fff0;
  width: 100%;
  padding: 10px 25px;
  font-size: 20px;
  line-height: 110%;
  transition: background-color .5s;
}

.nav-dropdown-link:hover {
  background-color: #fff3;
}

.nav-dropdown-link.student {
  color: var(--855b26);
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
  padding: 15px 10px;
  transition: background-color .5s;
}

.nav-dropdown:hover {
  background-color: #188ab1;
}

.nav-dropdown.student:hover {
  background-color: #b16a18;
}

.nav-drop-downlist {
  opacity: 1;
  background-color: #bbf5f7;
  height: 0;
  margin-top: 64px;
  padding-top: 20px;
  padding-bottom: 20px;
  inset: 0% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.nav-drop-downlist.student {
  background-color: #f7ddbb;
}

.nav-dropdown-mobile {
  margin-left: 0;
  margin-right: 0;
  padding: 15px 10px;
}

.nav-link-mobile {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.nav-link-mobile.w--open {
  z-index: 1;
}

.nav-drop-downlist-mobile {
  background-color: var(--light-sea-green);
  opacity: 0;
  height: 0;
  margin-top: 15px;
  margin-left: -50px;
  padding: 20px 40px;
  display: none;
  overflow: hidden;
}

.nav-item {
  margin-right: 60px;
}

.mobile-login-container, .mobile-header-back-bg {
  display: none;
}

.footer-dropdown-list-wrap {
  max-height: 205px;
  padding-bottom: 10px;
  overflow: auto;
}

.footer-r-b {
  text-align: right;
  width: 40%;
}

.footer-dropdown-link {
  color: #ffffffb3;
  white-space: normal;
  padding: 8px 15px;
  transition: color .5s;
}

.footer-dropdown-link:hover {
  color: #fff;
}

.footer-dropdown-link.w--current {
  color: #fff;
  font-weight: 500;
}

.section-content {
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-dropdown-arrow {
  background-image: url('../images/s-footer-dropdown-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  margin-left: 10px;
}

.all {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 190px;
}

.home-slider {
  background-color: #0000;
  height: auto;
}

.home-slider-slide {
  background-color: #0000;
  height: auto;
  overflow: hidden;
}

.home-banner-slider-nav {
  height: 32px;
  padding: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.home-slider-arrow-l {
  width: 50px;
  height: auto;
  margin-left: 2.5vw;
  transition: opacity .5s;
  display: inline-block;
}

.home-slider-arrow-l:hover {
  opacity: .5;
}

.slider-arrow-img {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pattern-bg {
  background-image: url('../images/news-pattern2.png'), url('../images/news-pattern.png'), linear-gradient(325deg, #dbf2f2, var(--white) 50%, #dbf2f2);
  background-position: 100% 100%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}

.news-title-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-text-b {
  color: var(--white);
  text-align: center;
  background-image: url('../images/home-news-title_1home-news-title.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  margin-right: 5px;
  padding-top: 14px;
  padding-bottom: 15px;
}

.title-text-b.title-bg-blue {
  background-image: url('../images/title-bg-blue_1title-bg-blue.png');
}

.title-text-b.title-bg-orange {
  background-image: url('../images/title-bg-orange_1title-bg-orange.png');
}

.title-text-b.title-bg-green {
  background-image: url('../images/title-bg-green_1title-bg-green.png');
}

.title-text-b.title-bg-purple {
  background-image: url('../images/title-bg-purple_1title-bg-purple.png');
}

.title-text-b.ttile-student {
  background-image: url('../images/home-news-title-student_1home-news-title-student.png');
}

.news-link {
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.news-link:hover {
  transform: translate(0, -5px);
}

.news-date {
  color: var(--cadet-blue);
  flex: none;
  width: 150px;
  margin-right: 50px;
  font-family: Open Sans, sans-serif;
}

.news-date.student {
  color: var(--855b26);
}

.news-title {
  flex: 1;
}

.news-learn-more {
  color: #1fabab;
  text-decoration: none;
  transition: opacity .5s;
}

.news-learn-more:hover {
  opacity: .5;
}

.news-learn-more.student {
  color: var(--855b26);
}

.news-content {
  position: relative;
}

.home-cat-row {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -40px;
  margin-bottom: 30px;
  display: flex;
}

.home-cat-col {
  text-align: right;
  letter-spacing: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 1px solid #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: space-between;
  width: 48%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 35px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  box-shadow: 4px 4px 0 5px #000;
}

.home-cat-col.cat1 {
  border-color: var(--cornflower-blue);
  box-shadow: 4px 4px 0 5px var(--cornflower-blue);
  color: var(--cornflower-blue);
  background-image: url('../images/catagory-title-bg-1.png');
}

.home-cat-col.cat2 {
  color: #b05410;
  background-image: url('../images/catagory-title-bg-2.png');
  border-color: #f98116;
  box-shadow: 4px 4px 0 5px #f98116;
}

.home-cat-col.cat3 {
  color: #558a34;
  background-image: url('../images/catagory-title-bg-3.png');
  border-color: #77ae54;
  box-shadow: 4px 4px 0 5px #77ae54;
}

.home-cat-col.cat4 {
  color: #7e5ccb;
  background-image: url('../images/catagory-title-bg-4.png');
  border-color: #ae9adc;
  box-shadow: 4px 4px 0 5px #ae9adc;
}

.catagory-title-icon-b {
  max-height: 140px;
  margin-bottom: -10px;
  margin-left: -15px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.footer-dropdown {
  display: block;
}

.footer-link-gp {
  justify-content: flex-end;
  margin-top: -8px;
  margin-bottom: 5px;
  display: flex;
}

.footer-l-b {
  width: 60%;
}

.footer-logo-col {
  width: 25%;
  margin-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.footer-drop-toggle {
  background-color: #ecfcfd;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  font-weight: 500;
  display: flex;
}

.footer-drop-toggle.w--open {
  z-index: 1;
}

.footer-b {
  background-color: var(--light-sea-green);
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-b.student {
  background-color: var(--ffb12a);
}

.section-footer {
  z-index: 10000;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  position: relative;
}

.footer-link-item {
  border-left: 2px solid #fff;
  margin-top: 8px;
  margin-left: 8px;
  padding-left: 8px;
}

.footer-link-item.border-none {
  border: 1px #000;
}

.footer-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: color .5s;
}

.footer-link:hover {
  color: var(--steel-blue);
}

.footer-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-dropdown-list {
  border-radius: 5px;
  margin-top: 10px;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: translate(0, -100%);
}

.footer-dropdown-list.w--open {
  background-color: var(--steel-blue);
  color: #fff;
  overflow: hidden;
}

.footer-copyright {
  color: #0f6a8f;
  font-weight: 500;
}

.footer-copyright.student {
  color: var(--855b26);
}

.slider-mask {
  height: auto;
}

.title-img-b {
  width: 63px;
  margin-right: 5px;
}

.title-img-b.title-icon {
  width: 97px;
  margin-top: -3px;
  margin-left: -17px;
  margin-right: -12px;
}

.news-title-col-l {
  flex: 1;
}

.news-learn-more-text-wrap {
  display: flex;
}

.news-learn-more-arrow {
  width: 10px;
  margin-left: 5px;
}

.home-slider-arrow-r {
  width: 50px;
  height: auto;
  margin-right: 2.5vw;
  transition: opacity .5s;
  display: inline-block;
}

.home-slider-arrow-r:hover {
  opacity: .5;
}

.footer-logo-row {
  flex-wrap: wrap;
  align-items: center;
  margin-top: -20px;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.footer-dropdown-col {
  width: 25%;
  margin-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.pop-b {
  z-index: 10001;
  background-color: #0006;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-login-b {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 767px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.pop-login {
  background-image: linear-gradient(135deg, #dbf2f2 15%, var(--white) 50%, #dbf2f2 85%);
  border-bottom: 8px solid #abdddd;
  border-right: 8px solid #abdddd;
  border-radius: 15px 15px 15px 0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.pop-login-icon-b {
  width: 250px;
  margin-top: -70px;
  margin-left: -70px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.font-46 {
  color: var(--steel-blue);
  font-size: 46px;
  line-height: 140%;
}

.pop-login-content {
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  overflow: auto;
}

.pop-close-button {
  width: 32px;
  margin-top: 30px;
  margin-right: 30px;
  transition: opacity .5s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-close-button:hover {
  opacity: .5;
}

.form {
  margin-bottom: 0;
}

.form-text-field-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.form-text-field-col {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.form-text-field {
  border: 2px solid #33a875;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 140%;
}

.form-text-field-label-col {
  width: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.pop-content-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.align-center {
  text-align: center;
}

.form-button-b {
  text-align: center;
  margin-top: 30px;
}

.display-none {
  display: none;
}

.header-login-btn-row {
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.header-login-btn-col {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.news-link-b {
  margin-top: 30px;
}

.display-inline {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dot-bg {
  background-image: url('../images/inner-page-news-pattern-r.png'), url('../images/inner-page-news-pattern-l.png'), linear-gradient(to right, #edf9ff, var(--white) 10%, var(--white) 90%, #edf9ff);
  background-position: 100% 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.login-none-inner, .login-button-logined {
  display: none;
}

.btn-profile-img {
  border: 2px solid #cecece;
  width: 40px;
  margin-right: 12px;
  overflow: hidden;
}

.content-row {
  flex-wrap: wrap-reverse;
  display: flex;
}

.content-col-l {
  flex: 1;
}

.content-col-r {
  background-color: #daf2f2;
  width: 280px;
  padding: 30px 25px;
}

.content-col-r.student {
  background-color: #f9efd2;
}

.content-title-alignment {
  padding-left: 65px;
}

.listing-row {
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.title-row {
  align-items: center;
  display: flex;
}

.after-login-col {
  margin-top: 30px;
}

.after-login-row {
  margin-top: -30px;
}

.listing-col {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.listing-link-b {
  border: 2px solid var(--cornflower-blue);
  box-shadow: 5px 4px 0 0 var(--cornflower-blue);
  border-radius: 20px 20px 20px 0;
  text-decoration: none;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.listing-link-b:hover {
  transform: translate(0, -5px);
}

.listing-link-b.orange {
  border-color: var(--dark-orange);
  box-shadow: 4px 4px 0 0 var(--dark-orange);
}

.listing-link-b.green {
  border-color: var(--medium-sea-green);
  box-shadow: 5px 3px 0 0 var(--medium-sea-green);
}

.listing-link-b.purple {
  border-color: var(--plum);
  box-shadow: 4px 4px 0 0 var(--plum);
}

.pattern-bg-long {
  background-image: url('../images/pattern-bg-repeat.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.after-login-listing-link-text {
  color: var(--cornflower-blue);
  text-align: center;
  text-shadow: 0 -2px 0 var(--white), -2px -1px 0 var(--white), -1px 2px 0 var(--white), 1px -1px 0 var(--white), 2px 0 0 var(--white), -2px 0 0 var(--white), 0 -2px 0 var(--white), 0 2px 0 var(--white);
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 120%;
  position: absolute;
  inset: auto 0% 0%;
}

.after-login-listing-link-text.orange {
  color: var(--dark-goldenrod);
}

.after-login-listing-link-text.green {
  color: var(--medium-sea-green);
}

.after-login-listing-link-text.purple {
  color: var(--medium-purple);
}

.smaller-72 {
  font-size: 72%;
}

.smaller-55 {
  font-size: 55%;
}

.content-col-r-sticky-row {
  margin-top: -50px;
}

.content-col-r-sticky-col {
  margin-top: 50px;
}

.button-to-other-text-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-to-other {
  border: 4px solid var(--light-sea-green);
  background-color: var(--white);
  box-shadow: 0 3px 2px 0 var(--light-sea-green);
  background-image: url('../images/btn-bg-blue_1btn-bg-blue.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 10px;
  width: 100%;
  padding: 12px 25px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.button-to-other:hover {
  transform: translate(0, -5px);
}

.button-to-other-text {
  color: #25a39e;
  flex: 1;
  font-size: 24px;
  line-height: 140%;
}

.button-to-other-arrow-row {
  display: flex;
}

.button-to-other-arrow-img {
  margin-left: 3px;
}

.text-6289c6 {
  color: var(--cornflower-blue);
}

.content-col-r-sticky-listing-col {
  text-align: center;
  margin-top: 30px;
}

.content-col-r-sticky-content {
  width: 100%;
  position: sticky;
  top: 210px;
}

.url-path {
  margin-bottom: 40px;
}

.news-listing-col {
  border: 1px solid var(--light-sea-green);
  width: 100%;
  margin-top: 20px;
  padding: 20px 30px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.news-listing-col.student {
  border-color: #be7100;
}

.news-listing-col.student:hover {
  box-shadow: 0 2px 5px #bd7b4f80;
}

.back-to-top-button {
  background-color: var(--light-sea-green);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
}

.back-to-top-button.student {
  background-color: var(--ffb12a);
}

.back-to-top-arrow {
  margin-top: -1px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.news-link-row {
  margin-top: -30px;
}

.news-listing-link-row {
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.white-bg {
  background-color: var(--white);
}

.bfebe9-bg {
  background-color: #bfebe9;
}

.button-back {
  border: 2px solid var(--cadet-blue);
  background-color: var(--white);
  box-shadow: 2px 2px 0 0 var(--cadet-blue);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  transition: all .5s;
  display: block;
  position: relative;
}

.button-back:hover {
  transform: translate(0, -5px);
}

.button-back.student {
  border-color: #cf7c1a;
  box-shadow: 2px 2px #cf7c1a;
}

.button-back-arrow-img {
  width: 20px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

._087285-link-text {
  color: var(--087285);
  text-decoration: none;
  transition: all .5s;
}

._087285-link-text:hover {
  color: var(--dark-goldenrod);
}

.url-path-text-col {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.url-path-row {
  align-items: center;
  display: flex;
}

.button-back-b {
  margin-right: 20px;
}

.url-path-text-row {
  margin-left: -5px;
  margin-right: -5px;
}

.inner-title-text-b {
  border-bottom: 1px solid #25a39e;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  display: flex;
}

.inner-title-text-b.student {
  border-bottom-color: #cf7c1a;
}

.inner-title-icon-b {
  align-items: center;
  min-width: 80px;
  height: 85px;
  margin-right: 10px;
  display: flex;
}

._087285-text {
  color: var(--087285);
}

.inner-title-row, .expand-button-row {
  align-items: center;
  display: flex;
}

.expand-button-img-b {
  width: 30px;
  margin-right: 10px;
}

.expand-button-img {
  width: 19px;
  display: block;
}

.expand-button {
  color: var(--cornflower-blue);
  margin-left: 20px;
  text-decoration: none;
}

.expand-col {
  margin-top: 10px;
}

.expand-content-b {
  margin-top: 10px;
  overflow: hidden;
}

.expand-row {
  margin-top: -10px;
}

.table-title-b {
  font-size: 22px;
  position: relative;
}

.table-title-bg {
  z-index: 0;
  background-image: linear-gradient(20deg, var(--cornflower-blue) 42%, #366fa9 77%);
  position: absolute;
  inset: 0%;
}

.table-title-bg.orange {
  background-image: linear-gradient(20deg, #f1a928 42%, var(--dark-orange) 77%);
}

.table-title-bg.purple {
  background-image: linear-gradient(20deg, #a096dc 42%, #8e65d2 77%);
}

.table-row {
  z-index: 1;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.resource-consolidation-table-col-52 {
  text-align: center;
  justify-content: center;
  width: 52%;
  padding: 10px 20px;
  display: flex;
}

.text-white {
  color: var(--white);
}

.resource-consolidation-table-col-24 {
  border-left: 1px solid var(--cornflower-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 10px 20px;
  display: flex;
}

.resource-consolidation-table-col-24.purple {
  border-left-color: var(--slate-blue);
}

.image {
  width: 42px;
}

.table-b {
  border-right: 1px solid var(--cornflower-blue);
  border-bottom: 1px solid var(--cornflower-blue);
  border-left: 1px solid var(--cornflower-blue);
}

.table-b.orange {
  border-right-color: var(--dark-orange);
  border-bottom-color: var(--dark-orange);
  border-left-color: var(--dark-orange);
}

.table-b.purple {
  border-right-color: var(--slate-blue);
  border-bottom-color: var(--slate-blue);
  border-left-color: var(--slate-blue);
}

.download-button {
  border: 2px solid var(--cornflower-blue);
  background-color: var(--white);
  box-shadow: 2px 2px 0 0 var(--cornflower-blue);
  color: var(--cornflower-blue);
  border-radius: 10px 10px 10px 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  text-decoration: none;
  transition: all .5s;
}

.download-button:hover {
  transform: translate(0, -5px);
}

.download-button.orange {
  border-color: var(--dark-orange);
  box-shadow: 2px 2px 0 0 var(--dark-orange);
  color: var(--dark-orange);
}

.download-button.purple {
  border-color: var(--slate-blue);
  box-shadow: 2px 2px 0 0 var(--slate-blue);
  color: var(--slate-blue);
}

.download-button-text-wrap {
  align-items: center;
  display: flex;
}

.download-button-icon-img {
  width: 20px;
  display: block;
}

.download-button-icon-b {
  margin-right: 8px;
}

.table-mobile-title {
  justify-content: center;
  align-items: center;
  display: none;
}

.resource-consolidation-table-col-48 {
  flex-wrap: wrap;
  width: 48%;
  display: flex;
}

.resource-consolidation-table-col-50 {
  border-left: 1px solid var(--cornflower-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px 20px;
  display: flex;
}

.resource-consolidation-table-col-50.purple {
  border-left-color: var(--slate-blue);
}

.resource-consolidation-table-col-100 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 120%;
  display: flex;
}

.e5eefd-bg {
  background-color: #e5eefd;
}

.download-zip {
  margin-top: 25px;
  margin-bottom: 40px;
}

.content-b {
  z-index: 0;
  padding-top: 30px;
  position: relative;
}

.dropdown-filter-b {
  z-index: 2;
  position: relative;
}

.dropdown-filter-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -15px;
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
}

.dropdown-filter-row.left {
  justify-content: flex-start;
}

.dropdown-filter-col {
  margin-top: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.dropdown-filter-toggle {
  z-index: 1;
  min-width: 150px;
  padding: 0;
  font-size: 18px;
  display: block;
}

.dropdown-filter-button {
  background-color: var(--white);
  border: 1px solid #a3a3a3;
  height: 40px;
  display: block;
  position: static;
}

.dropdown-filter-button.min-width-300 {
  min-width: 300px;
}

.dropdown-filter-list {
  background-color: var(--white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: auto;
  min-width: 300px;
  max-height: 200px;
  overflow: auto;
  box-shadow: 0 0 3px #0003;
}

.dropdown-filter-list-link {
  color: #6e6e6e;
  white-space: normal;
  word-break: normal;
  margin: 0;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.dropdown-filter-list-link:hover {
  color: var(--cadet-blue);
  background-color: #f5f7fa;
}

.dropdown-filter-list-link.student:hover {
  color: var(--dark-goldenrod);
}

.dropdown-filter-text-wrap {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 10px;
  display: flex;
}

.dropdown-filter-img-b {
  width: 15px;
  margin-left: 15px;
}

.teaching-schedule-table-col-65 {
  text-align: center;
  justify-content: center;
  width: 65%;
  padding: 10px 20px;
  display: flex;
}

.teaching-schedule-table-col-35 {
  border-left: 1px solid var(--cornflower-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 10px 20px;
  display: flex;
}

.teaching-schedule-table-col-35.oragne {
  border-left-color: var(--dark-orange);
}

.teaching-schedule-table-col-100 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 120%;
  display: flex;
}

.useful-link-col {
  border: 3px solid var(--fae0c6);
  background-color: var(--white);
  margin-top: 30px;
  padding: 15px;
}

.useful-link-text-b {
  margin-top: 10px;
}

.useful-link-row {
  margin-top: -30px;
}

._3aa7cf-link-text {
  color: #3aa7cf;
  transition: all .5s;
}

._3aa7cf-link-text:hover {
  color: var(--dark-orange);
}

.listing-box-col {
  width: 50%;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.listing-box-row {
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.listing-box-content {
  border-style: solid;
  border-width: 3px 3px 5px;
  border-color: var(--fae0c6);
  background-color: var(--white);
  padding: 25px;
  position: relative;
}

.listing-box-tag {
  width: 45px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block {
  color: var(--steel-blue);
}

.listing-box-content-row {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.listing-box-content-col-l {
  border: 1px solid var(--dark-goldenrod);
  width: 45%;
  margin-top: 45px;
}

.listing-box-content-col-r {
  width: 55%;
  padding-left: 20px;
  padding-right: 10px;
}

.listing-box-content-p-b {
  margin-top: 20px;
}

.listing-download-btn-b {
  text-align: right;
  margin-top: 20px;
}

.dropdown-filter-button-row {
  align-items: center;
  display: flex;
}

.dropdown-filter-button-text {
  color: #b25c0f;
  padding-right: 5px;
}

.fceacb-bg {
  background-color: #fceacb;
}

._744ecc-text {
  color: var(--slate-blue);
}

.faf5ff-bg {
  background-color: #faf5ff;
}

._7e5ad0-text {
  color: #7e5ad0;
}

.table-bottom-text-b {
  margin-top: 30px;
}

.other-data-update-table-col-21 {
  border-left: 1px solid var(--slate-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 21%;
  padding: 10px 2%;
  display: flex;
}

.other-data-update-table-col-35 {
  border-left: 1px solid var(--slate-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 10px 2%;
  display: flex;
}

.other-data-update-table-b {
  border-right: 1px solid var(--slate-blue);
  border-bottom: 1px solid var(--slate-blue);
}

.other-all-subject-resources-dropdown-filter-b {
  z-index: 2;
  position: relative;
}

.other-all-subject-resources-dropdown-filter-row {
  justify-content: flex-start;
  margin-top: -15px;
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
}

.other-all-subject-resources-dropdown-filter-col {
  width: 30%;
  margin-top: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.other-all-subject-resources-dropdown-filter-col.width-40 {
  width: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.subtitle-b {
  margin-bottom: 20px;
  font-size: 24px;
}

._6289c6-text {
  color: var(--cornflower-blue);
}

.selected-courses-assessment-table-col-34 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  width: 34%;
  padding: 10px 20px;
  font-size: 22px;
  display: flex;
}

.selected-courses-assessment-table-col-33 {
  border-left: 1px solid var(--cornflower-blue);
  text-align: center;
  width: 33%;
}

.selected-courses-assessment-table-col-button-col {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.selected-courses-assessment-table-col-button-col.border-l {
  border-left: 1px solid var(--cornflower-blue);
}

.selected-courses-assessment-table-col-button-row {
  flex-wrap: wrap;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.other-all-subject-resources-search-label {
  display: none;
}

.other-all-subject-resources-search-input {
  color: var(--black);
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 10px 10px 15px;
  font-size: 18px;
  line-height: 140%;
}

.other-all-subject-resources-search-input::placeholder {
  color: var(--black);
}

.other-all-subject-resources-search-btn {
  background-color: #0000;
  background-image: url('../images/search-buton_1search-buton.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
  padding: 0;
}

.other-all-subject-resources-search-b {
  height: 40px;
  margin-bottom: 0;
  position: relative;
}

.other-all-subject-resources-search-content {
  background-color: var(--white);
  border: 1px solid #a3a3a3;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.other-all-subject-resources-search-dropdown-btn {
  width: 15px;
  margin-left: 5px;
}

.other-all-subject-resources-search-dropdown-btn-filter-list {
  background-color: var(--white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-height: 200px;
  position: absolute;
  left: 0%;
  right: 0%;
  overflow: auto;
  box-shadow: 0 0 3px #0003;
}

.other-all-subject-resources-dropdown-filter-col-row {
  flex: 1;
  display: flex;
  position: relative;
}

.other-all-subject-resources-dropdown-filter-col-label {
  white-space: nowrap;
  margin-top: 17px;
  padding-left: 7px;
  padding-right: 7px;
}

.other-all-subject-resources-search-col {
  margin-top: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.other-data-update-table-col-19 {
  border-left: 1px solid var(--slate-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 19%;
  padding: 10px 2%;
  display: flex;
}

.other-data-update-table-col-25 {
  border-left: 1px solid var(--slate-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 10px 2%;
  display: flex;
}

.selected-courses-assessment-table-col-100 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 120%;
  display: flex;
}

.selected-courses-assessment-table-col-button-mobile-label {
  display: none;
}

.selected-courses-assessment-table-col-button {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dot-bg-student {
  background-image: url('../images/inner-page-news-pattern-r-student.png'), url('../images/inner-page-news-pattern-l-student.png'), linear-gradient(to right, #fff8e8, var(--white) 10%, var(--white) 90%, #fff8e8);
  background-position: 100% 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}

.pattern-bg-long-student {
  background-image: url('../images/pattern-bg-repeat-student.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}

.back-to-top-button-b {
  z-index: 2;
  text-align: right;
  margin-top: 20px;
  position: sticky;
  bottom: 10px;
}

.text-855b26 {
  color: var(--855b26);
}

.cf7c1a-link-text {
  color: #cf7c1a;
  text-decoration: none;
  transition: all .5s;
}

.cf7c1a-link-text:hover {
  color: var(--855b26);
}

.cf7c1a-text {
  color: #cf7c1a;
}

.fcf0e0-bg {
  background-color: #fcf0e0;
}

.reset-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
}

.reset-button:hover {
  transform: scale(.9);
}

.height-auto {
  height: auto;
}

.inner-page-section {
  padding-bottom: 70px;
}

.country-safety-link {
  width: 150px;
  display: block;
}

.country-safety-mobile-b {
  display: none;
}

.login-popup-container {
  z-index: 10001;
  justify-content: center;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: fixed;
  inset: 0%;
}

.login-popup-bg {
  opacity: .8;
  background-color: #7e7e7e;
  position: absolute;
  inset: 0%;
}

.login-popup-b {
  z-index: 1;
  width: 100%;
  max-width: 850px;
  display: block;
  position: relative;
}

.popup-btn-close {
  cursor: pointer;
  width: 40px;
  margin-top: -20px;
  margin-right: -20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.login-popup-link {
  display: block;
}

html.w-mod-js [data-ix="height-0"] {
  height: 0;
}

html.w-mod-js [data-ix="scale-down-fade-in"] {
  opacity: 0;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="fade-from-l"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-from-r"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-from-top"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="opacity-50"] {
  opacity: .5;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }

  .nav-menu-wrap {
    border-bottom-style: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-link {
    text-align: center;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    line-height: 24px;
    display: flex;
  }

  .header-top-b {
    z-index: 10000;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    padding-top: 0;
    padding-right: 60px;
    position: relative;
  }

  .nav-menu {
    z-index: 99;
    background-image: linear-gradient(to bottom, var(--white), #e3f5f5);
    width: 100vw;
    height: 100vh;
    margin-top: 130px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 340px;
    font-size: 16px;
    line-height: 20px;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .nav-menu.student {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
  }

  .header {
    height: 80px;
  }

  .desktop-hide {
    justify-content: center;
    height: 100%;
    display: block;
    overflow: auto;
  }

  .btn-menu {
    z-index: 1;
    background-color: var(--white);
    border: 4px solid #33a875;
    border-radius: 10px;
    padding: 20px;
    position: absolute;
    inset: 50% 0% auto auto;
    transform: translate(0, -50%);
  }

  .btn-menu.w--open {
    background-color: var(--white);
  }

  .btn-menu.student {
    border-color: #ffb12a;
  }

  .btn-login {
    background-image: none;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .btn-login.profile {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    height: 100%;
    padding: 0;
  }

  .nav-submenu-tip {
    height: 10px;
    margin-left: 50px;
    display: block;
    left: 0%;
    transform: none;
  }

  .nav-drop-downlist {
    margin-left: 0;
    padding-left: 130px;
    display: block;
  }

  .nav-dropdown-mobile {
    padding: 0;
    display: block;
  }

  .burger-open {
    background-image: url('../images/burger_1burger.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    width: 100%;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .burger-open.student {
    background-image: url('../images/burger-student_1burger-student.png');
  }

  .nav-link-mobile {
    text-align: center;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 5%;
    font-size: 40px;
    line-height: 105%;
    display: flex;
  }

  .nav-link-mobile.nav-bottom-boarder-blue {
    border-bottom: 2px solid #6289c6;
  }

  .nav-link-mobile.nav-bottom-boarder-green {
    border-bottom: 2px solid var(--medium-sea-green);
  }

  .nav-link-mobile.nav-bottom-boarder-purple {
    border-bottom: 2px solid var(--plum);
  }

  .nav-link-mobile.nav-bottom-boarder-orange {
    border-bottom: 2px solid var(--dark-orange);
  }

  .nav-drop-downlist-mobile {
    background-color: #0000;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    position: relative;
  }

  .nav-dropdown-link-mobile {
    align-items: center;
    width: 100%;
    padding: 15px 20px 15px 130px;
    text-decoration: none;
    display: flex;
  }

  .nav-dropdown-link-mobile.dropdown-bg-orange {
    background-color: #f98117;
    transition: background-color .5s;
  }

  .nav-dropdown-link-mobile.dropdown-bg-orange:hover {
    background-color: #ff9f4a;
  }

  .nav-dropdown-link-mobile.dropdown-bg-blue {
    background-color: #6289c6;
    transition: background-color .5s;
  }

  .nav-dropdown-link-mobile.dropdown-bg-blue:hover {
    background-color: #7ea0d7;
  }

  .nav-dropdown-link-mobile.dropdown-bg-green {
    background-color: var(--medium-sea-green);
    transition: background-color .5s;
  }

  .nav-dropdown-link-mobile.dropdown-bg-green:hover {
    background-color: #a3d186;
  }

  .nav-dropdown-link-mobile.dropdown-bg-purple {
    background-color: var(--plum);
    transition: background-color .5s;
  }

  .nav-dropdown-link-mobile.dropdown-bg-purple:hover {
    background-color: #beace8;
  }

  .nav-item {
    display: none;
  }

  .mobile-login-container {
    background-color: #daf2f2;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 5%;
    display: flex;
  }

  .mobile-login-container.student {
    background-color: #f9efd2;
  }

  .burger-close {
    opacity: 0;
    background-image: url('../images/burger-return_1burger-return.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .burger-close.student {
    background-image: url('../images/burger-return-student_1burger-return-student.png');
  }

  .nav-link-mobile-bg {
    z-index: -1;
    opacity: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav-blue {
    background-color: var(--cornflower-blue);
  }

  .nav-link-mobile-title {
    position: relative;
  }

  .nav-link-mobile-title-color {
    letter-spacing: 8px;
  }

  .nav-link-mobile-title-color.txt-orange {
    color: #b05410;
  }

  .txt-blue {
    color: var(--cornflower-blue);
  }

  .nav-link-mobile-title-white {
    opacity: 0;
    letter-spacing: 8px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav-link-mobile-img {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: none;
    width: 100%;
    max-width: 240px;
    padding-bottom: 120px;
  }

  .nav-link-mobile-img.nav-mobile-img1 {
    background-image: url('../images/mobile-menu-graphic1.png');
  }

  .nav-link-mobile-img.nav-mobile-img2 {
    background-image: url('../images/mobile-menu-graphic2.png');
  }

  .nav-link-mobile-img.nav-mobile-img3 {
    background-image: url('../images/mobile-menu-graphic3.png');
  }

  .nav-link-mobile-img.nav-mobile-img4 {
    background-image: url('../images/mobile-menu-graphic4.png');
  }

  .mobile-header-back-bg {
    z-index: 9999;
    background-image: linear-gradient(to right, #41b9b9, #0098af);
    border-bottom: 2px solid #9ed8f6;
    height: 130px;
    padding: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mobile-header-back-bg.student {
    background-image: linear-gradient(to right, #f98e03, #f1ac29);
    border-bottom-color: #c9840d;
  }

  .nav-dropdown-link-title {
    text-shadow: -2px 1px 0 var(--white), 1px -1px 0 var(--white), 1px 1px 0 var(--white), -1px -1px 0 var(--white), 0 -2px 0 var(--white), -2px 0 0 var(--white), 2px 0 0 var(--white), 0 2px 0 var(--white);
    flex: 1;
    margin-left: 20px;
    font-size: 40px;
    line-height: 120%;
  }

  .nav-dropdown-link-title.txt-orange {
    color: #bd7f06;
  }

  .footer-r-b {
    text-align: center;
    width: auto;
  }

  .all {
    padding-top: 130px;
  }

  .home-banner-slider-nav {
    height: 30px;
    position: relative;
  }

  .home-slider-arrow-l {
    width: 30px;
  }

  .pattern-bg {
    background-size: 50%, 50%, auto;
  }

  .title-text-b {
    width: 40px;
    font-size: 20px;
  }

  .news-date {
    width: 120px;
    margin-right: 5%;
  }

  .home-cat-col {
    width: 100%;
  }

  .footer-dropdown {
    z-index: 0;
  }

  .footer-link-gp {
    justify-content: center;
    margin-right: -10px;
  }

  .footer-l-b {
    justify-content: space-between;
    width: auto;
    margin-bottom: 20px;
  }

  .footer-logo-col {
    width: 25%;
  }

  .footer-link-item {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrap {
    display: block;
  }

  .txt-green {
    color: #487a28;
  }

  .txt-purple {
    color: #7e5ccb;
  }

  .nav-orange {
    background-color: var(--dark-orange);
  }

  .nav-green {
    background-color: var(--medium-sea-green);
  }

  .nav-purple {
    background-color: var(--plum);
  }

  .title-img-b {
    width: 55px;
  }

  .title-img-b.title-icon {
    width: 89px;
  }

  .home-slider-arrow-r {
    width: 30px;
  }

  .footer-dropdown-col {
    width: 25%;
  }

  .nav-dropdown-link-img-b {
    width: 60px;
  }

  .nav-dropdown-link-mobile-row {
    padding-bottom: 10px;
  }

  .pop-login-b {
    max-width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pop-login-icon-b {
    width: 200px;
    margin-top: -8%;
    margin-left: -8%;
  }

  .pop-login-content {
    padding-left: 12%;
    padding-right: 12%;
  }

  .hide-from-tablet {
    display: none;
  }

  .header-login-btn-row {
    justify-content: space-between;
    width: 100%;
  }

  .header-login-btn-row.center {
    justify-content: center;
  }

  .dot-bg {
    background-size: 50%, 50%, auto;
  }

  .content-col-r {
    width: 240px;
  }

  .content-title-alignment {
    padding-left: 55px;
  }

  .content-title-alignment.mobile-none {
    padding-left: 0;
  }

  .smaller-72 {
    font-size: 87%;
  }

  .button-to-other {
    box-shadow: 0 1px 2px 0 var(--light-sea-green);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-to-other-arrow-b {
    margin-left: 10px;
  }

  .listing-b {
    margin-top: 20px;
  }

  .content-col-r-sticky-content {
    top: 150px;
  }

  .url-path {
    margin-bottom: 20px;
  }

  .news-listing-col {
    padding-left: 5%;
    padding-right: 5%;
  }

  .inner-title-icon-b {
    min-width: 60px;
  }

  .expand-button-img-b {
    width: 25px;
  }

  .expand-button-img {
    width: 15px;
  }

  .expand-button {
    margin-left: 5%;
  }

  .table-title-b {
    width: 30%;
    font-size: 20px;
  }

  .table-row {
    border-bottom: 1px solid var(--cornflower-blue);
  }

  .table-row.orange {
    border-bottom-color: var(--dark-orange);
  }

  .table-row.purple {
    border-bottom-color: var(--slate-blue);
  }

  .resource-consolidation-table-col-52 {
    border-style: none solid none none;
    border-width: 1px;
    border-color: black var(--cornflower-blue) black black;
    width: 100%;
    padding: 0;
  }

  .resource-consolidation-table-col-52.purple {
    border-right-color: var(--slate-blue);
  }

  .resource-consolidation-table-col-24 {
    width: 50%;
    padding: 10px;
  }

  .table-b {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .download-button {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
  }

  .table-mobile-title {
    border-top: 1px solid var(--cornflower-blue);
    border-bottom: 1px solid var(--cornflower-blue);
    width: 35%;
    padding: 10px 2.5%;
    font-size: 18px;
    display: flex;
  }

  .table-mobile-title.table-orange-bg {
    border-top-color: var(--dark-orange);
    border-bottom-color: var(--dark-orange);
  }

  .table-mobile-title.table-bg-purple {
    border-top-style: none;
    border-top-color: var(--white);
    border-bottom-color: var(--white);
  }

  .table-mobile-title.purple {
    border-top-color: #9376d5;
    border-bottom-style: none;
    border-bottom-color: var(--slate-blue);
  }

  .resource-consolidation-table-col-48 {
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--cornflower-blue);
    border-bottom: 1px none var(--cornflower-blue);
    width: 100%;
  }

  .resource-consolidation-table-col-48.purple {
    border-right-color: var(--slate-blue);
  }

  .resource-consolidation-table-col-50 {
    width: 32.5%;
    padding: 10px 1%;
  }

  .resource-consolidation-table-col-100 {
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: var(--cornflower-blue);
    text-align: left;
    justify-content: flex-start;
    width: 65%;
    padding: 10px 5%;
  }

  .resource-consolidation-table-col-100.purple {
    border-style: solid none solid solid;
    border-color: #9376d5 var(--slate-blue);
  }

  .e5eefd-bg-tablet-white {
    background-color: var(--white);
  }

  .table-mobile-col {
    margin-top: 20px;
  }

  .table-mobile-row {
    margin-top: -20px;
  }

  .download-zip {
    margin-bottom: 20px;
  }

  .dropdown-filter-col {
    width: 100%;
  }

  .dropdown-filter-button {
    position: relative;
  }

  .dropdown-filter-list {
    width: 100%;
    min-width: auto;
  }

  .teaching-schedule-table-col-65 {
    border-bottom-style: none;
    width: 100%;
    padding: 0;
  }

  .teaching-schedule-table-col-35 {
    border-top: 1px solid var(--white);
    border-left-style: none;
    align-items: stretch;
    width: 100%;
    padding: 0;
  }

  .teaching-schedule-table-col-100 {
    border-top: 1px solid var(--cornflower-blue);
    border-right: 1px solid var(--cornflower-blue);
    text-align: left;
    justify-content: flex-start;
    width: 65%;
    padding: 10px 5%;
  }

  .teaching-schedule-table-col-100.center {
    justify-content: center;
  }

  .teaching-schedule-table-col-100.orange {
    border-top-color: var(--dark-orange);
    border-right-color: var(--dark-orange);
  }

  .useful-link-col {
    margin-top: 20px;
  }

  .useful-link-row {
    margin-top: -20px;
  }

  .listing-box-col {
    width: 100%;
  }

  .listing-box-content {
    padding: 20px 5%;
  }

  .listing-box-content-col-l {
    width: 35%;
  }

  .listing-box-content-col-r {
    width: 65%;
    padding-left: 5%;
    padding-right: 2.5%;
  }

  .listing-download-btn-b {
    margin-top: 10px;
  }

  .fceacb-bg.fceacb-bg-tablet-white {
    background-color: var(--white);
  }

  ._5d89bf-bg {
    background-color: #5d89bf;
  }

  .table-orange-bg {
    background-color: #ef8f00;
  }

  .faf5ff-bg.faf5ff-bg-tablet-white {
    background-color: var(--white);
  }

  .table-bg-purple {
    background-color: #9376d5;
  }

  .table-bottom-text-b {
    margin-top: 20px;
  }

  .other-data-update-table-col-21 {
    border-style: none;
    border-width: 1px;
    border-color: #9376d5 black var(--slate-blue);
    width: 65%;
    padding: 10px;
  }

  .other-data-update-table-col-35 {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--slate-blue);
    width: 65%;
    padding: 10px;
  }

  .other-data-update-table-b {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .other-data-update-table-mobile-col {
    border-top: 1px solid var(--slate-blue);
    border-right: 1px solid var(--slate-blue);
    margin-top: 20px;
  }

  .other-all-subject-resources-table-mobile-col {
    border-bottom: 1px solid #9376d5;
    margin-top: 20px;
  }

  .other-all-subject-resources-dropdown-filter-row {
    display: block;
    position: relative;
  }

  .other-all-subject-resources-dropdown-filter-col {
    width: 50%;
  }

  .other-all-subject-resources-dropdown-filter-col.reset {
    width: 40px;
    margin-top: 2px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .other-all-subject-resources-dropdown-filter-col.width-40 {
    width: auto;
  }

  .subtitle-b {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .selected-courses-assessment-table-col-34 {
    border-bottom-style: none;
    width: 100%;
    padding: 0;
    font-size: 20px;
  }

  .selected-courses-assessment-table-col-33 {
    border-top: 1px solid var(--white);
    border-left-style: none;
    align-items: stretch;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .selected-courses-assessment-table-col-button-col {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .selected-courses-assessment-table-col-button-col.border-l {
    border-left-style: none;
  }

  .other-all-subject-resources-search-dropdown-btn-filter-list {
    max-height: 150px;
  }

  .other-all-subject-resources-dropdown-filter-col-row {
    flex-wrap: wrap;
    flex: 0 auto;
    position: static;
  }

  .other-all-subject-resources-dropdown-filter-col-label {
    margin-top: 20px;
  }

  .other-all-subject-resources-search-col {
    width: 100%;
  }

  .other-data-update-table-col-19, .other-data-update-table-col-25 {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--slate-blue);
    width: 65%;
    padding: 10px;
  }

  .selected-courses-assessment-table-col-100 {
    border-top: 1px solid var(--cornflower-blue);
    border-right: 1px solid var(--cornflower-blue);
    text-align: left;
    justify-content: flex-start;
    width: 65%;
    padding: 10px 5%;
  }

  .selected-courses-assessment-table-col-button-b {
    border-top: 1px solid var(--cornflower-blue);
    border-right: 1px solid var(--cornflower-blue);
    width: 50%;
    padding: 10px 2%;
  }

  .selected-courses-assessment-table-col-button-mobile-label {
    border-top: 1px solid var(--cornflower-blue);
    border-right: 1px solid var(--cornflower-blue);
    color: #6289c6;
    background-color: #e5eefd;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    padding: 10px 5%;
    display: flex;
  }

  .selected-courses-assessment-table-col-button {
    width: 65%;
  }

  .dot-bg-student {
    background-size: 50%, 50%, auto;
  }

  .border-none {
    border: 1px #000;
  }

  .country-safety-mobile-b {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  label {
    font-size: 20px;
  }

  .brand {
    max-width: 150px;
  }

  .container {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .nav-link {
    font-size: 17px;
    line-height: 23px;
  }

  .header-top-b {
    height: 80px;
    padding-right: 45px;
  }

  .nav-menu {
    margin-top: 88px;
    font-size: 15px;
    line-height: 19px;
  }

  .header {
    height: 70px;
  }

  .btn-menu {
    padding: 15px;
  }

  .btn-login {
    background-image: none;
    padding: 8px 20px;
    font-size: 20px;
  }

  .header-top-b-background {
    margin-left: -4vw;
    margin-right: -4vw;
  }

  .burger-open {
    background-size: 20px;
  }

  .nav-link-mobile {
    padding-right: 10%;
  }

  .nav-dropdown-link-mobile {
    background-image: none;
    padding: 5px 90px;
  }

  .nav-dropdown-link-mobile.dropdown-bg-purple {
    background-color: var(--plum);
  }

  .nav-dropdown-link-mobile.dropdown-bg-purple:hover {
    background-color: #beace8;
  }

  .mobile-login-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .burger-close {
    background-size: 20px;
  }

  .nav-link-mobile-title-color, .nav-link-mobile-title-white {
    letter-spacing: 3px;
    font-size: 28px;
  }

  .mobile-header-back-bg {
    height: 88px;
  }

  .nav-dropdown-link-title {
    font-size: 24px;
  }

  .footer-dropdown-list-wrap {
    max-height: 180px;
  }

  .section-content {
    min-height: 600px;
  }

  .all {
    padding-top: 88px;
  }

  .home-slider-arrow-l {
    width: 20px;
  }

  .pattern-bg {
    background-size: 40%, 40%, auto;
  }

  .title-text-b {
    width: 34px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-right: 1px;
    font-size: 18px;
  }

  .news-link {
    margin-top: 25px;
  }

  .news-date {
    width: 100px;
  }

  .news-learn-more {
    font-size: 16px;
  }

  .home-cat-row {
    margin-top: -30px;
    margin-bottom: 20px;
  }

  .home-cat-col {
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 100px;
    font-size: 30px;
  }

  .catagory-title-icon-b {
    width: 100px;
  }

  .footer-link-gp {
    margin-top: 10px;
  }

  .footer-l-b {
    margin-bottom: 10px;
  }

  .section-footer {
    font-size: 14px;
    line-height: 18px;
  }

  .footer-copyright {
    text-align: center;
  }

  .title-img-b {
    width: 45px;
  }

  .title-img-b.title-icon {
    width: 70px;
    margin-left: -12px;
    margin-right: -8px;
  }

  .news-learn-more-arrow {
    width: 7px;
  }

  .home-slider-arrow-r {
    width: 20px;
  }

  .footer-logo-row {
    justify-content: center;
  }

  .footer-dropdown-col {
    width: 100%;
  }

  .nav-dropdown-link-img-b {
    width: 50px;
  }

  .pop-login-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pop-login-icon-b {
    width: 150px;
  }

  .font-46 {
    font-size: 36px;
  }

  .pop-close-button {
    margin-right: 5%;
  }

  .form-text-field-row {
    margin-top: 20px;
    display: block;
  }

  .form-text-field-col {
    margin-top: 10px;
  }

  .form-text-field {
    font-size: 20px;
  }

  .form-text-field-label-col {
    width: auto;
  }

  .dot-bg {
    background-size: 40%, 40%, auto;
  }

  .content-col-l {
    flex: none;
    width: 100%;
  }

  .content-col-r {
    width: 100%;
    padding: 15px 4vw 20px;
  }

  .content-title-alignment {
    padding-left: 50px;
  }

  .listing-row {
    margin-top: -15px;
    margin-left: -2%;
    margin-right: -2%;
  }

  .listing-col {
    width: 25%;
    margin-top: 15px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .after-login-listing-link-text {
    font-size: 15px;
  }

  .smaller-72 {
    font-size: 82%;
  }

  .smaller-55 {
    font-size: 55%;
  }

  .content-col-r-sticky-row {
    margin-top: -20px;
  }

  .content-col-r-sticky-col {
    margin-top: 20px;
  }

  .button-to-other {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-to-other-text {
    font-size: 20px;
  }

  .button-to-other-arrow-b {
    margin-left: 5px;
  }

  .button-to-other-arrow-img {
    width: 10px;
  }

  .content-col-r-sticky-listing {
    flex: 1;
    margin-top: 10px;
  }

  .content-col-r-sticky-listing-row {
    flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .content-col-r-sticky-listing-col {
    width: 25%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .listing-b {
    margin-top: 10px;
  }

  .content-col-r-sticky-content {
    position: static;
  }

  .back-to-top-button {
    margin-right: -10px;
  }

  .news-listing-link-row {
    margin-top: 25px;
  }

  .button-back {
    border-radius: 5px;
    width: 30px;
    height: 30px;
  }

  .button-back-arrow-img {
    width: 15px;
  }

  .url-path-text-col {
    padding-left: 3px;
    padding-right: 3px;
  }

  .button-back-b {
    margin-right: 10px;
  }

  .url-path-text-row {
    margin-left: -3px;
    margin-right: -3px;
  }

  .inner-title-text-b {
    padding-bottom: 3px;
  }

  .expand-button-img-b {
    margin-right: 0;
  }

  .expand-button {
    margin-left: 3%;
  }

  .image {
    width: 35px;
  }

  .download-button {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }

  .download-button-icon-img {
    width: 18px;
  }

  .table-mobile-title {
    width: 30%;
    font-size: 16px;
  }

  .resource-consolidation-table-col-50 {
    width: 35%;
  }

  .resource-consolidation-table-col-100 {
    width: 70%;
  }

  .download-zip {
    margin-top: 15px;
  }

  .content-b {
    padding-top: 20px;
  }

  .dropdown-filter-col.mobile-full-width {
    width: 100%;
  }

  .dropdown-filter-toggle {
    font-size: 16px;
  }

  .dropdown-filter-button {
    height: 38px;
  }

  .dropdown-filter-list-link {
    font-size: 16px;
  }

  .dropdown-filter-text-wrap {
    height: 38px;
  }

  .dropdown-filter-img-b {
    margin-left: 10px;
  }

  .mobile-full-width {
    width: 100%;
    display: block;
  }

  .teaching-schedule-table-col-100 {
    width: 70%;
  }

  .useful-link-col {
    padding: 10px 5%;
  }

  .useful-link-text-b {
    margin-top: 5px;
  }

  .listing-box-col {
    margin-top: 20px;
  }

  .listing-box-row {
    margin-top: -20px;
  }

  .listing-box-tag {
    width: 40px;
  }

  .listing-box-content-col-l {
    margin-top: 35px;
  }

  .listing-box-content-p-b, .table-bottom-text-b {
    margin-top: 15px;
  }

  .other-data-update-table-col-21, .other-data-update-table-col-35 {
    width: 70%;
  }

  .other-all-subject-resources-dropdown-filter-col.reset {
    width: 35px;
  }

  .selected-courses-assessment-table-col-34 {
    font-size: 18px;
  }

  .other-all-subject-resources-search-input {
    font-size: 16px;
  }

  .other-all-subject-resources-search-dropdown-btn {
    margin-left: 10px;
  }

  .other-data-update-table-col-19, .other-data-update-table-col-25, .selected-courses-assessment-table-col-100, .selected-courses-assessment-table-col-button {
    width: 70%;
  }

  .dot-bg-student {
    background-size: 40%, 40%, auto;
  }

  .min-height-auto {
    min-height: auto;
  }

  .popup-btn-close {
    cursor: pointer;
    width: 30px;
    margin-top: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  .brand {
    width: 100px;
  }

  .header-top-b {
    height: 60px;
  }

  .nav-menu {
    margin-top: 68px;
  }

  .header {
    height: 68px;
  }

  .btn-menu {
    border-width: 3px;
    padding: 12px;
  }

  .btn-login {
    font-size: 16px;
  }

  .nav-submenu-tip {
    height: 5px;
  }

  .burger-open {
    background-size: 15px;
  }

  .nav-link-mobile {
    padding-right: 8%;
    font-size: 30px;
  }

  .nav-dropdown-link-mobile {
    background-position: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .mobile-login-container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .burger-close {
    background-size: 15px;
  }

  .nav-link-mobile-title-color, .nav-link-mobile-title-white {
    letter-spacing: 0;
    font-size: 22px;
  }

  .nav-link-mobile-img {
    max-width: 150px;
    padding-bottom: 75px;
  }

  .mobile-header-back-bg {
    height: 68px;
  }

  .nav-dropdown-link-title {
    margin-left: 5%;
    font-size: 18px;
  }

  .nav-dropdown-link-title.txt-orange {
    line-height: 110%;
  }

  .all {
    padding-top: 68px;
  }

  .home-banner-slider-nav {
    height: 20px;
  }

  .home-slider-arrow-l {
    width: 12px;
  }

  .pattern-bg {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .title-text-b {
    background-size: contain;
    width: 28px;
    margin-right: 1px;
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .news-date {
    margin-right: 2.5%;
    font-size: 16px;
  }

  .news-title {
    font-size: 16px;
  }

  .home-cat-col {
    letter-spacing: 0;
    background-position: -10%;
    padding-left: 80px;
    font-size: 25px;
  }

  .footer-l-b {
    display: block;
  }

  .footer-logo-col {
    width: 33.33%;
  }

  .footer-link-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .title-img-b {
    width: 35px;
  }

  .title-img-b.title-icon {
    width: 55px;
    margin-left: -10px;
    margin-right: -5px;
  }

  .home-slider-arrow-r {
    width: 12px;
  }

  .nav-dropdown-link-img-b {
    width: 40px;
  }

  .pop-login {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pop-login-icon-b {
    max-width: 38%;
    margin-top: -12%;
    margin-left: -10%;
  }

  .font-46 {
    font-size: 32px;
  }

  .pop-close-button {
    width: 25px;
    margin-top: 20px;
  }

  .form-text-field {
    font-size: 18px;
  }

  .header-login-btn-row {
    justify-content: center;
  }

  .dot-bg {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .content-title-alignment {
    padding-left: 0;
  }

  .listing-row {
    margin-top: -10px;
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .listing-col {
    margin-top: 10px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .listing-link-b {
    border-radius: 10px 10px 10px 0;
  }

  .pattern-bg-long {
    padding-top: 20px;
  }

  .after-login-listing-link-text {
    font-size: 2.8vw;
  }

  .smaller-55 {
    font-size: 2vw;
  }

  .button-to-other-text {
    font-size: 16px;
  }

  .content-col-r-sticky-listing-row {
    margin-top: -20px;
  }

  .content-col-r-sticky-listing-col {
    margin-top: 20px;
  }

  .inner-title-icon-b {
    width: 10%;
    min-width: auto;
    height: 40px;
    margin-right: 2%;
  }

  .expand-button-img-b {
    width: 20px;
  }

  .expand-button-img {
    width: 12px;
  }

  .image {
    width: 30px;
  }

  .download-button {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .download-button-icon-img {
    width: 15px;
  }

  .download-button-icon-b {
    margin-right: 5px;
  }

  .table-mobile-title {
    font-size: 14px;
  }

  .resource-consolidation-table-col-50 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-filter-row {
    margin-top: 0;
  }

  .dropdown-filter-col {
    margin-top: 10px;
  }

  .dropdown-filter-toggle {
    min-width: 130px;
    font-size: 14px;
  }

  .dropdown-filter-button {
    height: 35px;
  }

  .dropdown-filter-list-link {
    font-size: 14px;
  }

  .dropdown-filter-text-wrap {
    height: 35px;
  }

  .listing-box-col {
    margin-top: 15px;
  }

  .listing-box-row {
    margin-top: -15px;
  }

  .listing-box-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .listing-box-tag {
    width: 35px;
  }

  .dropdown-filter-button-row {
    display: block;
  }

  .dropdown-filter-button-text {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0;
  }

  .other-all-subject-resources-dropdown-filter-row {
    margin-top: 0;
  }

  .other-all-subject-resources-dropdown-filter-col {
    width: 100%;
    margin-top: 10px;
  }

  .subtitle-b {
    font-size: 18px;
  }

  .selected-courses-assessment-table-col-34 {
    font-size: 16px;
  }

  .other-all-subject-resources-search-input {
    font-size: 14px;
  }

  .other-all-subject-resources-search-btn {
    width: 22px;
    height: 17px;
  }

  .other-all-subject-resources-search-b {
    height: 35px;
  }

  .other-all-subject-resources-search-dropdown-btn {
    margin-left: 5px;
  }

  .other-all-subject-resources-search-dropdown-btn-filter-list {
    max-height: 120px;
  }

  .other-all-subject-resources-dropdown-filter-col-row {
    width: 100%;
    display: block;
  }

  .other-all-subject-resources-dropdown-filter-col-label {
    margin-top: 15px;
  }

  .other-all-subject-resources-search-col {
    margin-top: 10px;
  }

  .dot-bg-student, .pattern-bg-long-student {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .back-to-top-button-b {
    margin-top: 15px;
  }

  .inner-page-section {
    padding-bottom: 70px;
  }

  .country-safety-link {
    width: 100px;
  }
}


