.pamdown-head {
    border-bottom: 1px solid #e5e5e5;
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    margin-bottom: 13px;
}
.promo-section-wrap {
    margin: 0 0 0;
}
.promo-section-wrap .promo-wrap {
    width: 100%;
    margin: 0;
}
.highlight-banner {
    background: #2b2e74;
    color: #fff;
    width: auto;
    display: inline-block;
    margin: 0px 0 5px;
    padding: 1px 12px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.webinar-schdule {
    display: flex;
}

.webinar-schdule span {
    position: relative;
    padding-left: 23px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    font-size: 12px;
    height: 21px;
    align-items: center;
}

.webinar-schdule span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.webinar-time {
    margin-left: 40px;
}

.webinar-time:before {
    background: url(https://www.manageengine.com/privileged-access-management/images/ico-clock-blue.png) no-repeat;
    background-size: cover;
}

.webinar-date:before {
    background: url(https://www.manageengine.com/privileged-access-management/images/ico-calendar-blue.png) no-repeat;
    background-size: cover;
}
.webinar-guest-details {
    margin: 15px 0;
}
.webinar-guest-details p {
    margin: 0 0 5px;
    font-size: 12px;
}

.webinar-guest-details h3 {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin: 0 0 0;
    color: #2d2c78;
}

.webinar-guest-details h3 span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin: 3px 0 0 0;
}

@media (max-width: 767px) {
    .promo-section-wrap {
        display: block;
        margin: 0;
    }
    .promo-section-wrap .promo-wrap {
        width: 100%;
    }
}
.more-download-wrap {
    padding: 10px;
    display: block;
    max-width: 610px;
    margin: 40px auto;
    border: 1px solid #e4e4e4;
}

.more-dwd-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    background: #fafafa;
    margin: 0 0 10px;
}

.more-dwd-heading h4 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
}

.more-dwd-heading p {
    margin: 0;
    font-weight: 400;
}

.more-download-wrap ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
}

.more-download-wrap ul li:last-child {
    border: none
}

.more-download-wrap ul li p {
    font-size: 16px;
    margin: 0;
    padding: 10px;
}

.more-download-wrap span a {
    font-size: 14px;
    background: #f6f6f6;
    text-decoration: underline;
    width: 73px;
    display: inline-block;
    text-align: center;
    color: #333;
    text-decoration: none;
    padding: 0;
}

.more-download-wrap span a:hover {
    background-color: #7bbb2a;
    color: #fff;
    font-size: 13px;
}

.dwd-btn-wrap {
    width: 160px;
    display: flex;
    justify-content: space-between;
}
.more-download-wrap ul {
    padding: 0 !important;
    margin: 0 !important;
}
