.webinar-aml-banner {
    background-image: url(../../assets/images/webinars/webinar_aml_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.webinar-ca-banner {
    background-image: url(../../assets/images/webinars/webinar_ca_banner.png);
    margin-top: 135px;
    height: 265px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.webinar-ai-banner {
    background-image: url(../../assets/images/webinars/webinar_ai_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.webinar-sf-banner {
    background-image: url(../../assets/images/webinars/webinar_sf_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.webinar-er-banner {
    background-image: url(../../assets/images/webinars/webinar_er_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.webinar-ic-banner {
    background-image: url(../../assets/images/webinars/webinar_ic_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.webinar-ga-banner {
    background-image: url(../../assets/images/webinars/webinar_ga_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.webinars-bg-section {
    background-image: url(../images/webinars/webinars_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    /* background-position: 50%; */
}

.newsroom-bg-section {
    background-image: url(../images/webinars/newsroom_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    /* background-position: 50%; */
}

.blog-info .blog_heading a {
    font-family: "Arial";
    font-size: 23px;
    font-weight: 500;
    text-align: left;
    color: #495057;
    margin-top: 10px;
    line-height: 1.4;
    margin-bottom: 23px;
}

.webinar_blog_info {
    font-family: "Arial";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: #000000;
    position: relative;
}

.social_icon {
    position: absolute;
    top: 0;
    right: 0;
    /* position: fixed; */
}

.registration-heading {
    font-size: 35px;
    font-weight: 500;
    text-align: left;
    color: #484848;
    margin-bottom: 0px;
}

.registration_details {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47;
    /* text-align: justify; */
    color: #000000;
    font-family: "Arial";
}

.registration-box {
    margin-top: 106px;
    background: #495057;
    padding: 30px;
}

.social-media {
    padding-bottom: 10px;
}

.webinar-demo-top-space{
    margin-top:180px;
}
.webinar-demo-heading{
    margin-bottom: 25px;
}
.webinar-demo iframe{
    width:100%;
    height:500px;
}