body{
    font-family: 'ZohoPuvi', sans-serif;
    line-height: normal;
    letter-spacing: normal;
    font-size:16px;
    background: #fff;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(244,231,215,1) 65%, rgba(244,231,215,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(65%, rgba(244,231,215,1)), color-stop(100%, rgba(244,231,215,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(244,231,215,1) 65%, rgba(244,231,215,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(244,231,215,1) 65%, rgba(244,231,215,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(244,231,215,1) 65%, rgba(244,231,215,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(244,231,215,1) 65%, rgba(244,231,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4e7d7', GradientType=1 );
}
h2, h3, h4 {
    font-family: 'ZohoPuvi', sans-serif;
}
p{font-size: 1em;}
header {
    background: transparent;
    box-shadow: none;
    position: absolute;
    z-index: 1;
}
.logo{
    margin: 1% 5%;
}
.container, .header-inner{
    width:1200px;
    margin: 0 auto;
    padding: 0;
}
#main{
    width:50%;
    padding: 8% 5% 5% 5%;
    background: #fff;
    display: inline-block;
    vertical-align: top;
}
#main .cont-sec{
}
#Register{
    width: 350px;
    padding: 3%;
    background: #F4E7D7;
    display: inline-block;
    vertical-align: top;
}
h2{
    color:#CA0019;
    font-size: 1.3em;
    font-weight: 600;
}
h2 span{
    font-weight:300;
}
h3{
    font-size: 1.5em;
    font-weight: 600;
    line-height: normal;
}
#main h3{
    padding: 15px 0;
}
.date-time-sec{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.date-time-sec p{
    font-size: 1.12em;
    display: inline-block;
    vertical-align: top;
    width:48%;
    background: url(../images/date.svg) no-repeat 0 5px;
    background-size: 18px;
    padding: 0 0 0 5%; 
}
.date-time-sec p+p{
    width:25%;
    background: url(../images/time.svg) no-repeat 0 5px;
    background-size: 18px;
}
.reg-btn{
    display: none;
    text-align: center;
}
.reg-btn a{
    display: inline-block;
    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-bottom: 30px;
}
.reg-btn a:hover{
    background: #FF2B2B;
    border: 1px solid #FF2B2B;
}
.itsm-points li{
    padding: 5px 0 5px 33px;
    background: url(../images/point.svg) no-repeat left 0px;
    background-size: 30px;
}
.des{
    margin: 30px 0 0 0;
}
.free-book{
    margin: 30px 0 0 0;
    background: #F4D7D7;
    padding: 20px 20px 20px 25%;
    position: relative;
    overflow: hidden;
}
.free-book span{
    font-weight:600;
}
.free-book-stip{
    background: #FF2B2B;
    color:#fff;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
    padding: 5px 40px;
    position: absolute;
    left: -30PX;
    top: 25px;
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg); 
}
.zoho-division{display: none;}
footer{position: absolute;bottom: 0;}

/*  ----------------------- 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 label{
    font-size: 1em;
    font-weight: 600;
    padding: 0 0 10px 0;
    display: block;
}
form input, form textarea {
    background: #fff;
    font-size: 1em;
    color: #555;
    border-radius: 0;
    padding: 12px 2%;
    width: 96%;
    border: 2px solid rgba(237,167,82,0.61);
}
input:focus, textarea:focus, select:focus {
    outline: none;
    border: 2px solid #00CC99;
}
.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 5%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1em;
    color: #555;
    border: 2px solid rgba(237,167,82,0.61);
    height: 46px;
    width: 100%;
    outline: none !important;
}
form #meGDPRMessage label, .privacy-policy{
    font-size: .85em;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-word;
}
form input[type="submit"], .submit-block input {
    display: inline-block;
    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;
    width: 100%;
}
form input[type="submit"]:hover, .submit-block input:hover {
    background: #FF2B2B;
    border: 1px solid #FF2B2B;;
    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 5px 0;
    text-align: center;
    font-weight: 600;
    color: #CA0019;
    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;
}
/*  ----------------------- Responsive styles ----------------------- */

@media only screen and (min-width: 1600px) {
    .container, .header-inner{width:1400px;}
    #Register{padding: 7% 4% 5% 4%;}
}
@media only screen and (min-width: 1750px) {
    #Register{padding: 10% 4% 5% 4%;}
    p,ul{line-height: 28px;}
    #main{padding: 10% 5% 5% 5%;}
}
@media only screen and (max-width: 1400px) {
    body{font-size:14px;}
    .des{margin: 15px 0 0 0;}
    .date-time-sec{padding-bottom: 15px;margin-bottom: 15px;}
    #Register{padding: 2%;}
    div.form-field {margin-bottom: 15px;}
}
@media only screen and (max-width: 1100px) {
    .container, .header-inner{width:90%;margin:0 auto;padding: 0;}
    #main{width:53%;}
    #Register{width:32%;}
}
@media only screen and (max-width: 1000px) {
    body{font-size:16px;background: #fff;}
    .container, .header-inner{width:100%;margin:0 auto;}
    #main{width:100%;padding: 10% 0 5% 0;text-align: center;}
    .logo{float: none;margin:3% 0 0 0;}
    .logo a{text-align: center;margin: 20px auto 0 auto;width: 200px;height: 40px;}
    h2{font-size: 1.6em;}
    h2 span{display: block;}
    .date-time-sec p{width:35%;padding: 0 0 0 20px;}
    .date-time-sec p + p{width:15%;padding: 0 0 0 25px;margin: 0 0 0 20px;}
    .cont-res-sec{background: #F4E7D7;margin: 20px 0;}
    .date-time-sec{border: none;margin-bottom: 0;}
    .reg-btn{display: block;}
    .itsm-points, .des{width:80%;text-align: left;margin:30px auto 0 auto;}
    .free-book{margin: 30px 10% 0 10%;text-align: left;padding: 20px 20px 20px 20%;}
    #Register {width: 100%;margin: 0 auto;display: block;padding: 10% 0 5% 0;}
    .reg-cont{width:45%;margin: 0 auto;}
    .reg-cont h4, .reg-cont p{text-align: center;}
    .sub-info{margin-bottom: 40px;}
    .web-popup-cont {width:80%;}
}
@media only screen and (max-width: 700px) {
    body{font-size:14px;}
    #main{padding: 80px 0 5% 0;}
    .reg-cont{width:80%;margin: 0 auto;}
    .cont-res-sec{padding: 0 5%;}
    .date-time-sec p{display: block;margin: 0 auto;width:260px;}
    .date-time-sec p + p{width:105px;padding: 0 0 0 25px;margin: 0 auto;}
    .free-book-stip{left: -40px;font-size: .8em;padding: 0px 40px;}
}
@media only screen and (max-width: 330px) {
    body{font-size:12px;}
    p{font-size: 1em;line-height: 24px;}
    #main{width:100%;padding: 20% 0 5% 0;}
    .logo a{width: 160px;height: 35px;}
    .date-time-sec p{width:75%;}
    .date-time-sec p + p{width:35%;}
}

