html.html_av-framed-box{
	padding:0;
}
html.html_av-framed-box .av-frame{
	width:0 !important;
}
.new-main-signup{
	background-image:url("https://heabroad.com/wp-content/uploads/2023/10/signup-main-bg.png");
	background-repeat: no-repeat;
	background-size:cover;
	background-position:top;
	display: inline-block;
width: 100%;
}

.page-id-3623 .new-main-signup{
	background-image:url("https://heabroad.com/wp-content/uploads/2023/09/Mask-group-1.jpg");
}
.page-id-3780 .new-main-signup, .page-id-3783 .new-main-signup{
   background: none;
}
.new-main-back{
	background:rgba(255, 226, 210, 0.8);
	padding: 1.5rem;
}


.textback-arrow {float: left;}
.textback-arrow i {margin-right: 1rem;}
.textback-arrow span{
color: #00346a;
font-weight: 700;
font-size: 18px;
}

.signup-title {
display: flex;
justify-content: center;
font-size: 24px;
color: #00346a;
font-weight: 700;
}

.new-main-signup-section {
display: flex;
flex-wrap: wrap;
gap: 40px;
margin: 8rem 0;
}

.new-main-signup-blk {
	background: #ffe2d2;
	padding: 3rem 2rem;
	font-size: large;
	display: grid;
	justify-content: start;
	position: relative;
	text-align:center;
	width:31%;
	margin:1.5rem 0;
}

.new-main-signup-blk h3{
	font-size: 24px;
	color: #00346A;
}

.new-main-signup-blk p {
	margin-bottom: 1rem;
	font-size: 16px;
}
.new-main-signup-blk-icon {
position: absolute;
top: -35px;
left: 0;
right: 0;
text-align: center;
}

.new-main-signup-blk-btn {
	display: flex;
	justify-content: center;
}
.new-main-signup-blk-btn .submit-btn{
padding: 14px 31px 12px !important;
border-radius: 5px !important;
border: 0;
min-width: 139px;
font-family: Roboto;
font-size: 18px !important;
font-style: normal;
font-weight: 700;
}
.student-signup-section #message_div{
	text-align:center;
}
.student-signup-section #message_div h3{
	margin-bottom:30px;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
}
.student-signup-section{
	border-radius: 6px;
	background: #FFF;
	padding: 48px 32px;
	max-width: 500px;
	margin: 4rem auto;
}

.student-signup-blk{
margin-bottom: 1rem;
}
.student-signup-blk input{
margin-bottom: 0 !important;
}

.student-signup-password{
	position: relative;
}
.student-signup-password input#password {
    padding-right: 40px !important;
}
.student-signup-password a, .student-signup-password .btn-anchor {
    position: absolute;
    right: 13px;
    top: 37px;
    color: #000 !important;
}
.btn-anchor {
    background: none;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}
.student-signup-section .intl-tel-input #phone{
	padding-left: 6.2rem !important
}
@media only screen and (max-width: 1200px){
	.new-main-signup-blk{
		width: 47%;
	}
}
@media only screen and (max-width: 768px){
	.new-main-signup-blk{
		width: 100%;
	}
}


