#RegularExpressionValidator1 {
    float:right;
    font-weight:bold;
}

section.signup-section {
    padding: 50px 0;
    box-sizing: border-box;
}
.signup-heading {
    float: left;
    width: 100%;
}
    .signup-heading h3 {
        color: #000;
        font-size: 35px;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 20px;
    }


    .signup-heading p {
        color: #333;
        font-size: 18px;
        line-height: 30px;
        margin-bottom:25px;
    }
.signup-heading p a{
    color: #ff783d;
}
section.form-section {
    padding: 0 0 50px;
    box-sizing: border-box;
    margin-top:120px;
}
/*.form-div {
    float: left;
    width: 100%;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}*/
.bundle-section {
    float: left;
    width: 100%;
}
.bundle-img-div {
    float: left;
    width: 100%;
	 /* background-image: url('../img/Signup-Page-line.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bundle-img {
    float: left;
    width: 100%;
	text-align:center;
	position:relative;
}
.bundle-img:hover {
    top: -20px;
}
.bundle-img img {
     width: 100%;
}
.bundle-img h4 {
    color: #ff783d;
    padding-top: 10px;
    font-size: 24px;
}
.pass-div {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.pass-div #submit{
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 0;
}
.aff-div {
    float: left;
    width: 100%;
    position: relative;
	margin-bottom:15px;
}
.aff-div #submit {
    background: #ff783d;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 15px;
    line-height: 34px;
    width: 110px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    margin: 0;
    padding: 0px 25px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
	border-radius:4px;
	display:none;
}
/*
.checkbox label {
      color: #8a8a8a;
}
.checkbox label span{
      color: #ff783d;
}*/
.bundle-section h3 {
    color: #000;
    padding-left: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
	font-size:26px;
}
.submit-btn {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}
    .submit-btn #submit {
        border: 1px solid #1879c3;
        color: #fff;
        background-color: #1879c3;
        font-size: 18px;
        width: 100%;
        display: inline-block;
        padding: 12px 35px;
        text-align: center;
        border-radius: 6px;
        transition: all 0.5s ease;
        font-weight: 500;
        margin-top: 10px;
        text-decoration: none !important;
    }
        .submit-btn #submit:hover {
            background-color: #fff;
            color: #1879c3 !important;
        }

    .submit-btn #btn_verify {
        border: 1px solid #ff783d;
        color: #fff;
        background-color: #ff783d;
        font-size: 18px;
        width: 100%;
        display: inline-block;
        padding: 12px 35px;
        text-align: center;
        border-radius: 6px;
        transition: all 0.5s ease;
        font-weight: 500;
        margin-top: 10px;
        text-decoration: none !important;
    }

    .submit-btn #btn_verify:hover {
        background-color: #fff;
        color: #ff783d;
    }

.or-txt {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px;
	position:relative;
	display:none;
}
.or-txt:after {
    content: '';
    background: #c1c1c1;
    width: 240px;
    height: 1px;
    position: absolute;
    left: 315px;
    top: 23px;
}
.or-txt:before {
    content: '';
    background: #c1c1c1;
    width: 240px;
    height: 1px;
    position: absolute;
    right: 315px;
    top: 23px;
}
.signup-otp {
    float: left;
    width: 100%;
    text-align: center;
	display:none;
}
.signup-otp a{
	color:#ff783d;
	text-decoration:underline;
	font-size:16px;
	font-weight:500;
}
.location {
   /* float: left;
    width: 100%;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);*/
    padding-right: 150px;/*
    box-sizing: border-box;
	border-radius:10px;*/
}
.location i {
    font-size: 25px;
    background: #f5d0c0;
    padding: 28px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #ff783d;
}
.location i:hover{
	background:#ff783d;
	color:#fff;
}
    .location h3 {
        color: #000;
        /* margin-top: 2px; */
        background: #1879c459;
        font-size: 20px;
        font-weight: 600;
        padding: 10px 25px;
        border-left: 5px solid #1879c4;
        margin-bottom: 10px;
    }
    .location p {
        color: #333;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .location img {
        max-width:60%;
    }


    .coll-mail {
        float: left;
        width: 100%;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
        padding: 10px 20px;
        box-sizing: border-box;
        border-radius: 10px;
        margin: 0px 0 30px;
    }
