/*Event Page CSSs*/
.online-education-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F5F5F5;
}
.online-education-section .sub-heading{
    font-size: 38px;
    color: #333;
    padding-top: 15px;
}
.online-education-section .content{
    font-size: 20px;
    color: #333;
}
.register-form-section{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
}
.what-you-need-box{
    
}
.what-you-need-box .heading{
    font-size: 32px;
    color: #444;
    padding-bottom: 10px;
}
.what-you-need-box .desc{
    font-size: 16px;
    color: #777;
    line-height: 1.5em;
}
.register-now-form-wrapper{
    padding: 15px;
    border-left: 1px solid #eee;
    max-width: 370px;
    margin: 0 auto;
}
.register-now-form-wrapper .heading{
    font-size: 24px;
    color: #333; 
    text-transform: uppercase;
}
.register-now-form-wrapper .sub-heading{
    font-size: 16px;
    color: #333;
}
.register-now-form-wrapper .control-label{
    font-size: 14px;
    color: #333;
}
.register-now-form-wrapper .control-label span{
    color: #1E90B2;
    font-size: 16px;
} 
.register-now-form-wrapper .form-control{
    background-color: #eee;
}
.register-form-submit-btn{
    width: 100%;
    height: 52px;
    background-color: #1E90B2;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
.register-form-submit-btn:hover,
.register-form-submit-btn:active,
.register-form-submit-btn:focus{
    color: #fff;
}

.register-now-form-wrapper .hs-form-field{
    padding-bottom: 10px;
}
.register-now-form-wrapper .hs-form-field label{
    color: #333;
    font-size: 14px;
    font-weight: 400;    
    padding-bottom: 5px;
    text-transform: uppercase;
}
.register-now-form-wrapper .hs-form-field label .hs-form-required{
    color: #1E90B2;
}
.register-now-form-wrapper .hs-form-required{
    color: #8C2200;
}
.register-now-form-wrapper .input .hs-input[type="text"],
.register-now-form-wrapper .input .hs-input[type="email"],
.register-now-form-wrapper .input .hs-input[type="tel"],
.register-now-form-wrapper .input select{
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #eee;
    border-radius: 5px;
}
.register-now-form-wrapper .input textarea{
    width: 100%;
    height: 91px;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #eee;
}
.register-now-form-wrapper .hs-error-msgs{
    padding: 0;
    margin: 0;
}
.register-now-form-wrapper .hs-error-msgs li{
    display: block;
    padding-top: 6px;
}
.register-now-form-wrapper .hs-error-msgs li label{
    color: #FF6666;
    font-size: 14px;
}
.register-now-form-wrapper .inputs-list.multi-container{
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
.register-now-form-wrapper .inputs-list li{
    display: block;
}
.register-now-form-wrapper .inputs-list li span{
    padding-left: 6px;
    color: #333;
    font-size: 14px;
}
.register-now-form-wrapper .inputs-list li label{
    margin-bottom: 2px;
}
.register-now-form-wrapper .actions{
    text-align: center;
}
.register-now-form-wrapper .actions input[type="submit"]{
    margin-top: 6px;
    width: 100%;
    height: 52px;
    background-color: #1E90B2;
    color: #fff;
    font-size: 14px;
    border-radius: 5px!important;
    border: 1px solid #1E90B2;
    text-transform: uppercase;
}
.register-now-form-wrapper .actions input[type="submit"]:hover,
.register-now-form-wrapper .actions input[type="submit"]:active,
.register-now-form-wrapper .actions input[type="submit"]:focus{
    color: #fff;
}



@media(max-width: 767px){
    .online-education-section .sub-heading{
        font-size: 24px;
    }
    .online-education-section .content{
        font-size: 16px;
    }
    .register-now-form-wrapper{
        border-left: 0;
        border-top: 1px solid #eee;
        padding: 20px 0px 0px 0px;
    }
    .register-form-section{
        padding-bottom: 50px;
    }
    .register-now-form-wrapper .heading{
        font-size: 18px;
    }
    .register-form-section{
        padding-top: 10px;
    }
    .what-you-need-box .heading{
        font-size: 22px;
    }
}
@media(min-width: 768px) and (max-width: 990px){ 
    .online-education-section .sub-heading{
        font-size: 28px;
    }
    .online-education-section .content{
        font-size: 16px;
    }
    .registration-closes-box .heading{
        font-size: 16px;
    }
    .registration-closes-countdown li{
        font-size: 35px;
    }
    .register-form-section{
        padding-bottom: 50px;
    }
    .register-now-form-wrapper .sub-heading{
        font-size: 13px;
    }
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

