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) {

.training-header .header-left{
       width: auto;
    display: block;
    text-align: left;
        border-right: 0px;
}

.training-header.gray {
    padding: 20px;
}

.training-header .header-sec{
   padding:0;
}

.training-header .header-right{
    width: auto;
    display: block;
}

.training-header .header-right .header-btn a, .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%;
}
}
.heading-menu{
    height: auto;
    padding: 0;
}

.container#scroll {
   max-width: none;
    padding-top: 0;
}


.training-section .contactForm{
   position: relative;
}

.contactForm .pop-alert{
    display:none;
    text-align: center;
}

.pop-alert h4 {
    color: #000;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    line-height: 30px;
}
.pop-alert h4 strong {
    color: #069b4f;
    font-size: 23px;
    font-weight: bold;
    padding-top: 7px;
    display: inline-block;
}
.pop-alert h2 {
    color: #2397d7 !important;
    font-weight: bold;
    margin: 20px;
    margin-bottom: 25px;
    line-height: normal;
}

.pop-alert h2:after {
    display: none;
}

.pop-alert h3 {
    font-weight: 600;
    margin-bottom: 25px !important;
    font-size: 18px;
}
.pop-alert h3 span {
    color: #059b4f;
    font-weight: 700;
}

.pop-alert .key {
    font-size: 16px;
    line-height: 33px;
    color: #000;
    margin-bottom: 40px !important;
}

.pop-alert .key span {
    display: inline-block;
    height: 4px;
    width: 4px;
    margin: 5px;
    vertical-align: middle;
    border: 3px solid #9c9c9c;
    border-radius: 50%;
    overflow: hidden;
}

.contactForm.register.open .pop-alert {
    display: block;
}
.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;
}

.contactForm.register .pop-alert .more-info {
    margin: 0;
    margin-top: 50px;
    padding: 0;
    color: #000;
    line-height: 21px;
    font-size: 14px;
}

.contactForm.register .pop-alert .info {
    color: #000;
    margin: 20px;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: inherit;
    text-align: center;
    line-height: 28px;
    border-bottom:1px solid #ccc;
    -webkit-animation: blink 1s;
    animation: blink 1s;
}


@-webkit-keyframes blink {
    0% { opacity:0; transform:translateY(-91px);}
    100% {opacity:1; transform: translateY(0px);}
}

@keyframes blink {
    0% { opacity:0; transform:translateY(-91px);}
    100% {opacity:1; transform: translateY(0px);}
}

.contactForm.register .pop-alert .info span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}

.contactForm.register .pop-alert .more-info a {
    background-color: #ff7a6b;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 15px 26px;
    font-size: 16px;
    display: inline-block;
}

.contactForm{
    transition: all ease-in 350ms;
}

#registerForm .contactForm.register:after {
    content: '';
    background-color: rgba(255,255,255,.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;
}


.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;
}

.pop-close:hover {
    color: #666;
}

.training-section .white .sub, .training-section .white .re {
    color: #fff;
    background-color: #ff7a6b;
}

form#registerForm em:after {
    content: ' *';
    color: red;
    font-size: 12px;
}
.contactForm.completed:after {
    background-color: #333333b3;
    color: #fff;
    text-align: center;
    font-size: 40px;
    content: 'Registration Over';
    text-shadow: 0 0 30px #333;
    line-height: 500px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.more-info label:hover {
    background-color: #fff;
}
.more-info .alert{
    display: block;
    position: absolute;
    opacity: 0;
    top: -30px;
    color: red;
    font-weight: bold;
    text-align: center;
    transform: scale(0.4);
    transition: all ease 500ms;
}
.more-info .alert.error{
    opacity: 1;
    transform: scale(1.3);
}
#registerForm em.timezone::after {
    content:'';
}
#uk_thanks,#mdm_thanks{ display: none; }
#uk_thanks.active,#mdm_thanks.active{ display: block; }
#commonHeader {
    min-height: 90px;
}
.fea-nav-link span.act:before {
    display: none;
}
.training-section.training-videos .fea-nav-link span.act {
    white-space: normal;
}
.free-training-event .event-box.pink {
     background-color:rgb(197 98 182);
}
.free-training-event .event-box h2 {
    margin-right: 100px;
}
.training-section.training-videos .fea-nav-link {
    display: flex;
}
.training-section.training-videos .fea-nav-link span {
    width: 20%;
    line-height: 22px !important;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.fea-nav-link span.act:after {
    display: none;
}
.heading-menu{
    height: auto;
    padding: 0;
}

.container#scroll {
   max-width: none;
    padding-top: 0;
}


.training-section .contactForm{
   position: relative;
}

.contactForm .pop-alert{
    display:none;
    text-align: center;
}

.pop-alert h4 {
    color: #000;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    line-height: 30px;
}
.pop-alert h4 strong {
    color: #069b4f;
    font-size: 23px;
    font-weight: bold;
    padding-top: 7px;
    display: inline-block;
}
.pop-alert h2 {
    color: #2397d7 !important;
    font-weight: bold;
    margin: 20px;
    margin-bottom: 25px;
    line-height: normal;
}

