#commonHeader {
  min-height: auto;
}

.training-detail-main-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.training-detail-main-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.training-detail-main-wrapper h1 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 1.15;
  letter-spacing: -1px;
}
.training-detail-main-wrapper h2 {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.training-detail-main-wrapper h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 12px;
}
.training-detail-main-wrapper p {
  font-size: 15px;
  margin: 0 0 16px;
  line-height: 1.75;
}
.training-detail-main-wrapper .text-center {
  text-align: center !important;
}
.training-detail-main-wrapper .section-header {
  margin-bottom: 32px;
}
.training-detail-main-wrapper .training-container {
  max-width: 1280px;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.training-detail-main-wrapper .training-banner-section {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6d6), to(rgba(255, 248, 224, 0.8)));
  background: linear-gradient(180deg, #fff6d6 0%, rgba(255, 248, 224, 0.8) 100%);
}
.training-detail-main-wrapper .training-banner-section .header-left {
  padding-right: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border-right: 1px solid #e6e4db;
}
@media (max-width: 767.98px) {
  .training-detail-main-wrapper .training-banner-section .header-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-right: 0;
  }
}
.training-detail-main-wrapper .training-banner-section .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.training-detail-main-wrapper .training-banner-section.event-ended {
  position: relative;
  margin: 0;
}
.training-detail-main-wrapper .training-banner-section.event-ended:before {
  content: "";
  position: absolute;
  background-color: #1e1212;
  opacity: 0.4;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9998;
}
.training-detail-main-wrapper .training-banner-section.event-ended:after {
  content: "Event has ended";
  position: absolute;
  opacity: 0.9;
  top: 20px;
  left: -25px;
  background-color: #ea132b;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: normal;
  padding: 0 60px;
  z-index: 20;
  -webkit-transform: rotate(-45deg) translate(-48px, -5px);
          transform: rotate(-45deg) translate(-48px, -5px);
}
.training-detail-main-wrapper .training-badge {
  display: inline-block;
  font-weight: 300;
  border: 1px solid #c7a22b;
  color: #ac8403;
  padding: 0px 10px;
  border-radius: 32px;
  font-size: 13px;
  margin: 0 0 12px;
}
.training-detail-main-wrapper .training-details {
  margin: 0 0 16px;
}
.training-detail-main-wrapper .training-details p {
  margin-bottom: 4px;
  font-weight: 500;
}
.training-detail-main-wrapper .training-details p span {
  margin-right: 4px;
  display: inline-block;
  font-weight: 300;
}
.training-detail-main-wrapper .training-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .training-detail-main-wrapper .training-header {
    gap: 0px;
  }
}
.training-detail-main-wrapper .training-agenda-section {
  padding: 60px 0;
  background: #ffffff;
}
.training-detail-main-wrapper .training-agenda-section ul {
  max-width: 760px;
  margin: 24px auto;
}
.training-detail-main-wrapper .training-agenda-section ul li {
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 16px;
  border-left: 1px solid #d1d1d1;
  -webkit-box-shadow: 0 2px 4px hsla(0, 0%, 0%, 0.01);
          box-shadow: 0 2px 4px hsla(0, 0%, 0%, 0.01);
}
.training-detail-main-wrapper .training-agenda-section ul li p {
  margin: 0;
}
.training-detail-main-wrapper .training-agenda-section ul li h4 {
  margin-bottom: 4px;
}
.training-detail-main-wrapper .training-trainer-section {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6d6), to(rgba(255, 248, 224, 0.8)));
  background: linear-gradient(180deg, #fff6d6 0%, rgba(255, 248, 224, 0.8) 100%);
  z-index: 1;
  padding: 60px 0;
}
.training-detail-main-wrapper .training-trainer-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: 72px 72px;
  background-image: linear-gradient(to right, rgba(92, 80, 50, 0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(92, 80, 50, 0.04) 1px, transparent 1px);
}
.training-detail-main-wrapper .training-trainer-section .flexslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.training-detail-main-wrapper .training-trainer-section .flex-control-nav {
  width: 100%;
  bottom: 0;
  top: 0;
  position: relative;
}
.training-detail-main-wrapper .training-trainer-section .trainer-dec {
  font-size: 15px;
}
.training-detail-main-wrapper .training-trainer-section .flexslider {
  min-height: auto;
}
.training-detail-main-wrapper .training-trainer-section .trainer-img img {
  width: 180px;
  height: 180px;
  border-radius: 100px;
}
.training-detail-main-wrapper .training-trainer-section .trainer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin: 24px 0;
}
.training-detail-main-wrapper .training-expectation-section {
  padding: 60px 0;
  background: #f9f9f9;
}
.training-detail-main-wrapper #formCTAgdpr {
  font-size: 13px;
  line-height: 1.5;
}
.training-detail-main-wrapper #formCTAgdpr a {
  font-size: inherit;
  font-family: inherit;
}
.training-detail-main-wrapper #formCTAgdpr strong {
  font-weight: 600;
}
.training-detail-main-wrapper #ukcountry_region {
  margin-top: 12px;
}
.training-detail-main-wrapper #meGDPRMessage {
  margin-bottom: 12px;
  font-size: 13px;
  width: 100% !important;
  color: inherit !important;
}
.training-detail-main-wrapper #meGDPRMessage label {
  line-height: 1.5;
}
.training-detail-main-wrapper .checkmarkgdpr {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px !important;
  background: #ffffff !important;
}
.training-detail-main-wrapper .checkmarkgdpr::before {
  content: "";
  top: -1px !important;
  left: 0 !important;
  position: relative !important;
  width: 6px !important;
  height: 11px !important;
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg) scale(0) !important;
  transform: rotate(45deg) scale(0) !important;
  -webkit-transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms transform ease-out !important;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
}
.training-detail-main-wrapper .checkmarkgdpr.enableCheckgdpr::before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
}
.training-detail-main-wrapper .training-faq a {
  color: #000;
}
.training-detail-main-wrapper .free-training.header {
  padding: 40px;
  text-align: center;
}
.training-detail-main-wrapper .free-training-event {
  padding: 66px;
  text-align: center;
}
.training-detail-main-wrapper .free-training-event .event-box {
  display: inline-block;
  width: 360px;
  margin: 22px;
  background-color: #ff6e71;
  color: #fff;
  padding: 20px 40px 30px;
  text-align: left;
  position: relative;
  min-height: 251px;
  overflow: hidden;
}
.training-detail-main-wrapper .free-training-event .event-box:before {
  content: "";
  display: block;
  height: 5px;
  background-color: #e76567;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.training-detail-main-wrapper .free-training-event .event-box.over:after {
  content: "This event is over";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -19px;
  padding: 15px 50px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 15px;
  line-height: 15px;
  -webkit-transform: rotateZ(45deg) translateX(49px);
          transform: rotateZ(45deg) translateX(49px);
}
.training-detail-main-wrapper .free-training-event .event-box:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.training-detail-main-wrapper .free-training-event .event-box.red {
  background-color: #ff6e71;
}
.training-detail-main-wrapper .free-training-event .event-box.blue {
  background-color: #3ab4de;
}
.training-detail-main-wrapper .free-training-event .event-box.green {
  background-color: #3dc5ae;
}
.training-detail-main-wrapper .free-training-event .event-box.yellow {
  background-color: #ffb962;
}
.training-detail-main-wrapper .free-training-event .event-box.navgreen {
  background-color: rgb(118, 154, 99);
}
.training-detail-main-wrapper .free-training-event .event-box strong {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
}
.training-detail-main-wrapper .free-training-event .event-box span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}
.training-detail-main-wrapper .free-training-event .event-box .btn-sec {
  display: block;
  margin-top: 25px;
}
.training-detail-main-wrapper .free-training-event .event-box .btn-sec .btn {
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  line-height: 20px;
  border: 1px #fff solid;
  margin-right: 10px;
  font-weight: 600;
}
.training-detail-main-wrapper .free-training-event .event-box .btn-sec .btn:hover {
  text-decoration: none;
}
.training-detail-main-wrapper .free-training-event .event-box.red .btn-sec .btn.spl {
  background-color: #fff;
  color: #ff6e71;
}
.training-detail-main-wrapper .free-training-event .event-box.blue .btn-sec .btn.spl {
  background-color: #fff;
  color: #3ab4de;
}
.training-detail-main-wrapper .training-header.gray {
  background-color: #f4f4f4;
  padding: 40px 80px;
  margin: 0;
}
.training-detail-main-wrapper .training-header .header-right .header-btn a,
.training-detail-main-wrapper .header-reg-btn {
  padding: 8px 16px;
  border: 1px solid #E1E2E5;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  line-height: 1.35;
  font-size: 16px;
  background: #ffffff;
  color: #006DEB;
}
.training-detail-main-wrapper .training-header.gray .header-right .header-btn a {
  background-color: #fff;
}
.training-detail-main-wrapper .training-header .header-right .header-btn a:hover {
  text-decoration: none;
}
.training-detail-main-wrapper .training-header .header-right .header-btn a.spl,
.training-detail-main-wrapper .header-reg-btn {
  background-color: #E80E19;
  color: #fff;
  border-color: #E80E19;
}
.training-detail-main-wrapper .training-videos {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6d6), to(rgba(255, 248, 224, 0.3)));
  background: linear-gradient(180deg, #fff6d6 0%, rgba(255, 248, 224, 0.3) 100%);
}
.training-detail-main-wrapper .training-faq {
  background-color: rgb(118, 154, 99);
}
.training-detail-main-wrapper .training-videos.training-faqs {
  background-color: #ff6e71;
  text-align: center;
}
.training-detail-main-wrapper .training-faqs {
  background-color: #2bc5b5;
  text-align: center;
}
.training-detail-main-wrapper .training-section.training-faqs ul {
  max-width: 750px;
  display: inline-block;
  text-align: left;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}
