/*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;
    letter-spacing: 0px;
    line-height: 1.2;
}

/* banner */
.banner{
    text-align: center;
}
.banner .content-wrap{
	padding: 90px 0;
}
.banner .content-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.split_cont{
    width: 51%;
}
.form-prt-section{
    width: 40%;
}
.split_cont, .form-prt-section{
    text-align: left;

}
.banner p, .banner ul li{
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 20px;
    font-family: 'Zoho_Puvi_Regular';
}
.banner .note-prt{
    background: #FFFBEA;
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #ebe5ba;    border-radius: 2px;
}
.split_cont ul li{
    position: relative;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 30px;

}
.split_cont ul li::before, .split_cont ul li::after {
    position: absolute;
    content: "";
    z-index: 1;
}
.split_cont ul li::before {
    width: 14px;
    height: 14px;
    left: 0;
    top: 6px;
    border-radius: 50%;
    border: 2px solid #049b4f;
}
.split_cont ul li::after{
    top: 11px;
left: 4px;
width: 7px;
border-left: 2px solid #049b4f;
height: 3px;
border-bottom: 2px solid #049b4f;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);

}

/* end banner */
.form-prt-section .content-wrap{
	max-width: 750px;
    margin: 0 auto;
    padding: 0px;
}
.form-inner-section h2{
	text-align: center;
    font-size: 30px;
    max-width: 600px;
    margin: 0px auto 40px;

}
.form-inner-section{
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid #d1d1d1;
    padding: 30px;
    border-radius: 5px;
}
.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 p{
    
    margin: 0px;
    font-size: 12px;

}
.dwn-priv {
	font-size: 11px;
    text-align: left;
    margin-top: 10px;
    display: inline-block;
    line-height: 1.4;
    color: #333;
}
.emp-cont-name{
    color: #757575;
    font-family: 'Zoho_Puvi_Regular';
}
.form-inner-section .privacy-policy,.form-inner-section .requirements-prt{
    margin-bottom: 0px;
}

.thanks {
	text-align: center
}

.thanks {
	display: none
}

.heading-menu {
	display: none
}

.success-msg {
	display: none
}

.style1 {
	color: #F00
}
@media screen and (max-width: 1199px) {
    .pagewrapper .content-wrap{
        width: 90%;
    }

}
@media screen and (max-width:991px) {
    h1{
        font-size: 34px ;
    }
    .form-prt-section .content-wrap{
        justify-content: center;

    padding-top: 30px;

    }
    .split_cont, .form-prt-section{
        width: 100%;
    }


} 

@media screen and (max-width: 760px) {
    .form-prt-section .content-wrap{
        width: 100%;
        padding-top: 20px;
    }
}