.pop-alert h2:after {
    display: none;
}

.pop-alert h3 {
    font-weight: 600;
    margin-bottom: 25px !important;
    font-size: 18px;
}
.pop-alert h3 span {
    color: #059b4f;
    font-weight: 700;
}

.pop-alert .key {
    font-size: 16px;
    line-height: 33px;
    color: #000;
    margin-bottom: 40px !important;
}

.pop-alert .key span {
    display: inline-block;
    height: 4px;
    width: 4px;
    margin: 5px;
    vertical-align: middle;
    border: 3px solid #9c9c9c;
    border-radius: 50%;
    overflow: hidden;
}

.contactForm.register.open .pop-alert {
    display: block;
}
.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;
}

.contactForm.register .pop-alert .more-info {
    margin: 0;
    margin-top: 50px;
    padding: 0;
    color: #000;
    line-height: 21px;
    font-size: 14px;
}

.contactForm.register .pop-alert .info {
    color: #000;
    margin: 20px;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: inherit;
    text-align: center;
    line-height: 28px;
    border-bottom:1px solid #ccc;
    -webkit-animation: blink 1s;
    animation: blink 1s;
}


@-webkit-keyframes blink {
    0% { opacity:0; transform:translateY(-91px);}
    100% {opacity:1; transform: translateY(0px);}
}

@keyframes blink {
    0% { opacity:0; transform:translateY(-91px);}
    100% {opacity:1; transform: translateY(0px);}
}

.contactForm.register .pop-alert .info span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}

.contactForm.register .pop-alert .more-info a {
    background-color: #ff7a6b;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 15px 26px;
    font-size: 16px;
    display: inline-block;
}

.contactForm{
    transition: all ease-in 350ms;
}

#registerForm .contactForm.register:after {
    content: '';
    background-color: rgba(255,255,255,.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;
}


.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;
}

.pop-close:hover {
    color: #666;
}

.training-section .white .sub, .training-section .white .re {
    color: #fff;
    background-color: #ff7a6b;
}

form#registerForm em:after {
    content: ' *';
    color: red;
    font-size: 12px;
}
.contactForm.completed:after {
    background-color: #333333b3;
    color: #fff;
    text-align: center;
    font-size: 40px;
    content: 'Registration Over';
    text-shadow: 0 0 30px #333;
    line-height: 500px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.more-info label:hover {
    background-color: #fff;
}
.more-info .alert{
    display: block;
    position: absolute;
    opacity: 0;
    top: -30px;
    color: red;
    font-weight: bold;
    text-align: center;
    transform: scale(0.4);
    transition: all ease 500ms;
}
.more-info .alert.error{
    opacity: 1;
    transform: scale(1.3);
}
#uk_thanks,#mdm_thanks{ display: none; }
#uk_thanks.active,#mdm_thanks.active{ display: block; }
inputgroup.input-group-radio.spl label, inputgroup.input-group-radio.spl input {
    height: auto;
}
#register{
    background-color: #f7f7f7;
}
.edi-btn {
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 15px;
    box-shadow: 0 0 10px #0004;
}
.edi-btn inputgroup input, .edi-btn inputgroup select, .edi-btn .field-valid input, .edi-btn .field-error input, .edi-btn inputgroup textarea{
    height: auto !important;
}
.edi-btn .input-group-radio{
    margin:auto;
}
inputgroup.input-group-radio.spl .main {
    line-height: normal;
    margin: 20px 0 5px;
}
.fbutton input#Submit {
    background-color: #ff7a6b !important;
    color: #fff;
    min-width: 200px !important;
    text-transform: uppercase;
    font-size: 17px !important;
    font-weight: 700;
}
#meGDPRMessage label {
    white-space: unset !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    max-width: none;
}
.edi-btn inputgroup.focus label {
    font-weight: 600;
}
.edi-btn inputgroup.focus > label {
    transform: translate(0px,0px) scale(.9,.9) !important;
}
.edi-btn .input-group-radio input, .edi-btn .input-group-radio > label {
    transform: translate(0px,0px) scale(.9,.9) !important;
}
.timezone {
    color: #e76567;
}
.webinar1value,.webinar2value {
    display: block;
}
.webinar1value:after {content: "(USA, UK, Canada and Mexico)";}
.webinar2value:after {content: "(Europe, Middle East, Asia and Australia)";}
.webinar1value:after, .webinar2value:after {
    font-weight: 300;
}
.edi-btn{
    position:relative;
    overflow:hidden;
}

.success-msg {
    position: absolute;
    background-color: #5b84adf2;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.success-msg h2 {
    font-size: 36px;
    line-height: normal;
    color: #fff;
    text-align: center;
    margin: 0 25px;
}
.success-msg p {
    font-size: 20px;
    line-height: normal;
    color: #fff;
    text-align: center;
    margin: 25px;
}
.success-msg.loading {
    background-image: url('https://www.manageengine.com/ems/images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px auto;
}
.success-msg.loading h2,.success-msg.loading p {
    display: none;
}
a.spl{
display: block !important;
}