@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/*font-family: 'Open Sans', sans-serif;*/

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0
}

.base--space {
	padding: 35px 0
}

@media only screen and (max-width:767px) {
	.base--space {
		padding: 45px 0 25px
	}
}

.p-l-r-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.text--center {
	text-align: center !important
}

.text--left {
	text-align: left !important
}

.text--right {
	text-align: right !important
}

.paisabase-link {
	text-align: center !important
}

@media only screen and (max-width:767px) {
	.paisabase-link {
		padding-top: 0
	}
}

.paisabase-link p {
	margin-bottom: 0;
	font-size: 16px;
	color: #344054
}

.paisabase-link a {
	color: #1570ef;
	font-weight: 500;
	font-size: 18px
}

@media only screen and (max-width:767px) {
	.paisabase-link a {
		font-size: 16px
	}
}

.rating__star {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 10px;
	margin-bottom: 20px;
	border-right: .3em solid transparent;
	border-bottom: .7em solid #ffbb34;
	border-left: .3em solid transparent;
	font-size: 19px
}

@media only screen and (max-width:767px) {
	.rating__star {
		font-size: 9px;
		margin-bottom: 10px
	}
}

.rating__star:after, .rating__star:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: .6em;
	left: -1em;
	border-right: 1em solid transparent;
	border-bottom: .7em solid #ffbb34;
	border-left: 1em solid transparent;
	transform: rotate(-35deg)
}

.rating__star:after {
	transform: rotate(35deg)
}

.error-msgtext {
	font-size: 14px;
	color: #4fc4f6;
	margin-top: 3px
}

.header-wrapper .logo img {
	height: auto
}

.copyright .footer-container {
	padding: 0 15px !important
}

.visually-hidden {
	display: none
}

.header-wrapper ul li.tabMenu a {
	font-size: 14px
}

.visible-xs {
	display: none !important
}

.arrow__down:after {
	content: "";
	position: absolute;
	top: 31px;
	right: 0;
	border: solid #060b14;
	border-width: 0 0 2px 2px;
	display: inline-block;
	padding: 6px;
	transform: rotate(-45deg)
}

.active .arrow__down:after {
	top: 10px !important;
	transform: rotate(136deg)
}

.close-icon {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid transparent;
	border-radius: 40px;
	margin: auto
}

	.close-icon:after {
		content: "";
		display: block;
		box-sizing: border-box;
		position: absolute;
		width: 16px;
		height: 2px;
		background: #a4acba;
		border-radius: 5px;
		top: 8px;
		left: 1px;
		transform: rotate(-45deg)
	}

	.close-icon:before {
		content: "";
		display: block;
		box-sizing: border-box;
		position: absolute;
		width: 16px;
		height: 2px;
		background: #a4acba;
		transform: rotate(45deg);
		border-radius: 5px;
		top: 8px;
		left: 1px
	}

main {
	padding-top: 0 !important
}

.hide {
	display: none
}

@media only screen and (max-width:767px) {
	.header-wrapper .logo img {
		max-width: 100% !important
	}

	.small-logo .header-wrapper .logo img {
		width: 120px !important
	}

	.hidden-xs {
		display: none !important
	}

	.visible-xs {
		display: block !important
	}

	.wrapper {
		overflow-x: hidden
	}

	main {
		padding-top: 0 !important
	}

	.m-order-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.m-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
}

.paisabase-btn__action {
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	background-color: #4fc4f6;
	padding: 12px;
	max-width: 318px;
	width: 100%;
	text-align: center
}

@media only screen and (max-width:767px) {
	.paisabase-btn__action {
		padding: 12px
	}
}

.paisabase-btn__action.red--btn {
	background-color: #4fc4f6
}

	.paisabase-btn__action.red--btn.paisabase--ripple {
		background-position: center;
		transition: background .8s
	}
		/*.paisabase-btn__action.red--btn.paisabase--ripple:hover{background:radial-gradient(circle,transparent 1%,#4fc4f6 1%) center/15000% #4fc4f6}*/

		.paisabase-btn__action.red--btn.paisabase--ripple:active {
			background-color: #fff;
			background-size: 100%;
			transition: background 0
		}

.paisabase-btn__action:hover {
	color: #fff
}

.paisabase--ripple {
	background-position: center;
	transition: background .8s
}
	/*.paisabase--ripple:hover{ background:radial-gradient(circle,transparent 1%,#4fc4f6 1%) center/15000% #4fc4f6}*/

	.paisabase--ripple:active {
		background-color: #fff;
		background-size: 100%;
		transition: background 0
	}

.btn-15 {
	background: #b621fe;
	border: 0;
	z-index: 1
}

	.btn-15:after {
		position: absolute;
		content: "";
		width: 0;
		height: 100%;
		top: 0;
		right: 0;
		z-index: -1;
		background-color: #000;
		border-radius: 5px;
		box-shadow: inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);
		transition: all .3s ease
	}

	.btn-15:hover {
		color: #fff;
		padding: 20px
	}

		.btn-15:hover:after {
			left: 0;
			width: 100%
		}

	.btn-15:active {
		top: 2px
	}

.block-system-breadcrumb {
	padding-top: 95px !important;
	max-width: 1238px;
	margin: auto
}

@media only screen and (max-width:767px) {
	.block-system-breadcrumb {
		padding: 0 15px;
		padding-top: 55px !important
	}
}

.block-system-breadcrumb .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 15px 0;
	padding: 15px 0;
	background-color: #fff
}

@media only screen and (max-width:767px) {
	.block-system-breadcrumb .breadcrumb {
		margin-top: 15px
	}
}

.block-system-breadcrumb .breadcrumb li {
	list-style-type: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #4fc4f6 !important;
	position: relative;
	padding-right: 35px
}

	.block-system-breadcrumb .breadcrumb li:last-child {
		padding-right: 0
	}

		.block-system-breadcrumb .breadcrumb li:last-child:after {
			content: none
		}

	.block-system-breadcrumb .breadcrumb li:after {
		content: "";
		position: absolute;
		top: 8px;
		right: 15px;
		border: solid #060b14;
		border-width: 0 0 2px 2px;
		display: inline-block;
		padding: 3px;
		transform: rotate(-136deg)
	}

	.block-system-breadcrumb .breadcrumb li a {
		color: #4fc4f6 !important
	}

@media only screen and (max-width:767px) {
	.block-system-breadcrumb .breadcrumb li {
		font-size: 12px;
		line-height: 14px;
		padding-right: 24px
	}

		.block-system-breadcrumb .breadcrumb li:after {
			top: 5px;
			right: 11px;
			border-width: 0 0 1px 1px;
			padding: 2px
		}
}

