.sticky-form.over:after {content: '';position: absolute;background-color: #0009;left: 0;right: 0;top: 0;bottom: 0;z-index: 9;}
.sticky-form.over:before {
    content: 'Event is over';
    position: absolute;
    background-color: yellow;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 5px 25px;
    transform: rotate(45deg) translate(36px, -9px);
    font-weight: 500;
}
.heading-menu{
    display:none;
}
#partner_logo .partner_wrap#new_partner {
    width: auto;
    height: auto;
    display: inline;
    margin: 0px 20px;
}
#partner_logo .partner_wrap#new_partner img {
    max-width: 80px;
}
#commonHeader {
    min-height: 90px;
}
.container.sec-pTB {
    padding: 0;
}
#scroll.container {
    max-width: 1200px;
}
a.dclogosvg {
    font-size: 26px;
    color: inherit;
    font-weight: 400;
    text-decoration: none;
    margin-top:7px;
    font-family: 'Zoho_Puvi_SemiBold'
}
.webinar-com .aside {
    max-width: 60%;
   padding:60px;position:relative;
}
.webinar-com.top {
    background-color: #024288;
    background-image: url(../images/idc-webinar-bg.jpg);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center 130px;
    background-attachment: fixed;
    position:relative;
}
.webinar-com .banner {
    max-width: 1200px;
    margin: auto;
}
.webinar-com .banner .info {
    font-family: 'Zoho_Puvi_Medium';
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    margin:20px 0;
    list-style: none;
}

.webinar-com .banner .info:before {
    content: '';
    background-image: url(../images/cal-icon.png);
    display: none;
    width: 65px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    float: left;
    margin: 12px 16px;
}
.webinar-com .banner .info li img {
    max-width: 60px;
    margin: 10px;
    border: 2px solid #fff;
    border-radius: 8px;
}
.webinar-com .banner .info strong {
    color: #ffe686;
    text-transform: uppercase;
    font-size: 80%;
    margin: 0 10px 0 0;
}
.webinar-com .banner .info b {
    color: #fff3;
    padding: 0 5px;
}
.webinar-com .banner > span {
    font-family: 'Zoho_Puvi_SemiBold';
    background-color: #f7d75f;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #000;
}
.webinar-com .banner h1 {
    font-family: Zoho_Puvi_Bold;
    font-size: 40px;
    line-height: 58px;
    color: white;
    padding-right: 20%;
    padding-top: 20px;
    font-weight: 700;
    text-shadow: 0 0px 100px #042852;
}

.webinar-com h2 {
    font-family: 'Zoho_Puvi_Bold';
    margin: 60px 0 20px;
}
.webinar-com h3 {
    font-family: 'Zoho_Puvi_Medium';
    color:#0059BF !important;
    font-size:22px;
    padding-top: 30px !important;
}
.webinar-com p,.webinar-com ul {
    font-family: 'Zoho_Puvi_Regular';
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0;
    font-weight: 500;
}
.webinar-com ul {
    list-style: disc;
    margin: 0 0 0 20px;
}
.webinar-com .speaker .info img {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 20px 0 0;
    display: inline-block;
    object-fit: cover;
    object-position: top center;
    border: 5px solid #fff;
    box-shadow: 3px 2px 9px #0004;
}
.webinar-com .speaker .info strong + p {
    margin-top: 20px;
}
.sticky-form {
    overflow: hidden;
    background-color: #fff;
    top: 15%;
    right: 3%;
    bottom: auto;
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #0004;
}
.foot-copy {
    padding: 10px 0;
    background: #f0efef;
}
.sticky-form div#formCTAgdpr, .sticky-form div[data-clickgdpr="formCTAgdpr"], .sticky-form #meGDPRMessage label{
    color:#000;
}
.sticky-form div#formCTAgdpr a, .sticky-form div[data-clickgdpr="formCTAgdpr"] a {
    color: #0a62ad;
}
.sticky-form .edi-btn inputgroup.focus label {
    color: #000;
}
.sticky-form .edi-btn inputgroup.error .error-field, .sticky-form .edi-btn inputgroup.error1 .error-field1 {
    color: red;
}
.fbutton .sub#Submit {
    background-color: red !important;
    min-width: 230px !important;
    font-size: 21px !important;
    padding: 15px !important;
    font-weight: 600 !important;
}
.success-msg {
    position: absolute;
    background-color: #f2f2f2;
    z-index: 99999999999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
}
.success-msg h2 {
    font-family: Zoho_Puvi_Bold;
    font-size: 28px;
    line-height: normal;
    color: #4CAF50;
    text-align: center;
    margin: 25px 0 0;
}
.success-msg p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-align: center;
    margin: 10px 25px;
}
.success-msg iframe {
    margin: 20px 0;
}
.success-msg.loading {
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center 150px;
    background-size: 50px auto;
}
#partner_logo {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    width: 50%;
    max-width: 100%;
    height: 55px;
    padding: 0;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

#partner_logo .partner_wrap {
    width: 700px;margin-top:2px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
#partner_logo .partner_wrap span {
    display: block;
    width: 100%;
    text-align: right;
    line-height: normal;
    margin-right: 45px;
    font-size: 12px;
}
#partner_logo img {
    max-height: 100%;
    max-width: 80px;padding-top:6px;margin-right:18px;
    display: block;
}
.sticky-form > h2 {
    font-family: 'Zoho_Puvi_SemiBold';
    color: #0159be;
    font-size: 18px;
}
.edi-btn inputgroup.half {
    display: inline-block;
    width: 190px;
    margin: 0;
}
.edi-btn inputgroup.half.first {
    margin-right: 16px;
}
.edi-btn inputgroup.half input {
    width: 90% !important;
}
@media(max-width:1500px){
.webinar-com .aside {
    max-width: 55%;
   padding:50px;
}
.webinar-com .banner h1 {
    padding-right: 5%;
}
}
@media(max-width:1300px){
.webinar-com .aside {
    max-width: 50%;
   padding:40px;
}
.webinar-com .banner h1 {
    padding-right: 5px;
    font-size:40px;
}
.sticky-form{
    padding:35px;
}
}
@media(max-width:1200px){
.webinar-com .aside {
    max-width: 40%;
   padding:20px;
}
}
@media(max-width:1000px){
.edi-btn inputgroup.half input {
    width: 400px !important;
}
.edi-btn inputgroup.half {
    width: 95%;
    margin: 10px 0;
}
.webinar-com.top {
    background-position: center;
}
.sticky-form{
    position: static;
    box-shadow:none;
    border-radius: 0;
}
.webinar-com .aside {
    max-width: none;
    padding:30px;
}
.webinar-com .banner h1 {
    padding-right: 5px;
    font-size: 30px;
    line-height: 50px;
    margin: 15px 0 70px;
}
#partner_logo {
    bottom: auto;
    left: auto;
    background-color: transparent;
    height: auto;
}
#partner_logo img {
    max-width: 100px;
}
}
@media(max-width:700px){
a.dclogosvg {
    font-size: 120%;
}
.aside-menu ul {
    margin-top: 150px;
}
.headerinner .prdLogo {
    width: auto;
}
}