/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: helvetica-neue-bold;
  src: url('../font/helvetica-neue-bold.ttf');
}
@font-face {
  font-family: helvetica-neue-light;
  src: url('../font/helvetica-neue-light.ttf');
}
@font-face {
  font-family: helvetica-neue-bold;
  src: url('../font/helvetica-neue-bold.ttf');
}
@font-face {
  font-family: HelveticaNeue-Thin;
  src: url('../font/HelveticaNeue-Thin.ttf');
}

@font-face {
  font-family: impact;
  src: url('../font/impact.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: 'Helvetica', 'Arial', sans-serif;

    font-weight: normal;
    font-style: normal;
    background: #fff;
}
ol, ul {
    list-style: none;
}
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.80rem;
    /* border: 2px solid #576335; */
	line-height: 1.5;
}
.header1 {
    text-align: right;
	padding:15px 0px 5px 0px;
}
.banner1{
	/*background-image: url('../images/bg.png');
	padding:0px 40px;
	background-repeat: no-repeat;
    background-size: cover;*/
}
#form1{
	background-color: #231f20;
	padding:20px;
	border-radius:5%;
	color: #fff;
}
.form-group.submit {
    text-align: right;
}
.banner-flx {
    display: flex;
}
.form-left {
    width: 60%;
	text-align:center;
}
.form-right {
    width: 40%;

}

.form-head h3 {
	text-align:center;
  font-family: helvetica-neue-bold;
    font-size: 26px;
		padding-bottom: 20px;
}
.form-check {
    display: flex;
}
input#test2 {
    margin-right: 10px;
}
.benefit-flx {
    display: flex;
	flex-wrap: wrap;
}
.benefit-card {
	padding:15px;
    width: 30.1%;
    margin: 20px;
    background-color: #fff;
	text-align:center;
	box-shadow: 0px 2px 17px -4px rgba(0,0,0,0.44);
-webkit-box-shadow: 0px 2px 17px -4px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 2px 17px -4px rgba(0,0,0,0.44);
}
.benefit-card h4 {
	padding-top: 10px;
    font-size: 30px;
    color: #ed8b05;
	font-weight:600;
}
.benefit-card p {
    font-size: 22px;
    line-height: 26px;
    padding-top: 10px;
	  font-family: helvetica-neue-light;
}
/*.benefit {
    padding-bottom: 40px;
}*/
.benefit h2{
	text-align:center;
	font-size: 34px;
	color:#fff;
    font-family: helvetica-neue-bold;
	padding: 40px 0px 15px 0px;
}
.ssedani{
    /*background-image: url(../images/ssbg.png);
    background-repeat: no-repeat;
    background-size: cover;
	    padding: 0px 100px;*/background: #fff;
}
.ss-main {
    display: flex;
	justify-content: center;
}