@media only screen and (min-device-width:768px) and (max-device-width:1280px) and (-webkit-min-device-pixel-ratio:2) {
	.paisabase-calc {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media only screen and (max-width:767px) {
	.paisabase-calc {
		padding-bottom: 0
	}
}

.paisabase-calc__head {
	max-width: 765px;
	margin: auto auto 24px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__head {
		padding: 0 15px;
		margin-bottom: 21px
	}
}

.paisabase-calc__head h1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	text-align: center;
	text-transform: capitalize;
	color: #060b14;
	margin-bottom: 12px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__head h1 {
		font-weight: 700;
		font-size: 24px;
		line-height: 28px
	}
}

.paisabase-calc__head p {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	color: #000;
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
	.paisabase-calc__head p {
		font-size: 12px;
		line-height: 18px
	}
}

.paisabase-calc__head p a {
	font-size: 16px;
	line-height: 24px;
	color: #1570ef
}

@media only screen and (max-width:767px) {
	.paisabase-calc__head p a {
		font-size: 12px;
		line-height: 18px
	}
}

.paisabase-calc__wrapper {
}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper {
		background-color: #FFF;
		position: relative
	}
}

.paisabase-calc__wrapper .radio-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 220px;
	padding-top: 36px;
	padding-left: 36px;
	gap: 36px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .radio-wrapper {
		max-width: 100%;
		gap: 0;
		margin: 0;
		padding: 24px 28px;
		background-color: #f9fafb
	}
}

.paisabase-calc__wrapper .radio-wrapper .radio-item {
	flex: auto;
	display: inline-block;
	position: relative;
	padding-left: 27px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .radio-wrapper .radio-item {
		flex: 1
	}

		.paisabase-calc__wrapper .radio-wrapper .radio-item:first-child {
			flex: 0 0 30%
		}
}

.paisabase-calc__wrapper .radio-wrapper .radio-item input[type=radio] {
	display: none
}

.paisabase-calc__wrapper .radio-wrapper .radio-item label {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #060b14;
	margin-bottom: 0;
	display: block
}

	.paisabase-calc__wrapper .radio-wrapper .radio-item label:before {
		content: " ";
		display: inline-block;
		position: absolute;
		top: 3px;
		left: 0;
		margin: 0;
		width: 16px;
		height: 16px;
		border-radius: 11px;
		border: 1px solid #e4e7ec;
		background-color: #FFF
	}

.paisabase-calc__wrapper .radio-wrapper .radio-item input[type=radio]:checked + label:before {
	border: 1px solid #4fc4f6
}

.paisabase-calc__wrapper .radio-wrapper .radio-item input[type=radio]:checked + label:after {
	border-radius: 11px;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 7px;
	left: 4px;
	content: " ";
	display: block;
	background: #4fc4f6
}

.paisabase-calc__wrapper .calc-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0 50px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper {
		gap: 0
	}
}

.paisabase-calc__wrapper .calc-wrapper__left {
	flex: 0 0 59%;
	padding-left:10px;
}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__left {
		order: 2;
		flex: 0 0 100%;
		background-color: #f9fafb;
		padding: 0 28px 36px
	}
}

.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap {
	margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap {
		margin-bottom: 18px
	}

		.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap:last-child {
			margin-bottom: 0
		}
}

.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .calc-field {
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 3px 3px 0px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .calc-field {
		margin-bottom: 20px;
		height: 36px
	}
}

.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .calc-field .calc_label {
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	color: #101828;
	margin-bottom: 0;
}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .calc-field .calc_label {
		font-size: 12px;
		line-height: 18px
	}
}

.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .calc-field__input {
	position: relative
}

	.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .calc-field__input .calc_text-input {
		background: #f1f1f1;
		border-radius: 5px;
		font-weight: 400;
		font-size: 16px;
		line-height: 30px;
		color: #101828;
		width: 200px;
		height: 30px;
		padding-left: 15px;
		border: 0;
	}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .calc-field__input .calc_text-input {
		font-size: 12px;
		line-height: 18px;
		width: 116px
	}
}

.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .calc-field__input span {
	position: absolute;
	top: 2px;
	left: 15px;
	font-family: vardana, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #8a95a8
}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .calc-field__input span {
		top: 5px;
		font-size: 12px;
		line-height: 18px
	}
}

.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .range {
	position: relative;
	width: 63%;
}

	.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .range input {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		opacity: 0
	}

	.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .range .rangeslider {
		display: block;
		border-radius: 5px;
		background: #dee2e6;
		position: relative;
		height: 5px;
		width: 100%;
		cursor: pointer
	}

	.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .range .rangeslider__fill {
		display: block;
		/*background: #f4f8fe;
		border: 1px solid #4fc4f6;*/
		border-radius: 5px;
		position: absolute;
		top: -1px;
		height: 100%;
		padding: 2px;
	}

	.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .range .rangeslider__handle {
		cursor: pointer;
		display: inline-block;
		position: absolute;
		width: 10px;
		height: 20px;
		left: 62.5px;
		top: -8px;
		background: #4895ef;
		border-radius: 3px;
		border: 1px solid #fff;
		box-shadow: rgb(0 0 0 / 50%) 0px 1px 4px;
	}

.paisabase-calc__wrapper .calc-wrapper__right {
	width: 100%;
	flex: 0 0 35%;
	padding: 24px 0 0 0;
	text-align: center;
}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__right {
		order: 1;
		flex: 0 0 100%;
		padding: 0px 0 40px 0;
	}
}

.paisabase-calc__wrapper .calc-wrapper__right .calc__graph {
	max-width: 280px;
	margin: 0 auto;
	position: relative;
}

	.paisabase-calc__wrapper .calc-wrapper__right .calc__graph:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2
	}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__right .calc__graph {
		margin: auto
	}
}

.paisabase-calc__wrapper .calc-wrapper__right .chartBox {
	position: relative
}

	.paisabase-calc__wrapper .calc-wrapper__right .chartBox canvas#sipChart {
		position: relative;
		z-index: 1
	}

	.paisabase-calc__wrapper .calc-wrapper__right .chartBox canvas#lumpsumpChart {
		position: relative;
		z-index: 1
	}

	.paisabase-calc__wrapper .calc-wrapper__right .chartBox .calc-chart-text {
		position: absolute;
		top: 50%;
		left: 42%;
		transform: translate(-50%,-42%);
		list-style: none;
	}

		.paisabase-calc__wrapper .calc-wrapper__right .chartBox .calc-chart-text ul li {
			list-style: none;
			font-weight: 400;
			font-size: 10px;
			line-height: 15px;
			color: #000;
			padding-left: 20px;
			position: relative;
			margin-bottom: 15px;
		}

			.paisabase-calc__wrapper .calc-wrapper__right .chartBox .calc-chart-text ul li:last-child {
				margin-bottom: 0
			}
			.paisabase-calc__wrapper .calc-wrapper__right .chartBox .calc-chart-text ul li span {
				position: absolute;
				top: 1px;
				left: 0;
				width: 13px;
				height: 13px;
				background: #dcdcdc;
				border-radius: 2px;
				border: 0 !important;
			}

				.paisabase-calc__wrapper .calc-wrapper__right .chartBox .calc-chart-text ul li span.invested {
					border: 1px solid #4fc4f6
				}

				.paisabase-calc__wrapper .calc-wrapper__right .chartBox .calc-chart-text ul li span.wealth {
					background: #4fc4f6
				}

