.ng-select.ng-select-opened>.ng-select-container {
	background: #fff;
	border-color: #b3b3b3 #ccc #d9d9d9;
}

.ng-select.ng-select-opened>.ng-select-container:hover {
	box-shadow: none;
}

.ng-select.ng-select-opened>.ng-select-container .ng-arrow {
	top: -2px;
	border-color: transparent transparent #999;
	border-width: 0 5px 5px;
}

.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover {
	border-color: transparent transparent #333;
}

.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.ng-select.ng-select-opened.ng-select-top>.ng-select-container {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container {
	border-color: #007eff;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1);
}

.ng-select.ng-select-disabled>.ng-select-container {
	background-color: #f9f9f9;
}

.ng-select .ng-has-value .ng-placeholder {
	display: none;
}

.ng-select .ng-select-container {
	color: #333;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	min-height: 36px;
	align-items: center;
}

.ng-select .ng-select-container:hover {
	box-shadow: 0 1px 0 rgba(0,0,0,.06);
}

.ng-select .ng-select-container .ng-value-container {
	align-items: center;
	padding-left: 10px;
}

[dir=rtl] .ng-select .ng-select-container .ng-value-container {
	padding-right: 10px;
	padding-left: 0;
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
	color: #999;
}

.ng-select.ng-select-single .ng-select-container {
	height: 36px;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
	top: 5px;
	left: 0;
	padding-left: 10px;
	padding-right: 50px;
}

[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
	padding-right: 10px;
	padding-left: 50px;
}

.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value {
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
}

.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label {
	padding: 0 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
	padding-top: 5px;
	padding-left: 7px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
	padding-right: 7px;
	padding-left: 0;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
	font-size: .9em;
	margin-bottom: 5px;
	color: #333;
	background-color: #ebf5ff;
	border-radius: 2px;
	margin-right: 5px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
	margin-right: 0;
	margin-left: 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
	background-color: #f9f9f9;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
	padding-left: 5px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
	padding-left: 0;
	padding-right: 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon,.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
	display: inline-block;
	padding: 1px 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
	background-color: #d1e8ff;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
	border-right: 1px solid #b8dbff;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
	border-left: 1px solid #b8dbff;
	border-right: none;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
	border-left: 1px solid #b8dbff;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
	border-left: 0;
	border-right: 1px solid #b8dbff;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
	padding: 0 0 3px 3px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
	padding: 0 3px 3px 0;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input {
	color: #000;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
	top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
	padding-right: 3px;
	padding-left: 0;
}

.ng-select .ng-clear-wrapper {
	color: #999;
}

.ng-select .ng-clear-wrapper:hover .ng-clear {
	color: #d0021b;
}

.ng-select .ng-spinner-zone {
	padding: 5px 5px 0 0;
}

[dir=rtl] .ng-select .ng-spinner-zone {
	padding: 5px 0 0 5px;
}

.ng-select .ng-arrow-wrapper {
	width: 25px;
	padding-right: 5px;
}

[dir=rtl] .ng-select .ng-arrow-wrapper {
	padding-left: 5px;
	padding-right: 0;
}

.ng-select .ng-arrow-wrapper:hover .ng-arrow {
	border-top-color: #666;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
	border-color: #999 transparent transparent;
	border-style: solid;
	border-width: 5px 5px 2.5px;
}

.ng-dropdown-panel {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.06);
	left: 0;
}

.ng-dropdown-panel.ng-select-bottom {
	top: 100%;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-color: #e6e6e6;
	margin-top: -1px;
}

.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ng-dropdown-panel.ng-select-top {
	bottom: 100%;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-color: #e6e6e6;
	margin-bottom: -1px;
}

.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.ng-dropdown-panel .ng-dropdown-header {
	border-bottom: 1px solid #ccc;
	padding: 5px 7px;
}

.ng-dropdown-panel .ng-dropdown-footer {
	border-top: 1px solid #ccc;
	padding: 5px 7px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 8px 10px;
	font-weight: 500;
	color: rgba(0,0,0,.54);
	cursor: pointer;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
	cursor: default;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
	background-color: #f5faff;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
	background-color: #ebf5ff;
	font-weight: 600;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
	background-color: #fff;
	color: rgba(0,0,0,.87);
	padding: 8px 10px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
	color: #333;
	background-color: #ebf5ff;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
	font-weight: 600;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
	background-color: #f5faff;
	color: #333;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
	color: #ccc;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
	padding-left: 22px;
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
	padding-right: 22px;
	padding-left: 0;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
	font-size: 80%;
	font-weight: 400;
	padding-right: 5px;
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
	padding-left: 5px;
	padding-right: 0;
}

[dir=rtl] .ng-dropdown-panel {
	direction: rtl;
	text-align: right;
}

:root {
	--white: #fff;
	--light: #f0eff3;
	--black: #000;
	--dark-blue: #1f2029;
	--dark-light: #353746;
	--red: #da2c4d;
	--yellow: #f8ab37;
	--grey: #ecedf3;
}

a,a:active,a:focus,a:link,a:visited {
	color: #4285f4;
	text-decoration: none;
}

.screen-bg {
	background-image: url(Lead.d680f37def62fa076559.webp);
	background-size: cover;
	background-position: 50%;
}

html {
	scroll-behavior: smooth;
}

body,html {
	overflow-x: hidden;
}

.mnumber,body {
	position: relative;
}

.mnumber .resendLink {
	position: absolute;
	top: 16px;
	right: 20px;
}

.bg-class {
	width: 100%;
	height: 100%;
}

.mnumber .num_timer {
	position: absolute;
	top: 16px;
	right: -247px;
}

.closeDiv,.fatca_navigation {
	cursor: pointer;
}

.closeDiv {
	width: 100px;
	height: 40px;
	padding: 12px 10px 13px 5px;
	border-radius: 71px;
	background-color: #ff7439;
	margin: 10px 0 13px 35%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.close-label,.container-termscondition {
	font-family: Lato;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
}

iframe {
	overflow-y: scroll;
	height: 300px;
	width: 100%;
	margin-bottom: -1%;
	border: none;
	overflow: visible;
	outline: none;
}

.close-label {
	padding-left: 5px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	padding-bottom: 0;
}

@font-face {
	font-family:Lato;src:local("arial"),local("times new roman");font-display:swap;
}

* {
	box-sizing: border-box;
}

body,html {
	height: 100%;
}

body {
	font-family: Lato,arial,times new roman!important;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 0;
	margin: 0;
}

.page-container {
	-ms-overflow-style: none;
	scrollbar-width: none;
	max-width: 950px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.space {
	padding: 50px 0;
}

.rcol {
	margin: auto;
}

.form-wrapper {
	max-width: 418px;
	margin: 0 auto;
	width: 700px;
	max-width: 100%;
}

.desk-align .form-wrapper {
	width: 700px;
}

.logo {
	display: none;
	padding: 0;
	margin: auto;
}

#regForm {
	margin: 0 auto;
	font-family: Lato,montrealregular,montrealbold,arial,times new roman;
	font-size: 14px;
}

.tab-block {
	background: #fff;
	border-radius: 5px;
	margin: 20px 0;
	box-shadow: 0 5px 15px rgb(57 57 57/15%);
}

.left_arr {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.left_arr,.left_arr a {
	width: 69px;
	height: 69px;
	background: #f0f0f0;
}

.left_arr a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header {
	position: relative;
	_box-shadow: 0 5px 5px rgba(102,102,102,.1);
}

.step {
	width: 100%;
	margin: 0;
	background-color: transparent;
	border: none;
	border-radius: 30px;
	display: block;
	padding: 15px 25px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	letter-spacing: .83px;
	cursor: auto;
	display: flex;
}

div.tab.show {
	display: block!important;
}

.desk-align .tab-block {
	margin: 0;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.form-field {
	font-size: 14px;
	font-weight: 400;
	padding: 15px;
	margin: 0 0 10px;
	width: 100%;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	-webkit-user-select: text;
}

.form-field,input {
	font-family: Lato,montrealregular,montrealbold,arial,times new roman;
}

input {
	font-size: 16px;
	font-weight: 500;
	color: #393939;
	letter-spacing: .2px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	-webkit-appearance: none;
	-webkit-user-select: text;
}

.tab p {
	margin: 0 0 10px;
}

.text-center {
	text-align: center;
}

.desk-align .header {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0 15px;
	border-bottom: none;
}

.header {
	background: #fff;
	padding: 0;
	border-radius: 0;
	border-bottom: 1px solid #d7d7d7;
	line-height: 14px;
	height: 69px;
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.rupee {
	font-family: Arial,Helvetica,sans-serif;
}

.desk-align .tab {
	margin: auto;
	padding: 0 0 30px;
}

.tab {
	padding: 25px;
	background: #fff;
}

button:focus,input:focus,select:focus,textarea:focus {
	outline: none;
}

.desk-align .deskhead {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 0 0 15px;
}

.desk-align .header h3 {
	padding: 20px 0 0;
	font-size: 15px;
	font-weight: 800;
	color: #000;
}

.desk-align .icon-img {
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
	padding-bottom: 5px;
}

.icon-img {
	width: 60px;
	margin: auto;
	text-align: center;
}

.panfield .icon-img {
	width: 60px!important;
	margin: auto auto 10px!important;
}

.desk-align .panfield .icon-img img {
	height: auto!important;
}

.desk-align .icon-img img {
	height: 40px!important;
}

.wimg {
	width: 70%!important;
	margin-top: -80px;
	position: relative;
}

.img-block {
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 0 20px hsla(0,0%,80%,.3);
	margin: 20px 0 30px;
}

.fixarea {
	max-width: 310px;
	height: 182px;
	overflow: hidden;
	margin: auto;
}

.fixarea,.mfix .input-file {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mfix .input-file {
	width: 100%;
	border-radius: 5px;
	padding: 12px 15px;
	margin: 20px 0 0;
	background-color: #ff7439;
	font-size: 18px;
}

.submitbtn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mfix .input-file img {
	margin-right: 10px;
}

.input-file {
	width: 50%;
	padding: 0;
	margin: auto;
	font-weight: 500;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
	background: #393939;
	border: none;
	border-radius: 30px;
	-webkit-transition: all .25s linear;
	z-index: 0;
	overflow: hidden;
}

.homescreen .trade-block,.input-file {
	font-size: 16px;
	display: block;
	position: relative;
}

.homescreen .trade-block {
	background: none;
	margin: 0 55px 0 0;
	font-weight: 400;
	line-height: 28px;
}

.bank-list h4 {
	margin: 0;
	padding: 0 0 5px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.br-disable {
	display: block;
}

button {
	background-color: #ff7439;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-family: Lato,montrealregular,montrealbold,arial,times new roman;
	cursor: pointer;
}

.button {
	display: block;
	width: 100%;
	background: #ff7439;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500!important;
	color: #fff!important;
	padding: 12px 10px;
	margin: 15px auto 0;
}

.button,h1 {
	text-align: center;
}

h1 {
	font-size: 22px;
}

h1,h2 {
	font-weight: 500;
}

h2 {
	font-size: 16px;
	text-align: left;
	padding: 25px 0 10px;
}

h2,h3 {
	margin: 0;
}

h3 {
	font-size: 15px;
	font-weight: lighter;
	color: #3a3a3a;
	padding: 0 15px 20px;
	text-align: center;
	line-height: 25px;
}

.pt5 {
	padding-top: 5px!important;
}

.mb0 {
	margin-bottom: 0!important;
}

.verror {
	padding: 0 0 0 5px;
	font-size: 12px;
	color: red;
}

.vvalid {
	color: green;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.d-flex {
	display: flex!important;
}

.justify-content-center {
	justify-content: center!important;
}

.container {
	width: 100%;
	max-width: 1090px;
	margin: auto;
}

.center-popup {
	top: 0;
	bottom: 0;
	margin: auto;
	height: 160px;
	max-width: 350px;
	padding: 30px 15px;
}

.center-popup .icon-img {
	margin: 0 auto 10px!important;
	width: 50px!important;
	padding: 0!important;
}

.center-popup .icon-img img {
	height: auto!important;
}

.center-popup h3 {
	display: block!important;
}

.mobile-show {
	display: none!important;
}

.mobile-hide {
	display: flex!important;
}

.redirect-message {
	font-size: 16px;
	font-weight: 500;
	display: none;
	margin: 0;
	padding: 15px 0 0;
}

#nsdlredirect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.add_amount {
	display: flex;
	align-items: top;
	justify-content: center;
	flex-wrap: wrap;
	margin: 25px 0 20px;
	font-size: 40px;
	color: #d7d7d7;
}

.add_amount small {
	font-size: 12px;
	color: #d7d7d7;
}

.add_amount a {
	width: 29px;
	height: 50px;
	display: block;
}

.amount {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 0 20px;
}

.amount input {
	background: #fff;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	display: block;
	-webkit-transition: all .25s linear;
	min-height: 45px;
	line-height: 45px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 5px;
}

.desk-site-progress,.site-progress {
	display: flex;
	width: 100%;
	height: 5px;
	background-color: #f3f3f3;
}

.desk-site-progress progress,.site-progress progress {
	width: 100%;
	margin-top: -5px;
	height: 5px;
}

.desk-site-progress span,.site-progress span {
	background-color: #1aba6c;
	display: block;
	width: 100px;
}

progress {
	border-radius: 0;
	box-shadow: none;
}

progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 0;
}

progress::-webkit-progress-value {
	background-color: #1aba6c;
	border-radius: none;
}

.relative {
	position: relative!important;
}

::-webkit-input-placeholder {
	color: #d3d3d3;
	font-weight: 400;
}

::-moz-placeholder {
	color: #d3d3d3;
	font-weight: 400;
}

:-ms-input-placeholder {
	color: #d3d3d3;
	font-weight: 400;
}

:-moz-placeholder {
	color: #d3d3d3;
	font-weight: 400;
}

.birthday span {
	color: #d3d3d3!important;
}

@media only screen and (min-width:1023px) {
	.desk-align .tab h3 {
		display: none;
	}

	.desk-align .tab {
		width: 500px;
		margin: auto;
		padding: 0 0 30px!important;
	}
}

@media screen and (max-width:768px) {
	iframe {
		height: 65vh!important;
		width: 90%!important;
		margin: 0 10px!important;
		font-family: poppins_medium!important;
		font-style: normal!important;
		font-size: 18px!important;
		color: #1c1939!important;
		line-height: 2px important;
	}

	.closeDiv {
		width: 50%!important;
		margin: 5px 0 5px 25%!important;
	}

	.br-disable {
		display: none;
	}

	.desk-align .header {
		border-bottom: 1px solid #d7d7d7;
	}

	.topFixedHeader .top-fix-header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1;
		left: 0;
	}

	.topFixedHeader .tab-block {
		border-radius: 0;
	}

	.topFixedHeader .img-block {
		position: relative;
	}

	.aalogo {
		padding: 0;
		border: none;
		margin: auto;
		max-width: 95%;
		display: none;
	}

	.step span {
		width: 90%!important;
		height: 55px;
		justify-content: center;
	}

	.aalogo img {
		width: auto;
		height: 100%;
	}

	.inputwithimg input {
		padding-left: 40px;
	}

	.wimg {
		width: auto!important;
		margin-top: 0;
	}

	.vmcenter {
		padding-top: 45%;
	}

	.segments-blk div {
		padding: 7% 5% 5%;
	}

	.homescreen .vheader span {
		display: none;
	}

	.homescreen .vheader font {
		display: block;
	}

	.homescreen .vheader font small {
		font-size: 15px;
	}

	.safe {
		padding: 10px 0 0;
	}

	.verror {
		padding: 5px 0 0;
	}

	.space {
		padding: 0;
	}

	.uscreens .cbtns {
		bottom: 0!important;
		padding: 15px 0 0!important;
		margin: 0!important;
		max-width: 100%;
	}

	section h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.oaccount-fix {
		display: none!important;
	}

	.trade li {
		flex: 0 0 48%;
		width: 48%;
		margin: 1%;
		padding: 5% 2%;
		align-items: center;
		justify-content: center;
		display: flex;
		flex-direction: column;
	}

	.tools li {
		flex: 31%;
		width: 31%;
	}

	.tools li p {
		margin: 0!important;
	}

	.trade li h3 {
		font-size: 24px;
		word-break: break-word;
		padding: 0 0 10px;
	}

	.investment li {
		justify-content: flex-start;
	}

	.investment li h3 {
		font-size: 16px;
		padding: 0 10x;
	}

	.investment li img {
		max-width: 80%;
	}

	.investment li p {
		margin: auto 0 0;
	}

	.awards ul,.btop,.pprocess ul {
		display: block!important;
	}

	.pprocess li {
		width: 100%;
		margin: 0 0 25px;
		padding: 0 0 25px;
	}

	.pprocess li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.pprocess li figure {
		height: auto;
	}

	.pprocess li p {
		margin-bottom: 0;
	}

	.pprocess li:after {
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		width: 100%;
		opacity: .5;
	}

	.bottom,.invest {
		padding-left: 25px;
		padding-right: 25px;
	}

	.invest {
		min-height: inherit;
	}

	.awards li {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.awards li p {
		margin-top: 0;
	}

	.awards li p br {
		display: none;
	}

	.wbegin {
		padding: 25px;
	}

	.investorapp div {
		width: 100%;
	}

	.app_cnt {
		order: 1;
	}

	.app_left {
		order: 2;
	}

	.app_rht {
		order: 3;
		margin-top: -20px;
	}

	.app_left ul,.app_left ul li:first-child {
		margin-top: 0!important;
	}

	.investorapp p {
		order: 4;
	}

	.investorapp .button {
		margin-top: 10px;
	}

	.btop p {
		width: 100%;
	}

	.btop figure {
		width: 130px;
	}

	.page_content {
		padding-bottom: 0;
	}

	.homescreen {
		overflow: auto;
	}

	.offer_block {
		margin: 0;
	}

	.address-proof .two-cols-row {
		flex-direction: column;
	}

	.ubuttons .input-file {
		max-width: 100%;
	}

	.amount {
		width: 65%;
	}

	.iproof .header {
		border-bottom: 1px solid #d7d7d7!important;
	}

	.address-proof .group label,.iproof .group label {
		padding: 0 0 20px;
	}

	.mobile-show {
		display: flex!important;
	}

	.mobile-hide {
		display: none!important;
	}

	.uscreens .mfix {
		padding: 0;
	}

	.uscreens .img-block {
		margin: auto 0!important;
		height: auto;
	}

	.mdate-text {
		display: block;
	}

	body {
		margin: 0;
		padding: 0;
		background: #fff!important;
	}

	.fpage {
		display: flex;
	}

	.logo {
		display: block;
	}

	footer .container img {
		display: none;
	}

	.down-arrow {
		display: block;
	}

	.tab-block {
		margin: 0;
		border-radius: 0;
		box-shadow: none!important;
		background: #fff;
	}

	.page-container {
		display: block;
	}

	#regForm {
		margin: 0;
	}

	footer {
		display: none;
	}

	label {
		padding-bottom: 50px;
		padding-top: 0;
	}

	.logo {
		text-align: left;
		padding-bottom: 0;
		width: 75%;
		margin: 0 0 0 40px;
	}

	.logo img {
		max-width: 65%;
	}

	.lcol {
		display: none;
	}

	.popup {
		max-width: 90%!important;
	}

	.button,.mfix,.select-css {
		width: 100%;
	}

	.mfix {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 25px;
		margin: auto!important;
		padding: 0 6%;
		background: none;
		border: none;
	}

	.page-container {
		position: relative;
	}

	.TNCPopup {
		top: 70px;
		max-width: 100%!important;
		overflow: auto;
	}

	.TNCPopup,.TNCPopup .popform-cont {
		height: 90%;
	}

	.TNCPopup .popup-content {
		height: 85%;
	}

	h3 {
		padding-left: 0;
		padding-right: 0;
	}

	.img-block {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto 6%!important;
	}

	.income-proof .img-block {
		width: 100%;
		margin: 0 auto 15px!important;
	}

	.fixarea {
		max-width: 100%;
	}

	.retakepic {
		position: relative;
	}

	.bgblue {
		height: 100vh;
	}

	.open-acc {
		height: 55vh;
		position: relative;
	}

	.open-acc .mfix {
		position: absolute;
		bottom: 20px;
	}

	.vspace {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.vspace .vheader {
		height: 25%;
	}

	.vspace .vmiddle {
		width: 100%;
		max-height: auto;
		height: 75%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.vspace .vfooter {
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
		width: 100%;
		flex: 1;
	}

	.vfooter button {
		margin: 0;
	}

	.oauto {
		overflow: auto;
	}

	.bgbluem {
		background: #6e69a7!important;
	}

	.vcenter {
		position: absolute;
		top: 50%;
		margin-top: -40%;
		width: 88%;
		margin-left: 0;
		margin-right: 0;
	}

	.panfield .icon-img {
		width: 75px;
	}

	.vcenter input::-webkit-input-placeholder {
		color: #d3d3d3;
	}

	.vcenter input::-moz-placeholder {
		color: #d3d3d3;
	}

	.vcenter input:-ms-input-placeholder {
		color: #d3d3d3;
	}

	.vcenter input:-moz-placeholder {
		color: #d3d3d3;
	}

	.rcol {
		margin: auto;
		height: 100%;
		width: 100%;
	}

	.mevertspace {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-content: space-between;
	}

	.mevertspace .form-wrapper,.mevertspace .tab-block,.mevertspace form {
		height: 100%;
	}

	.mevertspace .fpage {
		display: flex;
	}

	.mevertspace div.tab.show {
		display: flex!important;
		align-content: space-between;
		flex-wrap: wrap;
		height: 90%;
		padding: 4%;
		padding-top: 20px!important;
		align-content: space-around;
	}

	.trade-block div p {
		margin-bottom: 0;
	}

	.mevertspace .fee-charges {
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		align-content: stretch;
	}

	.mevertspace .trade-block {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: space-around;
		margin: 0 0 20px;
	}

	.mevertspace .trade-block p br {
		display: none;
	}

	.mevertspace .open-acc {
		height: auto;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		align-self: flex-end;
	}

	.video-block {
		width: 99.7%;
	}

	input[type=date]::-webkit-calendar-picker-indicator,input[type=date]::-webkit-inner-spin-button {
		display: none;
		-webkit-appearance: none;
	}

	.samespace h3 {
		padding: 0 0 15px;
	}

	.samespace .mnumber {
		margin: 10px 0 0;
	}

	.samespace .form-field {
		margin: 0;
	}

	.bankdetails .samespace .form-field {
		margin-bottom: 15px!important;
	}

	.bank-list {
		padding-top: 0;
	}

	.samespace .button {
		margin: 30px 0 0;
	}

	.centercontain,.centercontain .form-wrapper,.centercontain .tab-block,.centercontain .white-screen,.centercontain form {
		height: 100%;
	}

	.centercontain .tab {
		padding-top: 0;
		padding-bottom: 0;
		height: 92%;
	}

	.desk-align {
		height: 100%;
	}

	.desk-align .header h3,.deskhead {
		display: none!important;
	}

	.valign-items-center {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.valign-items-center .vcenter {
		position: relative;
		margin: 0;
		top: auto;
		width: 100%;
	}

	.deskshow {
		display: none;
	}

	.final .deskshow {
		display: block;
	}

	.final .deskhide {
		display: none;
	}

	.bbt {
		border-bottom: 1px solid #d7d7d7!important;
	}

	.icon-img {
		padding-bottom: 10px;
	}

	.iproof .icon-img {
		padding-bottom: 20px;
	}

	.h100 {
		height: 100%!important;
	}

	.vhalign_center {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.fixhead .top-fix-header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1;
	}

	.fixhead .img-block {
		position: relative;
	}

	.desk-align .tab {
		padding: 25px;
	}

	.ftalign .mfix {
		padding: 0;
	}

	.trade-block h1 {
		display: none;
	}

	.desktradeblock {
		width: 100%!important;
	}

	.homescreen,.homescreen .mevertspace,.homescreen .mevertspace .form-wrapper,.homescreen .mevertspace .tab-block,.homescreen .mevertspace div.tab.show,.homescreen .mevertspace form,.homescreen .rcol {
		height: auto;
	}

	.final .left_arr {
		position: absolute;
	}
}

@media screen and (max-width:500px) {
	.logo {
		margin: 0 0 0 120px;
		width: 90%;
	}
}

.popup {
	position: fixed;
	top: 15%;
	left: 0;
	right: 0;
	z-index: 2;
	margin: 15px auto;
	padding: 30px;
	max-width: 925px;
	background: #fff;
	box-shadow: 0 5px 15px rgb(57 57 57/15%);
	border-radius: 30px;
	display: none;
}

.small-popup {
	max-width: 500px;
	text-align: center;
}

.img-popup .popform-cont {
	overflow: hidden;
	width: 95%;
	margin: 5px auto;
}

.img-popup .popup-content {
	position: absolute;
	width: 100%;
	bottom: 10px;
	padding: 0;
	margin-left: -3%;
}

.popup-content {
	padding: 15px 0 0;
}

.popup h2 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 10px 0 20px;
}

.popup .custom-btn {
	margin: 5px 0 35px;
}

.close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	font-weight: 400!important;
	color: #000!important;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-indent: -9999px;
}

.close img {
	margin: 0 10px 0 0;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: none;
	overflow: hidden;
}

.topFixedHeader {
	overflow-y: hidden;
}

.hv-capture-btn,.hv-upload-btn {
	font-family: Lato,montrealregular,montrealbold,arial,times new roman!important;
	background-color: #ff7439!important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.input-unit .ng-select .ng-select-container {
	border-radius: 0!important;
	padding-top: 10px!important;
	margin-bottom: 10px!important;
	padding-bottom: 10px!important;
	border: none!important;
	border-bottom: 1px solid #d7d7d7!important;
}

.input-unit .ng-select.ng-select-single .ng-select-container .ng-value-container,.input-unit .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
	padding-left: 0;
}

.input-unit .ng-select.ng-select-single .ng-select-container {
	height: 40px;
}

.input-unit .ng-dropdown-panel.ng-select-bottom {
	margin-top: -10px;
}

.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container {
	box-shadow: none;
}

.input-unit .ng-select .ng-select-container .ng-value-container .ng-input>input {
	font-size: 14px!important;
	line-height: 32px!important;
}

.selectField .ng-select .ng-select-container .ng-value-container .ng-placeholder {
	color: #d3d3d3;
}

.selectField .ng-select .ng-select-container {
	padding: 15px;
}

.selectField .ng-select.ng-select-single .ng-select-container {
	height: 48px;
}

.selectField .ng-select.ng-select-single .ng-select-container .ng-value-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.selectField .ng-select.ng-select-disabled>.ng-select-container {
	background-color: #ebebeb!important;
}

.selectField .ng-dropdown-panel .scroll-host {
	position: static!important;
}

.selectField .ng-select .ng-select-container .ng-value-container .ng-input>input {
	line-height: 38px;
	font-size: 14px;
	text-align: center;
}

.selectField .ng-select .ng-select-container {
	border: 1px solid #d7d7d7;
}

@media screen and (max-width:768px) {
	.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container {
		box-shadow: none!important;
	}

	.selectField .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
		position: absolute!important;
	}

	.selectField .ng-select .ng-select-container .ng-value-container .ng-input>input {
		line-height: 2!important;
	}

	.ng-select.ng-select-single.ng-select-filtered .ng-select-container .ng-value-container .ng-value {
		visibility: initial!important;
		display: none!important;
	}

	.input-unit .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
		overflow: visible!important;
	}

	.hv-title {
		margin-top: 45px;
	}

	.hv-user-choice-screen-title {
		margin-top: 28px;
	}

	.hv-close-button {
		margin-top: 0;
	}
}

.hv-modal-content:after {
	content: "";
	width: 120px;
	height: 43px;
	background: url(iifl_m_logo.9e57b22a07f1290f0461.webp) no-repeat 98% 0;
	top: 10px;
	right: 20px;
	position: absolute;
	display: inline-block;
}

.smart-tools-mobile .owl-carousel .owl-item img {
	width: auto;
}

.mentor-slider .owl-dots {
	display: none;
}

.benefits-slider .owl-nav:before,.mentor-slider .owl-nav:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #e7e7e7;
	left: 50%;
	bottom: 10px;
}

.benefits-slider .owl-nav .owl-next,.benefits-slider .owl-nav .owl-prev,.mentor-slider .owl-nav .owl-next,.mentor-slider .owl-nav .owl-prev {
	border-radius: 50%;
	width: 45px!important;
	height: 45px;
	padding: 10px!important;
	font-size: 15px!important;
	color: #ff7439!important;
	border-radius: 50px!important;
	background-color: #eff2f7!important;
}

.benefits-slider .owl-nav .disabled,.mentor-slider .owl-nav .disabled {
	border-radius: 50%;
	width: 45px!important;
	padding: 9px!important;
	font-size: 15px;
	background-color: transparent!important;
	color: #dee1e6!important;
	border: 2px solid #dee1e6!important;
}

#sync1 .owl-nav .owl-next:hover,#sync1 .owl-nav .owl-prev:hover {
	background: none;
}

#sync1 .owl-nav img {
	width: 80%;
}

