body{
    font-family: 'ZohoPuvi', sans-serif;
    line-height: normal;
    letter-spacing: normal;
    font-size:16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'ZohoPuvi', sans-serif;
}
h2{font-size: 2.3em;}
h3{font-size: 2em;}
.pr{position: relative;}
header{
    background: transparent;
    box-shadow: none;
    position: absolute;
    z-index: 1;
}
.header-inner{padding: 1% 0;}
.logo a {
    display: block;
    background: url(https://www.manageengine.com/images/logo/manageengine-logo-dark.svg) no-repeat 0 0;
    width: 220px;
    height: 50px;
    margin: 10px 0 0 0;
}
.zoho-division{display: none;}
footer{position: relative;z-index: 3;}
/* ---------------- Home sec styles ---------------- */
#Home{
    background: #534AB6;
    min-height: 600px;
}
.cont-sec{
    display: inline-block;
    vertical-align: top;
    width:40%;
    margin: 150px 0 0 0;
    position: relative;
    z-index: 2;
}
.cont-sec h2{
    color:#fff;
    margin: 10px 0 50px 0;
}
.sec-para{
    color:#FFDA3C;
    font-size: 1.6em;
}
.sec-para span{
    display: block;
    padding: 10px 0;
    font-size: .7em;
}
.mob-reg-btn{
    background: #d2317a;
    padding: 12px 30px;
    color: #fff;
    margin: 20px 0;
    display: inline-block;
    font-size: 1.3em;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
    display: none;
}
.mob-reg-btn:hover{
    background:#ffc51f;
    color: #000;
}
.creative-sec{
    position: absolute;
    top:0;
    left: 25%;
    z-index: 1;
}

/* ---------------- Register sec styles ---------------- */
#Register {
    background: #fff;
    position: fixed;
    top: 0px;
    right: 10%;
    width: 350px;
    z-index: 2;
    color: #000;
    overflow: auto;
    box-shadow: 0px 0px 30px #555555;
    min-height: 100% !important;
}
.reg-cont{
    padding: 20px;
}
.title-register {
    color: #000;
    text-align: center;
    font-size: 1.7em;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0 15px;
}
form input, form textarea{
    width: 86%;
    padding: 20px;
    background: #F7F7F6;
}
form select {
    background: #F7F7F6 url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
    border: 1px solid #F7F7F6;
    padding: 20px;
    width: 100%;
    height: 60px;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}
.privacy-policy, #meGDPRMessage{
    font-size: .9em;
    line-height: 20px;
}
#meGDPRMessage{padding: 0 0 10px 0;}
.submit-block-new{text-align: center;margin: 20px 0 0 0;}
p.reg_form_errors{bottom: -22px;}
form input[type="submit"], .submit-block input{
    background: #FE210A;
    color: #fff;
    width:200px;
}
.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: 130px;
    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 5px 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    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: #CA0019;
}
.web-popup-cont a{
    display: inline-block;
    text-align: center;
    background: #00CC99;
    padding: 16px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border:1px solid rgba(0,159,119,0.81);
    text-transform: uppercase;
    margin: 30px 0;
}
.web-popup-cont a:hover {
    background: #FF2B2B;
    border: 1px solid #FF2B2B;;
    color: #fff;
}
/* ---------------- Highlights sec styles ---------------- */
#Highlights{
    padding: 40px 0;
}
#Highlights h3{
    color:#534AB6;
    margin: 0 0 10px 0;
}
.hights-cont, .inner-container{
    width:60%;
}
#Highlights p{
    margin: 20px 0 0 0;
}

/* ---------------- Speakers sec styles ---------------- */
#Speakers{
    padding: 0 0 50px 0;
}
#Speakers h3.col{
    color:#534AB6;
    margin: 0 0 30px 0;
}
.spk-details{
    position: relative;
    margin: 0 0 0 118px;
}
.spk-details:before{
    content: '';
    width: 100px;
    height: 100px;
    background: url(../images/webinar-speaker-sneha.jpg) no-repeat 0 0;
    background-size: 100px;
    border-radius: 100px;
    position: absolute;
    left: -118px;
    top: -13px;
    display: block;
}
.spk-name{
    font-size: 1.4em;
    font-weight: 600;
    padding: 10px 0 5px 0;
}
.key-title{
    margin: 60px 0 0 0;
}
#Speakers ul{
    padding: 15px 0 0 0;
}
#Speakers ul li{
    padding: 8px 0 8px 20px;
    position: relative;
}
#Speakers ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #FD4646;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top:12px;
}
/*  ----------------------- Responsive styles ----------------------- */

@media only screen and (min-width: 1600px) {
    #Register{right: 15%;}
}
@media only screen and (min-width: 1800px) {
    #Register{right: 18%;}
}
@media only screen and (min-width: 2000px) {
    #Register{right: 25%;}
}
@media only screen and (max-width: 1400px) {
    #Register{right: 5%;}
}
@media only screen and (max-width: 1250px) {
	.container {
				width: 1000px;
			}
    #Register{right: 5%;}
}
@media only screen and (max-width: 1100px) {
    .container{width:900px;}
    body{font-size:14px;}
    #Register{width:300px;}
}
@media only screen and (max-width: 1000px) {
    .container{width:90%;overflow: hidden;}
    .cont-sec{width:70%;margin: 100px 0;}
    .mob-reg-btn{display: inline-block;}
    #Register{width:100%;position: static;margin: 0 auto;box-shadow: none;height: auto;overflow: hidden;background: #534AB6;color:#fff;padding: 30px 0;}
    .title-register{color:#fff;}
    .reg-cont{width:300px;margin: 0 auto;}
    .hights-cont, .inner-container {width: 90%;}
    #Home{min-height: 300px;}
    .creative-sec{width:550px;top:5%;left: 35%}
    .creative-sec img{width: 100%;}
    #Speakers{padding: 30px 0;}
}
@media only screen and (max-width: 700px) {
    .cont-sec{width:100%;margin: 60px 0 30px 0;}
    .creative-sec{display: none;}
    .cont-sec h2{margin-bottom: 35px;}
    .hights-cont, .inner-container{width:100%;}
    p.reg_form_errors{color:#f5c7c7;}
    .logo a{width: 180px;height: 35px;}
}
@media only screen and (max-width: 380px) {
    .spk-details::before{position: static;margin: 0 auto;}
    .spk-details{margin: 0;text-align: center;}
    #Speakers h3.col{text-align: center;}
    .key-title {margin: 30px 0 0 0;}
}
@media only screen and (max-width: 340px) {
    .reg-cont {width: 280px;}
}


