@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');

.icregistrationmain *, .entry-content * { font-family: 'Montserrat', sans-serif; outline: none !important; }
.icregistrationform .form-group label { width: 100%; font-size: 16px; margin: 0; }
.icregistrationform .form-group label span { color: red; }
header.entry-header { display: none; }
.icregistrationmain h2 { font-size: 24px; font-weight: 500; color: green; }
.icregistrationform select.select { max-width: 200px; width: 100%; font-size: 14px; height: 35px; padding: 5px 15px; border-color: #B2B2B2; }
.icregistrationform input { font-size: 14px; height: 35px; padding: 5px 15px;  width: 100%; }
.icregistrationform .form-group { margin-bottom: 2rem !important; }
.icregistrationmain h2:before { display: none; }
.icregistrationmain { margin: 0 !important; width: 100%; max-width: 100% !important; }
.icregistrationform { width: 100%; }
.icregistrationbtn input { border-radius: 0 !important; background: #3c3c3c !important; display: inline-block; width: auto; padding: 10px !important; font-size: 14px !important;
    font-weight: 500 !important; }
.icregistrationbtn input:hover { background: green !important; }
.icregistrationbtn { margin: 60px 0 0; }
.main-navigation .main-menu > li > a { font-weight: 700; color: #000 !important; margin-right: 20px; border-bottom: 1px solid #a9a9a9; padding: 0 0 10px; letter-spacing: 0.40px; font-size: 18px; text-decoration: none !important; outline: none !important; transition: all 0.3s; }
.main-navigation .main-menu > li > a:hover { color: green !important; border-color: green; }
.site-branding .site-title { display: inline-block; margin: 0 0 30px; }
.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) { border-color: #000 !important; }
.entry-content p, .entry-content blockquote { font-size: 16px; }
.entry-content p a { color: #000; font-weight: 500; }
span.error {
    color: red;
    font-size: 14px;
}
a#send_otp {
    font-size: 17px;
}

/*==========================================================================================================*/
@media only screen and (max-width: 767px) {
	.icregistrationmain h2 { margin: 30px 0 !important; font-size: 22px; }
	.icregistrationbtn { margin: 30px 0 0; }
	.icregistrationmain .form-group { margin-bottom: 10px; }
	nav.main-navigation { margin: 0; }
	.main-navigation .main-menu > li > a { font-size: 16px; }
}

/*==========================================================================================================*/
@media only screen and (max-width: 567px) {
	.icregistrationform select.select { max-width: 100%; }
}
