div#btmscroll, .fr, .btmBar,#customers,#allFea, div#btmscroll, .fr, .btmBar  {
    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;
    margin-bottom: 20px;
}

.pop-alert h2 {
    color: #2397d7 !important;
    font-weight: bolder;
    margin-bottom: 25px;
}

.pop-alert h2:after {
    display: none;
}

.pop-alert h3 {
    font-weight: 800;
    margin-bottom: 36px !important;
}

.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 #72a63f;
    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: 90px;
    padding: 0;
    color: #000;
    line-height: 21px;
    font-size: 14px;
    outline: 1px solid #ccc;
    outline-offset: 90px;
}

.contactForm.register .pop-alert .info {
    color: #000;
    margin: 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; 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;
}

.contactForm.register .pop-alert .more-info a {
    background-color: #ff7a6b;
    font-weight: 800;
    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;
}

form#registerForm #reg_time em:after {
    content: '';
}
.training-section.training-videos .fea-nav-link span{
   width: 50%;
}

span.free-tag {
    background-color: #d8d8d8;
    display: inline-block !important;
    padding: 8px 18px;
    font-size: 16px !important;
    position: relative;
    margin: 14px 0;
}

span.free-tag:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #d8d8d8;
    transform: rotate(45deg);
    position: absolute;
    z-index: 0;
    left: -14px;
    top: 6px;
}

span.patch-date {
    font-size: 20px !important;
    border-top: 1px dashed #ccc;
    display: inline-block !important;
    padding: 12px 0 10px 30px;
    margin-top: 19px !important;
}

.update-sec {
    max-width: 900px;
    box-shadow: 0 0 5px #ccc;
    margin: 0 auto 60px auto;
    text-align: left;
}

.update-sec .aside-date-sec {
    background-color: #eee;
    border-right: 1px #eee solid;
    padding: 75px 30px 81px;
    display: inline-block;
}

.update-sec .aside-date-sec img {
    width: 145px;
}

.update-sec .aside-date-sec a img,.update-sec .aside-date-sec span img {
    width: 17px;
    display: inline-block;
    vertical-align: text-bottom;
}
.update-sec .aside-date-sec a,.update-sec .aside-date-sec span {
    display: block;
    text-align: center;
    padding: 10px 0 0;
    color: #0879b8;
    font-weight: 600;
    text-decoration: none;
}

.update-sec .update-main-sec {
    display: inline-block;
    vertical-align: top;
    width: 680px;
}

.update-sec .update-main-sec .slide img{
    display: none;
    padding: 30px;
    max-width: 620px !important;
    margin: auto;
}

.update-sec .update-main-sec .slide img.active{
    display: block;
}

.update-sec .update-main-sec .toggle {
    margin: 15px auto;
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
}

.update-sec .update-main-sec .toggle span {
    background-color: #eee;
    padding: 2px 15px;
    display: inline-block;
    width: 65px;
    text-align: center;
    float: left;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

.update-sec .update-main-sec .toggle span:last-child {
    border-right: 0;
}

.update-sec .update-main-sec .toggle span.active {
    position: relative;
    background-color: #e2e2e2;
    color: #0879b8;
    font-weight: 900;
    border-bottom:2px solid;
}

.update-sec .update-main-sec .toggle span.active:after {
    position: absolute;
    display: block;
    background-color: #e2e2e2;
    height: 10px;
    width: 10px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.training-header .header-left {
    width: 35% !important;
    border-right: 0;
}
.training-header .header-right{
    border-left: 1px #ccc solid;
}
.inp-grp {
    position: relative;
}
.inp-grp.error .er-msg{
    display: block;
}
.inp-grp.error .er-msg.offset,.inp-grp.error2 .er-msg.offset{
    display: none;
}
.inp-grp.error1 .er-msg.offset{
    display: block;
}
.inp-grp.error .er-msg.alrd,.inp-grp.error1 .er-msg.alrd{
    display: none;
}
.inp-grp.error2 .er-msg.alrd{
    display: block;
}
.inp-grp.error input,.inp-grp.error1 input,.inp-grp.error2 input {
    border: 1px solid red;
}
.inp-grp .er-msg {
    display: none;
    position: absolute;
    right: 0;
    top: 18px;
    color: red;
}

.er-msg.suc {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    padding: 10px 30px;
    z-index: 1;
    background-color: #15a159;
}

.open .er-msg.suc {
    bottom: 260px;
    display: block;
    top: 260px;
    left: 80px;
    right: 80px;
    border: 1px dashed #ccc;
}
.er-msg.suc:before {
    content: '';
    background-image: url(../images/form-success.png);
    width: 40px;
    display: inline-block;
    height: 50px;
    vertical-align: text-bottom;
    float: left;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.er-msg.suc.open{
    display:block;
}

#sub_now label {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    height: auto;
}
.er-msg.suc strong {
    position: absolute;
    right: 0;
    padding: 5px;
    top: 0;
    background-color: #0e7b44;
    line-height: 10px;
    font-size: 10px;
    width: 10px;
    text-align: center;
}

#sub_now em:after{
    content: '';
}
#sub_now #subscribe {
    display: inline-block;
    width: auto;
    margin: 6px 6px 0 0;
    height: auto;
    vertical-align: top;
}

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

