﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	box-sizing: -webkit-border-box
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-display: swap
}
ul,
li,
ol {
	list-style: none
}
.container {
	max-width: 1180px;
	padding: 0 24px;
	margin: auto
}
.frow {
	display: flex;
	margin: 0 -16px;
	flex-wrap: wrap
}
.col8 {
	flex: 0 0 66.666668%;
	padding: .5rem
}
.col6 {
	flex: 0 0 50%;
	padding: .5rem
}
.col3 {
	flex: 0 0 25%;
	padding: .5rem
}
.col4 {
	flex: 0 0 33.333384%;
	padding: .5rem
}
.col2 {
	flex: 0 0 20%;
	padding: .5rem
}
.col8 {
	flex: 0 0 66.66666667%;
	padding: .5rem
}
.no-wrap {
	flex-wrap: nowrap!important
}
header {
	padding: 60px 0 60px 0;
	background-image: url(../images/header-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 340px
}
.item-align-center {
	align-items: center
}
.align-center {
	align-content: center
}
.form-section {
	margin: auto
}
.form-section li {
	flex: 0 50%;
	padding: 8px 0
}
.form-section li:last-child {
	padding-bottom: 0
}
input,
select {
	display: block;
	width: 100%;
	padding: 12px;
	font-size: 1rem;
	border: 1px solid #fff;
	outline: 0
}
img {
	max-width: 100%
}
select {
	color: #666
}
input.error,
select.error {
	border: 1px solid red
}
input:focus,
input:hover,
select:focus,
select:hover {
	border: 1px solid #fff
}
input[type=button] {
	display: block;
	width: inherit;
	padding: 10px 48px;
	background-color: transparent;
	border: 2px solid #00eda4;
	background-color: #00eda4;
	margin: 14px auto;
	font-size: 1.2rem;
	color: #000;
	cursor: pointer;
	width: 100%;
	max-width: 320px
}
#address,
.locateus p,
.why-demat-info>li {
	color: #fff;
	text-align: center
}
.after-otp {
	display: none
}
.logo {
	padding: 12px 0
}
.header-title h1 {
display: block;
    text-decoration: none;
    padding: 8px 14px;
    text-align: center;
    color: #ffe606;
    font-size: 2.8rem;
    margin: 0 auto px auto;
    border-radius: 8px;
    font-weight: 600;
    line-height: 1.2;

}
h2.acaccount {
    display:block;
    font-size: 1.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}
.header-title {
	color: #fff;
	position: relative
}
h2.forassistance {
	font-size: 1rem;
	text-align: center;
	color: #ffe349;
	border: 1px solid #5565c7;
	padding: 9px;
	display: block;
	margin: auto;
    font-weight:400
}
img.bpcl {
	position: absolute;
	right: 80px;
	top: 8px
}
.imgexpress {
	margin: -110px auto -40px auto;
	display: block
}
.imgresponsive{
    max-width:100%
}
.center-block{
    display:block;
    margin:auto
}
.text-center{
    text-align:center
}
a.invest-now-btn {
    padding:12px 22px;
    font-size:1rem;
    border-radius: 28px;
    margin: 20px 0  0 0;
    -webkit-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    border: 1px solid inherit;
    font-weight: 500;
    display: inline-block;
    background-color: #4852b4;
    color: #ffffff;
    clear: both;
    text-decoration:none;
}
.header-info {
	max-width: 320px;
	margin: auto
}
.header-title p {
	font-size: 1.2rem;
    color: #ffd800;
    line-height: 1.2;
    padding-top: 10px;
    font-weight: 300;
    text-align: center;
}
.product-secton {
	padding:50px 0
}
.product-secton h2 {
	text-align: center;
	font-size: 2.6rem;
	padding: 0 0 20px 0;
	color: #222;
	text-transform: uppercase
}
.product-secton p {
	text-align: center;
	font-weight: 500;
	color: #474747;
	padding: 0 20px 20px 20px
}
.plist {
	text-align: center;
	background-color: #fff;
	padding: 60px 0;
	max-width: 220px;
	margin: auto;
	border-radius: 8px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0);
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	min-height: 200px
}
.plist svg {
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}
.plist:hover svg {
	opacity: 1;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}
