h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  color: #222;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

a {
  text-decoration: underline;
}

.foooter-section {
  background-color: #fff;
}

.nav-wrapper {
  z-index: 999999;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 6px #0003;
}

.navbar {
  background-color: #fff0;
}

.container {
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: #555;
  text-align: center;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  margin-right: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav-link:hover {
  color: #219caf;
  background-color: #4c5ea700;
}

.nav-link.w--current {
  color: #fff;
  background-color: #4c5ea7;
  font-weight: 700;
}

.brand {
  background-image: url('../images/WebClip.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15%;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-flex {
  justify-content: space-between;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 10px;
  display: flex;
}

.icon {
  margin-right: 15px;
  display: none;
}

.nav-dropdown {
  display: flex;
}

.nav-dropdown.hide {
  display: none;
}

.cta-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta {
  color: #555;
  text-align: center;
  background-color: #ef843200;
  border: 1px solid #5555553d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cta:hover {
  color: #fff;
  background-color: #219caf;
}

.cta-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
}

.cta-search {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.search-box {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.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;
}

.search {
  margin-bottom: 0;
  margin-right: 10px;
}

.field-label {
  display: none;
}

.search-input {
  background-color: #fff0;
  border: 1px solid #fff;
  border-bottom-color: #00000040;
  margin-bottom: 0;
  display: none;
  position: relative;
  right: -34px;
}

.searc-icon {
  width: 35px;
  height: 35px;
}

.searc-icon:hover {
  color: #ef8432;
}

.search-button {
  display: none;
}

.account-box {
  color: #333;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: none;
}

.account-box:hover {
  color: #ef8432;
}

.content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-wrapper.relative {
  margin-bottom: 100px;
  position: relative;
  top: 99px;
}

.course-list-form-box {
  margin-bottom: 60px;
}

.form-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form {
  width: 100%;
  display: flex;
}

.select-field {
  color: #000;
  background-color: #f3f3f300;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.submit-button {
  display: none;
}

.link-block {
  color: #000;
  text-align: center;
  border: 2px solid #4c5ea7;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.box-button {
  background-color: #4c5ea7;
  margin-right: 0;
  padding: 11px 23px;
  transition: background-color .325s;
  box-shadow: 0 8px 16px -8px #0a8bce9e;
}

.box-button:active {
  background-color: #1274cf;
}

.course-type {
  color: #181818;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}

.course-box-register-wrapper {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.course-box-price-1 {
  color: #f39909;
  font-size: 14px;
  font-weight: 400;
}

.course-box-price-1.inside {
  color: #ef8432;
}

.course-link {
  color: #141414;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: inline;
}

.course-link:hover {
  color: #0061b6;
}

.course-link.mid {
  font-size: 16px;
  line-height: 23px;
}

.course-box {
  border: 1px solid #f0f0f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 31%;
  padding-bottom: 30px;
  transition: all .2s;
  display: flex;
}

.course-box:hover {
  box-shadow: 0 10px 15px 8px #00000008;
}

.course-box.inside {
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  width: 31%;
  min-width: 31%;
  min-height: 270px;
  margin-bottom: 3%;
  margin-right: 2%;
  padding-bottom: 10px;
  box-shadow: 0 0 #0003;
}

.course-box.inside:hover {
  box-shadow: -1px 4px 19px -7px #0003;
}

.course-box.inside.no-rmargin {
  margin-right: 0%;
}

.course-box-details-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.course-box-price-3-wrapper {
  text-align: left;
  min-width: 74px;
}

.course-box-price-item {
  border-bottom: 1px solid #fafafa;
  justify-content: space-between;
  margin-bottom: 2px;
  padding-bottom: 2px;
  display: flex;
}

.course-box-content {
  justify-content: space-between;
  display: flex;
}

.course-box-content.multiple {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  display: flex;
}

.course-box-price {
  border-top: 3px solid #f7f4ee00;
  align-self: stretch;
  padding-top: 0;
}

.course-box-details {
  color: #141414;
  flex: 1;
  margin-bottom: 10px;
  font-weight: 400;
}

.course-box-price-3 {
  color: #181818;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
}

.course-box-price-3.inside {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

.course-box-price-3.inside.bold {
  color: #070707;
  font-weight: 600;
}

.course-image-box {
  height: 240px;
}

.course-image-box.course-1 {
  background-image: url('../images/TCC.png');
  background-position: 50% 3%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-wrapper {
  border-bottom: 1px solid #dedede;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.footer-flex.mid {
  justify-content: center;
  align-items: flex-start;
}

.footer-box {
  width: 23%;
}

.footer-box.sitemap {
  width: 30%;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-info-box {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.footer-list-info {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 33px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-list-info.pin {
  background-image: url('../images/foot-icon1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.footer-list-info.phone {
  background-image: url('../images/foot-icon2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 26px;
}

.footer-list-info.fb {
  background-image: url('../images/facebook-svgrepo-com-10.svg');
  background-position: -4% 0;
  background-repeat: no-repeat;
  background-size: 26px;
  margin-bottom: 10px;
  line-height: 26px;
}

.footer-list-info.tiktok {
  background-image: url('../images/tiktok-svgrepo-com.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
}

.footer-list-info.youtube {
  background-image: url('../images/youtube-168-svgrepo-com-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
}

.footer-list-info.linkedin {
  background-image: url('../images/linkedin-161-svgrepo-com-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.footer-list-info.ig {
  background-image: url('../images/instagram-167-svgrepo-com-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
}

.footer-list-info.facebook {
  color: #333;
  padding-left: 0;
}

.footer-list-info.facebook:hover {
  color: #d7433a;
  text-decoration: underline;
}

.footer-list-info.insta {
  padding-left: 0;
}

.footer-list-info.insta:hover {
  color: #d7434d;
  text-decoration: underline;
}

.footer-list-info.lnkdn {
  padding-left: 0;
}

.footer-list-info.lnkdn:hover {
  color: #d7434d;
  text-decoration: underline;
}

.footer-list-info.yt {
  padding-left: 0;
}

.footer-list-info.yt:hover {
  color: #d7434d;
  text-decoration: underline;
}

.footer-list-info.tk {
  padding-left: 0;
}

.footer-list-info.tk:hover {
  color: #d7434d;
  text-decoration: underline;
}

.footer-info-flex {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-info {
  flex-flow: column;
  width: 66%;
  margin-right: 10px;
  display: flex;
}

.footer-info.footer-full {
  width: 100%;
}

.sub-footer-list-info {
  color: #333;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.sub-footer-list-info:hover {
  color: #d7433a;
  text-decoration: underline;
}

.sub-footer-list-info.pin {
  background-image: url('../images/pin-svgrepo-com-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}

.sub-footer-list-info.phone {
  background-image: url('../images/phone-svgrepo-com-6.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}

.footer-box-wrapper {
  justify-content: space-between;
  width: 74%;
  display: flex;
}

.footer-logo-box {
  width: 20%;
}

.footer-logo-box.sitemap {
  width: 22%;
}

.dropdown-list {
  top: 3px;
}

.dropdown-list.w--open {
  border-radius: 0;
  top: 90px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link {
  box-shadow: none;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #4c5ea7;
}

.drop-icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: none;
}

.copyright-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright-box {
  color: #555;
  text-align: center;
  width: 40%;
  font-family: Open Sans, sans-serif;
}

.dl-ideas-link {
  color: #fff;
  text-decoration: none;
}

.footer-logo-wrapper {
  justify-content: flex-end;
  width: 40%;
  display: none;
}

.footer-logo-partner {
  width: 30%;
}

.footer-cta-wrapper {
  background-color: #ef8432;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.footer-icon-box {
  width: 50px;
  height: 50px;
}

.nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.search-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-par {
  color: #333;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.social-wrapper {
  display: flex;
}

.social-box {
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 9px;
  display: flex;
}

.main-container {
  width: 91%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form {
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 21px;
  display: flex;
}

.text-field {
  border: 1px #000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
}

.submit-button-2 {
  background-color: #345aad;
  border-radius: 100px;
  display: none;
}

.footer-send-button {
  background-color: #345aad;
  background-image: url('../images/plain-2-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 20px;
  display: flex;
}

.sub-footer-list-info-copy {
  color: #333;
  margin-bottom: 10px;
}

.filter-box {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-link-ion {
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin-right: 4px;
}

.nav-arrow {
  display: none;
}

.dropdown {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-list-2 {
  top: -11px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  top: 69px;
  box-shadow: 1px 6px 8px -6px #0003;
}

.dropdown-link-2 {
  border-bottom: 1px solid #0000001a;
  font-family: Montserrat, sans-serif;
}

.dropdown-link-2:hover {
  color: #219caf;
  text-decoration: underline;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link-2.sub-dropdown {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link-2.sub-dropdown.w--open {
  text-decoration: none;
}

.sub-drop {
  width: 100%;
}

.sub-dropdown-list.w--open {
  background-color: #fff;
  width: 290px;
  top: 0;
  left: 185px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link-3 {
  white-space: pre-wrap;
  word-break: break-all;
  border-bottom: 1px solid #0000001a;
  font-family: Montserrat, sans-serif;
}

.dropdown-link-3:hover {
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link--info {
  color: #333;
  border-bottom: 1px solid #0000001a;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.dropdown-link--info:hover {
  color: #219caf;
  text-decoration: underline;
}

.dropdown-link--info.sub-dropdown {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link--info.sub-dropdown.w--open, .navlink-link {
  text-decoration: none;
}

.social {
  flex-flow: column;
  display: flex;
}

.icon-box {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin-right: 10px;
}

.icon-box.insta {
  padding: 3px;
}

.news-letter-box-wrapper {
  background-image: linear-gradient(135deg, #5a30d7, #3135c2 53%, #093aac);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 40px 60px;
  display: flex;
}

.news-lettr-icon-box {
  width: 90px;
  height: 55px;
  min-height: 0;
  margin-right: 20px;
}

.news-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
}

.news-form {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.new-field {
  background-color: #fff0;
  border: 1px solid #0000;
  height: 50px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 0 0 0 20px;
}

.new-field::placeholder {
  color: #7e7676;
}

.hide {
  display: none;
}

.form-block-2 {
  width: 30%;
  margin-bottom: 0;
}

.news-filed-box {
  background-color: #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 10px;
  display: flex;
}

.send-icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 15px;
}

.send-icon-box:hover {
  color: #219caf;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.course-nav {
  color: #555;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  h4 {
    font-size: 14px;
  }

  .container {
    width: 95%;
  }

  .search-input {
    border-style: none;
    border-color: #000;
    width: 30px;
    display: block;
  }

  .search-input:hover {
    border-bottom-color: #ef8432;
  }

  .footer-info-flex {
    flex-flow: row;
  }

  .footer-info {
    margin-right: 20px;
  }

  .footer-box-wrapper {
    width: 70%;
  }

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

  .nav {
    flex-flow: row;
  }

  .main-container {
    width: 95%;
  }

  .image {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  h4 {
    font-size: 17px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    width: 11%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .search-input {
    display: block;
  }

  .footer-flex {
    align-items: center;
  }

  .footer-box.footer-links {
    width: 13%;
  }

  .footer-box-wrapper {
    width: 74%;
  }

  .footer-logo-wrapper {
    width: 41%;
  }

  .nav {
    width: 70%;
  }

  .image {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    margin-bottom: 20px;
  }

  .nav-link {
    color: #fff;
    border-bottom: 1px solid #0000001c;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 21px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #219caf;
  }

  .nav-link.drop {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.drop-nav {
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
  }

  .nav-link.drop-nav.w--open {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0;
  }

  .brand {
    width: 25%;
  }

  .nav-flex {
    align-items: center;
  }

  .nav-menu {
    background-color: #333;
    margin-right: 0;
  }

  .nav-dropdown {
    display: block;
  }

  .cta-box {
    margin-left: 170px;
  }

  .cta {
    display: none;
  }

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

  .content-wrapper.relative {
    padding-bottom: 40px;
  }

  .form {
    flex-flow: wrap;
  }

  .select-field {
    width: 48%;
    margin-bottom: 10px;
  }

  .link-block {
    width: 49%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .course-box.inside {
    width: 48%;
  }

  .course-box.inside.no-rmargin {
    margin-right: 2%;
  }

  .footer-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .footer-box.sitemap {
    width: 100%;
  }

  .footer-info-box {
    text-align: center;
    font-size: 13px;
    line-height: 19px;
  }

  .footer-list-info.facebook {
    margin-right: 0;
  }

  .footer-info-flex {
    flex-flow: wrap;
    width: 100%;
  }

  .footer-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 54%;
    margin-bottom: 5px;
  }

  .footer-info.half {
    width: 41%;
  }

  .sub-footer-list-info {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 13px;
  }

  .footer-box-wrapper {
    flex-flow: wrap;
    width: 100%;
  }

  .footer-logo-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .dropdown-list.w--open {
    z-index: 999999;
    width: 100%;
    inset: auto 0% 0%;
  }

  .dropdown-link {
    width: 100%;
    padding-left: 30px;
    font-size: 12px;
    line-height: 21px;
  }

  .menu-button {
    color: #219caf;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    display: flex;
  }

  .menu-button.w--open {
    color: #219caf;
    background-color: #fff;
  }

  .drop-icon {
    display: block;
  }

  .copyright-box {
    width: 60%;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .footer-logo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-logo-partner {
    width: 65%;
  }

  .footer-cta-wrapper {
    display: none;
  }

  .nav {
    justify-content: flex-end;
    align-items: center;
    width: 70%;
  }

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

  .social-wrapper.hide {
    display: none;
  }

  .filter-box {
    width: 98%;
  }

  .nav-link-ion {
    order: 1;
  }

  .nav-arrow.shw {
    display: block;
  }

  .dropdown {
    flex-flow: column;
  }

  .dropdown-list-2 {
    width: 100%;
    position: relative;
  }

  .dropdown-list-2.w--open {
    width: 100%;
    position: static;
  }

  .sub-dropdown-list.w--open {
    width: 100%;
  }

  .social {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .news-letter-box-wrapper {
    flex-flow: column;
  }

  .news-lettr-icon-box {
    width: 80px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .news-heading {
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 24px;
  }

  .form-block-2 {
    width: 100%;
  }

  .course-nav {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .foooter-section {
    padding-bottom: 49px;
    position: relative;
  }

  .brand {
    width: 35%;
  }

  .cta-box {
    display: none;
  }

  .course-box {
    flex-wrap: wrap;
    width: 50%;
  }

  .course-box.inside {
    width: 100%;
    min-width: 100%;
  }

  .course-box-content {
    flex-wrap: wrap;
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex {
    justify-content: center;
    align-items: center;
  }

  .footer-flex.logo-flex {
    justify-content: space-between;
  }

  .footer-list-info.facebook {
    margin-bottom: 0;
  }

  .footer-info-flex {
    flex-flow: wrap;
  }

  .footer-info {
    width: 100%;
    margin-bottom: 7px;
  }

  .footer-info.half {
    width: 100%;
  }

  .copyright-wrapper {
    padding-bottom: 20px;
    position: relative;
    top: -9px;
  }

  .copyright-box {
    text-align: center;
    width: 80%;
  }

  .footer-logo-wrapper {
    width: 70%;
  }

  .footer-logo-partner {
    width: 50%;
  }

  .footer-cta-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .footer-icon-box {
    width: 30px;
    height: 30px;
  }

  .social {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
  }

  .news-letter-box-wrapper {
    padding: 20px;
  }

  .news-heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .foooter-section {
    padding-bottom: 36px;
  }

  .brand {
    background-size: cover;
    width: 50%;
  }

  .select-field {
    width: 100%;
    margin-right: 0;
  }

  .box-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .course-type {
    padding-left: 10px;
    font-size: 14px;
  }

  .course-box-register-wrapper {
    justify-content: space-between;
    margin-top: 20px;
  }

  .course-box {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    min-height: 430px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .course-box.inside {
    border-style: none;
    width: 100%;
    min-width: 100%;
    margin-bottom: 5%;
    margin-right: 0%;
    box-shadow: -1px 4px 5px -2px #0003;
  }

  .course-box-details-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .course-box-content {
    flex-direction: column;
  }

  .course-box-content.multiple {
    margin-left: 10px;
    margin-right: 10px;
  }

  .course-box-price {
    margin-top: 10px;
  }

  .course-box-details {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 23px;
  }

  .footer-wrapper {
    padding-bottom: 20px;
  }

  .footer-flex {
    justify-content: center;
  }

  .footer-box {
    width: 100%;
  }

  .footer-logo {
    width: 214.797px;
    height: 68.125px;
    overflow: clip;
  }

  .footer-list-info.pin {
    text-align: left;
  }

  .footer-info, .footer-info.half {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .sub-footer-list-info {
    font-size: 12px;
    line-height: 18px;
  }

  .footer-logo-box {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .copyright-box {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
  }

  .footer-logo-wrapper {
    width: 52%;
  }

  .footer-logo-partner {
    width: 100%;
  }

  .footer-cta-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-icon-box {
    width: 25px;
    height: 25px;
  }

  .footer-par {
    text-align: left;
  }

  .sub-dropdown-list.w--open {
    z-index: 999;
    left: 0;
  }

  .dropdown-link-3 {
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    line-height: 16px;
  }

  .news-heading {
    text-align: center;
    font-size: 18px;
  }
}


