.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  /*padding-left: 20px;*/
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.announcement-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #0077c8;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.announcement-col.right {
  text-align: right;
}

.main-menu-wrapper {
  /*min-height: 100vh;*/
}

.main-menu {
  max-width: 1124px;
  margin-right: auto;
  margin-left: auto;
}

.menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar-wrapper {
  display: none;
  background-color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nav-logo {
  width: 16%;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #0077c8;
}

.dropdown-list {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.dropdown-list.w--open {
  bottom: 5%;
  background-color: #fff;
}

.dropdown-list.drop-menu {
  left: 0%;
  top: 69%;
  right: auto;
  bottom: auto;
}

.icon {
  display: none;
}

.dropdown-toggle {
  padding-right: 20px;
}

.dropdown-toggle.country {
  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;
}

.flag-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.country-drop {
  padding-left: 0px;
  background-image: url('../images/zh_CN.png');
  background-position: 20% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.dropdown-link {
  width: 100%;
  background-color: #fff;
}

.dropdown-link:hover {
  color: #0077c8;
}

.footer-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: hsla(0, 0%, 96.9%, 0.65);
}

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

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer-box {
  width: 23%;
  margin-right: 60px;
}

.footer-box.sitemap {
  width: 60%;
  flex-direction: column;
  display: flex;
}

.footyer-image {
  margin-bottom: 20px;
}

.footer-header {
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 20px;
}

.footer-link {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #818181;
  font-size: 15px;
  text-decoration: none;
}

.footer-link.margin10 {
  margin-bottom: 10px;
}

.footer-link-wrapper {
  flex-direction: column;
  margin-right: 40px;
  display: flex;
}

/*.footer-link-wrapper {
  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-wrapper.site-box {
  width: 44%;
  margin-right: 20px;
}

.footer-link-wrapper.lmargin20 {
  margin-right: 20px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header {
  min-height: 100vh;
}

.copyright-wrapper {
  padding-top: 50px;
  padding-bottom: 40px;
  border-top: 1px solid hsla(0, 0%, 50.6%, 0.41);
}

.mid-content-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;
  -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;
  font-family: Roboto, sans-serif;
  color: #818181;
}

.text-block {
  margin-bottom: 10px;
  line-height: 25px;
  text-align: center;
}

.sub-dropdown.w--open {
  left: 172%;
  top: 17%;
  right: auto;
  bottom: 0%;
  background-color: #fff;
}

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

.dropdown-toggle-2:hover {
  color: #0077c8;
}

.dropdown-toggle-2.w--open {
  padding-top: 10px;
}

.view-course {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  text-decoration: none;
}

.view-course:hover {
  color: #0077c8;
}

.logo-mobile {
  display: none;
}

.embed-map-2 {
  display: none;
}

.drop-icon {
  display: none;
}

/*----vpn edited----*/
.filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-field {
  /*margin-bottom: 0px;*/
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  background-color: #fff;
}
.filter-field-2 {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  background-color: #fff;
  width: 70% !important;
}

/*.filter-button {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 2px solid #0073c3;
  background-color: #fff;
  color: #000;

}*/

.filter-button {
  width: 100%;
  margin-right: 0px;
  padding: 8px 0px;
  border: 2px solid #0073c3;
  background-color: #fff;
  color: #000;
}



.filter-button:hover {
  background-color: #0073c3;
  color: #ffffff;
}

.filter-col {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-col-2 {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 70% !important;
}

.course-box-content {
  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;
}

.course-box-content.multiple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.course-box-content-wrapper {
  padding-bottom: 30px;
}

.course-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.course-box:hover {
  box-shadow: 0 10px 15px 8px rgba(0, 0, 0, 0.03);
}

.course-box.inside {
  width: 31%;
  min-height: 270px;
  min-width: 31%;
  margin-right: 2%;
  margin-bottom: 3%;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.course-box._4 {
  width: 23%;
}

.course-box-header {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.course-box-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 25px;
  margin-left: 25px;
  -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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.course-box-details-wrapper.fullwidth {
  -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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.register-wrapper{
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.course-box-register-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.box-button {
  margin-right: 22px;
  padding: 11px 23px;
  background-color: #005eb5;
  box-shadow: 0 8px 16px -8px rgba(10, 139, 206, 0.62);
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
}

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

.box-button._0 {
  margin-right: 0px;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 13px;
}

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

.course-type.xl {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
}

.course-box-details {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #141414;
  font-weight: 400;
}

.course-box-price {
  padding-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top: 3px solid rgba(247, 244, 238, 0);
}

.course-box-price.no-border {
  margin-bottom: 20px;
  border-top-style: none;
}

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

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

.course-box-price-1.bigger {
  /*font-family: 'Axiforma medium', sans-serif;*/
  font-size: 15px;
  line-height: 28px;
}

.course-box-price-2 {
  color: #7d7d7d;
}

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

.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-box-price-3.bigger {
  /*font-family: 'Axiforma medium', sans-serif;*/
  color: #080808;
  font-size: 16px;
  font-weight: 500;
}

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


.course-schedule-filter {
  padding-bottom: 60px;
}

.course-row-label {
  width: 50%;
  margin-right: 15px;
  color: #F4DA40;
  text-align: right;
}

.course-2-col {
  width: 100%;
}

.course-2-col.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -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;
}

.course-2-col.details {
  padding-right: 10px;
  padding-left: 10px;
}

.course-2-col.slots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.course-2-col.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.course-detail-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.course-row {
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: hsla(0, 0%, 96.7%, 0.86);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.course-row:hover {
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.09);
}

.book-now-price {
  margin-top: 15px;
  margin-bottom: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.course-slot-title {
  padding: 8px 15px;
  background-color: #005eb5;
  color: #fff;
  text-align: center;
}

.course-slot-number {
  margin-top: 5px;
  float: none;
  color: #fff;
  font-size: 50px;
  line-height: 40px;
}

.course-detail-text {
  width: 100%;
}

.course-name-link {
  width: 100%;
  padding-top: 0px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.button-line {
  margin-top: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border: 6px solid #2652b3;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 16px;
}

.button-line:hover {
  border-color: #2652b3;
  background-color: #2652b3;
  color: #fff;
}

.button-line.book {
  margin-top: 12px;
  padding: 8px 15px 10px;
  border-width: 4px;
  border-color: #00b0b2;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.button-line.book:hover {
  background-color: #00b0b2;
  color: #fff;
}

.course-booked-small-text {
  color: #2652b3;
  font-size: 13px;
  font-weight: 400;
}

.course-col-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.course-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dashed #dcdfe2;
  font-size: 14px;
}

.course-details-row.no-line {
  margin-bottom: 10px;
  border-bottom-style: none;
}

.course-time {
  color: #000;
  font-style: normal;
}

.course-slot-col3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2e97a9;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.course-slot-col3.available {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -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: #0eb1e2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: center;
}

.course-slot-col3.available:hover {
  background-color: #006bce;
}

.course-booked-light {
  font-weight: 300;
}

.course-background {
  position: absolute;
  top: 15px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100px;
  max-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: #e2f5f5;
}

.introduction-video {
  max-height: 380px;
}

.image-2 {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  display: block;
  width: 100%;
  min-height: 20vh;
}

.hero-banner-image {
  width: 100%;
}

.red-header-text {
  /*font-family: Bignoodletitling, sans-serif;*/
  color: #ff4545;
  font-size: 34px;
  line-height: 40px;
  font-style: italic;
}

.red-header-text.content-title {
  padding-bottom: 10px;
  font-size: 37px;
}

.course-link {
  display: inline;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  /*font-family: 'Open Sans', sans-serif;*/
  color: #141414;
  text-decoration: none;
}

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

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

.registration-content.margin-b50 {
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.registration-content {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, .41);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px 21px 20px 40px;
  /*display: block;
  padding-right: 50px;
  padding-left: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;*/
}

.registration-content.bg-color {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}
.register-content-wrapper {
  /*width: 74%;*/
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.register-header {
  margin-bottom: 20px;
  font-family: 'Effra std bd', sans-serif;
  color: #000;
  font-weight: bold;
}
.register-name-wrapper {
  width: 75%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.register-label-wrapper {
    width: 30%;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    float: left;
}
.register-label-text {
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    color: #f39909;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}

.product-box {
  position: relative;
  padding: 9px;
}

.navlink {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 30px;
  color: #000;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}

.navlink:hover {
  color: #cfaf15;
}

.navlink.w--current {
  color: #cfaf15;
}

.navlink.all-products {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.navlink.all-products:hover {
  color: #0077c8;
}

.dropdown-text {
  text-decoration: none;
}

.dropdown-text:hover {
  color: #0077c8;
}

.drop-icon-2 {
  display: none;
  width: 30px;
  height: 30px;
}

.all-produts-list {
  position: absolute;
  left: 0%;
  top: 65%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 340px;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.products {
  width: 100%;
  padding: 10px;
  text-decoration: none;
}

.products:hover {
  background-color: transparent;
  color: #0077c8;
}

.product-list {
  color: #000;
  font-size: 16px;
}

.icon-2 {
  display: none;
}

.link {
  color: #000;
  text-decoration: none;
}

.dropdown-toggle-3 {
  width: 100%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.brand {
  width: 14%;
}

.brand.logo-hide {
  margin-right: 20px;
  margin-left: 20px;
}

.brand.hide {
  display: none;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.nav-icon {
  display: none;
}

.nav-icon.flag {
  display: block;
  margin-right: -2px;
  padding-right: 0px;
}

.nav-text-link {
  color: #000;
  text-decoration: none;
}

.navbar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  margin-bottom: 0px !important;
}

.dropdown-toggle-4 {
  padding-right: 20px;
}

.dropdown-list-3.w--open {
  background-color: #fff;
}

.droplink:hover {
  color: #0077C8 !important;
}

.droplink.cn {
  margin-left: -10px;
}

.flag {
  margin-right: 10px;
}

.drop-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-droplink {
  width: 100%;
}

.sub-drplink {
  width: 100%;
}

.sub-drplink:hover {
  color: #0077c8;
}

.sub-dt {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sub-2-link:hover {
  color: #0077c8;
}

.sub-2d-list.w--open {
  min-width: 500px;
  background-color: #fff;
  top: auto;
  /*bottom: -90%;*/
  left: 99%;
  right: 0%;
}

.sub-2d-list.cc.w--open {
  min-width: 630px;
  background-color: #fff;
  bottom: -382%;
}

/*----VPN edited---*/

/*--updated--*/
.select-course {
  width: 80%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #F4DA40;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

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

.content-wrapper.bg {
  background-color: rgba(0, 119, 195, .02);
}

.form-select {
  width: 30%;
  color: rgba(0, 0, 0, .66);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #F4DA40;
  margin-right: 10px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.form-select:hover, .form-select.filter-field {
  border: 1px solid #F4DA40;
}

.language {
  width: 50%;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.text-block-34 {
  text-align: right;
}

.text-block-34.bold {
  font-weight: 700;
}

.button {
  box-shadow: none;
  color: #000;
  background-color: #F4DA40;
  border: 1px #1f5eb6;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #0077c3;
}

.submit-button {
  display: none;
}

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

.button-wrapper.mid-button {
  width: 44%;
  justify-content: flex-end;
  margin-left: 0;
}

.course-list-box {
  width: 31%;
  border: 1px solid rgba(0, 0, 0, .13);
  flex-direction: column;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 4px 20px -13px rgba(0, 0, 0, .4);
}

.course {
  flex-direction: column;
  align-items: stretch;
  margin-left: 0;
  padding: 10px 10px 40px;
  display: flex;
}

.container-2 {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-35 {
  text-decoration: none;
}

.course-image {
  margin-bottom: 20px;
}

.course-fee {
  width: 35%;
  color: #d91b28;
  font-weight: 500;
}

.course-fee.exc {
  width: 90%;
}

.course-info {
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.course-wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.flex-wrapper.mid-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.course-fee-info {
  width: 100%;
  color: #000;
  text-align: center;
  font-weight: 500;
}

.text-block-22 {
  color: #ca922d;
}

.select-field {
  width: 30%;
}

.filter-box {
  width: 15%;
  height: 39px;
  color: #333;
  text-align: center;
  border: 1px solid #F4DA40;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.filter-box:hover {
  color: #fff;
  background-color: #0077c3;
  border-color: #0077c3;
}

.filter-box.runs-box {
  width: 30%;
  height: 39;
  color: #000;
  background-color: #F4DA40;
  border-color: rgba(0, 0, 0, 0);
  padding: 6px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  margin-right: 10px
}

.filter-box.runs-box:hover {
  color: #fff;
  background-color: #0077c3;
}

.course-title {
  text-transform: none;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-style: normal;
  font-weight: 700;
}

.course-title.title {
  font-size: 16px;
  font-weight: 400;
}

.form-block {
  margin-bottom: 40px;
}

.course-header {
  color: #000;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.course-header.mid-heading {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.course-header.blue-heading {
  color: #0077c3;
}

.hero-header-wrapper {
  min-height: 50vh;
}

.hero-wrapper {
  min-height: 50vh;
  background-image: url('../images/7xm.xyz724661.jpg');
  background-position: 50% 79%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mid-cotent-box {
  width: 70%;
  flex-direction: column;
  display: flex;
}

.mid-content {
  text-align: center;
  margin-bottom: 30px;
}

.select-course {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #F4DA40;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}
.select-category{
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #F4DA40;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.course_category_row_1{
  display: flex;
  width: 50%;
}

.form-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-5 {
  width: 100%;
  justify-content: center;
  display: none;
}

.div-block-6 {
  width: 100%;
  display: flex;
}

.dropdown-toggle-5 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-3, .select-icon {
  color: #0077c3;
}

.select-drop-down {
  width: 80%;
  height: 35px;
  background-color: #F4DA40;
  display: none;
  position: relative;
  top: -18px;
}

.select-box {
  height: 35px;
  color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, .34);
  padding: 10px 10px 10px 20px;
}

.select-box:hover {
  color: #fff;
  background-color: #0077c3;
}

.map-wrapper {
  height: 240px;
}

.html-embed {
  height: 100%;
}

.full-content {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, .41);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px 21px 20px 40px;
}

.course-info-box {
  justify-content: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.dates {
  /*width: 30%;*/
  color: #0077c3;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.dates-info {
  /*width: 50%;*/
  color: #000;
  font-size: 20px;
  line-height: 35px;
}

.dates-info.ful-date {
  /*width: 30%;*/
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.sponsored-box {
  width: 70%;
  display: flex;
}

.radio-button {
  background-color: #0077c3;
  border: 4px solid #F4DA40;
  margin-right: 10px;
}

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

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

.select-box-wrapper {
  display: flex;
}

.field-flex {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.field-flex.mid {
  justify-content: center;
  margin-left: 108px;
}

.field-label {
  width: 30%;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 400;
}

.text-field {
  width: 50%;
  border: 1px solid #F4DA40;
  border-radius: 6px;
  margin-bottom: 0;
}

.text-field.select {
  background-color: rgba(0, 0, 0, 0);
}

.text-field.message {
  width: 56%;
  padding-top: 31px;
  padding-bottom: 31px;
}

.check-wrapper {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.terms-info {
  color: #F4DA40;
  text-decoration: none;
}

.checkbox-field {
  font-size: 18px;
}

.form-box {
  display: none;
}

.course-header.blue-heading {
  color: #0077c3;
}

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


@media screen and (min-width: 1440px) {
  .text-block-22 {
    color: #ca922d;
  }
}

@media screen and (min-width: 1920px) {
  .text-field.message {
    width: 55%;
    margin-left: 10px;
  }
}


@media screen and (max-width: 991px) {
  .announcement-col {
    font-size: 11px;
  }

  .nav-menu {
    z-index: 5;
    background-color: #fff;
    justify-content: space-between;
  }

  .nav-logo {
    display: none;
  }

  .nav-link {
    width: 100%;
    border-bottom: 1px rgba(0, 0, 0, .25);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .nav-link.no-padding {
    padding-top: 0;
  }

  .dropdown-list.w--open {
    top: 66%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dropdown-list.drop-menu {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon {
    color: #020202;
    font-size: 18px;
    line-height: 17px;
    display: block;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-toggle:hover, .dropdown-toggle:focus {
    color: #0077c8;
  }

  .country-drop {
    text-align: left;
    background-position: 3%;
    padding-left: 46px;
  }

  .dropdown-link {
    width: 100%;
  }

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

  .footer-box {
    width: 100%;
    flex-direction: column;
    margin-right: 10px;
    display: flex;
  }

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

  .footer-header {
    margin-bottom: 10px;
  }

  .footer-link {
    font-size: 11px;
  }

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

  .dropdown-toggle-2 {
    width: 100%;
  }

  .view-course {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button {
    background-color: transparent;
    color: #f4da40;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #0077c8;
  }

  .logo-mobile {
    display: block;
    width: 20%;
  }

  .nav-flex {
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .embed-map-1 {
    display: block;
  }

  .embed-map-2 {
    display: block;
  }

  .drop-icon {
    width: 15px;
    height: 15px;
  }

  .div-block-2 {
    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;
  }

  .product-box {
    padding: 0px;
  }

  .navlink {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 22px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.24);
    background-color: #fff;
    color: #000;
    font-size: 14px;
  }

  .navlink:hover {
    color: #0077c8;
  }

  .navlink.all-products {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    background-color: #fff;
    color: #0077c8;
  }

  .drop-icon-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 2%;
    bottom: 0%;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .all-produts-list {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: none;
  }

  .products {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.09);
  }

  .icon-2 {
    display: block;
  }

  .dropdown-toggle-3 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .dropdown-list-2.w--open {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
  }

  .brand {
    left: 323px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .brand.logo-hide {
    display: none;
  }

  .brand.hide {
    display: block;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .nav-icon {
    display: block;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 15px;
    -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;
  }

  .dropdown-toggle-4 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .menu-button-2 {
    background-color: transparent;
    color: #0077c8;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #0077c8;
  }

  .dropdown-list-3 {
    left: 28px;
  }

  .dropdown-list-3.w--open {
    left: 19px;
    background-color: #fff;
  }

  .sub-2d-list.w--open {
    padding-left: 9px;
  }

  /*.col-md-4 {
   width: 33.33333333%;
  }*/
  .form {
     flex-wrap: wrap;
     justify-content: center;
   }
   .select-course {
      width: 100%;
      margin-right: 0px !important;
   }
   .div-block-5 {
      flex-direction: column;
    }

  .form-select.filter-field {
      width: 100%;
      margin-right: 0px !important;
    }

    .filter-box.runs-box {
     width: 40%;
    }

    .reset-button {
     width: 40%;
    }
    .course_category_row{
       display:block;
       width: 100%;
     }

     .course_category_row_1{
       display: block;
       width: 100%;
    }
}

@media screen and (max-width: 767px) {
  .announcement-col.left {
    font-weight: 700;
    text-align: center;
  }

  .announcement-col.right {
    text-align: center;
  }

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

  .footer-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -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;
  }

  .footyer-image {
    width: 100%;
  }

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

  .footer-link {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  /*.div-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }*/

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /*---vpn--*/
  .filter-col {
    width: 100%;
    margin-bottom: 10px;
  }

    .filter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .course-box-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

   .course-box-register-wrapper {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
 }

  .course-col-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .course-2-col.horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .course-2-col.slots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
 }

  .col-sm-3 {
    /* width: 25%;*/
  }
  .col-sm-4 {
      /*width: 33.33333333%;*/
  }
  .brand.hide {
    left: 209px;
    width: 30%;
  }
  .form {
    flex-wrap: wrap;
  }

  .div-block-5, .div-block-6, .course-info-box {
     flex-direction: column;
   }
 
 .form-select {
   width: 100%;
   margin-right: 0px !important;
  }

  .filter-box.runs-box {
     width: 100%;
    }
  .filter-box {
    width: 21%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
  }

  .reset-button {
     width: 100%;
    }


}

@media screen and (max-width: 479px) {
  .announcement-col.left {
    font-size: 9px;
  }

  .footer-box.sitemap, .footer-link-wrapper {
    margin-right: 0;
  }

  .footer-link-wrapper.site-box {
    width: 90%;
    margin-right: 0;
  }

  .menu-button {
    padding-right: 10px;
    padding-bottom: 0px;
    font-size: 51px;
    line-height: 32px;
  }

  .logo-mobile {
    width: 33%;
  }

  .nav-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .all-produts-list {
    left: 30%;
  }

  .brand.hide {
    left: 110px;
    width: 40%;
  }
  /*---vpn--*/

  .course-box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .course-box.inside {
    width: 100%;
    min-width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
  }
  .course-box-details-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .course-box-details {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 23px;
  }
  .course-box-price {
    margin-top: 10px;
  }
  .form-select {
    width: 100%;
    margin-right: 0px !important;
  }

  .mid-cotent-box {
    width: 95%;
  }
  .course-title {
    margin-left: 10px;
  }

  .course-title.title {
    margin-left: 0;
  }

  .course-header, .course-header.mid-heading {
    font-size: 27px;
    line-height: 37px;
  }

  .course-header.blue-heading {
    font-size: 20px;
  }

  .mid-cotent-box {
    width: 95%;
  }

  .mid-content {
    font-size: 15px;
    line-height: 25px;
  }

  .full-content {
    padding-left: 20px;
  }

  .dates {
    width: 90%;
    font-size: 16px;
  }

  .dates-info, .dates-info.ful-date {
    width: 100%;
    font-size: 17px;
  }

  .form-2 {
    flex-direction: column;
  }

  .field-flex {
    flex-direction: column;
    align-items: center;
  }

  .field-flex.mid {
    margin-left: 0;
  }

  .field-label {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .text-field, .text-field.message {
    width: 100%;
  }

  .checkbox-field {
    font-size: 17px;
  }
  .register-label-wrapper {
    width:100%;
    justify-content: flex-start;
    display: flex;
  }
}