.plist:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}
.plist svg.svgtop {
	position: absolute;
	top: -64px;
	left: -62px
}
.plist svg.svgbottom {
	position: absolute;
	bottom: -21px;
	right: -34px
}
.plist span {
	font-size: 4.8rem
}
.plist h3 {
	padding: 8px 0;
	font-size: 1.48rem
}
.plist:hover h3 {
	color: #4758c6
}
.tp-section {
	background-color: #fafafa;
	padding: 80px 0;
	position: relative;
	overflow: hidden
}
.left-tp {
	position: absolute;
	left: -33%;
	top: -101px
}
.right-tp {
	position: absolute;
	right: -148px;
	bottom: -26px;
	z-index: 0
}
.tp-section h2 {
	font-size: 2.6rem;
	text-transform: uppercase;
	text-align: center
}
.tp-section p {
	text-align: center;
	padding: 30px 0
}
.tp-info {
	background-color: #fff;
	margin: 0 8px 30px 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	box-shadow: 0 0 32px rgba(23, 110, 156, 0);
	transform: scale(1);
	cursor: pointer;
	min-height: 462px;
	z-index: 99
}
.tp-info:hover {
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	box-shadow: 0 0 32px rgba(23, 110, 156, 0.4);
	transform: scale(1.02)
}
.tp-info>span {
	display: table;
	background-color: #d4eaf7;
	width: 100%;
	vertical-align: middle
}
.tp-info>span img {
	display: inline-block
}
.tp-info div {
	padding: 20px
}
.tp-info h3 {
	padding: 0 0 20px 0;
	font-size: 1.6rem;
	border-bottom: 1px solid #d0d6d5;
	font-weight: 600
}
.tp-info:hover h3 {
	color: #4758c6
}
.tp-info p {
	padding: 24px;
	line-height: 1.4;
	color: #474747
}
.tp-info a {
	text-decoration: none;
	color: #4758c6
}
.best-features {
	padding:40px 0
}
.bestf-info {
	display: table;
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #f1f1f1;
	padding: 20px;
	position: relative;
	border-radius: 8px;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	box-shadow: 0 0 32px rgba(23, 110, 156, 0);
	cursor: pointer;
	margin: 10px 10px 30px 10px;
	min-height: 140px;
	padding-left: 120px
}
.bestf-info:hover {
	background-color: #fff;
	border-color: #fff;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	box-shadow: 0 0 32px rgba(23, 110, 156, 0.3)
}
.best-features h2 {
	font-size: 2.6rem;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 30px;color:#161d42
}
.open-account h3{
        padding: 0 0 13px 0;
    color: #0b1242;
}
.open-account p{
        color: #484b58;
    padding-bottom: 8px;
    line-height: 1.6;
    font-size: .92em;
}
.bestf-info.big {
	height: 90%
}
.bestf-info>span {
	position: absolute;
	font-size: 4.8rem;
	left: 20px;
	top: calc(50% - 40px)
}
.bestf-info h4 {
	font-size: 1.2rem;
	padding-bottom: 10px;
	color: #222
}
.bestf-info p {
	font-size: .9rem;
	line-height: 1.4;
	color: #666
}
.research-section {
	background-color: #5b6bd0;
	padding: 60px 0
}
.research-section h2 {
	font-size: 2.6rem;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 30px;
	color: #fff
}
.research-section ul {
	text-align: center
}
.research-section li {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 10px;
	border: 1px solid #4758c6;
	color: #fff;
	font-size: 1.2rem;
	margin: 0 10px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}
