section {
    padding: 50px 0px 0px;
}

.me-ac-form-section {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
span {
    font-family: 'ZohoPuvi';
}

h1 {
    line-height: 1.2;
    font-size: 40px;
    letter-spacing: -1.47px;
    color: #010101;
}

h2 {
    font-size: 36px;
    color: #1F1F1F;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 10px;
}

p {
    color: #333333;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 28px;
    letter-spacing: -0.2px;
    font-weight: 300;
}


/*
.me-ac-banner-highlights-section {
  position: relative;
  padding-top: 80px;
}
.me-ac-banner-highlights-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: #546aea;
  z-index: 11;
}
*/

.me-ac-banner-highlights-section .me-ac-container {
    padding: 0;
}

.me-banner-video {
    background-image: linear-gradient(180deg, #546aea 65%, #ffff0000 30%);
}

.banner-cont {
    max-width: 900px;
    margin: 0px auto 50px;
    text-align: center;
}

.banner-cont h2,
.banner-cont p {
    color: #fff;
}

.banner-video-wrap {
    background: #000;
    color: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.banner-video-wrap h2 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 25px;
}

.banner-video-wrap>div:nth-child(2) {
    box-sizing: border-box;
    padding: 30px 50px;
}

.banner-video-loop-count li {
    font-family: 'ZohoPuvi';
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 60px;
    line-height: 1.8;
    cursor: pointer;
}

.banner-video-loop-count li span {
    position: absolute;
    left: 0px;
    color: #bac4fa;
}

.webdiscription {
    max-width: 950px;
    margin: 0px auto;
    padding: 20px 40px 30px;
    box-sizing: border-box;
}

h2.webinar-content-title {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.aboutauthrcont {
    margin-top: 50px;
}

.aboutauthrcont h3 {
    margin-bottom: 30px;
}

.me-ac-webinar-video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.me-ac-webinar-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.me-ac-author-flex-wrap>div:nth-child(1) {
    max-width: 15%;
    flex: 0 0 15%;
}

.me-ac-author-flex-wrap>div:nth-child(2) {
    max-width: 85%;
    flex: 0 0 85%;
}

.me-ac-qc-webinar p {
    margin-top: 18px;
}

p.episode-number {
    font: 18px / 1.6 "Zoho_Puvi_Regular";
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px 0px 0px 0px;
}

.video-description {
    margin: 0px auto;
    max-width: 80%;
}

.me-ac-list-img-wrap {
    margin-bottom: 20px;
}

@media only screen and (max-width:992px) {
    .webdiscription {
        padding: 20px 0px 30px;
    }
    .me-ac-webinar-video-container {
        position: relative;
        width: 100%;
        padding-bottom: 60.25%;
        overflow: hidden;
    }
    .me-ac-flex-wrap {
        display: block;
        max-width: 800px;
        margin: 0px auto;
        width: 100%;
    }
    .me-ac-flex-two-col>div,
    .me-ac-author-flex-wrap>div:nth-child(1),
    .me-ac-author-flex-wrap>div:nth-child(2) {
        max-width: calc(100%);
        flex: 0 0 calc(100%);
    }
}

@media only screen and (max-width:500px) {
    .me-ac-webinar-video-container {
        padding-bottom: 80.25%;
    }
    .banner-video-wrap>div:nth-child(2) {
        padding: 30px 30px;
    }
    .me-ac-list-items {
        padding: 20px 0;
    }
    .webdiscription {
        padding: 0px 0px 30px;
    }
}