.desktop-gateway .owl-carousel,.great-mentor .owl-carousel,.multiple-benfits .owl-carousel,.smart-tools .owl-carousel {
	z-index: 0;
}

#sync2 .current .item h4 {
	background-image: linear-gradient(0deg,#702689,#1e1565);
	background-image: (0deg,#702689 0,#1e1565 100%);
	color: #fff;
}

.benefits-slider .owl-nav {
	position: relative;
	bottom: 80px;
	left: auto;
	margin-top: 0!important;
}

.mentor-slider .owl-nav {
	position: relative;
	bottom: 0;
}

@media screen and (max-width:768px) {
	.screen-bg {
		background-image: none;
		background-color: #fff;
	}

	.gateway .owl-theme .owl-dots .owl-dot span,.great-mentor .owl-theme .owl-dots .owl-dot span,.mobile-expertise-slider.owl-theme .owl-dots .owl-dot span,.one-app-mobile-slider.owl-theme .owl-dots .owl-dot span,.smart-tools-mobile .owl-theme .owl-dots .owl-dot span,.think-growth-mobile .owl-theme .owl-dots .owl-dot span,.universe-globe .owl-theme .owl-dots .owl-dot span {
		width: 8px;
		height: 8px;
		margin: 5px 3px;
	}

	.samespace h3,.white-screen h3 {
		font-size: 15px;
		font-weight: 800;
		color: #000;
	}

	#sync-2 .current .item h4 {
		background-image: -webkit-linear-gradient(0deg,#702689,#1e1565);
		color: #fff;
	}

	.multiple-benfits .owl-theme .owl-dots,.owl-theme .owl-nav {
		position: absolute;
		right: 35%;
		bottom: -5%!important;
		margin-top: 0!important;
	}

	.gateway .owl-theme .owl-dots .owl-dot.active span,.great-mentor .owl-theme .owl-dots .owl-dot.active span,.multiple-benfits .owl-theme .owl-dots .owl-dot.active span,.smart-tools-mobile .owl-theme .owl-dots .owl-dot.active span,.smart-tools-mobile .owl-theme .owl-dots .owl-dot:hover span,.think-growth-mobile .owl-theme .owl-dots .owl-dot.active span,.universe-globe .owl-theme .owl-dots .owl-dot.active span {
		background: #6c2587;
	}

	.mentor-slider .owl-nav {
		position: absolute;
		left: 31%;
		bottom: -75px;
		display: none;
	}

	.mentor-slider .owl-dots {
		display: block;
		margin-top: 10px;
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:359px) {
	.multiple-benfits .owl-theme .owl-dots,.owl-theme .owl-nav {
		position: absolute;
		right: 28%;
		bottom: -5%;
		margin-top: 0;
	}
}

@media only screen and (min-device-width:360px)and (max-device-width:375px) {
	.multiple-benfits .owl-theme .owl-dots,.owl-theme .owl-nav {
		position: absolute;
		right: 32%;
		bottom: -5%!important;
		margin-top: 0!important;
	}

	.owl-theme .owl-nav,.universe-globe .owl-theme .owl-dots {
		position: absolute;
		right: 22%;
		bottom: -16%!important;
		margin-top: 0!important;
	}
}

@media screen and (width:768px) {
	.multiple-benfits .owl-theme .owl-dots,.owl-theme .owl-nav {
		position: absolute;
		right: 42%;
		bottom: -5%!important;
		margin-top: 0!important;
	}
}

.benefits-slider .owl-stage-outer .mobileapp-img {
	position: relative;
	right: -70px;
	top: -108px;
}

#sync1 .owl-nav {
	position: absolute;
	top: 40px;
	margin-top: 0;
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 75px;
}

.button-custom {
	width: 330px;
}

.input-custom {
	width: 400px;
}

.popform-cont h3 {
	font-weight: 500;
}

.woodwork {
	opacity: 0!important;
}

.dynamictext {
	font-size: 12px;
	font-weight: 700;
	color: #333;
	font-weight: 800;
}
.InsideContent {
	height: 300px;
}

.aalogo {
	margin-left: auto;
	padding: 5px 10px;
	font-size: 14px;
	align-items: center;
	max-width: 230px;
	display: flex;
}

.gtbl {
	border: 1px solid #dadada;
	border-collapse: collapse;
	font-size: 12px;
}

.fixHEADER {
	position: sticky;
	z-index: 1;
	top: 0;
}

.gtbl   th {
	background: #f3f3f3;
	color: #000;
}

.gtbl   td, .gtbl   th {
	padding: 5px 8px;
}

div#dvStandard h3 {
    text-align: left;
    padding: 0;
    margin: 15px 0;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    display: block;
}

div#dvStandard {
    font-family: auto;
}

div#dvStandard p,div#dvStandard li {
    font-size: 15px;
}

@media screen and (max-width:768px) {
	.InsideContent {
		height: 430px;
	}
}