.coll-mail i {
    font-size: 25px;
    background: #f5d0c0;
    padding: 28px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #ff783d;
}
.coll-mail i:hover{
	background:#ff783d;
	color:#fff;
}
.coll-mail h3 {
    color: #000;
	margin-top: 2px;
}
.coll-mail p {
    color: #000;
	font-size:16px;
}
.refund-mail {
    float: left;
    width: 100%;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 10px 20px;
    box-sizing: border-box;
	border-radius:10px;
}
.refund-mail i {
    font-size: 25px;
    background: #f5d0c0;
    padding: 28px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #ff783d;
}
.refund-mail i:hover{
	background:#ff783d;
	color:#fff;
}
.refund-mail h3 {
    color: #000;
	margin-top: 2px;
}
.refund-mail p {
    color: #000;
	font-size:16px;
}
.location-icon {
    float: left;
    width: 20%;
}
/*.location-txt {
    float: left;
    width: 80%;
}*/

.form-group.form-group-bottom {
    margin-bottom: 3px;
}
.form-group {
    margin-bottom: 25px;
}
    .form-group input {
        color: #333 !important;
        background: transparent;
        border: 1px solid #CCCCCC;
        box-shadow: none;
        border-radius: 4px;
        font-size: 16px;
        height: 50px;
        position: relative;
        z-index: 99;
    }
    .form-group textarea {
        color: #333 !important;
        background: transparent;
        border: 1px solid #CCCCCC;
        box-shadow: none;
        border-radius: 4px;
        font-size: 16px;
        min-height: 80px;
        position: relative;
        z-index: 99;
    }
    .form-group label {
        color: #333;
        font-size: 15px;
        font-weight: 500;
    }
    .form-group input:focus, .form-group textarea:focus {
        outline: none;
        box-shadow: none;
        border: 1px solid #CCCCCC;
    }
    /*----responsive----*/
    @media(max-width:480px) {
        .submit-btn #submit {
       width: 80%;
	}
	.heading-black {
		font-size: 28px;
	}
	.location-icon {
       width: 25%;
	}
	.location-txt {
        width: 75%;
	}
}
@media(min-width:481px) and (max-width:767px)
{
	.submit-btn  #submit {
       width: 300px;
	}
}
@media(max-width:767px)
{
	.res { /*classs with row*/
		display: flex;
		flex-wrap: wrap;
	}
	.a {/*class with col*/
		order: 2;
	}
	.b {/*class with col*/
		order: 1;
	}
	.form-div {
		margin-top: 40px;
	}
}
@media(min-width:768px) and (max-width:991px)
{
	.submit-btn  #submit {
		width: 80%;
	}
	.location-icon {
		width: 100%;
	}
	.location-txt {
		width: 100%;
	}
	.location h3,.coll-mail h3, .refund-mail h3 {
		color: #000;
		margin-top: 0;
		font-size: 20px;
		margin-bottom: 0;
	}
	.location p,.coll-mail p, .refund-mail p {
      margin-bottom: 0;
	}

}
@media(min-width:992px) and (max-width:1199px){
	.location i,.coll-mail i, .refund-mail i  {
		font-size: 20px;
		padding: 24px;
		width: 30px;
		height: 30px;
	}
}

/*----responsive----*/


@media(max-width:991px){
    .location {
        padding-right: 20px;
    }
    .signup-heading h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .submit-btn #submit {
        width: 100%;
    }
    .location h3 {
        margin-bottom:10px;
    }
    .location img {
        max-width: 80%;
    }
}

@media(max-width:767px){
    .location img {
        max-width: 35%;
        margin: 0 auto;
        display: block;
    }
    .location {
        padding-right: 0px;
    }
    .location-txt {
        width:100% !important;
    }
}

@media(max-width:479px) {
    .location img {
        max-width: 50%;
    }
    .location h3 {
        font-size: 20px;
    }
    .location p {
        margin-bottom: 20px;
    }
    section.form-section {
        margin-top: 80px;
    }
    .signup-heading h3 {
        font-size: 26px;
        margin-bottom: 15px;
        line-height: 30px;
    }
}