.paisabase-calc__wrapper .calc-wrapper__result {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 10px 0px;
	gap: 10px;
	background: #f1f1f1;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__result {
		order: 2;
		display: block;
		padding: 16px 15px 19px;
	}
}

.paisabase-calc__wrapper .calc-wrapper__result ul {
	flex: 1;
	position: relative;
	margin-bottom: 0;
	padding-left: 0;
}

	.paisabase-calc__wrapper .calc-wrapper__result ul:after {
		content: "";
		position: absolute;
		right: -5px;
		top: 0;
		height: 100%;
	}

	.paisabase-calc__wrapper .calc-wrapper__result ul:last-child:after {
		content: none
	}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__result ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 16px;
		padding: 0
	}

		.paisabase-calc__wrapper .calc-wrapper__result ul:after {
			content: none
		}

		.paisabase-calc__wrapper .calc-wrapper__result ul:last-child {
			border-top: 1px solid #8a95a8;
			border-bottom: 1px solid #8a95a8;
			padding: 4px 0;
			margin-bottom: 0
		}
}

.paisabase-calc__wrapper .calc-wrapper__result ul li {
	flex: 1;
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	color: #101828;
	text-align: center;
}

	.paisabase-calc__wrapper .calc-wrapper__result ul li:last-child {
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 22px;
		font-family: 'Open Sans', sans-serif;
		color: #1a73b8;
		font-weight: 500;
		text-align: left;
	}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__result ul li {
		font-size: 18px;
		line-height: 1;
		text-align: left;
		margin: 0 !important;
	}

	.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .range {
		width: 100%;
	}
}

.paisabase-calc__wrapper .calc-wrapper__result ul li:first-child {
	font-weight: 500;
	font-size: 13px;
	line-height: 21px;
	color: #101828;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__result ul li:first-child {
		flex: 0 0 57%;
		font-size: 14px;
		line-height: 20px;
	}
}


@media only screen and (max-width:480px) {
	.paisabase-calc__wrapper .calc-wrapper__left .calc-input .calc_input-wrap .calc-field__input .calc_text-input {
		width: 67px;
		padding-left: 10px;
		padding-right: 0px;
	}

	.paisabase-calc__wrapper .calc-wrapper__left {
		padding: 14px 17px 15px;
	}

	.paisabase-calc__wrapper .calc-wrapper__result ul li:first-child {
		font-size: 13px;
	}
}



.paisabase-calc__wrapper .calc-wrapper__result ul li:first-child span {
	position: relative;
	top: 1px;
	left: 0;
	width: 13px;
	height: 13px;
	background: #dcdcdc;
	border-radius: 2px;
	margin-right: 8px;
	border-color: #cbcbcb !important;
}

	.paisabase-calc__wrapper .calc-wrapper__result ul li:first-child span.invested {
		border: 1px solid #4fc4f6
	}

	.paisabase-calc__wrapper .calc-wrapper__result ul li:first-child span.wealth {
		background: #4fc4f6
	}

@media only screen and (max-width:767px) {
	.paisabase-calc__wrapper .calc-wrapper__result ul li:first-child {
		margin-bottom: 0;
		text-align: left;
		display: block
	}

		.paisabase-calc__wrapper .calc-wrapper__result ul li:first-child span {
			display: none
		}
}

.paisabase-calc__button {
	max-width: 250px;
	margin: auto auto 36px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__button {
		max-width: 200px
	}
}

.paisabase-calc__button .calc-invest-cta {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #fff !important;
	padding: 7px 15px;
	border-radius: 5px;
	text-align: center;
	background: linear-gradient(266.4deg,#c0083e -5.36%,#ff2565 110.14%)
}

@media only screen and (max-width:767px) {
	.paisabase-calc__button .calc-invest-cta {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 15px
	}
}

.paisabase-calc__graph {
	max-width: 724px;
	margin: auto
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph {
		margin: 0 15px 36px
	}
}

.paisabase-calc__graph h2 {
	font-weight: 500;
	font-size: 48px;
	line-height: 57px;
	text-align: center;
	color: #060b14;
	margin-bottom: 36px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph h2 {
		font-weight: 700;
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 24px
	}
}

.paisabase-calc__graph .calc-graph__mainwrapper {
	background-color: #FFF;
	padding: 39px 0 32px;
	border-radius: 6px;
	box-shadow: 0 0 11px 0 rgba(0,0,0,.12);
	margin-bottom: 48px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .calc-graph__mainwrapper {
		padding: 0;
		background-color: transparent;
		box-shadow: none
	}
}

.paisabase-calc__graph .calc-graph__left {
	flex: 0 0 25%
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .calc-graph__left {
		flex: 0 0 40%
	}
}

.paisabase-calc__graph .calc-graph__right {
	flex: 0 0 75%
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .calc-graph__right {
		flex: 0 0 60%
	}
}

.paisabase-calc__graph .calc-graph__wrapper {
	max-width: 595px;
	margin: auto auto 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .calc-graph__wrapper {
		display: none
	}
}

.paisabase-calc__graph .calc-graph__amount {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #1d2939;
	padding-left: 6px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .calc-graph__amount {
		font-size: 8px;
		line-height: 10px
	}
}

.paisabase-calc__graph .calc-graph__amount span {
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #8a95a8;
	margin-bottom: 2px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .calc-graph__amount span {
		font-weight: 500;
		font-size: 8px;
		line-height: 10px
	}
}

.paisabase-calc__graph .calc-graph__amount:first-child {
	margin-bottom: 28px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .calc-graph__amount:first-child {
		margin-bottom: 12px
	}
}

.paisabase-calc__graph .calc-graph__amount.invested {
	border-left: 4px solid #4fc4f6
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .calc-graph__amount.invested {
		border-width: 2px
	}
}

.paisabase-calc__graph .calc-graph__amount.expected {
	border-left: 4px solid #feccd6
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .calc-graph__amount.expected {
		border-width: 2px
	}
}

.paisabase-calc__graph .calc-graph__value {
	text-align: right
}

	.paisabase-calc__graph .calc-graph__value span {
		font-weight: 500;
		font-size: 24px;
		line-height: 32px;
		color: #4fc4f6
	}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .calc-graph__value span {
		font-size: 12px;
		line-height: 16px
	}
}

.paisabase-calc__graph .calc-graph__value p {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #8a95a8;
	margin-bottom: 8px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .calc-graph__value p {
		font-weight: 500;
		font-size: 8px;
		line-height: 10px;
		margin-bottom: 0
	}
}

.paisabase-calc__graph .calc-graph__value p strong {
	font-weight: 700;
	color: #344054
}

.paisabase-calc__graph .calc-graph__chart {
	max-width: 604px;
	margin: auto;
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .calc-graph__chart {
		max-width: 100%
	}
}

