  #seminar-page .top-banner {
    min-height: 340px;
    text-align: center;
    padding-top: 80px;
    box-sizing: border-box;
}

.border-bt-lgrey {
    border-bottom: 1px solid #dfdfdf;
}

.tab-content-list li {
    list-style-type: disc;
    font-size: 20px;
}

.top-txt {}

.top-banner h1 {
    font-size: 34px;
    letter-spacing: 3px;
    line-height: 1.5;
}

.top-banner p {
    font-size: 22px;
}

.top-banner p span {
    font-size: 14px;
}

.tab-content-list li a {
    font-size: 14px;
}

.txt-list li {
    list-style-type: disc;
}

.tab-content-list li p {
    font-size: 14px;
}

#seminar-page .time-line-sec {
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 100%;
}

#seminar-page .time-line-sec .part40 {
    display: table-cell;
    width: 21%;
    background: #f1f1f1;
    padding: 20px;
}

#seminar-page .time-line-sec .part60 {
    display: table-cell;
    width: 100%;
    padding: 20px;
}

.mT100 {
    margin-top: 250px;
}

.time-line-container {
    padding-left: 0;
}

.green-label {
    background: #228b22;
    padding: 2px 4px;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
}

.red-label {
    background: #cd5c5c;
    padding: 2px 4px;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
}

.green-label,
.red-label {
    padding: 2px 4px;
    border-radius: 2px;
    color: #fff;
    display: inline-block
}

.mT70 {
    margin-top: 70px !important;
}

.border-bt-lgrey {
    border-bottom: 1px solid #dfdfdf
}

.tab-content-list li {
    list-style-type: disc;
    font-size: 20px
}

.tab-content-list li a,
.tab-content-list li p {
    font-size: 14px
}

.green-label {
    background: #228b22
}

.red-label {
    background: #cd5c5c
}

#seminar-page .time-line li .schedule {
    position: absolute;
    top: 0px;
    left: -150px;
}

#seminar-page .time-line li:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    left: -150px;
    border-left: 1px solid #d8d8d8;
    height: 100%;
}

#seminar-page .time-line li:last-of-type:after {
    display: none;
}

#seminar-page .time-line li .schedule .icon {
    display: inline-block;
    background: #c52145;
    border-radius: 50%;
    margin-left: -9px;
    width: 20px;
    height: 20px;
    z-index: 99;
    margin-right: 20px;
}

.user-container {
    display: flex;
    align-items: center;
}

.user-icon {
    margin-right: 30px;
}

.user-icon img {
    width: 100px;
}

.inline-list::after {
    display: none !important;
}

.news_form {
    max-width: 380px;
    min-height: 300px;
    box-shadow: 0px 4px 10px #3333339e;
    margin-top: -60px;
    z-index: 99;
    background: #fff;
    position: relative;
}

form {
    padding: 0 30px 20px;
}

.news_form h4 {
    padding-top: 20px;
}

.default-link a,
.default-link a:hover {
    color: #000 !important;
    text-decoration: underline;
}

p.default-link {
    margin-top: 8px !important;
}

.form_input {
    width: 94%;
    padding: 8px;
    margin-bottom: 6px;
    border: 2px solid #868282;
}

select.form_input {
    width: 100%;
}

.form-fl {
    display: flex;
}

.terms_check {
    display: flex;
    margin: 15px 0;
}

.terms_check p {
    margin: 0;
}

.check_form {
    margin-right: 5px;
}

.reg_btn {
    background: #b72c2c;
    display: block;
    padding: 10px;
    color: #fff;
    margin: 0 auto;
    border: 0;
}

.reg_btn:hover {
    text-decoration: none;
    cursor: pointer;
}

.terms {
    max-width: 380px;
    margin-top: 30px;
}
/*Automate css*/
.session_expired {
    display: none;
}
.closing_form {
    max-width: 330px;
    min-height: 140px;
    box-shadow: 0px 4px 10px #3333339e;
    margin-top: -60px;
    z-index: 99;
    background: #fff;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 550px;
    display: none;
}
.close_webinar {
    display: block !important; 
}

@media screen and (max-width: 1200px) {
    .top-txt {
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .user-container {
        flex-wrap: wrap;
    }

    #seminar-page .time-line-sec {
        position: relative;
    }

    #seminar-page .container .time-line-container {
        width: 100%;
    }

    #seminar-page .container .per40 {
        width: 100%;
    }

    .news_form {
        margin: 0 auto;
        min-height: auto;
    }

    .mT100 {
        margin-top: 0;
    }

    .terms {
        max-width: 380px;
        margin: 30px auto;
    }
}

@media screen only (max-width: 768px) {
    .mT100 {
        margin-top: 250px;
    }
.seminar-header .melogo-sm span {
    font-size: 12px;
    padding: 10px 0px 10px 20px;
}
}

.request-btn {
	display: inline-block;
    background: #c13e3e;
    color: #fff;
    padding: 6px 25px;
    font-size: 16px;
    transition: 0.2s all;

}

.request-btn:hover {
    text-decoration: none;
    opacity: 0.9;
}
@media screen and (max-width: 500px) {
    .mT70 {
        margin-top: 0px !important;
    }

    .mT100 {
        margin-top: 0px;
    }

    .melogosvg img {
        width: 140px !important;
    }

    .seminar-header .melogosvg img {
        margin-right: 10px;
    }
    .seminar-header .melogo-sm span {
    font-size: 12px;
    padding: 10px 0px 10px 20px;
}
}