@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');

body{background:#fff; font-family: 'Open Sans', sans-serif; color:#000; }
#container{padding-top:0px; position:relative;  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 1%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.container{margin:0 auto;  }
@media (min-width: 1200px){.container { max-width: 1180px;}}
.bg-banner{position:fixed; z-index:-1; width:100%; height:100%; left: 0; top:0;     }
.bg-banner img{max-width:100%; position:absolute; right:0; top:0; min-width: 70%;    }
.bg-banner:after{position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; content:""; display:block;
background: -moz-linear-gradient(35deg,  rgba(255,255,255,1) 50%,, rgba(255,255,255,.7) 100%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(35deg,  rgba(255,255,255,1) 50%, rgba(255,255,255,.7) 100%, rgba(255,255,255,0) 100%);
background: linear-gradient(95deg,  rgba(255,255,255,1) 50%, rgba(255,255,255,.7) 100%, rgba(255,255,255,0) 100%);
 } 

@media screen and (min-width:992px){
.col-md-9.LHS { -webkit-box-flex: 0;  -ms-flex: 0 0 71%;  flex: 0 0 71%;  max-width: 71%;}
.col-md-3.RHS { -webkit-box-flex: 0;  -ms-flex: 0 0 29%;  flex: 0 0 29%;  max-width: 29%;}
.inner-wrapper{max-width:70%; }
}

/* background: -moz-linear-gradient(35deg,  rgba(255,255,255,1) 20%,, rgba(255,255,255,.7) 60%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(35deg,  rgba(255,255,255,1) 20%, rgba(255,255,255,.7) 60%, rgba(255,255,255,0) 100%);
background: linear-gradient(95deg,  rgba(255,255,255,1) 20%, rgba(255,255,255,.7) 60%, rgba(255,255,255,0) 100%);*/

.portal-nav{border-bottom:1px solid rgba(0,0,0,.18); height:50px; margin-bottom:40px;   }
.portal-nav .portal-logo{display:block; float:left; line-height:49px;   }
.portal-nav .portal-logo img{max-height:40px; vertical-align:middle;  }
.portal-nav .topRightBX, .topSocialBX{float:right; }
.topSocialBX{padding:10px 0; margin-left: 30px;}
.topRightBX ul li{line-height:30px; font-size: 14px; padding-right:14px; }
.portal-nav .user-area{float:right; padding:10px 0; line-height:30px; margin-left: 30px;  }
.portal-nav .user-area .login-btn{display:block; font-size:14px; line-height:30px; color:#fff; } 
.portal-nav .user-area .login-btn a {color:#fff !important; font-weight:600;  background: #ed1c24; padding:5px 10px 5px; border-radius:4px; }
.portal-nav .user-area .login-btn .fa{vertical-align:middle; }
.portal-nav .user-name {line-height:30px; position:relative;  }
.portal-nav .user-name img{ float: left;  margin:4px 5px 0 0; }
.portal-nav .user-name > a { padding-right: 20px; box-sizing: border-box; color: #fff; white-space: nowrap;
    text-overflow: ellipsis; position: relative; overflow: hidden;}
.portal-nav .user-name > a:after {position: absolute; z-index: 10; font: normal normal normal 14px/1 FontAwesome;
    content: "\f107"; display: block; right: 6px; top:10px; transition: transform .5s ease; color: #777!important;}
.topRightBX{padding: }
.topRightBX a{color:#333 !important; font-size:14px; }
.user-name .hvr_bx:after, .user-name .hvr_bx:before{left:92.5%; }
.scroll-nav{position:fixed;  transition:all .3s ease; padding:0px 0; z-index:999; top:50px; width:100%; left:0; font-size:14px;  transition:all .5s ease; -webkit-transition:all .5s ease; }
.scroll-nav .parent-logo {padding-top:20px; float:left;}
.scroll-nav.show{background:#fff; top:0px; box-shadow:0 2px 5px rgba(0,0,0,.1);  }
.scroll-nav.show img.logo{margin-top:0px; width:80px; opacity: 1;}
.scroll-nav span.dvdr{float:right; margin:0 10px; line-height:27px;}
/*.scroll-nav .container{max-width:1170px;}*/

.scroll-nav nav { float:right;}
.scroll-nav nav li{list-style: none; float: left; margin-left: 25px;}
.scroll-nav nav li a{float: left; line-height:1em; font-size:15px; color:#000; font-weight:600;  text-decoration: none; padding:10px 0px 12px;
 text-transform: capitalize; border-top:3px solid transparent; cursor:pointer; }
.scroll-nav nav li a:hover, .scroll-nav nav li a.active{color:#ed1c24;  }
.scroll-nav nav li.active a{border-color:#ed1c24; }

@media screen and (max-width:992px){
.scroll-nav nav{float:none; overflow:auto; }
.scroll-nav nav li{margin-left:0;}
.scroll-nav nav li + li{margin-left:5px;}
.scroll-nav nav li a{font-size: 14px; padding-left:7px; padding-right: 7px; }
/*.scroll-nav nav li a:hover{color:#fff !important; border-color:transparent !important; }*/
.scroll-nav nav ul{width:max-content;}
}

.webinar-content{z-index:2;  }
.brands{margin-bottom:30px;}
.brands section{float:left; max-height:65px; margin-right:15px;  }
.brands section + section{border-left:1px solid rgba(0,0,0,.2); padding-left:15px;}
.brands section img{vertical-align:middle; max-height:65px; }


.intro span.title{font-size:24px; color:#888; line-height:1em; margin-bottom:10px; font-weight:500; display:block;  }
.intro h1{font-size:40px; line-height:1.3em; margin-bottom:13px; color:#000; font-weight:800;}

.intro  .meta-data{line-height:1.5em; margin-bottom:22px; font-size: 15px; font-weight:500;   }
.meta-data .social{float:right; padding-left: 0; padding-top: 0; }
.social_share_bx.circle a.twitter:hover{color:#55ACEE !important; border-color:#55ACEE;  }
.social_share_bx.circle a.fb:hover{color:#3B5998 !important; border-color:#3B5998;  }
.social_share_bx.circle a.lin:hover{color:#007bb5 !important; border-color:#007bb5;  }
.social_share_bx.circle a.whatsapp:hover{color:#4CAF50 !important; border-color:#4CAF50;  }


ul.social li{float: left; }
ul.social li + li{margin-left:10px;}
ul.social li a {cursor: pointer; display: block; width: 34px; height: 34px;line-height: 32px;text-align: center;
    border: 1px solid #000; border-radius: 50%; margin-bottom: 12px;color: #000;}
.meta-data section i.fa.fa-calendar, .meta-data section i.fa.fa-user{vertical-align:middle; margin-right:5px; font-size:20px; 
    position:absolute; left:0; top:10px;     }
i.fa.fa-calendar:before { content: "\f073";}
i.fa-user:before { content: "\f007";}
.meta-data section{float:left;  padding-top:10px; padding-left: 30px; position:relative; }
.meta-data section + section{margin-left: 20px;}
.meta-data section.regiatration{color:#ed1c24; }
.meta-data section.regiatration i.fa.fa-user{color:#000; left:5px;  }

.intro p{font-size:14px; line-height:1.4em; margin-bottom:25px; color:#555; } 
h2{font-size:30px; margin-bottom:20px; font-weight:600; line-height: 1.2em; }
h3{font-size:18px; margin-bottom:20px; font-weight:600; line-height:1.2em;}
.intro .panelist{margin-bottom:0px; }
.intro .panelist ul{margin:0 -10px; }
.intro .panelist ul li{position:relative; float:left; width:50%; margin-bottom:20px; padding:0 10px 0 112px;  }
.intro .panelist ul li img{position:absolute; width:102px; height:102px; left:10px; top:0; }
.intro .panelist ul li .desc{border:2px solid rgba(0,0,0,.2); border-left:0; padding:15px 10px; line-height: 1.3em; height: 102px; 
    font-size: 12px;  }
.intro .panelist ul li .desc strong{display:block;font-weight:bold; margin-bottom:5px; font-size: 14px; line-clamp:2;  -webkit-line-clamp: 2;
    overflow: hidden;  text-overflow: ellipsis; }
    .intro .panelist ul li .desc span{display:block;}
.registerBtnOuter{padding-top: 20px;}
.registerBtnOuter:empty{padding-top:0; }
.btn.register{font-size:18px; font-weight:bold; padding:15px 20px; border-radius:5px; height:auto; line-height:1em; 
    color:#fff; display:inline-block; font-family: 'Open Sans', sans-serif !important;}
.btn.register:hover{color:#fff !important; background:#000;  }
.btn.register.disabled{opacity:.6; pointer-events: none; }

.tab-content{margin:0; }
.tab-content .section{padding-top:50px;}
.post-text{font-size:16px; line-height:1.5em;  font-family: 'Montserrat', sans-serif !important; }
.post-text ul{margin:0 0 20px 20px; list-style: disc;}

ul.customlist1{margin:0; list-style:none;  }
ul.customlist1 li{position:relative; padding:0px 0 20px 45px; line-height:1.5em;  margin-bottom: 20px; min-height:35px; border-bottom:1px solid rgba(0,0,0,.2)   }
ul.customlist1 li i{position:absolute; width:32px; height:32px; border:1px solid #ccc; color:#ed1c24; line-height:30px;
 text-align:center;  left:0; top:-4px; z-index:1; border-radius:50%;  }
ul.customlist1 li:last-child{margin-bottom:0; border-bottom:0; padding-bottom:5px;   }

.live-stream{position:relative; margin-bottom:35px;  }
.live-stream .register-scton{position:absolute; left:0; top:0; right:0; bottom:0; z-index: 10; 
background: -moz-linear-gradient(top, rgba(255,255,255,0.5) -1%, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.52) 53%, rgba(255,255,255,0.98) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) -1%,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.52) 53%,rgba(255,255,255,0.98) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0.5) -1%,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.52) 53%,rgba(255,255,255,0.98) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}

.register-scton .notification{background:#fff; border-radius:5px; padding:12px 20px; width: 70%; box-shadow:0 0 10px rgba(0,0,0,.1);  
position:absolute; left:50%; top:50%; z-index: 11; transform:translate(-50%,-50%); text-align:center;     }
.register-scton .notification span{display:inline-block; padding-left:30px; font-size:24px; line-height:44px; color:#000; 
    position:relative; vertical-align:middle; }
.register-scton .notification span:before{position:absolute; left:0; top:15px; width:16px;height:16px; border-radius:50%; display:block;
content:""; background:#32b10a; margin:0 5px;  }

.register-scton .btn.register{margin:0 10px; vertical-align:middle; font-size: 14px; font-weight:500;  }
.alert{margin-bottom:28px; font-size:18px; font-weight: 600; color:#00aa56; line-height: 1.5em;  }
.alert p {color:#00aa56; margin-bottom: 0;} 
.alert a{font-weight:normal; color:#ed1c24; margin-left:0px;  display: inline-block;  padding: 10px 15px; border: 1px solid #ed1c24; border-radius: 5px;}
.alert p + a{margin-top:15px; }

.live-stream .btn-wrapper{text-align:center;padding:5px 0 10px  }
.live-stream .btn-wrapper .button{margin:0 5px; }
.btn-wrapper .button{cursor: pointer;  padding:8px 14px; border:1px solid transparent; color: #fff; font-weight: bold; 
    font-size: 16px; background:#ed1c24; display:inline-block; margin:0 5px 0 0; line-height:1em;  border-radius:3px;     }
.btn-wrapper .button.inverse{border-color:#333; color:#333; background:none;  }
.btn-wrapper .button.inverse:hover, .btn-wrapper .button:hover{color:#fff !important; background:#000;  }
#detail-submit-form #ms-submit-form .section-full label[for="email"] { width: 100%;}

#overview p:last-child{margin-bottom:0; }
#panelists section {border-bottom: 1px solid #ccc;  padding-bottom: 20px;  margin-bottom: 30px; margin-left: 0; margin-right:0;}
#panelists section .col-sm-8, #panelists section .col-sm-4, #panelists section .col-sm-9, #panelists section .col-sm-3{ padding-left:0;}
#panelists section figure{ background: #fff; border:10px solid #ccc;  margin-bottom: 15px;}
#panelists section figure img{width:100%; }
#panelists section figcaption{font-size: 14px; line-height: 1.3em; color: #555; margin-bottom: 10px;}
#panelists section figcaption strong{color: #000;  font-weight: 600; display: block; font-size: 130%; line-height: 1.3em;
margin-bottom: 4px;}
#panelists section figcaption p{font-size: 16px; line-height: 1.4em; margin-bottom: 20px;}
#panelists section .desc:after{font-size: 14px; font-weight: 400;line-height: 14px; color:#ed1c24;
    position: absolute; content: "Read less"; z-index: 2; cursor: pointer; bottom: -20px; left: 0px; line-height: 18px;}
#panelists section .desc{position:relative; font-size: 14px; line-height: 1.5em; }
.desc.collapse { max-height:125px; overflow: hidden; margin-bottom: 0;}
#panelists section .desc.collapse:before {position: absolute; height: 60px; z-index: 1; bottom: 0;
    left: 0; width: 100%; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 41%,rgba(255,255,255,1) 100%);
    display: block; content: ""; cursor:pointer; }
#panelists section .desc.collapse:after{content:"Read more"; bottom:10px; }    
#panelists section .desc:after{content:""; }
#panelists section:last-of-type{border-bottom: 0; padding-bottom: 0; margin-bottom: 0;}

#who-attend ul{margin-left:0; margin-bottom: 0;}
#who-attend ul li{list-style:none; float:left; margin:0 10px 10px 0; border:1px solid #ccc; padding:10px 30px; 
    border-radius:20px; line-height:1em; }    
#who-attend ul li:hover{border-color:#999; }


.flexi-video object { width: 100%;  height: 100%; z-index: 1; position: absolute;  left: 0;    top: 0;}
.play-btn-layer{position:absolute; z-index: 20; width:100%; height:100%; left:0; top:0; cursor:pointer;    }
.play-btn-layer:before, .play-btn-layer:after{position: absolute;  top: 50%; transform: translate(-50%,-50%); content: "";}
.play-btn-layer:before{background: rgba(0,0,0,.7); left: 50%; z-index:21; width: 65px;  height: 40px;  border-radius: 20px;}
.play-btn-layer:after{ border-color: transparent transparent transparent #fff;  border-style: solid;  width: 0;
    height: 0; left: 50%; z-index:99; border-width: 9px 0 9px 15px;}
.play-btn-layer:hover:before{background:#ed1c24;}


.story-list{margin:0 -20px; }
.story-list article figure{display:block; margin-bottom:20px; height:200px; overflow:hidden;   }
.story-list article figure img{min-height:100%; min-width:100%; object-fit:cover; object-position:center;    }
.story-list h2{font-size:20px; line-height:1.3em; margin-bottom: 15px;  }
.story-list p{font-size:14px; line-height:1.5em; margin-bottom: 15px;  }
.story-list a.more-lnk{color:#ed1c24; font-size:13px; font-weight:600; text-transform:uppercase;    }
.story-list a.more-lnk i{vertical-align:middle; margin-left:4px;}

.story-list.style1 article{float:left; width:50%; padding:0 20px; margin-bottom:30px;   }
.story-list.style2 article{width:100%; padding:0 20px; border-bottom:1px solid #ccc; padding-bottom:30px; 
    margin-bottom:30px;}

@media screen and (min-width:568px){    
.story-list.style2 article figure{float:left; width:35%;}   
.story-list.style2 article .desc{float:left; width:75%; padding-left: 30px;  }
}


/*-------- Pop UP Form -----*/
.popup-form{max-width:344px; width: 100%;  background: #f9f9f9; box-shadow: 0 0 8px rgba(0,0,0,.5); padding:25px 25px 0;
    position:fixed;right:4%; bottom:0; -webkit-transition:all 1s ease-in-out; transition:all 1s ease-in-out; transform:translateY(100%);
  -webkik-transform:translateY(100%); z-index:999;    }
.popup-form.slideup{transform:translateY(0%); -webkik-transform:translateY(0%);}
.popup-form .close { position: absolute; height: 60px;  width: 60px;  top: 0px; right: 0; 
    background: url(https://img.etb2bimg.com/files/cp/229394c757e498a4c31a.png);  cursor: pointer;}
.popup-form h2{font-size:18px; line-height:1.3em; padding-bottom:10px; position:relative; margin-bottom:10px; text-align:center; 
    font-family: 'Merriweather', serif;  }
    .popup-form h2 span{color:#cf092a; }
.popup-form h2 span{color:#cf092a; display:block;}
.popup-form form .section, .popup-form form .section-full {margin-bottom:10px;}
.popup-form form .submit-outer{padding-top:5px;}
.popup-form form .section > label{font-size: 13px; display:block; margin-bottom: 5px; color:#757575;  }
.popup-form form .social-login{padding-bottom: 10px;}
.popup-form form .social-login a{display:block; margin-bottom:8px; border:1px solid #c7c7c7; border-radius:3px; font-size:13px;
 color:#000; padding:14px 10%; position:relative; line-height:1em;}

.popup-form form .txt_box { width: 100%;  height: 35px; padding: 8px 15px; border: 1px solid #d8d8d8; border-radius: 1px;  
    font-size: 13px; color: #666;  display: block; transition: all 1s ease; font-family:'Open Sans', sans-serif; background:#fff; }
.popup-form form select#country_code { width: 70px; margin-right: 5px; -webkit-appearance: none; appearance: none;
float:left; text-align:right; background:#fff;}
.popup-form form select#country_code + .txt_box {width: calc(100% - 75px); float:left; }
.popup-form form .txt_box.error{border-color: #ed1c24;}
.error-txt{color: #ed1c24; padding-top: 3px; font-size:11px }
.popup-form form .section.submit{padding-top:20px; margin-bottom:30px;}
.popup-form form .btn {background: #e32932;  width:100%;  border-radius: 0; outline: none; margin: 0 auto; display: block;
    margin-bottom: 6px; padding:12px 15px; cursor: pointer; border: 0; min-height: 34px; color: #fff; font-size: 15px;
    font-weight: 600; border-radius: 5px; height:auto; }
.popup-form footer{padding:15px 15px 15px; background:#000; color:#aaa; font-size:10px; margin:0 -25px 0; text-align:center; line-height:1.3em;  }
.popup-form footer a{color:#aaa; text-decoration:none;  }
.popup-form footer p{margin-bottom: 7px;}
.popup-form footer p + br{display:none; }
.popup-form #detail-submit-form{padding-bottom: 15px; }
.popup-form .multifield{display:inline-block; padding:8px 0 5px; margin-right:15px;  }
.popup-form .multifield input{vertical-align:top; margin-right: 5px }
#consent_check_err:before{display:block; content:"";  }
#consent_check {position:relative; top:2px;  }

/*-------- /Pop UP Form -----*/


/*------ Countdown -----*/
.count-box { height: 500px; background: #000 url(images/responsive/videoplayer-lrg.jpg) no-repeat center center;
    background-size: 100% 100%;  text-align: center;  margin-bottom: 30px;}
.count-box span.title { display: block; padding: 180px 0 0;  font-size: 16px; color: #fff; font-weight: bold; margin-bottom: 15px;
    text-align: center;}
ul.countdown { list-style: none;  padding: 0;  display: block; text-align: center;}
ul.countdown li { display: inline-block; color: #fff;}
ul.countdown li span { font-size: 80px; font-weight: 300; line-height: 80px;}
ul.countdown li p {color: #a7abb1; font-size: 14px;}
ul.countdown li.seperator { font-size: 80px; line-height: 70px;  vertical-align: top;}


/*------ Attendees list ----*/
.attendees_lst .scroll-panel{max-height:400px; overflow:scroll; overflow-x:hidden;   }
.attendees_lst .scroll-panel ul{margin:0 -15px; }
.attendees_lst li{list-style:none; float:left; padding:0 15px; width:50%; margin-bottom:15px; line-height:1.5em; font-size:12px; color:#555;}
.attendees_lst li .inner { border-bottom:1px solid rgba(0,0,0,.18); padding-bottom:15px; min-height:70px; }
.attendees_lst li strong{margin-bottom: 3px; color:#000; font-size:16px; font-weight:bold; }
.attendees_lst li strong, .attendees_lst li .company{display:block; }

.attendees_lst li:nth-child(odd){clear:left; }

@media screen and (max-width:567px){
.attendees_lst li{width:100% }
.attendees_lst li .inner{min-height:inherit; }
}


/*------ Sidebar Panels  ----*/
.wdgt h2{font-size:18px; margin-bottom:15px; font-weight:600; }
.bx1{background:#fff;  border:1px solid rgba(0,0,0,.18); padding:20px;}
.wdgt .bx1 .promo-item{border-bottom:1px solid rgba(0,0,0,.18); padding-bottom: 15px; margin-bottom: 15px;}
.wdgt .bx1 .promo-item:last-of-type{border:0; margin-bottom: 0; padding-bottom: 0;}

.promo-lead {font-size:12px; line-height:1.2em; margin-bottom:7px; color:#ed1c24;}
.promo-lead a{color:#ed1c24;}
.promo-head h3{font-size:16px; line-height:1.3em; margin-bottom: 10px;   }
.promo-head h3 a{color:#000; }
.promo-item .metaTx {font-size:13px; color:#434343; line-height:1.3em; margin-bottom:15px}
.promo-item .metaTx .registration{padding-top:8px; display:block; }
.promo-item .slide-container{margin-bottom: 15px;}
.promo-item .slide-container ul { overflow-x: hidden; overflow-y: hidden; white-space: nowrap;}
.promo-item .slide-container ul li{float: none;width:40px!important; height:35px; margin-right: 5px; position: relative; display: inline-block;
    margin-bottom: 0;}
.promo-item .slide-container ul li figure{margin-bottom: 10px; overflow: unset;}
.promo-item .slide-container ul li figure img{display:block; width:40px; height:40px;  }
.promo-item .btn-promo { border: 1px solid #ccc; border-radius: 3px; padding: 4px 10px;color: #ee1e34; font-size: 13px;
    cursor: pointer; background-color: #fff; display: inline-block; margin-right: 10px; margin-bottom: 0; line-height: 1.5em;}
.promo-item .btn-promo .fa{ font-size: 16px; position:relative; color:#888; top:1px;   margin-left: 3px;}



@media screen and (max-width:992px){
#content{padding-top: 0}
#container{padding-top:70px; }
.scroll-nav .container{padding-left:8px; padding-right: 8px; }
.bg-banner img {width: 100%; height: 100%; object-fit: cover; object-position: top right;}
.post-text ul.customlist1 li{list-style:none !important; }
.intro span.title{font-size:20px; }
.intro h1{font-size:26px; }
.meta-data ul.social{float:none; clear:left; padding-top:25px;  }
.intro .panelist ul li{width:100%; }
#panelists section figure img{margin:0 !important }
}

@media screen and (max-width:767px){
.scroll-nav.show{top:45px; }    
.popup-form{max-width:inherit; left:0; right:0;}
ul.customlist1 li{border:0; padding-bottom:0}
ul.customlist1 li:last-child{margin-bottom:20px; }
#key-points .col-sm-6 + .col-sm-6 ul.customlist1 li:last-child{margin-bottom: 0; border:0;}
.meta-data section{margin-bottom: 10px;}
.meta-data section.regiatration{clear:left; margin-left: 0; }
.meta-data section.regiatration i.fa.fa-user{left:2px; }
.register-scton .notification{width:80%; padding-bottom: 25px; }
.register-scton .notification span{margin-bottom:10px; font-size:18px; padding-right: 10px;}
.meta-data .social{padding-top:1px; margin-bottom: 0;}
.story-list.style1 article{width:100%; }
.scroll-outer{overflow:scroll;  }
.intro .panelist ul{white-space: nowrap; width: max-content;}
.intro .panelist ul li{width: 300px;  margin-right: 15px;  float: none;  display: inline-block;  padding-right: 0; white-space: normal;
    vertical-align: top;}
.intro .panelist ul li .desc strong{font-size:16px;}
#panelists section .col-sm-4, #panelists section .col-sm-8, #panelists section .col-sm-3, #panelists section .col-sm-9{float:left; }
#panelists section .col-sm-4, #panelists section .col-sm-3{width:100px; padding-right: 0; } 
#panelists section figure{border-width:2px; }
#panelists section .col-sm-8, #panelists section .col-sm-9{width:calc(100% - 100px); padding:0 10px;  }
.intro .meta-data{font-size:14px; }
.social_share_bx.circle a{width:32px; height:32px; line-height:30px;   }
ul.countdown li span{font-size:50px; }
ul.countdown li.seperator{font-size:40px; }
.alert{font-size:14px; }
.alert a{display:block;margin-top: 10px; margin-left: 0; text-align: center; }
.horizontal_v2 .footer-card-lst{display:block !important; }
.horizontal_v2 .footer-card-lst>li{width:100% !important; display: block; padding: 15px 0px;}
.panelist h3, h2{font-size: 26px;}
}


.popup1.pop3{width:600px;background:#fff; position:fixed;box-shadow:0 0 8px rgba(0, 0, 0, .5); -moz-box-shadow:0 0 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow:0 0 8px rgba(0, 0, 0, .5); z-index:20000; left:0; top:0; padding:20px; border-radius:0px;}
.popup1.pop3 h2{font-size:18px; text-align:center; color:#000;   }
.popup1.pop3 div.loader{text-align:center;  }
.popup1.pop3 div.alert {font-size:16px; text-align:center; font-weight: bold;  }
.popup1.pop3 div.alert span.success {color:#00aa56; }
.popup1.pop3 div.alert span.error {color:#ed1c24; }
.popup1.pop3 span.subtitle { display: block; font-size: 16px; line-height:1.5em;  color:#333; margin-bottom: 18px; text-align: center;}
.popup1  ol { margin: 0 0 0px 20px; list-style: decimal;  }
.popup1 .content ol li {line-height:1.4em; margin-bottom: 10px; color:#333; font-size: 14px; }

@media screen and (max-width:767px){
.popup1.pop3{width:90% !important }
.row {margin-left: -15px; margin-right:-15px; }
}

@media screen and (max-width:480px){
.registerBtnOuter .btn.register{display:block; width:100%;  }
}


/*------ Login Form Style ------*/
.popup5{width:600px;background:#fff;position:fixed;box-shadow:0 0 8px rgba(0, 0, 0, .5);-moz-box-shadow:0 0 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow:0 0 8px rgba(0, 0, 0, .5);z-index:20000;left:0;top:0;padding:20px;border-radius:0px;}
.popup5 .clm1{width:50%;float:left;margin-bottom:20px;padding:10px 5% 10px 0;border-right:1px solid #d8d8d8;}
.popup5.clm2,.popup5 .clm1{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.popup5 .clm2{width:45%;float:right;margin-bottom:20px;padding-top:10px;}
.popup5 a.btn{display:block;font-weight: 300;cursor:pointer;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;height:37px;line-height:37px;font-size:12px;color:#fff;margin-bottom:15px;padding:0 15px;transition:all .2s ease;}
.popup5 a.btn:hover{text-decoration:none;color:#fff !important;}
.popup5 a .fa{font-size:20px;display:inline;vertical-align:middle;margin-right:8px;}
.popup5 a.btn.fb{background:#3b5b9b;}
.popup5 a.btn.lin{background:#0173b1;}
.popup5 a.btn.twtr{background:#29a9e0;}
.popup5 a.btn.ggl{background:#df4930;}
.popup5 a.btn.email{background:#333;}
.popup5 a.btn.lin .fa,#login-form a.btn.twtr .fa,.popup5 a.btn.email .fa{position:relative;top:-2px;}
.popup5 .section{margin-bottom:10px;position:relative;margin-bottom:15px;}
.popup5 .section .error,.popup5 p.error{color:#ed1c24;clear:both;}
.popup5 .section p.error{font-size:12px;text-align:right;padding-top:2px;}
.popup5 .section .txt_box{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100%;height:35px;padding:5px 10px 5px 35px;border:1px solid #d8d8d8;border-radius:3px;-moz-border-radius:3px;font-size:13px;-webkit-border-radius:3px;color:#666;display:block;transition:all 1s ease;-moz-transition:all 1s ease;-webkit-transition:all 1s ease;}
.popup5 .section .txt_box.error{border-color:#ed1c24;box-shadow:0 0 3px #ed1c24;-moz-box-shadow:0 0 3px #ed1c24;-webkit-box-shadow:0 0 3px #ed1c24;clear:none;font-size:13px;}
.popup5 .section .fa{position:absolute;left:10px;top:8px;color:#d6d6d6;font-size:18px;z-index:20;}
.popup5 .section .fa.fa-lock{left:12px;}
.popup5 .section .txt_box:focus{color:#000;border-color:#5e9cd6;box-shadow:0 0 3px #87b2d9;-moz-box-shadow:0 0 3px #87b2d9;-webkit-box-shadow:0 0 3px #87b2d9;}
.popup5 a.forgot,.popup5 a.cancel,.popup5 a.backto-login,.popup5 a.back-to-register{float:right;color:#016db2;font-size:12px;line-height:32px;cursor:pointer;}
.popup5 a.back-to-register{float:none;}
.popup5 #signup-form .submit-button2{float:right;margin-left:10px;}
.popup5 p,.popup5 p a{color:#666;text-align:left;color:#888888;font-size:13px;line-height:16px;}
.popup5 a.signup{color:#016db2;cursor:pointer;}
.submit-button2 { height: 32px; background:#ed1c24;  border: 0; cursor: pointer;padding: 0 10px; color: #fff; font-weight: bold;
    font-size: 16px;border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.popup5 .submit-button2.disabled{background:#e2898d;cursor:inherit;}
.popup5 label.remember{display:block;font-size:12px;color:#888;line-height:14px;}
.popup5 label.remember input{color:#888;border-color:#888;margin-right:5px;position:relative;top:-1px;}
.popup5 h3{font-size:14px;margin-bottom:15px;line-height:14px;color:#666;}
.popup5 .error_info{color:#ed1c24;margin-bottom:10px;}
.popup5 .ftr{clear:both;background:#efefef;padding:20px;margin:0 -20px -20px;text-align:center;color:#666;}
.popup5 .ftr h4{margin-bottom:6px;line-height:14px;font-size:12px;}
.popup5 .ftr p{text-align:center;}
.popup5 #signup-form .txt_box{float:right;padding-left:10px;width:65%;height:28px;}
.popup5 #signup-form .section{margin-bottom:10px;}
.popup5 #signup-form label{float:left;line-height:28px;font-size:12px;color:#666;width:30%;}
.popup5 .close{position: absolute; height: 60px;  width: 60px;  top: -1px;  right: 0; background: url(/Themes/Release/v2/images/close.png);
    cursor: pointer; text-indent:25px; font-size: 0; }
.popup5 .close .fa{font-size:17px; opacity: 0; display:none; }
.popup5 a.close fa{font-size:14px;margin-right:2px;}
.popup5 .close:hover{text-decoration:none;color:#ed1c24;}
.popup5 .success_msg{font-size:12px;font-size:14px;line-height:16px;margin-bottom:10px;color:#29aa02 !important;}
#reset-password-form .success_msg,#reset-password-form .success{font-size:16px;font-weight:bold;margin-bottom:15px;}
.popup5 h2{text-align:center;text-transform:uppercase;padding-bottom:10px;position:relative;}
.popup5 h2:after{height:1px;width:100%;bottom:0;left:0;content:" ";background:#d8d8d8;display:block;position:absolute;}
.popup5 .message_txt{display:block;text-align:center;color:#333;font-size:17px;line-height:24px;padding:40px 20px;}
.popup5.sm{max-width:400px;}
.popup5.success_msg{color:#29aa02;padding:60px 50px !important;}
.popup5.success_msg h2{padding-bottom:0;margin-bottom:0 !important;font-size:24px;}
.popup5.success_msg h2:after{height:0;display:none;}
.popup5.success_msg p{color:#555;padding-top:0;}
.popup5 a.btn.ggl{background:#4285F4;padding-left:1px;}
.ggl .fa{background:#fff;width:auto;padding-left:0;padding:8px;text-align:center;border-radius:1px;font-size:19px !important;}
.g-icon{width:20px;display:inline-block;vertical-align:middle;}
.overlay {  /* background: rgba(0,0,0,.7); */    position: fixed;  left: 0; top: 0; z-index: 15000;
    height: 100%;  width: 100%;  background-color: #7b7b7b;}


@media screen and (max-width:639px) {
.popup5 { width: 300px;   padding-top: 25px; }
.popup5 .clm1,.popup5 .clm2 {float: none; width: auto; padding: 0; border: 0; clear: both;}
}

@media only screen and (min-width: 767px){
.user-name .hvr_bx {right:0 !important;} 
} 

.alC{text-align:  center;}
.popup1.pop3 .alC .button3, .popup1.pop3 .alC .skip{display:inline-block; padding:10px 15px; margin:0 10px; font-size:14px; 
line-height:1em; border:1px solid #ed1c24; color:#ed1c24; border-radius:5px;    } 
.popup1.pop3 .alC .skip{border:1px solid #333; color:#333  }

/*----- Tooltip -----*/

#question{padding-top: 20px;}

body #mintip.arrow-down,
body #mintip.arrow-up {
    color: #333;
    max-width: 200px;
    background: #fffced;
    border-radius: 2px;
    opacity: 1;
    border: none;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .5)
}
body #mintip .in-page-author-tooltip {
    margin: 10px
}
#mintip .in-page-author-tooltip {
    line-height: 1.3em
}
#mintip .auth-name {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
    display: block
}
#mintip .author-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.3em
}
body #mintip.arrow-up:after,
body #mintip.arrow-up:before {
    width: 0;
    height: 0;
    position: absolute;
    content: ''
}
body #mintip.arrow-left:after,
body #mintip.arrow-left:before {
    left: 10px!important;
    right: 0;
    right: auto
}

body #mintip.arrow-right:after,
body #mintip.arrow-right:before {
    right: 10px!important;
    left: auto
}

body #mintip.arrow-up {
    width: auto;
    height: auto
}
body #mintip.arrow-up:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    border-bottom: 10px solid #fffced
}
body #mintip.arrow-up:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom-color: #fffced;
    top: -9px
}
body #mintip.arrow-down:after, body #mintip.arrow-down:before {  display: none}

body #mintip.arrow-down i {
    position: absolute;
    top: 100%;
    left: 5px;
    width: 30px;
    height: 15px;
    overflow: hidden
}
body #mintip.arrow-down.arrow-right i {
    right: 5px;
    left: unset
}
body #mintip.arrow-down i:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fffced;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .5)
}


/*------ Popup Form Vconfex ---*/

#detail-submit-form { width: 100%; margin: 0 auto;}
#detail-submit-form #ms-submit-form .section { width: 50%; margin: 0 0 20px !important;  padding: 0 10px;  float: left; position: relative;
    box-sizing: border-box;}
#detail-submit-form #ms-submit-form .section .txt_box { padding: 10px 3%; width: 100%; box-sizing: border-box; background: #fff;
    border-radius: 3px;  -moz-border-radius: 3px;  -webkit-border-radius: 3px; padding: 7px 9px;  font-size: 14px;
    color: #333;  border: 1px solid #d5d5d5;  height: 32px; box-sizing: border-box;}
#detail-submit-form #ms-submit-form span.error-txt { bottom: -14px; color: #ff0000; display: none; font-size: 12px;  left:10px; line-height: 14px; padding-top: 5px;
 position: absolute;}
#detail-submit-form #ms-submit-form label.checkbox { display: inline-block; line-height: 1.5em; margin: 0 10px 15px 0;}
#detail-submit-form #ms-submit-form label.checkbox input { position: relative;  top: -1px;    vertical-align: middle;}
#detail-submit-form #ms-submit-form label#consent_check { line-height: 1.3em;}
.popup1.pop3 label { font-size: 13px; color: #333;  line-height: 15px; margin-bottom: 6px; display: block;}
.popup1.pop3 label span { color: #f30000;}
.popup1.pop3 a.close {  position: absolute;  width: 28px;  height: 28px; background: url(images/responsive/close-btn4.png) no-repeat 0 0;
    right: -8px;  top: -7px;  z-index: 99999; border-radius:50%; }
#detail-submit-form #ms-submit-form .section.section-full{width:100%; }

.webinars-login .section  {
     width: 100% !important; 
}

.webinars-login span.error-txt {position: static !important; font-size: 12px;}

.model-container.micrositeform{padding-right: 20px;}
.micrositeform .model-content{max-height: 520px;overflow-y: auto;padding-right: 15px;}
.micrositeform .model-content::-webkit-scrollbar{width: 5px;}
.micrositeform .model-content::-webkit-scrollbar-track {background: #f1f1f1; }
.micrositeform .model-content::-webkit-scrollbar-thumb {background: #a0a0a0; }
.micrositeform .model-content::-webkit-scrollbar-thumb:hover {background: #555; }
.micrositeform a.close{background: #fff;padding-bottom: 25px;}

#detail-submit-form.oauth{margin-top: -25px; width: 350px;}
.description-list{
    position: relative;
    padding: 12px;
    padding-bottom: 0px;
    border: 1.5px solid #dcd6d6;
    margin-top: 12px;
    border-radius: 5px;
    background: #eeeeee96;
}


a.webinar_form_edit {position: absolute;right: 6px;background: #fff;padding: 1px 10px;border-radius: 50px;}
a.webinar_form_edit:hover{color: #016db2!important;text-decoration: none;}

.description-list-row{width: 100%;margin-bottom: 10px;}
.half-width{width: 50%;display: block;float: left;}
.half-width + div:not(.half-width) {clear:both; float:none}
.description-list-row label{color:#9e9e9e;font-size: 13px;font-weight: 400;margin-bottom: 0!important;}
.input_sec.webinar-checkbox {margin-bottom: 0px!important;margin-top: -10px;}
#detail-submit-form h2{margin-top: 22px; margin-bottom: 18px; color: #333; text-align: center; font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
#detail-submit-form .multifield{padding-top: 5px;}
.thankyou-msg{text-align: center;}
.model-container .thankyou-msg p, .model-container .thankyou-msg p > a{font-size: 14px!important; line-height: 1.4;}
.model-container .thankyou-msg p:last-of-type {padding: 0 25px;}
.thankyou-msg h3.calender-title{
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: -10px;
    margin-top: 30px;
}

.thankyou-msg table td a{
    border: 1px solid rgba(0,133,211,0.2);
    padding: 8px 0;
    border-radius: 6px;
    width: 104px;
    text-align: center;;
    display: inline-block;
    margin-right: 9px;
    line-height: 16px;
    box-shadow: 0px 0px 2px 2px #f1f1f1;
    transition: box-shadow ease 0.5s;
}
.thankyou-msg table td a:last-of-type {margin-right: 0;}
.thankyou-msg table td a:hover {color: #0085d3!important; box-shadow: 0px 0px 5px 1px #ccc}
.thankyou-msg table td a + span{display: none;}

.model-container.layer-out{ padding-top: 30px; padding-right: 22px;}
.layer-out .model-content{max-height: 520px;overflow-y: auto; padding-right: 18px;}
.layer-out .model-content::-webkit-scrollbar{width: 5px;}
.layer-out .model-content::-webkit-scrollbar-track {background: #f1f1f1; }
.layer-out .model-content::-webkit-scrollbar-thumb {background: #a0a0a0; }
.layer-out .model-content::-webkit-scrollbar-thumb:hover {background: #555; }
.layer-out a.close{background: #fff;padding-bottom: 25px;}

.model-container { font-family: Arial, Helvetica, sans-serif;}
.model-container h3 {margin-top: 0;}
.model-container p {margin-bottom: 0;}
.model-container .close {opacity: 1; }
#detail-submit-form label {font-size: 12px}

.submit-confirm-tc {text-align: center}
.submit-confirm-tc p {}
#detail-submit-form a:link, 
#detail-submit-form a:visited, 
#detail-submit-form a:hover {text-decoration: none; color: #337ab7; font-size: 12px;}
.webinar-checkbox label {color: #888}
.model-container .thankyou-msg h2 {font-size: 24px;}
.thankyou-msg p:empty, .thankyou-msg div:empty {display: none}
.thankyou-msg table td {padding-left: 0!important; padding-right: 0!important;}
.user-name i.fa.fa-user-circle-o{margin-top: 9px!important;}

.ask-question, .ask-questions, a.ask-question, a.ask-questions, #ask-questions, a#ask-questions{font-weight: 600;font-size: 20px; color: #2d1fa5;}
.join_session_cls{display:inline-block;border-radius: 4px;border: 1px solid red;padding: 5px 5px;margin: 10px auto;color: red;}
.join_session_cls a:hover{color: red !important;box-shadow: 0px 0px 5px 1px #ccc;}
.thankyou-msg ol{list-style: decimal;list-style-position: outside;text-align: left;padding-left: 25px;}
