.heading-menu {
    display: none;
}
.illustraion {
    text-align: center;
    padding: 4px;
    border-radius: 10px;
}
.wpm-thin-banner {
    text-align: center;
    background: #2d2d78;
    padding: 10px;
}
.wpm-thin-banner h4 { 
   font-weight: 300;
    color: #fff;
    font-size: 21px;  }
.wpm-thin-banner a {
   background: #e9152b;
    color: #fff;
    padding: 9px 25px;
    border-radius: 5px;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 16px;
}
.wpm-thin-banner a:hover{
background: #d80f24;
text-decoration:none;
}
.wpm-banner {
    background: url("https://www.manageengine.com/privileged-access-management/images/webinar-lp-banner-nov.png") #2e2d76;
    background-size: cover;
    background-position: center;
    padding: 20px;
    min-height: 200px;
    text-align: center;
}
.wpm-banner h1 {
    margin-top: 75px;
    color: #ffe664;
}
.inr-breadcrumb p a{
    color: #333;
    padding-right: 8px;
}
.inr-breadcrumb p span{
padding-left: 8px;
}
.illustraion img {
    width: 65%;
}
.promo-section-wrap {
    display: block;
    margin: 0 0 40px;
    background-color: #e5e5f7;
    padding: 20px;
    border: 1px solid #efefef;
    max-width: 700px;
    margin: 0 auto 40px;
}
.promo-section-wrap .promo-wrap {
    width: 100%;
    margin: 0;
}
.promo-section-wrap .promo-wrap1 {
    margin: 0 !important;
    display: flex;
    background: none;
    border: none;
    justify-content: space-between;
    padding: 0;
}
.promo-contain {
    max-width: 420px;
}
.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: 33px 0 0;
    max-width: calc(100% - 370px);
}
.promo-section-wrap .webinar-guest-details p {
    margin: 0 0 5px;
    font-size: 12px;
    text-align: left;
}

.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;
}
.promo-section-wrap p {
    text-align: center;
margin-bottom: 0
}
.promo-section-wrap p a {
    background: #e9152b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #f0483e;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 4px;
}

@media (max-width: 700px) {
    .promo-section-wrap {
        display: block;
        margin: 0 0 30px;
    }
    .promo-section-wrap .promo-wrap1 {
        display: block;
    }
    .promo-contain {
        max-width: 100%;
    }
    .webinar-guest-details {
        margin: 15px 0;
        max-width: 100%;
    }
    .promo-section-wrap p {
        text-align: left;
        margin: 0;
    }
}
.inner-breadcrumb a:before, .inner-breadcrumb span:before{
 line-height: 18px;
}