/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: HelveticaBd;
  src: url('../font/HelveticaBd.ttf');
}
@font-face {
  font-family: Helvetica_0;
  src: url('../font/Helvetica_0.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../font/Poppins-Medium.ttf');
}
@font-face {
  font-family: Poppins-Bold;
  src: url('../font/Poppins-Bold.ttf');
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: Poppins-Medium;

    font-weight: normal;
    font-style: normal;
    background: #fff;
}
p{
	font-size:20px;
	line-height:22px;
}
ol, ul {
    list-style: none;
    font-size: 20px;
    line-height: 30px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img{
	max-width:100%;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/*Reset CSS End Here*/
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    margin-bottom: 0rem;
    font-family: inherit;
    font-weight: inherit;
    line-height: initial;
    color: inherit;

}

header
{
   
	display: flex;
	  
	flex-direction: row;
	padding: 0px 25px 0px 0px;
	justify-content: space-between;
	
}
.form-control
{
	border-radius: 0.0rem;
    /* border: 2px solid #576335; */
	    line-height: 0.5;
    font-size: 14px;
}
.header1 {
    text-align: right;
	padding:0px 0px 5px 0px;
}

.banner1{
    background-image:url('../images/banner.png');
	/* padding:0px 40px; */
	background-repeat: no-repeat;
    background-size: cover;
}
#form1{
	background-color: #fbfcf7;
	    padding: 20px 20px 10px 20px;
	border-radius:10px;
	border: 3px solid #ee7c00;
		-webkit-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.23);
box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.23);
	
}
.form-group.submit {
    text-align: center;
}
.banner-flx {
    display: flex;
}
.form-left {
    width: 63%;
}
.form-right {
    width: 34%;
    padding: 40px 60px 40px 0px;
}
.form-left h2 {
     padding: 40px;
    font-size: 46px;
    padding-bottom: 30px;
	color:#576433;
    font-family: impact;

}
img.mobileres {
    padding: 40px 60px 40px 100px;
}
.logoimg {
    padding: 45px 0px 0px 60px;
}
section.overview {
background-color: #eaeaea;
    color: #ee7c00;
    padding: 30px 100px;
}
.whyInvestmain {
    display: flex;
    flex-wrap: wrap;
	    padding-top: 40px;
}
.whyInvestsub {
    width:33%;
}
section.whyInvest {
    padding: 45px 100px;
}
section.Ekyc {
    background-color: #576433;
    color: #fff;
}
.Ekycmain {
    display: flex;
	padding-top: 20px;
}
.Ekycsub {
    width: 33%;
    padding: 15px;
}
section.Ekyc {
    background-color: #eaeaea;
    color: #ee7c00;
    padding: 30px 100px;
}
footer {
    background-color: #576433;
    color: #fff;
    padding: 20px 100px;
    /* font-size: 3px; */
}
footer p{
	font-size:14px;
}
.logoimg {
    text-align: right;
}
h2.overwidth {
    font-family: Poppins-Bold;
    font-size: 30px;
    border-bottom: 3px solid #ee7c00;
    width: fit-content;
    /* padding-bottom: 10px; */
}
section.overview p {
    padding-top: 15px;
    font-size: 26px;	
    line-height: initial;
}
section.whyInvest h2{
	color: #606060;
	    font-family: Poppins-Bold;
    font-size: 30px;
    border-bottom: 3px solid #ee7c00;
    width: fit-content;
}
section.overview p {
    color: #606060;
}
section.Ekyc h2{
	    color: #606060;
		    font-family: Poppins-Bold;
    font-size: 30px;
    border-bottom: 3px solid #ee7c00;
    width: fit-content
}
.form-head h3 {
    text-align: center;
    font-family: Poppins-Bold;
    color: #ee7c00;
    font-size: 24px;
    line-height: initial;
    padding-bottom: 10px;
}
.form-control{
	color:#a97305!important;
}
form#form1 p {
    font-size: 12px;
	color:#a97305;
	line-height: initial;
}
button.btn.okbtn {
    padding: 5px 40px;
    background-color: #ee7c00;
    color: #fff;
    font-size: 20px;
}
.OCAbutton button {
	background:#ee7c00;
    color: #fff;
    border-radius: 10px;
    font-size: 22px;
	padding:5px 30px;
}
.OCAbutton{
	text-align:center;
	padding:15px 0px;
	font-family: Poppins-Bold;
	font-size: 20px;
}

@media screen and (max-width: 768px) 
{
	.form-left {width: 100%;}
	.form-left h2 {padding: 5px;}
	.banner-flx {display: block;}
	.form-right {width: 100%;}
	.benefit-card {width: 100%;}
	
	.logoimg {  padding: 20px;}
	img.mobileres { padding: 20px;}
	.form-right {  padding: 20px;}
	section.overview {  padding: 30px 20px;}
	section.overview p {  font-size: 20px;}
	section.whyInvest { padding: 30px 20px;}
	.whyInvestmain {flex-direction: column;}
	.whyInvestsub { width: 100%;}
	.Ekycsub { width: 100%;}
	.Ekycmain { flex-direction: column;}
	section.Ekyc {  padding: 30px 20px;}
	footer{padding:20px;}
	.OCAbutton button {  font-size: 14px;}
   
}