@media only screen and (max-width:767px) {
	.paisabase-calc__graph .chartBox ul {
		max-width: 250px;
		margin: auto auto 18px;
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

		.paisabase-calc__graph .chartBox ul li {
			flex: 1;
			margin-bottom: 0;
			font-weight: 400;
			font-size: 10px;
			line-height: 15px;
			color: #000;
			padding-left: 27px;
			position: relative
		}

			.paisabase-calc__graph .chartBox ul li span {
				position: absolute;
				top: 1px;
				left: 0;
				width: 13px;
				height: 13px;
				background: #fff1f3;
				border-radius: 2px
			}

				.paisabase-calc__graph .chartBox ul li span.invested {
					border: 1px solid #4fc4f6
				}

				.paisabase-calc__graph .chartBox ul li span.wealth {
					background: #4fc4f6
				}
}

.paisabase-calc__table {
	max-width: 1108px;
	margin: auto
}

@media only screen and (max-width:767px) {
	.paisabase-calc__table {
		margin: 0 17px
	}
}

.paisabase-calc__table table.calc-lead-table {
	border-collapse: separate;
	border-spacing: 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
	.paisabase-calc__table table.calc-lead-table tr {
		box-shadow: none;
		margin-bottom: 0;
		padding: 0
	}
}

.paisabase-calc__table table.calc-lead-table tr th {
	width: 25%;
	padding: 20px 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	background-color: #f4f8fe;
	color: #101828;
	vertical-align: middle;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	text-align: center
}

	.paisabase-calc__table table.calc-lead-table tr th:first-child {
		-moz-border-radius: 12px 0 0;
		-webkit-border-radius: 12px 0 0;
		border-radius: 12px 0 0;
		border-left: 1px solid #dee2e6
	}

@media only screen and (max-width:767px) {
	.paisabase-calc__table table.calc-lead-table tr th:first-child {
		width: 14%;
		text-align: center;
		-moz-border-radius: 9px 0 0;
		-webkit-border-radius: 9px 0 0;
		border-radius: 9px 0 0
	}
}

.paisabase-calc__table table.calc-lead-table tr th:last-child {
	-moz-border-radius: 0 12px 0 0;
	-webkit-border-radius: 0 12px 0 0;
	border-radius: 0 12px 0 0
}

@media only screen and (max-width:767px) {
	.paisabase-calc__table table.calc-lead-table tr th:last-child {
		-moz-border-radius: 0 9px 0 0;
		-webkit-border-radius: 0 9px 0 0;
		border-radius: 0 9px 0 0
	}
}

@media only screen and (max-width:767px) {
	.paisabase-calc__table table.calc-lead-table tr th {
		font-size: 10px;
		line-height: 18px;
		padding: 8px 5px
	}
}

.paisabase-calc__table table.calc-lead-table tr td {
	width: 25%;
	padding: 10px 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #101828;
	vertical-align: middle;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	border-top: 0;
	text-align: center
}

	.paisabase-calc__table table.calc-lead-table tr td:first-child {
		border-left: 1px solid #dee2e6
	}

@media only screen and (max-width:767px) {
	.paisabase-calc__table table.calc-lead-table tr td:first-child {
		width: 14%
	}
}

@media only screen and (max-width:767px) {
	.paisabase-calc__table table.calc-lead-table tr td {
		font-size: 10px;
		line-height: 18px;
		padding: 3px
	}

		.paisabase-calc__table table.calc-lead-table tr td:after {
			content: none
		}
}

.paisabase-calc__table table.calc-lead-table tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 12px;
	-webkit-border-radius: 0 0 0 12px;
	border-radius: 0 0 0 12px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__table table.calc-lead-table tr:last-child td:first-child {
		-moz-border-radius: 0 0 0 9px;
		-webkit-border-radius: 0 0 0 9px;
		border-radius: 0 0 0 9px
	}
}

.paisabase-calc__table table.calc-lead-table tr:last-child td:last-child {
	-moz-border-radius: 0 0 12px;
	-webkit-border-radius: 0 0 12px;
	border-radius: 0 0 12px
}

@media only screen and (max-width:767px) {
	.paisabase-calc__table table.calc-lead-table tr:last-child td:last-child {
		-moz-border-radius: 0 0 9px;
		-webkit-border-radius: 0 0 9px;
		border-radius: 0 0 9px
	}
}

.paisabase-openaccount {
	background-color: #f9fafb
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount {
		padding: 0 15px;
		background-color: #fff
	}
}

.paisabase-openaccount h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 72px;
	color: #060b14;
	margin-bottom: 12px
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount h2 {
		font-size: 18px;
		line-height: 24px;
		color: #060b14;
		margin-bottom: 16px
	}
}

.paisabase-openaccount h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	color: #000;
	margin-bottom: 15px
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount h3 {
		font-size: 18px;
		line-height: 24px;
		color: #060b14;
		margin-bottom: 16px
	}
}

.paisabase-openaccount__wrapper {
	max-width: 1186px;
	margin: 0 auto;
	padding: 0
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .mob-order-1 {
		order: 1
	}

	.paisabase-openaccount__wrapper .mob-order-2 {
		order: 2
	}
}

