/*Reset CSS*/
/* <style> */
.pagewrapper *{
	box-sizing: border-box;
}
.pagewrapper .content-wrap {
    max-width: 1170px;
    padding: 90px 0;
    margin: 0 auto;
}
.sec-pTB{
	padding: 0px;
}
h1, h2, h3, h4, h5, p{
	color: #000;
}


h1{
	font-family: 'Zoho_Puvi_Bold';
    font-size: 52px;
}

/* banner */
.banner{
	background: #0e9c5057;
    text-align: center;
}
.banner .content-wrap{
	padding: 60px 0 120px;
}
.banner p{
	font-size: 22px;
	font-family: 'Zoho_Puvi_SemiBold';
}
/* end banner */
.form-prt-section .content-wrap{
	max-width: 750px;
    margin: 0 auto;
    padding-top: 0px;
}
.form-prt-section{
	position: relative;
    top: -90px;
}
.form-prt-section h2{
	max-width: 600px;
    text-align: center;
    margin: 0 auto 30px;
}
.form-inner-section h2{
	text-align: center;
    font-size: 30px;
    max-width: 600px;
    margin: 0px auto 40px;

}
.form-inner-section{
	max-width: 500px;
    margin: 0 auto;
    border: 1px solid #d1d1d1;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;

}
.form-inner-section>div{
	margin-bottom: 20px;
}
.form-inner-section>div input, .employee-count, .country-style{
	width: 100%;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Zoho_Puvi_Regular';


	
} 
.arrow-mark{
	position: relative;
}
.arrow-mark:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -3px;
    border-radius: 6px;
    z-index: 0;
}
.requirement-prt{
	width: 100%;
    font-family: inherit;
    padding: 10px;
    line-height: 1.5;
}
.submit-btn-reset{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.submit-btn-reset .submit-btn, .submit-btn-reset .reset-btn{
	width: 48%;
    margin: 10px 0px;
	cursor: pointer;
    text-transform: uppercase;
    font-family: 'Zoho_Puvi_SemiBold';
}
.submit-btn{
	background: #e9152b;
	color: #fff;
}
.dwn-priv {
	font-size: 11px;
    text-align: left;
    margin-top: 0px;
    display: inline-block;
    line-height: 1.4;
    color: #333;
}
.dwn-priv p{
	margin: 0px;
}
.form-inner-section .privacy-policy{
	margin-bottom: 0px;
}
.emp-cont-name{
	color: #757575;
	font-family: 'Zoho_Puvi_Regular';
}

.thanks {
	text-align: center
}

.thanks {
	display: none
}

.heading-menu {
	display: none
}

.success-msg {
	display: none
}

.style1 {
	color: #F00
}
@media screen and (max-width:991px) {
	.pagewrapper .content-wrap{
		width: 90%;
	}
	

} 

@media screen and (max-width: 760px) {
	.banner p{
		font-size: 20px;
	}
	h1{
        font-size: 34px;
    }


}