.research-section li.active,
.research-section li:hover {
	background-color: #4758c6;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}
p.rs-text {
	text-align: center;
	color: #fff;
	padding-bottom: 20px
}
.rs-info {
	display: table;
	position: relative;
	padding-left: 120px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
	height: 100%;
	width: 100%
}
.rs-info>span {
	position: absolute;
	left: 20px;
	font-size: 5.8rem;
	top: calc(50% - 48px)
}
.rs-info:before {
	content: "";
	position: absolute;
	left: 0;
	width: 140px;
	height: 100%;
	background-color: #d9dbdc
}
.rs-info>div {
	padding: 20px 40px 30px 40px
}
.rs-info h4 {
	font-size: 1.2rem
}
.rs-info p {
	line-height: 1.4;
	padding-top: 20px;
	color: #666
}
.fun h3 {
	text-align: center;
	font-size: 2rem;
	color: #fff
}
.fun h3 span {
	display: inline-block;
	vertical-align: middle;
	color: #ff0;
	font-size: 3.2rem
}
.tec,
.fun {
	display: none
}
.tec.active,
.fun.active {
	display: block
}
.award-accolandes {
	padding: 80px 0
}
.award-accolandes h2 {
	font-size: 2.6rem;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 30px
}
.about-karvy {
	background-color: #5b6bd0;
	padding: 60px 0
}
.about-list {
	width: 80%;
	margin: auto
}
.about-list li {
	display: inline-block;
	position: relative;
	width: 49%;
	padding: 40px 20px;
	color: #fff;
	text-align: center;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	margin-left: -4px
}
.about-list li:nth-child(1),
.about-list li:nth-child(3) {
	border-left-color: transparent
}
.about-list li:nth-child(3),
.about-list li:nth-child(4) {
	border-bottom-color: transparent
}
.about-list li h4 {
	font-size: 1.4rem;
	line-height: 1.4;
	padding-top: 10px
}
.about-list li p {
	line-height: 1.4
}
.about-list>li>span {
	font-size: 2rem
}
.f1 {
	background-color: #00eda4;
	padding: 20px 0
}
.f1 p {
	text-align: center;
	color: #5264d0;
	padding: 8px;
	font-weight: 600
}
.f1 a {
	color: #5264d0;
	text-decoration: none;
	padding: 8px;
	font-weight: 500
}
.f2 {
	padding: 20px 0
}
.f2 p {
	max-width: 860px;
	margin: auto;
	text-align: center;
	line-height: 1.6
}
.f2 a {
	text-decoration: none;
	color: #4758c6
}
@media(max-width:840px){.no-wrap{flex-wrap:wrap!important}.col6,.col4{flex:0 0 100%
}
}
@media(max-width:640px){.no-wrap{flex-wrap:wrap!important}article{padding:20px!important}[class*="col"]{flex:0 0 100%
}
.bestf-info p{
    text-align:left;
}
.tp-section p,.plist{
    padding:0;
}
.plist{
    min-height: 166px;
}
.col2 {
	flex:0 0 50%
}
header {
	padding:20px 0;
	min-height:auto
}
.header-title h1 {
	font-size:1.4rem;
	text-align:center
}
.header-title p {
	text-align:center;
	font-size:1.2rem
}
.container {
	position:relative;
	z-index:999
}
.about-list li {
	width:100%;
	border-color:transparent;
	border-bottom:1px solid #fff!important
}
.best-features h2,.product-secton h2,.faqss h2{
    font-size: 1.6rem;
    line-height:1.4
}
.accordian{
    margin:10px 24px;
}
.plist h3{
    font-size: 1.1rem;
}
.best-features{
    padding:30px 0;
}
.tp-info,
.bestf-info {
	margin:0
}
.logo a {
	font-size:1rem
}
.imgexpress {
	margin-top:-60px
}
img.bpcl {
	right:30px
}
}
.para{
    color:#ffffff;
    font-size:0.98rem;
        line-height:1.6;
}
.text-white{
    color:#ffffff
}
.tickmark-list{
    padding:30px 0 0 0;
}
.tickmark-list>li{
    padding-left:20px;
    font-size:0.92em;
    color:#ffffff;
     position:relative;
    margin:10px 0 15px 40px;;
    font-weight:200;
    line-height:1.4

}
.tickmark-list>li:before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:10px;
    height:10px;
    background-color:#ffffff;
}
.tickmark-list.tickmark-black{
    padding:10px 0
}
.pT10{
    padding-top:10px;
}
.tickmark-black>li{
color:#484b58;    font-weight:400;
}
.tickmark-black>li:before {
    background-color:#129c72;
}
.bg-blue{
    background-color:#5b6bd0
}
.trading-platform{

    background-color:#ebebed
}
a{
    text-decoration:none
}
.trading-platform h3{
    color: #012954;
    padding: 11px 37px;
    line-height: 1.4;
}
.trading-platform p{
        line-height: 1.4;
    font-size: 0.92rem;
}
.download-mapp{
        display: inline-block;
 
    background-color: #F44336;
    padding: 10px;
    color: #ffffff;
    text-align: center;
}
.darticles{
    padding:40px;

}
.darticles h2{
    text-align:center;
    margin-bottom:20px;
}
.darticles li a{
    display:block;
    color:#666;
    padding:10px;
    font-size:0.92em;
    line-height:1.4;
    padding-left:80px;
    position:relative
}
.darticles li a strong{
    display:block;
    padding-bottom:8px;
}
.darticles li svg{
    position:absolute;
    left:0;
    top:10px;
    opacity:0.5;    transition:all 400ms ease-in-out;
    -webkit-transition:all 400ms ease-in-out;
}
.darticles li:hover svg{
    opacity:1;
    transition:all 400ms ease-in-out;
    -webkit-transition:all 400ms ease-in-out;
}