.paisabase-openaccount__wrapper .paisabase-openaccount__box {
	padding: 0px 0
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-openaccount__box {
		padding: 19px 23px 24px;
		border-radius: 8px;
		border: 1 solid #f4f8fe;
		background: #FFF;
		box-shadow: 0 4px 42.13px -10.53px rgba(16,24,40,.15)
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead {
	position: relative
}

	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead input {
		background-color: #f9fafb;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		height: 48px;
		max-width: 372px;
		width: 100%;
		font-size: 18px;
		line-height: 26px;
		padding: 10px 10px 10px 55px;
		color: #1d2939;
		border: 1px solid #c4c4c4
	}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead input {
		font-size: 16px;
		line-height: 150%;
		height: 42px;
		padding: 9px 9px 9px 50px
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead button {
	max-width: 202px;
	margin-left: 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead button {
		max-width: 100%;
		margin: 0;
		font-weight: 500;
		font-size: 14px;
		line-height: 21px
	}
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead .error-msgtext {
		font-size: 12px;
		position: absolute;
		top: 45px;
		left: 0
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead span.number {
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 16px;
	line-height: 18px
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead span.number {
		font-size: 14px;
		line-height: 14px;
		top: 15px
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead span.number:after {
	content: "";
	position: absolute;
	right: -6px;
	top: -1px;
	width: 1px;
	height: 20px;
	background-color: #e6e9ed
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead span.number:after {
		top: -3px
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply {
	margin-top: 16px;
	display: flex;
	gap: 20px;
	max-width: 290px
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply {
		gap: 8px
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li {
	position: relative
}

	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li input {
		font-weight: 400;
		font-size: 10.75px;
		line-height: 14px;
		background: #f4f8fe;
		height: 31.19px;
		padding: 7px 12px;
		text-align: center;
		border-radius: 2px;
		color: #344054;
		border: 1px solid #f4f8fe;
		text-transform: uppercase
	}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li input {
		padding: 5px 0
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li.promouse__text {
	background-color: #eff8ff;
	border: 1px solid #d1e9ff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 8px;
	font-size: 12px;
	color: #1570ef
}

	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li.promouse__text strong {
		font-weight: 500
	}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li.promouse__text {
		padding: 5px
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li .apply__btnwrap {
	margin-top: 0;
	background-color: #eff8ff;
	border: 1px solid #d1e9ff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 8px;
	font-size: 12px;
	color: #1570ef;
	margin-left: 0
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li .apply__btnwrap {
		padding: 5px
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 16px 0 12px;
	gap: 0 20px
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply {
		margin: 16px 0 12px;
		gap: 0 8px
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply input {
	background: #f4f8fe;
	border: 1px solid #f4f8fe;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 10px;
	display: inline-block;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	color: #000;
	height: 29px;
	max-width: 128px;
	text-align: center
}

	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply input:placeholder {
		font-size: 10px;
		line-height: 16px;
		color: #344054
	}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply input {
		max-width: 112px;
		padding: 5px
	}

		.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply input:placeholder {
			font-size: 8px;
			line-height: 14px
		}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply button {
	margin-top: 0;
	margin-left: 0 !important;
	background-color: #eff8ff;
	border: 1px solid #d1e9ff !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 30px 5px 10px;
	font-weight: 500 !important;
	font-size: 12px;
	line-height: 18px !important;
	color: #1570ef !important;
	position: relative;
	height: 29px;
	cursor: auto !important
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply span {
	background-color: #f4f8fe;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	padding: 5px 10px;
	display: inline-block;
	font-weight: 400;
	margin-right: 8px;
	font-size: 12px;
	border: 1px solid #f4f8fe;
	color: #344054
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply .coupan {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer !important
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply .coupan {
		padding: 5px
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply .odabase-tick {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	border-style: solid;
	border-color: #00b29e;
	border-width: 0 2px 2px 0;
	position: absolute;
	transform: rotate(45deg);
	top: 7px;
	right: 10px
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply .disabled {
	border: 1px solid #a4acba;
	color: #8a95a8
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__mobileapply .error-msgtext {
	flex: 0 0 100%;
	font-size: 12px;
	margin-top: 0
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__checkbox {
	margin-top: 15px
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__checkbox {
		font-size: 14px;
		margin-top: 24px
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__checkbox input {
	display: none
}

	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__checkbox input:checked + label:after {
		content: '';
		display: block;
		position: absolute;
		top: 9px;
		left: 5px;
		width: 3px;
		height: 7px;
		border: solid #fff;
		border-width: 0 1px 1px 0;
		transform: rotate(45deg)
	}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__checkbox input:checked + label:after {
		top: 8px;
		left: 4px
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__checkbox input:checked + label:before {
	background-color: #1570ef
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__checkbox label {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	color: #475467;
	margin-bottom: 0
}

	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__checkbox label:before {
		content: '';
		-webkit-appearance: none;
		background-color: transparent;
		border: 1px solid #1570ef;
		padding: 5px;
		display: inline-block;
		position: relative;
		vertical-align: middle;
		cursor: pointer;
		margin-right: 5px
	}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__checkbox select {
	box-shadow: 0 0 2px rgba(51,55,57,.4);
	border-radius: 4px;
	height: 30px;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	color: #55586a;
	font-weight: 400;
	margin-left: 20px;
	width: 140px
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .odabase-block__tac {
	margin-top: 12px;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #475467;
	text-align: left
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .odabase-block__tac {
		font-size: 10px;
		line-height: 14px;
		text-align: center
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .odabase-block__tac a {
	color: #1570ef
}

.paisabase-openaccount__wrapper .paisabase-banner {
	display: block;
	width: 100%;
	height: 100%;
	background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/calculators/banner-bg.svg) no-repeat;
	padding: 30px
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-banner {
		background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/calculators/banner-bg-mob.svg) no-repeat;
		background-size: contain;
		padding: 24px;
		margin-bottom: 14px
	}
}

@media only screen and (max-width:767px) {
	.paisabase-openaccount__wrapper .paisabase-mobile-app {
		background-color: #f9fafb;
		-moz-border-radius: 9px 0 0;
		-webkit-border-radius: 8px 8px 0 0;
		border-radius: 8px 8px 0 0;
		text-align: center;
		padding: 30px 12px 18px
	}

		.paisabase-openaccount__wrapper .paisabase-mobile-app img {
			max-width: 231px;
			margin: auto auto 4px;
			width: 100%
		}

		.paisabase-openaccount__wrapper .paisabase-mobile-app h3 {
			font-weight: 700;
			font-size: 24px;
			line-height: 36px;
			margin-bottom: 4px
		}

		.paisabase-openaccount__wrapper .paisabase-mobile-app h4 {
			font-weight: 500;
			font-size: 16px;
			line-height: 24px;
			margin-bottom: 0
		}
}

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: block;
	width: 100%;
	z-index: 1
}

	.owl-carousel .owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
		touch-action: manipulation;
		-moz-backface-visibility: hidden
	}

		.owl-carousel .owl-stage:after {
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0
		}

	.owl-carousel .owl-stage-outer {
		position: relative;
		overflow: hidden;
		-webkit-transform: translate3d(0,0,0)
	}

	.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0)
	}

	.owl-carousel .owl-item {
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-touch-callout: none
	}

		.owl-carousel .owl-item img {
			display: block;
			width: 100%
		}

	.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
		display: none
	}

	.no-js .owl-carousel, .owl-carousel.owl-loaded {
		display: block
	}

	.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
		cursor: pointer;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		background: 0;
		color: inherit;
		border: 0;
		padding: 0 !important;
		font: inherit
	}

	.owl-carousel.owl-loading {
		opacity: 1;
		display: flex
	}

	.owl-carousel.owl-hidden {
		opacity: 0
	}

	.owl-carousel.owl-refresh .owl-item {
		visibility: hidden
	}

	.owl-carousel.owl-drag .owl-item {
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.owl-carousel.owl-grab {
		cursor: move;
		cursor: grab
	}

	.owl-carousel.owl-rtl {
		direction: rtl
	}

		.owl-carousel.owl-rtl .owl-item {
			float: right
		}

	.owl-carousel .animated {
		animation-duration: 1s;
		animation-fill-mode: both
	}

	.owl-carousel .owl-animated-in {
		z-index: 0
	}

	.owl-carousel .owl-animated-out {
		z-index: 1
	}

	.owl-carousel .fadeOut {
		animation-name: fadeOut
	}

@keyframes fadeOut {
	0 {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

	.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
		max-height: 0
	}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

	.owl-carousel .owl-video-play-icon:hover {
		-ms-transform: scale(1.3,1.3);
		transform: scale(1.3,1.3)
	}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

	.owl-theme .owl-nav [class*=owl-] {
		color: #FFF;
		font-size: 14px;
		margin: 5px;
		padding: 4px 7px;
		background: #d6d6d6;
		display: inline-block;
		cursor: pointer;
		border-radius: 3px
	}

		.owl-theme .owl-nav [class*=owl-]:hover {
			background: #869791;
			color: transparent;
			text-decoration: none
		}

	.owl-theme .owl-nav .disabled {
		opacity: .5;
		cursor: default
	}

		.owl-theme .owl-nav.disabled + .owl-dots {
			margin-top: 10px
		}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 5px;
		margin: 3px;
		background: #d6d6d6;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity .2s ease;
		border-radius: 30px
	}

	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background: #54647a;
		width: 20px;
		height: 5px
	}

.paisabase-slider {
	padding: 86px 0 38px
}

@media only screen and (max-width:767px) {
	.paisabase-slider {
		padding: 36px 0
	}
}

.paisabase-slider__wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0
}

	.paisabase-slider__wrapper h2 {
		font-weight: 700;
		font-size: 48px;
		line-height: 58px;
		color: #060b14;
		margin-bottom: 30px;
		text-align: center
	}

@media only screen and (max-width:767px) {
	.paisabase-slider__wrapper h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 18px
	}
}

.paisabase-slider .calc-slider__slide {
	padding: 18px 15px 10px;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0 0 11.53px 0 rgba(0,0,0,.12);
	margin: 6px
}

@media only screen and (max-width:767px) {
	.paisabase-slider .calc-slider__slide {
		margin: 6px 0 6px 18px
	}
}

.paisabase-slider .calc-slider__slide-head {
	min-height: 140px;
	text-align: center
}

	.paisabase-slider .calc-slider__slide-head img {
		width: auto !important;
		height: 67px;
		margin: auto auto 18px;
		vertical-align: middle
	}

	.paisabase-slider .calc-slider__slide-head a {
		font-weight: 500;
		font-size: 18px;
		line-height: 150%;
		color: #101828;
		text-align: center
	}

@media only screen and (max-width:767px) {
	.paisabase-slider .calc-slider__slide-head a {
		font-size: 16px;
		line-height: 24px;
		min-height: 48px
	}
}

.paisabase-slider .owl-carousel {
	position: relative
}

	.paisabase-slider .owl-carousel .owl-nav, .paisabase-slider .owl-carousel .owl-nav.disabled {
		display: block !important;
		position: relative;
		margin: 0
	}

		.paisabase-slider .owl-carousel .owl-nav + .owl-dots, .paisabase-slider .owl-carousel .owl-nav.disabled + .owl-dots {
			margin-top: 15px
		}

		.paisabase-slider .owl-carousel .owl-nav .owl-prev, .paisabase-slider .owl-carousel .owl-nav.disabled .owl-prev {
			position: absolute;
			top: -115px;
			left: -75px;
			transform: translate(50%,0);
			margin: 0;
			color: transparent
		}

			.paisabase-slider .owl-carousel .owl-nav .owl-prev span, .paisabase-slider .owl-carousel .owl-nav.disabled .owl-prev span {
				display: inline-block;
				width: 48px;
				height: 49px;
				background-color: #FFF;
				color: transparent;
				background-image: url(https://storage.googleapis.com/5paisa-prod-storage/pages/calculators/left-chevron.svg)
			}

		.paisabase-slider .owl-carousel .owl-nav .owl-next, .paisabase-slider .owl-carousel .owl-nav.disabled .owl-next {
			position: absolute;
			top: -115px;
			right: -25px;
			transform: translate(50%,0);
			margin: 0;
			color: transparent
		}

			.paisabase-slider .owl-carousel .owl-nav .owl-next span, .paisabase-slider .owl-carousel .owl-nav.disabled .owl-next span {
				display: inline-block;
				width: 48px;
				height: 49px;
				background-color: #FFF;
				color: transparent;
				background-image: url(https://storage.googleapis.com/5paisa-prod-storage/pages/calculators/right-chevron.svg)
			}

.paisabase-top-funds {
	padding: 48px 0 38px
}

@media only screen and (max-width:767px) {
	.paisabase-top-funds {
		padding: 0 10px 47px
	}
}

.paisabase-top-funds__wrapper {
	max-width: 1147px;
	margin: auto
}

	.paisabase-top-funds__wrapper h2 {
		font-weight: 500;
		font-size: 48px;
		line-height: 150%;
		text-align: center;
		color: #060b14;
		margin-bottom: 36px;
		text-transform: capitalize
	}

@media only screen and (max-width:767px) {
	.paisabase-top-funds__wrapper h2 {
		font-weight: 700;
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 16px
	}
}

.paisabase-top-funds__wrapper .top-funds__wrapper {
	padding: 0 20px
}

@media only screen and (max-width:767px) {
	.paisabase-top-funds__wrapper .top-funds__wrapper {
		padding: 0
	}
}

.paisabase-top-funds__wrapper .top-funds-list__wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px
}

	.paisabase-top-funds__wrapper .top-funds-list__wrapper::-webkit-scrollbar-track {
		background-color: #e4e7ec;
		-webkit-border-radius: 4px;
		border-radius: 4px
	}

	.paisabase-top-funds__wrapper .top-funds-list__wrapper::-webkit-scrollbar-thumb {
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #aaa
	}

	.paisabase-top-funds__wrapper .top-funds-list__wrapper::-webkit-scrollbar {
		width: 5px
	}

		.paisabase-top-funds__wrapper .top-funds-list__wrapper::-webkit-scrollbar:horizontal {
			height: 5px
		}

.paisabase-top-funds__wrapper .top-funds-list__box {
	flex: 0 0 32%;
	display: flex;
	flex-wrap: wrap;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 0 10.96px 0 rgba(0,0,0,.11);
	padding: 12px;
	gap: 14px
}

	.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left {
		flex: 0 0 65.42%;
		position: relative
	}

		.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left:after {
			content: "";
			position: absolute;
			right: -7px;
			top: 0;
			height: 100%;
			border-right: 1px solid #e4e7ec
		}

		.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left .top-funds-data {
			display: block;
			margin-bottom: 5px
		}

			.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left .top-funds-data .top-funds-data__head {
				display: flex;
				flex-wrap: wrap;
				align-items: center
			}

				.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left .top-funds-data .top-funds-data__head img {
					width: 36px;
					height: 36px;
					margin-right: 6px
				}

				.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left .top-funds-data .top-funds-data__head span {
					flex: 1;
					font-weight: 500;
					font-size: 14px;
					line-height: 150%;
					color: #060b14;
					display: -webkit-box;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;
					overflow: hidden
				}

			.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left .top-funds-data ul {
				display: flex;
				align-items: center;
				padding-left: 42px;
				gap: 8px
			}

				.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left .top-funds-data ul li {
					flex: 0 0 auto;
					font-weight: 400;
					font-size: 10px;
					line-height: 150%;
					color: #060b14;
					position: relative
				}

					.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left .top-funds-data ul li:after {
						content: "";
						position: absolute;
						top: 8px;
						right: -4px;
						width: 1px;
						height: 1px;
						background: #060b14
					}

					.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left .top-funds-data ul li:last-child:after {
						content: none
					}

					.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left .top-funds-data ul li .rating__wrapper {
						display: flex;
						flex-wrap: wrap;
						align-items: center
					}

						.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left .top-funds-data ul li .rating__wrapper .star {
							display: inline-block;
							width: 11px;
							height: 11px;
							background: url(https://storage.googleapis.com/5paisa-prod-storage/pages/blog-images/star.svg) no-repeat;
							transform: scale(.7)
						}

						.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left .top-funds-data ul li .rating__wrapper .star-blank {
							display: inline-block;
							width: 11px;
							height: 11px;
							background: url(https://storage.googleapis.com/5paisa-prod-storage/newicon/star-blank.svg) no-repeat;
							transform: scale(.7)
						}

		.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left ul {
			display: flex;
			gap: 10px
		}

			.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left ul li {
				flex: 1;
				font-weight: 500;
				font-size: 14px;
				line-height: 150%;
				text-align: center;
				color: #344054
			}

				.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left ul li .fund-price {
					display: inline-block;
					font-weight: 500;
					font-size: 12px;
					line-height: 150%;
					color: #344054
				}

				.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left ul li span {
					display: block;
					font-weight: 400;
					font-size: 12px;
					line-height: 150%;
					text-align: center;
					color: #a4acba
				}

	.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__right {
		flex: 0 0 30%;
		text-align: center
	}

		.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__right ul {
			display: block;
			margin-top: 10px;
			margin-bottom: 20px
		}

			.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__right ul li {
				font-weight: 500;
				font-size: 18px;
				line-height: 150%;
				color: #060b14
			}

				.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__right ul li:last-child {
					font-weight: 400;
					font-size: 12px;
					line-height: 150%;
					color: #8a95a8
				}

		.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__right .top-funds__btn a {
			display: block;
			font-weight: 500;
			font-size: 12px;
			line-height: 150%;
			color: #FFF;
			background: #e31b54;
			border-radius: 3px;
			padding: 7px 10px;
			max-width: 73px;
			margin: auto;
			text-align: center
		}

@media only screen and (max-width:767px) {
	.paisabase-top-funds__wrapper .top-funds-list__wrapper {
		display: block
	}

	.paisabase-top-funds__wrapper .top-funds-list__box {
		margin-bottom: 12px
	}

		.paisabase-top-funds__wrapper .top-funds-list__box .top-funds-listbox__left {
			flex: 0 0 65%
		}
}

.paisabase-calc-accordian {
	padding: 48px 15px 66px
}

@media only screen and (max-width:767px) {
	.paisabase-calc-accordian {
		padding: 20px 15px;
		padding-top: 0
	}
}

.paisabase-calc-accordian__wrapper {
	max-width: 1125px;
	margin: auto
}

	.paisabase-calc-accordian__wrapper h2 {
		font-weight: 500;
		font-size: 38px;
		line-height: 48px;
		color: #060b14;
		margin-bottom: 70px
	}

@media only screen and (max-width:767px) {
	.paisabase-calc-accordian__wrapper h2 {
		font-weight: 700;
		font-size: 24px;
		line-height: 150%;
		color: #000;
		margin-bottom: 34px
	}
}

.paisabase-calc-accordian__wrapper .calc-accordian__click {
	position: relative
}

	.paisabase-calc-accordian__wrapper .calc-accordian__click:first-child {
		margin-top: 0
	}

@media only screen and (max-width:767px) {
	.paisabase-calc-accordian__wrapper .calc-accordian__click {
		margin-top: 24px
	}
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title {
	margin-bottom: 0
}

	.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a {
		display: block;
		padding: 21px 57px 21px 16px;
		border-radius: 6px 6px 0 0;
		background: #f9fafb;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,.12);
		font-weight: 700;
		font-size: 24px;
		line-height: 36px;
		color: #101828
	}

@media only screen and (max-width:767px) {
	.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a {
		padding: 16px 36px 16px 16px;
		font-size: 14px;
		line-height: 21px
	}
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a:first-child {
	margin-top: 0
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a:before {
	content: "";
	position: absolute;
	top: 37px;
	right: 22px;
	border: solid #060b14;
	border-width: 0 0 2px 2px;
	display: inline-block;
	padding: 5px;
	transform: rotate(136deg)
}

@media only screen and (max-width:767px) {
	.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a:before {
		padding: 3px;
		border-width: 0 0 1px 1px;
		top: 26px;
		right: 16px
	}
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a:after {
	content: "";
	position: absolute;
	right: 56px;
	top: 15px;
	height: 48px;
	border-right: 1px solid #e4e7ec
}

@media only screen and (max-width:767px) {
	.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a:after {
		top: 12px;
		right: 36px;
		height: 30px
	}
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a.collapsed {
	border-radius: 12px;
	margin-bottom: 20px
}

@media only screen and (max-width:767px) {
	.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a.collapsed {
		border-radius: 8px;
		margin-bottom: 16px
	}
}

.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a.collapsed:before {
	top: 30px;
	transform: rotate(-45deg)
}

@media only screen and (max-width:767px) {
	.paisabase-calc-accordian__wrapper .calc-accordian__click .accordian-title a.collapsed:before {
		top: 20px
	}
}

.paisabase-calc-accordian__wrapper .calc-accordian__open {
	padding: 8px;
	background: #f9fafb;
	margin-bottom: 20px
}

@media only screen and (max-width:767px) {
	.paisabase-calc-accordian__wrapper .calc-accordian__open {
		padding: 8px 16px;
		margin-bottom: 16px
	}
}

.paisabase-calc-accordian__wrapper .calc-accordian__open p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
	.paisabase-calc-accordian__wrapper .calc-accordian__open p {
		font-size: 12px;
		line-height: 18px
	}
}

.paisabase-faqs-accordian {
	padding: 86px 15px 66px;
	background-color: #f9fafb
}

@media only screen and (max-width:767px) {
	.paisabase-faqs-accordian {
		padding: 10px 15px
	}
}

.paisabase-faqs-accordian__wrapper {
	max-width: 1125px;
	margin: auto
}

	.paisabase-faqs-accordian__wrapper h3 {
		font-weight: 500;
		font-size: 38px;
		line-height: 48px;
		color: #060b14;
		margin-bottom: 70px
	}

@media only screen and (max-width:767px) {
	.paisabase-faqs-accordian__wrapper h3 {
		font-weight: 700;
		font-size: 24px;
		line-height: 150%;
		color: #000;
		margin-bottom: 34px
	}
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click {
	position: relative
}

	.paisabase-faqs-accordian__wrapper .faqs-accordian__click:first-child {
		margin-top: 0
	}

@media only screen and (max-width:767px) {
	.paisabase-faqs-accordian__wrapper .faqs-accordian__click {
		margin-top: 24px
	}
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title {
	margin-bottom: 0
}

	.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a {
		display: block;
		position: relative;
		border-bottom: 1px solid #e4e7ec;
		margin: 0 0 30px;
		padding: 10px 30px 30px;
		font-weight: 500;
		font-size: 16px;
		line-height: 149%;
		color: #000
	}

@media only screen and (max-width:767px) {
	.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a {
		margin-bottom: 21px;
		padding-left: 0;
		padding-bottom: 21px;
		padding-top: 0
	}
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a:before {
	content: "";
	position: absolute;
	top: 17px;
	right: 10px;
	border: solid #060b14;
	border-width: 0 0 2px 2px;
	display: inline-block;
	padding: 5px;
	transform: rotate(136deg)
}

@media only screen and (max-width:767px) {
	.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a:before {
		padding: 3px;
		border-width: 0 0 1px 1px;
		top: 10px;
		right: 16px
	}
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a.collapsed {
	margin-bottom: 20px
}

	.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a.collapsed:before {
		top: 10px;
		transform: rotate(-45deg)
	}

@media only screen and (max-width:767px) {
	.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a.collapsed:before {
		top: 6px
	}
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__open {
	padding: 0 30px 40px
}

@media only screen and (max-width:767px) {
	.paisabase-faqs-accordian__wrapper .faqs-accordian__open {
		padding-left: 0;
		padding-right: 0
	}
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__open p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
	.paisabase-faqs-accordian__wrapper .faqs-accordian__open p {
		font-size: 12px;
		line-height: 18px
	}
}

@media only screen and (max-width:767px) {
	.noTitle {
		padding-top: 0 !important
	}
}

#block-fivepaisa-breadcrumbs {
	padding-top: 50px
}

.arrows li {
	padding-right: 27px;
	font-size: 14px
}

	.arrows li:after {
		right: 9px;
		top: 6px
	}

.top-title.breadcrumb li a, .top-title.breadcrumb li span {
	font-size: 14px
}

@media only screen and (max-width:767px) {
	#block-fivepaisa-breadcrumbs {
		padding-top: 50px !important
	}

	.arrows li {
		font-size: 12px
	}

		.arrows li:after {
			right: 8px;
			top: 4px
		}

	.top-title.breadcrumb li a, .top-title.breadcrumb li span {
		font-size: 12px
	}
}

.block-system-breadcrumb .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 15px 0;
	padding: 15px 0;
	background-color: #fff
}

@media only screen and (max-width:767px) {
	.block-system-breadcrumb .breadcrumb {
		margin-top: 0;
		padding-top: 0
	}
}

.block-system-breadcrumb .breadcrumb li {
	list-style-type: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #4fc4f6 !important;
	position: relative;
	padding-right: 35px
}

	.block-system-breadcrumb .breadcrumb li:last-child {
		padding-right: 0
	}

		.block-system-breadcrumb .breadcrumb li:last-child:after {
			content: none
		}

	.block-system-breadcrumb .breadcrumb li:after {
		content: "";
		position: absolute;
		top: 8px;
		right: 15px;
		border: solid #060b14;
		border-width: 0 0 2px 2px;
		display: inline-block;
		padding: 3px;
		transform: rotate(-136deg)
	}

	.block-system-breadcrumb .breadcrumb li a {
		color: #4fc4f6 !important
	}

@media only screen and (max-width:767px) {
	.block-system-breadcrumb .breadcrumb li {
		font-size: 12px;
		line-height: 14px;
		padding-right: 24px
	}

		.block-system-breadcrumb .breadcrumb li:after {
			top: 5px;
			right: 11px;
			border-width: 0 0 1px 1px;
			padding: 2px
		}
}

.breadcrumb-wrapper {
	display: none
}

.paisabase-openaccount__wrapper {
	max-width: 1125px;
	margin: 0 auto 40px;
	padding: 56px 0 0;
}

@media only screen and (max-width: 767px) {
	.paisabase-openaccount__wrapper {
		padding-top: 0;
		margin-bottom: 0;
		background: #fff;
		border: 1px solid #f4f8fe;
		box-shadow: 0 21.06px 42.13px -10.53px rgba(16, 24, 40, 0.15);
		border-radius: 7px;
	}
}

@media only screen and (max-width: 767px) {
	.paisabase-openaccount__wrapper .paisabase-openaccount__box {
		padding: 14px 23px 24px;
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg {
	margin-top: 10px;
}

	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead {
		position: relative;
	}

		.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead input {
			background-color: #f9fafb;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-ms-border-radius: 4px;
			-o-border-radius: 4px;
			border-radius: 4px;
			height: 48px;
			max-width: 372px;
			width: 100%;
			font-size: 17px;
			padding: 10px 10px 10px 55px;
			line-height: 18px;
			color: #1d2939;
			border: 1.5px solid #c4c4c4;
		}

		.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead button {
			max-width: 202px;
			margin-left: 20px;
		}

@media only screen and (max-width: 767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead button {
		max-width: 100%;
		margin: 22px 0 0;
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead span.number {
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 16px;
	line-height: 18px;
}

@media only screen and (max-width: 767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead span.number {
		font-size: 14px;
		top: 15px;
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead span.number:after {
	content: "";
	position: absolute;
	right: -6px;
	top: -1px;
	width: 1px;
	height: 20px;
	background-color: #e6e9ed;
}

@media only screen and (max-width: 767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__lead .error-msgtext {
		font-size: 12px;
		position: absolute;
		top: 45px;
		left: 0;
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply {
	margin-top: 16px;
	display: flex;
	gap: 20px;
	max-width: 290px;
}

@media only screen and (max-width: 767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply {
		gap: 8px;
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li {
	position: relative;
}

	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li input {
		font-weight: 400;
		font-size: 10.75px;
		line-height: 14px;
		background: #f4f8fe;
		height: 31.19px;
		padding: 7px 12px;
		text-align: center;
		border-radius: 2px;
		color: #344054;
		border: 1px solid #f4f8fe;
		text-transform: uppercase;
	}

@media only screen and (max-width: 767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li input {
		padding: 5px 0;
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li.promouse__text {
	background-color: #eff8ff;
	border: 1px solid #d1e9ff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 8px;
	font-size: 12px;
	color: #1570ef;
}

	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li.promouse__text strong {
		font-weight: 500;
	}

@media only screen and (max-width: 767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li.promouse__text {
		padding: 5px;
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li .apply__btnwrap {
	margin-top: 0;
	background-color: #eff8ff;
	border: 1px solid #d1e9ff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 8px;
	font-size: 12px;
	color: #1570ef;
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .paisabase-block__offerapply li .apply__btnwrap {
		padding: 5px;
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .homebase-block__tac {
	margin-top: 12px;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #475467;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.paisabase-openaccount__wrapper .paisabase-block__mobilebg .homebase-block__tac {
		font-size: 10px;
		line-height: 14px;
		text-align: center;
	}
}

.paisabase-openaccount__wrapper .paisabase-block__mobilebg .homebase-block__tac a {
	color: #1570ef;
}

.paisabase-openaccount__wrapper h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	color: #060b14;
}

@media only screen and (max-width: 767px) {
	.paisabase-openaccount h2 {
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
		color: #060b14;
		margin-bottom: 16px;
	}
}

.paisabase-openaccount {
	background-color: #f9fafb;
	padding: 50px 0#4fc4f6