.update-sec .aside-date-sec .cal {
    background-image: url('../images/patch-tuesday-cal-cover.png');
    background-size: cover;
    width: 145px;
    height: 145px;
}

.update-sec .aside-date-sec .cal h3 {
    text-align: center;
    font-size: 26px;
    padding-top: 58px;
    margin: 0;
    font-weight: 700;
    color: #4a91ad !important;
}

.update-sec .aside-date-sec .cal h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding-top: 8px;
    margin: 0;
    color: #295c6f;
}
.update-sec .update-main-sec .slide .summ {
    display: flex;
    justify-content: center;
    padding: 0 !important;
    margin-top: 60px;
}

.update-sec .update-main-sec .slide .summ li {
    list-style: none;
    margin: 20px;
    text-align: center;
}

.update-sec .update-main-sec .slide .summ li strong {
    display: flex;
    text-align: center;
    height: 80px;
    width: 80px;
    background-color: #eee;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight:400;
    margin-bottom: 20px;
    color:#fff;
}
.update-sec .update-main-sec .slide .summ li:nth-child(1) strong {
    background-color: #00c2f8;
}

.update-sec .update-main-sec .slide .summ li:nth-child(2) strong {
    background-color: #168dd0;
}

.update-sec .update-main-sec .slide .summ li:nth-child(3) strong {
    background-color: #00bc72;
}

.update-sec .update-main-sec .slide .summ li:nth-child(4) strong {
    background-color: #b45fac;
}

.update-sec .update-main-sec .slide .summ li:nth-child(5) strong {
    background-color: #ff627a;
}
.update-sec .update-main-sec .slide .summ li span {
    font-weight: 600;
}

@media(max-width:600px){

.update-sec .update-main-sec .slide img {
    width: auto;
    max-width: 100% !important;
    padding: 0px 0px 30px;
}

.update-sec .update-main-sec {
    display: block;
    width: auto;
}

.update-sec .aside-date-sec {
    display: block;
    padding: 15px;
}

.update-sec .aside-date-sec img {
    width: 70px;
}
.training-section .contactForm p {
    margin: 0;
}

.training-section .white .contactForm p em {
    font-size: 14px;
    margin-bottom: -3px;
    margin-top: 10px;
}

#sub_now label {
    max-width: 90%;
    margin-bottom: 20px;
}
.training-header .header-right,.training-header .header-left {
    display: block;
    width: auto !important;
}

.training-header.gray {
    padding: 15px;
}

.training-header .header-sec {
    padding: 15px;
}

.training-header .header-right {
    border: 0;
}
.training-section h2 {
    line-height: normal;
    font-size: 30px;
}

.training-section.header-sec {
    padding: 40px 20px;
}

a.popup {
    display: inline-block !important;
    padding: 0 !important;
    padding-left: 10px !important;
}
.training-header .header-right .header-btn a, .header-reg-btn {
    margin: 5px 10px 0 0;
}
.training-header .header-right .header-btn a, .header-reg-btn {
    margin: 20px 5px;
    display: block;
}
}