

.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;
}

.course-type {
  color: #181818;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.workshop-separator-line {
  height: 2px;
  max-width: 1200px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: hsla(0, 0%, 71.3%, 0.16);
}

.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);
}

.filter-field {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  background-color: #fff;
}

.filter-col {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-col.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.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-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;
}

.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-price-3-wrapper {
  min-width: 74px;
  text-align: left;
}

.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-1 {
  color: #f39909;
  font-size: 14px;
  font-weight: 400;
}

.course-box-details {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #141414;
  font-weight: 400;
}

.dropdown-navlink {
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
}

.dropdown-navlink:hover {
  background-color: #363232;
  color: #ff4545;
}

.dropdown-list {
  background-color: #493535;
}

.dropdown-list.w--open {
  top: 100%;
  padding-top: 10px;
  background-color: transparent;
}

.dropdown {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*----Vipin****/

.course-schedule-filter {
  padding-bottom: 60px;
}

.course-row-label {
  width: 50%;
  margin-right: 15px;
  color: #f39909;
  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 {  /* Changes made on 22-04-2022 Advice from Christian*/
  /*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 { /* Changes made on 22-04-2022 Advice from Christian*/
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;*/
  display: flex;
}

.course-2-col.horizontal._50 {}

.course-2-col.horizontal._50:tiny {
  flex-direction: column;
}


.course-2-col.slots:tiny {
  width: 100%;
}


.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;
}


.registration-content.margin-b50 {
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.registration-content {
  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: 25%;
    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;
}
/**---End Vipin**--*/


@media screen and (max-width: 991px) {
  .nav-main-wrapper {
    position: relative;
  }

  .top-nav-social-flex {
    display: none;
  }

  .top-nav-container {
    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;
  }

  .logo-container {
    margin-bottom: 20px;
  }

  .mid-nav-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .welcome-text-flex {
    display: none;
  }

  .cta-social-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-container {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .bot-nav-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 80px;
    background-color: #fff;
  }

  .navbar {
    position: static;
  }

  .nav-link {
    display: block;
    border-right-style: none;
    border-right-width: 0px;
    background-color: #fff;
  }

  .nav-link.w--current {
    display: inline-block;
  }

  .dropdown-toggle {
    width: 100%;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dropdown-toggle.w--open {
    margin-right: auto;
    margin-left: 0px;
  }

  .menu-button {
    z-index: 5;
    overflow: hidden;
    float: none;
    color: #ff4545;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .bot-nav-container {
    display: block;
    background-color: #fff;
  }

  .copyright {
    font-size: 14px;
  }

  .box-button {
    text-align: center;
  }

  .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-type {
    margin-bottom: 15px;
  }

  .filter-col {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dropdown-navlink {
    padding-left: 40px;
    text-align: left;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown {
    -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;
  }

  .close-button {
    z-index: 5;
    overflow: hidden;
  }

  .close-image {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top-nav-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col {
    width: 50%;
  }

  .col.end {
    width: auto;
  }

  .copyright {
    font-size: 12px;
  }

  .filter-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-box-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-col {
    width: 48%;
    margin-bottom: 10px;
  }

  .filter-col.button {
    margin-right: 0px;
  }

  .course-box {
    width: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-box.inside {
    width: 48%;
  }

  .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;
}
}

@media screen and (max-width: 479px) {
  .search-input {
    min-width: 170px;
  }

  .social-icon-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-icon-embed-container {
    margin-bottom: 15px;
  }

  .col {
    width: 100%;
  }

  .copyright {
    padding-right: 30px;
    padding-left: 30px;
  }

  .filter-button {
    width: 100%;
  }

  .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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box-button {
    padding-right: 15px;
    padding-left: 15px;
  }

  .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-type {
    padding-left: 10px;
  }

  .workshop-separator-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .course-box-price {
    margin-top: 10px;
  }

  .filter-field {
    margin-bottom: 10px;
  }

  .filter-col {
    width: 100%;
  }

  .course-box-details-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .course-box {
    width: 100%;
    min-height: 430px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    -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;
    border-style: none;
  }

  .course-box.inside {
    width: 100%;
    min-width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
  }

  .course-box-details {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 23px;
  }

  .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;
}
}

@font-face {
  font-family: 'Bignoodletitling';
  src: url('../fonts/BigNoodleTitling.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bignoodletitling';
  src: url('../fonts/BigNoodleTitling-Oblique.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurabt book';
  src: url('../fonts/FuturaBT-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova extrabld';
  src: url('../fonts/ProximaNova-Extrabld.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}