a {
  text-decoration: underline;
}

.container {
  width: 95%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f60000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-block.right {
  padding: 10px 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.select-field {
  /* width: 35%; */
  margin-right: 10px;
  background-color: transparent;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-field-2 {
  width: 20%;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  color: #000;
  text-align: center;
}

.text-field-2::-webkit-input-placeholder {
  color: #000;
}

.text-field-2:-ms-input-placeholder {
  color: #000;
}

.text-field-2::-ms-input-placeholder {
  color: #000;
}

.text-field-2::placeholder {
  color: #000;
}

.submit-button {
  background-color: #1e5fb3;
}

.submit-button.hide {
  display: none;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.bmargin20 {
  margin-bottom: 20px;
}

.c-name-info {
  width: 42%;
  margin-right: 15px;
}

.c-name-info.width100 {
  width: 35%;
}

.cname {
  font-family: 'Open Sans', sans-serif;
  color: #e19923;
  font-weight: 600;
  text-align: right;
}

.cname.big {
  margin-left: 120px;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: 700;
  text-align: right;
}

.schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
}

/* .schedule:hover {
  background-color: #55595c;
  opacity: 1;
  color: #fff;
}

.schedule.wrapper:hover {
  background-color: #fff;
} */

.button-wrapper {
  width: auto;
}

.button {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #fe6b1f;
  background-color: #1e5fb3;
  box-shadow: 2px 6px 9px 0 rgba(30, 95, 179, 0.4);
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.slot-available {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15%;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e5fb3;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.course-details-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
}

.course-details-box.no-b--boarder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-style: none;
}

.slot-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85%;
  margin-bottom: 0px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2a9cd2;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.slot-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cname-2 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
}

.cname-2.left-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -80px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  text-align: left;
}

.cname-2.bmargin5 {
  margin-bottom: 5px;
}

.c-name-details {
  width: 85%;
}

.register-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(172, 170, 168, 0.06);
}

.course-information-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px none rgba(0, 0, 0, 0.07);
  border-bottom: 1px none rgba(0, 0, 0, 0.07);
  background-color: rgba(172, 170, 168, 0.05);
}

.footer-wrapper {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #000;
}

.footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-header {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.footer-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-link {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link.add {
  margin-bottom: 10px;
  padding-left: 29px;
  background-image: url('../images/place.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.footer-link.phone {
  margin-bottom: 10px;
  padding-left: 29px;
  background-image: url('../images/call.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.footer-link.email {
  margin-bottom: 10px;
  padding-left: 29px;
  background-image: url('../images/email-4.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.footer-link.fb {
  margin-bottom: 10px;
  padding-left: 29px;
  background-image: url('../images/facebook-2.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.footer-link.bmargin20 {
  margin-bottom: 20px;
}

.footer-link.clock {
  margin-bottom: 10px;
  padding-left: 29px;
  background-image: url('../images/clock.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.footer-link.ex {
  margin-bottom: 10px;
  padding-left: 29px;
  background-image: url('../images/danger.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.footer-copy-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.33);
}

.footer-logo {
  width: 20%;
}

.awards-box {
  width: 20%;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  line-height: 21px;
}

.link {
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}

.navflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-banner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-brand {
  width: 220px;
}

.nav-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 2px solid transparent;
  color: #f60000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav-link-2:hover {
  border-bottom-color: #000;
  color: #55595c;
  text-decoration: none;
}

.nav-link-2.w--current {
  border-bottom-style: none;
  color: #f50702;
}

.nav-link-2.w--current:hover {
  border-bottom-style: solid;
  color: #55595c;
}

.nav-link-2.drop {
  padding-right: 20px;
  padding-left: 10px;
}

.wa-icon {
  display: none;
  width: 30px;
  height: 30px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-2 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-link-2 {
  border: 1px none #000;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
}

.dropdown-link-2:hover {
  background-color: #3a3a3a;
  color: #fff;
}

.dropdown-link-2.w--current {
  color: #000;
}

.dropdown-5 {
  text-decoration: none;
}

.dropdown-5:hover {
  border-bottom: 3px solid #3a3a3a;
}

.link-block-3 {
  color: #f60000;
  text-decoration: none;
}

.link-block-3:hover {
  color: #55595c;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-3 {
  background-color: #312c2c;
}

.dropdown-list-3.w--open {
  background-color: #fff;
}

.dropdown-link-3 {
  border-bottom: 1px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #55595c;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

.dropdown-link-3:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.32);
  background-color: #55595c;
  color: #fff;
}

.icon-5 {
  margin-right: 0px;
}

.simple-menu-button {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: #fff;
}

.simple-menu-button.w--open {
  background-color: #fff;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.simple {
  top: 28px;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.simple {
  top: 38px;
}

@media screen and (min-width: 1280px) {
  .dropdown-5 {
    color: #f60000;
  }

  .link-block-3 {
    text-decoration: none;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    width: 100%;
  }

  .navflex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-block-3 {
    color: #f60000;
  }

  .icon-4 {
    color: #f60000;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    display: block;
    width: 100%;
  }

  .link-block {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .link-block.right {
    margin-right: 60px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .flex-wrapper.bmargin20 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-name-info.width100 {
    width: 45%;
    margin-right: 10px;
    padding-left: 40px;
  }

  .cname {
    margin-right: 0px;
    padding-left: 0px;
  }

  .button-wrapper {
    margin-bottom: 10px;
  }

  .course-details-box.no-b--boarder {
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .course-details-box.no-b--boarder.course-box {
    padding-right: 10px;
  }

  .slot-box {
    width: 30%;
  }

  .cname-2.left-align {
    margin-left: -150px;
  }

  .register-box {
    width: 70%;
    padding-top: 26px;
  }

  .course-information-wrapper {
    width: 100%;
  }

  .footer-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-copy-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo {
    width: 30%;
    margin-bottom: 10px;
  }

  .copyright {
    width: 100%;
  }

  .navflex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-2 {
    position: static;
    left: 0px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-style: solid;
    border-width: 4px 1px;
    border-color: transparent;
    color: #55595c;
  }

  .nav-link-2:hover {
    left: 0px;
    border: 1px none #000;
    background-color: #55595c;
    color: #fff;
  }

  .nav-link-2.w--open {
    left: 0px;
  }

  .nav-link-2.faq {
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
  }

  .nav-link-2.contact {
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
  }

  .nav-link-2.drop {
    padding-top: 10px;
    border: 2px solid transparent;
  }

  .nav-link-2.home {
    border: 2px solid transparent;
    color: #55595c;
  }

  .nav-link-2.home:hover {
    color: #fff;
  }

  .nav-link-2.sg {
    margin-top: 0px;
    border-width: 3px;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: auto;
    right: 1%;
    bottom: 10%;
    width: 50px;
    height: auto;
    color: #f60000;
    font-size: 25px;
    text-align: left;
  }

  .menu-button.w--open {
    padding-bottom: 18px;
    background-color: transparent;
    color: #f60000;
  }

  .nav-menu-2 {
    left: 0%;
    top: 128%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 0px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }

  .icon-2 {
    color: #55595c;
  }

  .dropdown-link-2:hover {
    background-color: #55595c;
  }

  .dropdown-5 {
    position: static;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px none #000;
    text-decoration: none;
  }

  .dropdown-5:hover {
    border: 1px none #000;
    background-color: #55595c;
    color: #fff;
  }

  .link-block-3 {
    color: #55595c;
  }

  .icon-4 {
    position: static;
    display: block;
    margin: 0px 0px -15px 65px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dropdown-link-3 {
    padding-left: 20px;
    font-style: normal;
  }

  .dropdown-6 {
    overflow: visible;
    width: 100%;
  }

  .icon-5 {
    margin-top: 12px;
    margin-right: 625px;
  }

  .line-1.simple {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block {
    margin-left: 10px;
    padding-right: 0px;
  }

  .menu-button-t {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    padding: 6px 0px 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-4 {
    display: block;
    height: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px none #000;
    background-color: #55595c;
  }
}

@media screen and (max-width: 767px) {
  .link-block.right {
    display: none;
  }

  .content-wrapper {
    padding-top: 80px;
  }

  .c-name-info.width100 {
    padding-left: 60px;
  }

  .slot-available {
    height: 20%;
  }

  .slot-number {
    height: 80%;
  }

  .slot-box {
    width: 100%;
  }

  .register-box {
    width: 100%;
    padding-bottom: 20px;
  }

  .nav-link-2 {
    border: 3px none transparent;
  }

  .nav-link-2.faq {
    border-style: solid;
    border-width: 3px;
  }

  .nav-link-2.contact {
    border-style: solid;
    border-width: 3px;
  }

  .nav-link-2.drop {
    margin-left: 0px;
    padding-left: 8px;
    border-style: solid;
    border-width: 3px;
  }

  .nav-link-2.home {
    border-bottom-style: solid;
  }

  .menu-button {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 22%;
    padding: 20px 0px 10px;
    background-color: transparent;
  }

  .menu-button.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .nav-menu-2 {
    left: 0%;
    top: 109%;
    right: 0%;
    bottom: auto;
    width: 100%;
  }

  .dropdown-5:hover {
    color: #fff;
  }

  .link-block-3:hover {
    color: #fff;
  }

  .icon-4 {
    margin-bottom: -16px;
  }

  .icon-5 {
    margin-right: 440px;
  }

  .text-block {
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .link-block {
    padding: 10px;
  }

  .link-block.right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-name-info.width100 {
    width: 35%;
    margin-left: 20px;
  }

  .cname {
    display: block;
  }

  .cname.big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .button {
    font-size: 14px;
    line-height: 20px;
  }

  .course-details-box.no-b--boarder {
    padding-right: 0px;
  }

  .cname-2.left-align {
    margin-right: 0px;
    margin-left: -40px;
    padding-left: 0px;
  }

  .c-name-details {
    width: 50%;
  }

  .navflex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-brand {
    width: 170px;
  }

  .nav-link-2 {
    font-size: 14px;
  }

  .menu-button {
    position: static;
    top: 5%;
    right: 25%;
    margin-right: 0px;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button.w--open {
    position: static;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .hide {
    display: none;
  }

  .wa-icon {
    display: block;
    width: 20px;
    height: 20px;
  }

  .dropdown-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .dropdown-link-2:hover {
    color: #fff;
  }

  .icon-5 {
    margin-right: 200px;
  }
}