.training-detail-main-wrapper .training-section.training-faqs ul li {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dashed #1e998c;
  font-size: 15px;
  line-height: 27px;
  counter-increment: item;
  position: relative;
}
.training-detail-main-wrapper .training-section.training-faqs ul li:before {
  content: counter(item) ".";
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: -64px;
  text-align: right;
  width: 50px;
}
.training-detail-main-wrapper .training-section.training-faqs ul li a {
  color: inherit;
}
.training-detail-main-wrapper .training-section.training-faqs ul li strong {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.training-detail-main-wrapper a.topheader.header-reg-btn {
  position: absolute;
  right: 0;
  margin-top: 0;
  top: -68px;
  z-index: 99999;
  padding: 4px 20px;
  font-size: 15px;
  letter-spacing: normal;
  font-weight: 500;
  height: inherit;
  width: inherit;
  display: inline-block;
  border: 0;
  text-align: center;
}
.training-detail-main-wrapper a.topheader.header-reg-btn.fixed {
  position: fixed;
  top: 20px;
}
.training-detail-main-wrapper .training-videos.training-faqs a:hover,
.training-detail-main-wrapper .training-faq a:hover {
  background-color: #eee;
  text-decoration: none;
}
.training-detail-main-wrapper .training-videos.training-faqs a,
.training-detail-main-wrapper .training-faq a {
  background-color: #fff;
  padding: 15px 20px;
  font-size: 17px;
  margin-top: 15px;
  display: inline-block;
}
.training-detail-main-wrapper .training-invite {
  background-color: #38b3e1;
}
.training-detail-main-wrapper .training-faq ul li {
  background-color: rgba(0, 0, 0, 0.1);
  max-width: 800px;
  text-align: left;
  counter-increment: item;
  border-right: 0;
}
.training-detail-main-wrapper .training-faq ul li :before {
  content: counter(item) ".";
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: -64px;
  text-align: right;
  width: 50px;
}
.training-detail-main-wrapper .training-section.training-videos .fea-nav-list,
.training-detail-main-wrapper .training-section.training-videos .fea-nav-link span.act,
.training-detail-main-wrapper .training-section.training-videos .fea-nav-link {
  background-color: rgb(31, 143, 131);
}
.training-detail-main-wrapper .training-section.training-videos .fea-nav-list {
  padding: 50px;
  width: auto;
  max-width: 1097px;
  margin: 0 auto;
}
.training-detail-main-wrapper .training-section.training-videos .fea-nav-link {
  max-width: 1197px;
  width: auto;
  margin: 0 auto;
}
.training-detail-main-wrapper .training-section.training-videos .fea-nav-list p {
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.training-detail-main-wrapper .training-section.training-videos .fea-nav-link span {
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px !important;
  color: #fff;
  width: 398px;
}
.training-detail-main-wrapper .training-section.training-videos .fea-nav-link span.act {
  font-size: 17px !important;
  white-space: nowrap;
}
.training-detail-main-wrapper .training-section.training-videos .fea-nav-link span.act::after {
  border-left-color: rgb(31, 143, 131);
}
.training-detail-main-wrapper .training-section.training-videos .fea-nav-link span.act:before {
  border-right-color: rgb(31, 143, 131);
}
.training-detail-main-wrapper .training-section .contactForm {
  border: 1px solid rgba(174, 182, 192, 0.25);
  margin: auto;
  max-width: 380px;
  width: 100%;
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
}
.training-detail-main-wrapper .training-section .contactForm p em {
  font-style: normal;
}
.training-detail-main-wrapper .training-section .input,
.training-detail-main-wrapper .training-section .tarea,
.training-detail-main-wrapper .training-section select {
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgba(174, 182, 192, 0.5);
  outline: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  padding: 8px 12px;
  font-family: inherit;
}
.training-detail-main-wrapper .training-section select {
  height: 40px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.45rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.training-detail-main-wrapper .training-section .fbutton {
  display: block;
  text-align: center;
}
.training-detail-main-wrapper .training-section .sub,
.training-detail-main-wrapper .training-section .re {
  background: #e80e19;
  width: 100%;
  height: 40px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  border-radius: 4px;
}
.training-detail-main-wrapper .training-section .re {
  margin: 0 0 0 4%;
}
.training-detail-main-wrapper .training-section .sub:focus,
.training-detail-main-wrapper .training-section .re:focus {
  outline: none;
}
.training-detail-main-wrapper .training-section .trainer-dec {
  display: inline-block;
  width: 630px;
  text-align: left;
  vertical-align: middle;
  padding-left: 35px;
  font-size: 16px;
  line-height: 30px;
}
.training-detail-main-wrapper .training-section .trainer-dec li span {
  font-weight: bolder;
  min-width: 125px;
  display: inline-block;
}
.training-detail-main-wrapper .training-section .trainer-dec li {
  font-size: 18px;
  line-height: 40px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.training-detail-main-wrapper .training-section .trainer-dec h4 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.training-detail-main-wrapper .training-section .input,
.training-detail-main-wrapper .training-section .tarea,
.training-detail-main-wrapper .training-section .fbutton,
.training-detail-main-wrapper .training-section select {
  width: 100%;
}
.training-detail-main-wrapper .training-section .white .contactForm p em {
  color: #000;
}
.training-detail-main-wrapper .training-section .white .sub,
.training-detail-main-wrapper .training-section .white .re {
  color: #000;
}
.training-detail-main-wrapper .training-header.over .spl {
  display: none !important;
}
@media screen and (max-width: 400px) {
  .training-detail-main-wrapper .training-section .contactForm {
    width: 74%;
    margin: 2% 3% 0;
    padding: 5% 10%;
  }
  .training-detail-main-wrapper .training-section .contactForm p em {
    float: none;
    line-height: 30px;
    width: 100%;
  }
  .training-detail-main-wrapper .training-section .sub,
  .training-detail-main-wrapper .training-section .re {
    width: 100%;
    float: none;
  }
  .training-detail-main-wrapper .training-section .re {
    margin: 20px 0 0 0;
  }
  .training-detail-main-wrapper .heading-menu {
    height: auto;
    padding: 0;
  }
  .training-detail-main-wrapper .container#scroll {
    max-width: none;
    padding-top: 0;
  }
  .training-detail-main-wrapper .training-section .contactForm {
    position: relative;
  }
  .training-detail-main-wrapper .contactForm .pop-alert {
    display: none;
    text-align: center;
  }
  .training-detail-main-wrapper .pop-alert h4 {
    color: #000;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
  }
  .training-detail-main-wrapper .pop-alert h2 {
    color: #2397d7 !important;
    font-weight: bolder;
    margin-bottom: 25px;
  }
  .training-detail-main-wrapper .pop-alert h2:after {
    display: none;
  }
  .training-detail-main-wrapper .pop-alert h3 {
    font-weight: 800;
    margin-bottom: 36px !important;
  }
  .training-detail-main-wrapper .pop-alert .key {
    font-size: 16px;
    line-height: 33px;
    color: #000;
    margin-bottom: 40px !important;
  }
  .training-detail-main-wrapper .pop-alert .key span {
    display: inline-block;
    height: 4px;
    width: 4px;
    margin: 5px;
    vertical-align: middle;
    border: 3px solid #72a63f;
    border-radius: 50%;
    overflow: hidden;
  }
  .training-detail-main-wrapper .contactForm.register.open .pop-alert {
    display: block;
  }
  .training-detail-main-wrapper .contactForm.register .pop-alert {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eee;
    vertical-align: middle;
    margin: auto;
    color: #fff;
    z-index: 1;
  }
  .training-detail-main-wrapper .contactForm.register .pop-alert .more-info {
    display: none;
    margin: 0;
    margin-top: 90px;
    padding: 0;
    color: #000;
    line-height: 21px;
    font-size: 14px;
    outline: 1px solid #ccc;
    outline-offset: 90px;
  }
  .training-detail-main-wrapper .contactForm.register .pop-alert .info {
    color: #000;
    margin: 20px;
    margin-top: 250px;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: inherit;
    text-align: center;
    line-height: 28px;
    -webkit-animation: blink 1s;
    animation: blink 1s;
  }
  @-webkit-keyframes blink {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-91px);
              transform: translateY(-91px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes blink {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-91px);
              transform: translateY(-91px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  .training-detail-main-wrapper .contactForm.register .pop-alert .info span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .training-detail-main-wrapper .contactForm.register .pop-alert .more-info a {
    background-color: #E80E19;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
    padding: 15px 26px;
    font-size: 16px;
    display: inline-block;
  }
  .training-detail-main-wrapper .contactForm {
    -webkit-transition: all ease-in 350ms;
    transition: all ease-in 350ms;
  }
  .training-detail-main-wrapper #registerForm .contactForm.register:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("images/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
  .training-detail-main-wrapper .pop-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #b1b1b1;
    padding: 12px;
    line-height: 20px;
    z-index: 9;
    font-weight: 100;
    display: block;
    font-size: 45px;
    cursor: pointer;
  }
  .training-detail-main-wrapper .pop-close:hover {
    color: #666;
  }
  .training-detail-main-wrapper .training-section .white .sub,
  .training-detail-main-wrapper .training-section .white .re {
    color: #fff;
    background-color: #E80E19;
  }
  .training-detail-main-wrapper form#registerForm em:after {
    content: " *";
    color: red;
    font-size: 12px;
  }
}
@media screen and (max-width: 1025px) {
  .training-detail-main-wrapper .header-btn a.spl {
    margin: 42px 72px !important;
  }
}
@media screen and (max-width: 650px) {
  .training-detail-main-wrapper .flexMobile {
    display: block !important;
    background: transparent;
  }
  .training-detail-main-wrapper .flexslider {
    max-height: none;
  }
  .training-detail-main-wrapper .trainer-dec ul {
    margin-bottom: 32px;
  }
  .training-detail-main-wrapper .trainer-dec ul li {
    line-height: 2;
  }
}

/* ==== Training ==== */
div#btmscroll,
.fr,
.btmBar,
#customers,
#allFea,
div#btmscroll,
.fr,
.btmBar {
  display: none;
}

footer,
.foot-copy {
  background-color: #eee;
  border-top: 0px;
}

.container#scroll {
  max-width: none;
  padding: 0;
}

.heading-menu {
  display: none;
}

.training-header .header-right .header-btn a.spl {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999;
  margin: 24px;
}

@media screen and (max-width: 400px) {
  .header-reg-btn {
    display: block;
    max-width: 240px;
    margin: 20px auto;
  }
  .free-training-event .event-box {
    width: auto;
    margin: 20px 0;
    min-width: 261px;
  }
  .free-training-event .event-box h2 {
    font-size: 25px;
    line-height: normal;
    font-weight: 400;
    margin-right: 0;
  }
  .free-training-event .event-box strong {
    font-size: 17px;
  }
  .training-section h2 {
    line-height: normal;
  }
  .training-section.header-sec {
    padding: 20px;
  }
  .training-section .contactForm {
    width: auto;
    display: block;
    padding: 20px 0;
  }
  .training-section .contactForm p {
    margin: 15px 32px;
  }
  .training-section .input,
  .training-section .tarea,
  .training-section select {
    width: 90%;
    display: block;
  }
  .training-section .fbutton {
    width: auto;
  }
  .inp-grp .er-msg {
    top: 13px;
  }
  .training-section .sub,
  .training-section .re {
    width: 100%;
    display: block;
  }
  iframe {
    width: 100%;
  }
}