body{
    font-family: 'ZohoPuvi', sans-serif;
    line-height: normal;
    letter-spacing: normal;
    font-size:14px;
}
h2, h3, h4 {
    font-family: 'ZohoPuvi', sans-serif;
}
h4{font-weight: 600;font-size: 1.5em;}
h5{font-weight: 600;font-size: 1.3em;}
p{font-size: 1em;}
h2{
    color:#FFE459;
    font-size: 2.8em;
    font-family: 'ZohoPuvi', sans-serif;
    margin: 3% 0 0 0;
}
h2 span{
    font-weight:300;
}
h3{
    font-size: 1.5em;
    font-weight: 400;
    line-height: normal;
}
header {
    background: transparent;
    box-shadow: none;
    position: absolute;
    z-index: 9;
    width: 100%;
}
.container{
    width:1400px;
    margin: 0 auto;
    padding: 0;
}
.logo{
    float: none;
    padding: 0 30px;
}
.logo a{
    width:160px;
    margin-top: 30px;
    background: url("https://www.manageengine.com/events/2018/infosecurity/images/manageengine-logo-white.svg") no-repeat 0 0;
}
.header-inner {
    padding: 0;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.events-mainsec{
    width:1400px;
    margin: 0 auto;
}
.events-mainsec:before{
    content: "";
    background: url("../images/itsm-web-banner-img2.jpg") no-repeat 0 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top:0;
    width: 63%;
    height: 40%;
    
}
footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #002f35;
    z-index: 2;
}
.cont-sec{padding: 30px;}
.page1, .page2{
    width:65%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
}
.page2{
    width:30%;
    background: #fff;
    overflow-y: scroll;
}
.banner-sec{
    position: relative;
    padding: 80px 30px;
	   background: url("../images/itsm-web-banner-img2.jpg") no-repeat 0 0;
}
.page1 h3{
    padding: 15px 0;
    color:#fff;
}
.date-time-sec{
    padding-top: 30px;
    color: #fff;
    position: absolute;
    top: 28%;
    right: 10%;
}
.date-time-sec p, .date-time-sec .date{
    font-size: 1em;
    padding: 5px 0 5px 30px;
}
.date-time-sec p, .date-time-sec .date{
    background: url(../images/date-yellow.svg) no-repeat 0 center;
    background-size: 18px;
}
.date-time-sec .time{
    background: url(../images/time-yellow.svg) no-repeat 0 center;
    background-size: 18px;
}
.date-time-sec .duration{
    background: url(../images/duration-yellow.svg) no-repeat 0 center;
    background-size: 18px;
}
.reg-btn{
    display: none;
    text-align: center;
}
.reg-btn a{
    display: inline-block;
    background: #BD1640;
    border: 2px solid #BD1640;
    padding: 14px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.reg-btn a:hover{
    background: transparent;
    border: 2px solid #fff;
}
.itsm-points li{
    padding: 0px 0 10px 33px;
    background: url(../images/bullet-green.svg) no-repeat left 5px;
    background-size: 10px;
    font-weight: 600;
        line-height: 20px;
}
.des{
    margin: 15px 0 0 0;
}
.web-speaker-sec, .free-book{
    margin: 15px 20px 30px 0;
    background: #F7FAFA;
    border: 1px solid #9AC2C7;
    padding: 15px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 35%;
    min-height: 160px;
}
.free-book{
    width: 30%;
}
.free-book span{
    font-weight:600;
}
.zoho-division{display: none;}
.web-speaker-sec h4, .free-book-stip{
    margin-bottom: 15px;
}
.web-speaker-sec img{
    width: 50px;
    height: 50px;
}
.web-speaker-sec p{
    color:#404040;
}
.web-speaker-sec p+p{
    color:#000;
}
/*  ----------------------- Register sec styles ----------------------- */
.reg-cont h4{
    margin: 0 0 10px 0;
    font-weight: 600;
}
.sub-info{
    font-size: .9em;
    margin: 0 0 20px 0;
    line-height: 20px;
}
.form-group label{
    font-size: .9em;
    line-height: normal;
    color:#9E9E9E;
    padding: 0 0 0 20px;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 16px;
    background: #fff;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
input:focus ~ label, input:valid ~ label{
    color:#00BCD4;
    font-size: .8em;
    top:-5px;
    padding: 0 10px;
    z-index: 3;
}
.inur{
    position: absolute;
    left: 10px;
    top: 16px;
    width:20px;
    z-index: 2;
    opacity: .5;
}
.inem{
    width:13px;
}
.inur.active, .incry{
    opacity: 1;
}
.incry{
    top: 18px;
}
form input, form textarea {
    background: transparent;
    font-size: 1em;
    color: #555;
    border-radius: 0;
    padding: 15px 0 15px 27px;
    width: 90%;
    border: 1px solid #9E9E9E;
    border-radius: 3px;
    position: relative;
    z-index: 2;
}
input:focus, textarea:focus, select:focus {
    outline: none;
    border: 1px solid #00BCD4;
}
.form-group select {
    background: #fff url(https://www.manageengine.com/events/2018/workshop/images/dropdown-arrow.png) no-repeat 95% center;
    border: 1px solid #fff;
    padding: 0 0 0 27px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1em;
    color: #555;
    border: 1px solid #9E9E9E;
    height: 46px;
    width: 98%;
    outline: none !important;
}
form #meGDPRMessage{
    position: relative;
}
form #meGDPRMessage label, .privacy-policy{
    font-size: .9em;
    font-weight: normal;
    text-align: justify;
    position: static;
}
form #meGDPRMessage label{
    padding: 0 0 10px 0;
    display: block;
}
form input[type="submit"], .submit-block input {
    display: inline-block;
    background: #00BCD4;
    padding: 16px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0;
    width: 100%;
}
form input[type="submit"]:hover, .submit-block input:hover {
    background: #0097aa;
    color: #fff;
}
p.reg_form_errors{bottom: -20px;font-size: .8em;}
.success-msg{
    background: #f8fdee;
    border: 1px solid #b6db95;
    padding: 10px;
    text-align: center;
    color: #5c8707;
    font-weight: bold;
    font-size: 18px;
    display: none;
    position: absolute;
    top: 0;
    z-index: 999999;
    width: 100%;
}
.web-success-msg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.web-popup-cont {
    width: 35%;
    min-height: 160px;
    background: #fff;
    margin: 5% auto 0 auto;
    position: relative;
    line-height: normal;
    padding: 30px;
    text-align: center;
}
.popup-close {
    text-align: right;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
}
.web-popup-cont h4{
    padding: 30px 0 10px 0;
    text-align: center;
    font-weight: 600;
    color: #00BCD4;
    font-size: 1.7em;
}
.web-popup-cont p{
    font-size: 1.3em;
    line-height: normal;
    padding: 0 0 10px 0;
}
.web-popup-cont p span{
    font-size: 1em;
    font-weight: 600;
    color: #00BCD4;
}
.web-popup-cont a{
    display: inline-block;
    text-align: center;
    background: #00BCD4;
    padding: 14px 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.web-popup-cont a:hover {
    background: #0097aa;
    color: #fff;
}
/*  ----------------------- Responsive styles ----------------------- */

@media only screen and (min-width: 1600px) {
    body{font-size:16px;}
    .des, .web-speaker-sec h3{margin-top: 30px;}
    .web-speaker-sec, .free-book{min-height: 170px;}
    .form-group select{width:96%;}
}
@media only screen and (min-width: 1800px) {
    .events-mainsec{width:1600px;margin:0 auto;}
    .events-mainsec::before {left:8%}
}
@media only screen and (min-width: 2000px) {
    .form-group select{width:96%;}
    .events-mainsec::before {left:18%}
}
@media only screen and (max-width: 1400px) {
    .header-inner, .events-mainsec {width: 1200px;margin: 0 auto;}
}
@media only screen and (max-width: 1100px) {
    .header-inner, .events-mainsec {width: 1000px;margin: 0 auto;}
    .banner-sec h2, .banner-sec h3{width:55%;}
    h2 br{display: none;}
    .date-time-sec{top:25%;right:10%;}
    .free-book {width: 40%;}
}
@media only screen and (max-width: 1000px) {
    body{font-size: 16px;}
    .header-inner, .events-mainsec {width: 100%;margin: 0 auto;}
    .events-mainsec:bbefore{display: none;}
    .page1, .page2, .page3, footer{width:100%;}
    .banner-sec{background: url("../images/itsm-web-banner-img2.jpg") no-repeat 0 0;background-size: cover;}
    h2{margin: 5% 0 0 0;}
    .des, .web-speaker-sec h3{margin-top: 30px;}
    .reg-btn{display: inline-block;margin: 30px 0 0 0;}
    .reg-cont{width:50%;margin: 0 auto;text-align: center;}
    .form-group select{width:98%;}
    .web-popup-cont {width:80%;}
    .web-speaker-sec, .free-book{min-height: 170px;width:40%;margin: 30px 20px 0 0;}
}
@media only screen and (max-width: 700px) {
    .banner-sec h2, .banner-sec h3{width:90%;}
    .date-time-sec{position: static;padding-top: 5px;}
    .date-time-sec p, .date-time-sec .date{font-size: 1.2em;}
    body{font-size: 13px;}
    .free-book{margin-bottom: 0;}
    .reg-cont{width:80%;}
    .web-speaker-sec, .free-book{width: 90%;min-height: 100px;}
    .web-speaker-sec{background: #fff;border:none;}
    .web-speaker-sec img{display: inline-block;vertical-align: top;}
    .spk-tit{display: inline-block;vertical-align: top;width: 75%;margin: 0 0 0 5%;}
}
@media only screen and (max-width: 400px) {
    h2{font-size: 2.4em;}
}
@media only screen and (max-width: 350px) {
    h2{font-size: 2em;}
    .spk-tit{display: block;width: 100%;margin: 10px 0 0 0;}
}