.ss-sub h4{
    color: #ffd400;
    text-align: center;
    font-size: 34px;
	font-weight: 600;
	padding: 15px 0px;

}
.ss-sub p {
    font-size: 22px;
    color: #ed8b05;
	text-align:center;
	  font-family: helvetica-neue-light;
	  	line-height:28px;
}
.ss-sub2{
    width: 40%;
    /* padding-top: 100px; */
    padding: 160px 50px 34px 50px;
}
section.ekyc {
    padding: 0px 100px;
}
.ekyc h2 {
	color: #fff;
    text-align: center;
    font-size: 34px;
	font-weight: 600;
	padding: 30px 0px;
}
.ekyc-main {
    display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.ekyc-sub {
    padding: 10px 20px;
}
.awd{
	/*background-image: url(../images/bg.png);
	background-repeat: no-repeat;
    background-size: cover;*/
	background:#fee7c7;
}
.awd-main1 {
    display: flex;
	justify-content: center;
}
.awd-main2 {
    display: flex;
	justify-content: center;
	padding-bottom: 40px;
}
.awd-sub {
    padding: 10px 30px;
}
.awd-sub2 {
    padding: 10px 30px;
}
.awd h2{
	    color: #414e24;
    text-align: center;
    font-size: 34px;
	font-weight: 600;
	padding: 30px 0px;
}
footer{
	/*background-color:#414e24;*/
	 color: #000;
    /*padding: 30px 100px;*/
    line-height: 15px;
    text-align: justify;
    font-size: 12px;
}
footer span {
    font-weight: 600;
}
.footer-btm {
    color: #414e24;
    text-align: center;
    font-size: 20px;
    padding: 10px;
	font-weight:600;
}
.form-left h2 {
     padding: 40px;
    font-size: 30px;
    padding-bottom: 30px;
	color:#576433;
 

}
.back12{
    width: 100%;
    height: 100%;
    background-image:url(../images/backgroundban.png);
    background-size: cover;
    /*background-attachment:fixed;*/
    margin: 0;
    padding: 0;
    }

/* @media screen and (min-width: 768px) 
{ */
	.form-left span {
     
    font-size: 26px;
    padding-bottom: 30px;
	color:#576433;
    font-family: impact;

}
	/*.form-left {width: 100%;}
	.form-left h2 {padding: 5px;}*/
	.banner-flx {display: block;}
	/*.form-right {width: 100%;}*/
	.benefit-card {width: 100%;}
	.banner-flx {   display: flex;  }
	/*.ssedani {padding: 0px 20px;}*/
	
	
	section.ekyc {padding: 30px 30px;}
	.ekyc-main {display: block;text-align: center;}
	.awd-main1 {display: block;text-align: center;}
	.awd-main2 {display: block;text-align: center;}
	footer {padding: 20px 15px;}
	/* body {width: 35%;
    text-align: center;
    margin: auto;} */
	/*.header1 {
    text-align: right;
    padding: 15px 0px 5px 0px;
    text-align: center;
    margin: auto;
    width: 60%;
}*/
.ratingview {
    background: #59595b;
    padding: 0px 110px;
}



/*newcss*/

.opendemat {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    justify-content: center;
}
.opendemat1 {
    width: 60%;
}
.opendemat2 {
    width: 35%;
}
.opendemat {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px 80px;
    justify-content: center;
}
.opendemat1 .first1{font-size: 42px;/*text-align: justify;*/line-height: 55px;}
/*p.first2 {
    padding: 10px;
    background: #ed8b05;
    margin: 25px 0px;
}*/

.first2 a{
    font-size: 32px;
    color: #fff;
    text-decoration: none;
}
section.ekyc {
    padding: 30px 30px !important;
}
.ekyc-main2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.opendemat2 img {
    float: right;
}
.ekyc-sub1 {
    width: 25%;
    background: #fff !important;
    border-radius: 10px;
    padding: 0px;
}
.openDm{
    width: 37%;
}
.opendemat2 {
    margin: 0px 0px 0px 10%;
}
.ekyc-sub2 p {
    font-size: 22px !important;
    line-height: 25px;
    text-align: justify;
}
.ekyc-sub2 {
    width: 55%;
    padding: 0px 10px;
}
.ekyc-sub2 p {
    font-size: 22px !important;
    line-height: 25px;
    text-align: left;color:#fff;
}
.ss-sub3 img {
    float: right;
}
.ss-sub p {
    font-size: 45px;
    line-height: 50px;
    text-align: left;
}
/*.ss-sub1 .first2{color: #ed8b05;
    background: #fff;
     width: 83%; 
    line-height: 20px;}*/
	
/*.ss-sub1 .first2 a{color: #ed8b05;}*/	
/*a.colora1 {
    background: #fff;
    padding: 15px 25px;
    color: #ed8b05;
    font-size: 40px;
    border-radius: 10px;
    font-weight: 600;
}*/
a.colora1 {
    background: #ed8b05;
    padding: 15px 25px;
    color: #fff;
    font-size: 40px;
    border-radius: 10px;
    font-weight: 600;
}
p.first2.newfirs1 {
    margin-top: 4%;
}
a.colora {
    background: #ed8b05;
    color: #fff;
    font-size: 36px;
    border-radius: 10px;
    font-weight: 600;
    padding: 15px 25px;
}
.newfirs11{
    margin-top: 10%;
}
.ss-sub {
    width: 37%;
}
.ss-sub3{margin: 0px 0px 0px 10%;}
section.ekyc {
    padding: 30px 80px !important;background: #ed8b05;
}
.ss-main {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 30px 80px;
}
.viewdeskpo {
    display: none;
}
.ekyc-main1 {
    display: flex;
}
.bagcolor{background:#fff;}

.stopsolution {
    padding: 0px 0px 25px;
}
.oneboxsolution {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 0px 80px;
}
.bagcolor {
    background: #fff;
    width: 31%;
    padding: 25px;
    /* margin: 30px 0px; */
    border-radius: 20px;
    /* height: 200px; */
    text-align: center;
    margin: 10px;
}
.bagcolor p {
    font-size: 26px;
    margin: 20px 0px 0px;
}
.ratingview{background:#59595b;}
.ratingmode {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0px;    position: relative;
}
p.ratep {
    font-size: 34px;
    color: #fff;
    padding: 20px 0px 0px;
}
.rates1 img{width:85%;}
p.ratep1 {
    color: #fff;
    font-size: 18px;
}
.ratingmode1:after {
    border-right: 1px solid #fff !important;
    content: "";
    /* margin: 0 auto; */
    position: absolute;
    height: 170px;
    top: 25%;
    left: 16%;
    right: 0px;
    bottom: 0;
    width: 200px;
    z-index: 1;
}
.ratingmode2:after {
    border-right: 1px solid #fff !important;
    content: "";
    /* margin: 0 auto; */
    position: absolute;
    height: 170px;
    top: 26%;
    left: 50%;
    right: 0px;
    bottom: 0;
    width: 200px;
    z-index: 1;
}
.form-right {
    width: 90%;
    text-align: center;
    margin: auto;
    padding: 0px 0px 35px;
}
.form-control {
    border-radius: 0.8rem;
    /* border: 2px solid #576335; */
    line-height: 50px;
    font-size: 24px;
    color: #cfcfcf;
}
#form1 {
    background-color: #ed8b05;
    padding: 20px;
    border-radius: 30px;
    color: #fff;
}
.form-group {
    padding: 20px 0px;
}
label.form-check-label {
    text-align: left;
}
.buttonbemat {
    width: 50%;
    /* border: 50px; */
    text-align: center;
    margin: auto;
}
.buttonbemat p.first2 {
    padding: 10px;
    background: #fff;
    margin: 25px 0px;
    border-radius: 15px;
}
.buttonbemat .first2 a {
    font-size: 32px;
    color: #000;
    text-decoration: none;
    line-height: 20px;
}
.header1 {
    text-align: right;
    padding: 15px 0px 5px 0px;
    text-align: right;
    margin: auto 0px 0px auto;
    width: 40%;
}
.form-left {
    width: 90%;
}


.newleft1{width:100%;}
.newheade1{    width: 100%;
    background: #f18121;
}
.bgfrom12{}
.heding12 {
    margin: 50px 0px;
}
.heding12 h2 {
    font-size: 50px;
    font-weight: 600;
}
.bgfrom12 {background-color: #59595b !important;}
.buttonbemat p.bgcolorbutton{background-color:#ed8b05 !important;}
.buttonbemat p.bgcolorbutton a{color:#fff;}
.newreatingview {
    background: #e9eaec;
}
.second101 img {
    width: 25%;
}
.second10 img{
    width: 70%;
}
.second102 img{
    width: 70%;
}
.form-left {
    width: 50%;
}
.form-left img {  padding-right: 50px;}
.form-right { width: 50%;}
section.main {  padding: 0px 80px;}
.rates1 {
    width: 33%;
    text-align: center;
}
.rates1 {
    width: 33%;
    text-align: center;
    padding: 40px 145px;
}

.ss-sub3 img {
    float: left;
}
.opendemat2 img {
    float: left;
}
.rates1 {padding: 40px 125px;}
.form-group {
    padding: 20px 0px 0px;
}

.desknone{display:none;}
.bagdeskview{background:#ed8b05;}

/*endcss*/

/* } */
.displayview1 {
    display: none;
}
.mobileview12{display:none;}
@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%;}
	
	.ssedani {padding: 0px 20px;}
	.ss-sub2 {width: 100%;padding: 20px 10px 20px 10px;}
	.ss-sub p {font-size: 20px;line-height: 20px;}
	.ss-sub h4 {font-size: 16px;}
	section.ekyc {padding: 0px 30px;}
	.ekyc-main {display: block;text-align: center;}
	.awd-main1 {display: block;text-align: center;}
	.awd-main2 {display: block;text-align: center;}
	footer {padding: 30px 15px;}
	body {width: 100%;
    text-align: center;
    margin: auto;}
    section.main{padding: 0px 0px;}
    .ratingmode {
           padding: 15px 0px;
    }
    .rates1 {
        width:100%;
        text-align: center;
        padding: 0px;
    }
    .ratingview {
        background: #59595b;
        padding: 0px 10px;
    }
	.form-group {
    padding: 15px 0px 0px;
}
label.form-check-label {
    text-align: left;
    font-size: 10px;
}
.form-head h3 {
    text-align: center;
    font-family: helvetica-neue-bold;
    font-size: 24px;
    padding-bottom: 0px;
}
.form-right {padding: 20px 20px 20px;}

.ratingmode1:after {
    border-right: 1px solid #fff !important;
    content: "";
    /* margin: 0 auto; */
    position: absolute;
    height: 100px;
    top: 10%;
    left: -20%;
    right: 0px;
    bottom: 0;
    width: 200px;
    z-index: 1;
}
.ratingmode2:after {
    border-right: 1px solid #fff !important;
    content: "";
    /* margin: 0 auto; */
    position: absolute;
    height: 100px;
    top: 10%;
    left: 17%;
    right: 0px;
    bottom: 0;
    width: 200px;
    z-index: 1;
}
p.ratep1 {
    color: #fff;
    font-size: 13px;
}
p.ratep {
    font-size: 22px;
    color: #fff;
    padding: 20px 0px 0px;
}
.rates1 img {
    width: 30%;
}
.buttonbemat .first2 a {
    font-size: 26px;
    color: #000;
    text-decoration: none;
    line-height: 20px;
}
.form-control {
    border-radius: 0.8rem;
    /* border: 2px solid #576335; */
    line-height: 24px;
    font-size: 14px;
    color: #cfcfcf;
}


.ss-sub1 .first2 {line-height: 10px;}
.first2 a {font-size: 14px;}

p.first2 { margin: 30px 0px 0px;}

    /*.oneboxsolution {
        flex-direction: column;
    }*/
	
	
	
    .bagcolor {
    width: 45%;
    height: 170px;
    padding: 10px;
}
.bagcolor img {
    width: 44%;
    max-width: 100%;
}
.bagcolor p {
    font-size: 15px;
    margin: 20px 0px 0px;    line-height: 21px;
}
    .ss-sub{
        width: 100%;
    }
    .ss-main {
       
        padding: 0px;
    }
    .ekyc-main1 {
        /*flex-direction: column;*/
        display: flex;
    }
    .ekyc-main2 {
        flex-direction: column;
    }
	.ekyc-sub1 {
    width: 80%;
}
.ekyc-sub2 {padding: 0px 0px;}
	.ekyc-sub2 p {
    font-size: 12px !important;
    line-height: 15px;}
	
    section.ekyc {
        padding: 20px !important;
    }
    .ekyc-sub2{
        width: 100%;
        text-align: center;
    }
   .ekyc-sub2 p {
    text-align: center;
    color: #000;
    margin-top: 5%;
}
	.opendemat2 img {
    float: right;
    width: 75%;
}
	.opendemat1 .first1 {
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
}
	
	
	
	
   /*.opendemat {
        flex-direction: column;
    }*/
    .opendemat {
        display: flex;
        align-items: center;
        padding: 30px 20px;
        justify-content: center;
    }
    .openDm{
        width: 100%;
    }
    .buttonbemat{
        width: 100%;
    }
    .oneboxsolution {
        padding: 0px 20px;
    }
    .bagcolor {
    margin: 10px 0px;
}
.ekyc h2 {font-size: 26px;}
.benefit h2 {font-size: 28px;}
.form-left img {padding-right: 0px;}
.desknone{display:block;}
.bagdeskview{background:transparent;}
.bagcolor {
background: #fff2e9;}
.benefit h2 {color: #ed8b05;}
.ssedani {
    background: #f28121;
}
section.ekyc {
    padding: 30px 15px !important;
    background: transparent;
}
a.colora1 {
    background: #fff;
    padding: 15px 5px;font-size: 14px;
color: #ed8b05;}
.ss-sub p {
    font-size: 18px;    color: #fff;
    
}
.ekyc h2 {
color: #f28121;}
p.first2.newfirs1 {
    margin-top: 20%;
}
    .mostview {
        display: block;
    }

    .mostview {
        background: #ed8b05;
        padding: 25px;
        border-radius: 20px 20px 0px 0px;
        color: #fff !important;
        position: fixed;
        z-index: 999999 !important;
        /* bottom: 0px; */
        width: 100%;
        top: 76%;
    }
    a.colora158 {
        color: #fff;
        text-decoration: none;
        font-size: 22px;
        font-weight: 600;
    }
/*a.colora {padding: 15px 5px;}*/
    a.colora {
        padding: 14px 4px;
    }
.desktopview12{display:none;}
.mobileview12{display:block;}
.back12{background:none;}

    #myBtn {
        display: none;
        position: fixed;
        bottom: 0;
        /* right: 30px; */
        width: 400px;
        margin-left: 50px;
        z-index: 199;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #ed8b05;
       
        color: white;
        /*background: #f18121;*/
        /*background-color: #f9af29;*/
        /*color: #333;*/
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

    #myBtn {
        margin-left: 0;
        width: 100%;
    }
    .displayview1 {
        display: block;
    }

}

@media screen and (max-width: 390px)
{
	.ratingmode1:after {left: -25%;}
	.ratingmode2:after {left: 10%;}
	
}