.nav-dwn.fr {
    display: none;
}
.heading-menu{
    height: auto;
    padding: 0;
}

.container#scroll {
   max-width: none;
    padding-top: 0;
}

.webinar-header {
    background-image: url('images/cyber-security-webinar-bg.png');
    background-size: 100% auto;
    background-color: #2d96dc;
    color: #fff;
    display: block;
    padding: 50px 15px;
}

.webinar-header h1 {
    display: block;
    text-align: center;
    font-size: 35px;
    line-height: normal;
    margin-bottom:30px;
}

.webinar-header h1 span {
    position: relative;
    display: block;
    background-color: #ffce28;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    color: #000;
    max-width: 150px;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.webinar-header h1 span:after,.webinar-header h1 span:before {
    content: '';
    display: inline-block;
    height: 21px;
    position: absolute;
    width: 21px;
    transform: rotate(45deg);
    background-color: #ffce28;
    right: -11px;
    top: 4px;
}

.webinar-header h1 span:before {
    transform: rotate(45deg);
    right: auto;
    left: -11px;
}

.webinar .overview p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 0;
}
.webinar .overview p a {
    color: #0679b8;
}
.webinar .overview {
    max-width: 1000px;
    margin: auto;
    padding: 50px 0;
    display: flex;
}

.webinar .overview h3 {
    margin-top: 22px !important;
    color: #298dd4 !important;
}
.webinar .overview .over-left {
    width: 80%;
}

.webinar .overview .over-right {
    width: 45%;
    padding-left:5%;
}
.webinar .overview .over-right h3 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.webinar-info {
    display: block;
    max-width: 400px;
    margin: auto;
    text-align: center;
}

.webinar-info span img {
    max-width: 35px !important;
    margin-right: 5px;
}

.webinar-info span {
    display: inline-block;
    font-size: 18px;
    font-weight: bolder;
    margin-right: 25px;
    margin-bottom: 15px;
}

.webinar-info span:last-child {
    margin-right: 0;
}
.speaker-dp{
   max-width:100px !important;
   margin-right:15px;
   border-radius:50%;
}

.webinar-header form {
    background-color: #055e96;
    max-width: 500px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 1px;
    padding-top: 15px;
}
.edi-btn inputgroup {
    max-width: 430px !important;
    margin: auto;
    text-align: left;
}
.edi-btn inputgroup select {
    background-color: #fff !important;
}
.edi-btn inputgroup input {
    width: 408px !important;
    background-color: #fff !important;
}
.edi-btn inputgroup label {
    z-index: 1;
}
.edi-btn .spl-submit#Submit {
    width: 240px !important;
    margin: 30px auto !important;
    display: block;
    font-weight: bold;
    background-color: #ed3b31 !important;
    text-align: center;
    cursor: pointer;
    font-size: 18px !important;
}
.edi-btn inputgroup.half {
    display: inline-block;
    width: 200px;
    margin: 0 15px;
}

.edi-btn inputgroup.half input {
    width: 178px !important;
}

.edi-btn inputgroup.half.offset {
}

.edi-btn inputgroup.focus label {
    transform: translate(0px,0px) scale(.9,.9);
    color: #fff;
}
.webinar-header h3 {
    color: #fff !important;
    text-align: center;
    margin: 5px auto 30px !important;
    display: block;
    font-size: 16px;
}
.webinar .quote {
    text-align: center;
    max-width: 700px;
    margin: 20px auto 0;
    color: #fff;
    background-color: #0002;
    padding: 12px;
    border-radius: 15px 0;
}

.webinar .quote strong{
   color:#ffda66;
}

.edi-btn.register{
    position:relative;
    overflow:hidden;
}

.edi-btn.register:before {
    content: '';
    background-color: #0c5a90f5;
    background-image:url(images/loading.gif);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index:2;
}
.edi-btn.register.open:before {
    content: "Your registration is successful!";
    background-image: none;
    padding: 65px 30px;
    font-size: 35px;
    font-weight: bold;
    line-height: 55px;
    color: #ffce28;
    text-shadow: 0 0 5px #000;
}

.speaker-dp, .speaker-info{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.speaker-info h4,.speaker-info i{
    display: block;
    margin: 0;
}
.speaker-info h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
}

.speaker-info i {
    font-size: 13px;
    font-weight: lighter;
    line-height: normal;
}
.speaker-info {
    margin: 27px 0;
    padding: 5px 20px;
    background-color: #dddcd7;
    border-radius: 15px;
    position: relative;
}
.speaker-info:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 3px;
    background-color: #dcdcd2;
    left: -20px;
    top: 45%;
}
a.callto {
    background-color: #ed3b31;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}

.list {
    padding-left: 0 !important;
    margin-left: 0;
}
.list li {
    list-style: none;
}

.list li:before {
    content: '✓';
    color: #0c9d52;
    padding-right: 8px;
}
.webinar-header form.over:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #0f74b7eb;
    z-index: 9;
}

.webinar-header form.over {
    position: relative;
    overflow: hidden;
}

.webinar-header form.over:after {
    content: 'Event is over';
    color: #000;
    background-color: #ffce26;
    z-index: 99;
    position: absolute;
    top: 25px;
    padding: 2px 40px;
    transform: rotate(45deg);
    right: -42px;
    font-weight: bold;
}
@media(max-width:600px){
.edi-btn inputgroup {
width:250px !important;
margin: 10px auto !important;
}
.edi-btn inputgroup input,.edi-btn inputgroup.half input{
width:91% !important;
}
.webinar .overview .over-left,.webinar .overview .over-right {
    width: auto;
    display: block;
    padding:0;
}

.webinar .overview {
    display: block;
    padding: 25px;
}
.webinar .overview .over-right h3{
    margin-top:22px !important;
}
}