@font-face {
	font-family: RobotoMonoRegular;
	src: url(../fonts/RobotoMonoRegular.eot);
	src: url(../fonts/RobotoMonoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoMonoRegular.woff2) format("woff2"), url(../fonts/RobotoMonoRegular.woff) format("woff"), url(../fonts/RobotoMonoRegular.ttf) format("truetype"), url(../fonts/RobotoMonoRegular.svg#RobotoMonoRegular) format("svg");
	font-weight: 400;
	font-style: normal
}

.orangeText {
	color: #f5821f !important
}

.navbar {
	margin-top: -20px
}

.loader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	overflow: hidden;
	animation-delay: 1s;
	z-index: 1000000;
	position: fixed;
	background: #fff;
	width: 100%;
	top: 0
}

.item-1 {
	width: 20px;
	height: 20px;
	background: #eed968;
	border-radius: 50%;
	background-color: #f58220;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center
}

@keyframes scale {
	0 {
		transform: scale(1)
	}

	50%,
	75% {
		transform: scale(2.5)
	}

	100%,
	78% {
		opacity: 0
	}
}

.item-1:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #eed968;
	opacity: .7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: .2s;
	transition: .5s all ease;
	transform: scale(1)
}

.item-2 {
	width: 20px;
	height: 20px;
	background: #f583a1;
	border-radius: 50%;
	background-color: #e88e42;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center
}

@keyframes scale {
	0 {
		transform: scale(1)
	}

	50%,
	75% {
		transform: scale(2.5)
	}

	100%,
	78% {
		opacity: 0
	}
}

.item-2:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #eece68;
	opacity: .7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: .4s;
	transition: .5s all ease;
	transform: scale(1)
}

.item-3 {
	width: 20px;
	height: 20px;
	background: #f583a1;
	border-radius: 50%;
	background-color: #eec368;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center
}

@keyframes scale {
	0 {
		transform: scale(1)
	}

	50%,
	75% {
		transform: scale(2.5)
	}

	100%,
	78% {
		opacity: 0
	}
}

.item-3:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #eec368;
	opacity: .7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: .6s;
	transition: .5s all ease;
	transform: scale(1)
}

.item-4 {
	width: 20px;
	height: 20px;
	background: #f583a1;
	border-radius: 50%;
	background-color: #eead68;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center
}

@keyframes scale {
	0 {
		transform: scale(1)
	}

	50%,
	75% {
		transform: scale(2.5)
	}

	100%,
	78% {
		opacity: 0
	}
}

.item-4:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #eead68;
	opacity: .7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: .8s;
	transition: .5s all ease;
	transform: scale(1)
}

.item-5 {
	width: 20px;
	height: 20px;
	background: #f583a1;
	border-radius: 50%;
	background-color: #ffab63;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center
}

@keyframes scale {
	0 {
		transform: scale(1)
	}

	50%,
	75% {
		transform: scale(2.5)
	}

	100%,
	78% {
		opacity: 0
	}
}

.item-5:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ee8c68;
	opacity: .7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 1s;
	transition: .5s all ease;
	transform: scale(1)
}

a[href^="tel:"] {
	pointer-events: none
}

.row-float {
	display: contents
}

.invst-btn {
	padding-bottom: 50px;
	text-align: center
}

.invst-btn .btn {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #f58220;
	padding: 12px 20px;
	display: inline-block;
	border-radius: 4px;
	border-color: #f58220
}

.invst-btn .btn:hover {
	color: #fff;
	background: #f58220;
	padding: 12px 20px;
	border-color: #f58220;
	outline: 0;
	box-shadow: none
}

.invst-btn .btn:hover {
	color: #043b72
}

.invst-btn .btn .fa {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 14px;
	margin-left: 6px;
	font-size: 18px
}

.cobrand_form .form-control::placeholder,
.homeInvestments .form-control::placeholder {
	color: #c4cdd2 !important
}

.cobrand_form .form-control:-ms-input-placeholder,
.homeInvestments .form-control:-ms-input-placeholder {
	color: #c4cdd2 !important
}

.cobrand_form .form-control::-ms-input-placeholder,
.homeInvestments .form-control::-ms-input-placeholder {
	color: #c4cdd2
}

.bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner {
	color: #c4cdd2
}

a.selected,
a:hover {
	color: #004279
}

.navbar-light .navbar-toggler-icon {
	background: 0
}

.formField .form-control {
	border: 1px solid #cad3df;
	background: #eee;
	font-size: 24px;
	color: #2b76a2;
	height: 50px;
	border-radius: 0
}

.fordesktop {
	display: block
}

.forMobile {
	display: none
}

.nav-icon2 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 27%;
	background: #f58220;
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.nav-icon2 span:nth-child(even) {
	left: 45%;
	border-radius: 0
}

.nav-icon2 span:nth-child(odd) {
	left: 10px;
	border-radius: 0
}

.nav-icon2 span:nth-child(1),
.nav-icon2 span:nth-child(2) {
	top: 0
}

.nav-icon2 span:nth-child(3),
.nav-icon2 span:nth-child(4) {
	top: 10px
}

.nav-icon2 span:nth-child(5),
.nav-icon2 span:nth-child(6) {
	top: 20px
}

.nav-icon2.open span:nth-child(1),
.nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.nav-icon2.open span:nth-child(2),
.nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.nav-icon2.open span:nth-child(1) {
	left: 11px;
	top: 6px
}

.nav-icon2.open span:nth-child(2) {
	left: calc(50% - 7px);
	top: 6px
}

.nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0
}

.nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0
}

.nav-icon2.open span:nth-child(5) {
	left: 10px;
	top: 15px
}

.nav-icon2.open span:nth-child(6) {
	left: calc(50% - 7px);
	top: 15px
}

.mainBannerCont {
	min-height: 529px
}

.bannerText {
	position: absolute;
	left: 66%;
	top: 43%;
	max-width: 521px;
	transform: translate(-55%, -43%)
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: text
}

.phone_icon {
	position: relative;
	right: 0;
	display: inline-block;
	top: 0;
	transition: all ease .5s;
	cursor: pointer
}

.slidewrap {
	position: absolute;
	display: inline-block;
	background: #f5821f;
	color: #fff;
	width: 118px;
	top: 0;
	left: 40px;
	height: 40px;
	text-align: center;
	padding-top: 10px
}

.slideRight {
	right: 120px
}

.side-baroverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: 0;
	display: none
}

.caption h1 {
	font-size: 60px
}

.caption p {
	font-size: 36px
}

.input-group-prepend {
	position: relative
}

.input-group-prepend .input-group-text {
	position: absolute;
	background: no-repeat;
	left: -35px;
	top: 9px
}

.setgoal .error_message {
	left: 5px;
	bottom: -10px
}

.setgoal label {
	position: relative;
	left: 7px;
	height: 46px;
	margin-bottom: 0;
	vertical-align: top
}

.homeInvestments label {
	max-width: 240px
}

.homeInvestments .bootstrap-select .dropdown-menu.inner {
	overflow: auto;
	max-height: 200px
}

.footerHelpUsBox .form-control {
	background: 0
}

.footerHelpUsBox .form-group .fa {
	color: #fde2cb
}

.footer {
	margin-top: 127px
}

.navbar-light .navbar-toggler-icon {
	margin-top: 23px
}

.caption a {
	margin-top: 0
}

.form-control:focus {
	box-shadow: none
}

.error_message {
	display: none;
	font-size: 12px;
	color: #941919;
	position: relative;
	left: 20px;
	bottom: -5px
}

.footerHelpUs .error_message {
	left: 7px;
	bottom: -20px
}

.footerHelpUsBox .captcha {
	float: none;
	margin: 0 auto;
	max-width: 100%
}

.capt {
	display: inline-block
}

.footerHelpUsBox .captcha .form-control {
	display: inline;
	margin-right: 11px;
	width: 47.5%
}

.footerHelpUsBox .footer_submit {
	float: none;
	margin-top: 13px;
	text-align: center
}

.wishToInvest {
	max-width: 540px;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 99999999;
	display: none;
	width: 90%
}

.wishToInvestWrap {
	padding: 30px 37px;
	text-align: center
}

.wishToInvestWrap h2 {
	font-size: 18px;
	color: #004279;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px
}

.wishToInvestWrap input {
	max-width: 100%;
	padding: 1rem 2rem;
	font-size: 14px;
	margin-bottom: .5rem
}

.wishToInvestWrap select {
	max-width: 100%;
	font-size: 14px
}

.wishToInvestWrap .bootstrap-select .btn {
	max-width: 100%;
	font-size: 14px;
	margin-bottom: .5rem;
	padding: .469rem .75rem
}

.wishToInvestWrap .captcha {
	text-align: left;
	margin-bottom: 34px
}

.wishToInvestWrap img {
	text-align: left
}

.wishToInvestWrap .error_message {
	text-align: left;
	padding-top: 5px;
	position: absolute;
	left: 20px;
	bottom: -21px
}

.wishToInvestWrap .captchaSec .error_message {
	bottom: 42px
}

.wishToInvestWrap .captchaSec img {
	margin-left: 0;
	margin-top: 13px
}

.wishToInvestWrap .captchaSec .refresh {
	margin-left: 10px
}

.wishToInvestWrap .iconCont {
	position: absolute;
	top: 10px;
	left: 26px
}

.wishToInvestWrap .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	color: #495057
}

.wishToInvestWrap .bootstrap-select .dropdown-menu li.active a span.text {
	color: #fff
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle,
.wishToInvestWrap .bootstrap-select .dropdown-toggle:focus,
.wishToInvestWrap .btn-light,
.wishToInvestWrap .btn-light:hover,
.wishToInvestWrap .btn-light:not(:disabled):not(.disabled):active {
	color: #495057;
	border: 1px solid #cad3df;
	background: #e6e7e4;
	outline: 0 !important
}

.wishToInvestWrap .form-group {
	margin-bottom: 2rem
}

.formOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	background: rgba(0, 0, 0, 0.5);
	display: none
}

.iconClose {
	position: absolute;
	right: 10px;
	color: #000;
	top: 5px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer
}

.commanBtn {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #f58220;
	padding: 12px 20px;
	display: inline-block;
	border-radius: 4px;
	text-align: center
}

.commanBtn button {
	border: 0;
	color: #fff;
	background: 0
}

ul.topBar {
	position: relative;
	margin-right: 20px
}

.mobileText {
	display: none
}

.searchOpen {
	width: auto;
	float: right;
	margin-top: 6px;
	cursor: pointer
}

.search-box2 {
	width: auto;
	padding: 0;
	float: right;
	position: relative
}

.searchAppear {
	width: 293px;
	position: absolute;
	right: -8px;
	display: none;
	background: #fff;
	z-index: 999
}

.search-box2 .searchField {
	width: 242px;
	border: 0 solid #f5821f;
	outline: 0;
	float: left;
	font-size: 15px;
	color: #495057;
	padding: 5px 5px;
	margin: 1px 0 0 0;
	font-family: "Noto Sans", sans-serif;
	border: 1px solid #f5821f;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}

.search-box2 .submitBtn {
	width: 51px;
	height: 35px !important;
	background-color: #da6d0d;
	border: 0;
	cursor: pointer;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: url(../img/search2.png) !important;
	background-repeat: no-repeat;
	background-position: center;
	float: right
}

.search-box2 .field:focus {
	outline: 0
}

.assetGlanceSlide.owl-carousel {
	display: inline-flex
}

.homeFundPlan {
	width: 100%
}

.InvestmentsPlanIcon {
	margin-bottom: 30px
}

.InvestmentsPlanIcon .owl-nav button.owl-prev {
	left: 0 !important;
	position: absolute
}

.homeInvestments .owl-theme .owl-nav [class*="owl-"]:hover {
	background: 0;
	color: #9aa0a2
}

.homeFundPlanSec .owl-theme .owl-dots,
.owl-theme .owl-nav {
	margin: 0 auto
}

.goal_plan_sec .owl-theme .owl-dots .owl-dot.active span,
.homeFundPlanSec .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #f58220
}

.goal_plan_sec .owl-theme .owl-dots .owl-dot span,
.homeFundPlanSec .owl-theme .owl-dots .owl-dot span {
	background: #cecfcd;
	width: 50px;
	height: 5px;
	border-radius: 0
}

.assetsChart,
.cumulativeChart {
	height: 400px;
	width: 100%;
	margin-top: 15px
}

.allocatHistory,
.marketCapHistory {
	min-width: 310px;
	height: 400px;
	margin: 20px auto 0 auto
}

.assetAllocat {
	min-width: 310px;
	height: 350px;
	max-width: 500px;
	margin: 20px auto 0 auto
}

.marketCap {
	min-width: 310px;
	height: 350px;
	max-width: 500px;
	margin: 20px auto 0 auto
}

.highcharts-credits {
	display: none
}

.quickLinkHome {
	margin-top: -63px
}

.footerSocail a {
	transition: .5s
}

.footerSocail a:hover {
	color: #004279
}

.milestoneTimeline .timelinestage {
	position: relative
}

.milestoneTimeline .timelinestage:after {
	position: absolute;
	content: "";
	left: 0;
	top: 41px;
	border-bottom: 3px solid #f5821f;
	z-index: -1;
	width: 100%
}

#sync2 .item:before {
	position: absolute;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	left: 44%;
	top: 31px;
	content: ""
}

.timeline .date {
	margin-top: 7px;
	text-align: center
}

.events-content {
	padding-top: 37px
}

.events-content h3 {
	font-size: 26px;
	color: #f5821f
}

.events-content p {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #004279;
	font-weight: 700;
	position: relative
}

.events-content li {
	list-style-type: none
}

.events-content p:before {
	background: #f5821f;
	width: 15px;
	height: 5px;
	position: absolute;
	left: -25px;
	top: 11px;
	content: ""
}

.timeline .current {
	font-size: 30px;
	color: #004279;
	font-weight: 700
}

.timeline .current .date {
	position: relative;
	top: -12px;
	left: 4px
}

#sync2 .item:after {
	position: absolute;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	left: 47%;
	top: 34px;
	content: "";
	border: 3px solid #f5821f;
	background-color: #fff
}

.owl-carousel#sync2a {
	transform: rotate(90deg);
	width: 350px !important;
	position: absolute;
	left: -150px;
	top: 163px;
	height: 200px !important
}

.owl-carousel#sync2a .item {
	transform: rotate(-90deg);
	padding: 7px;
	text-align: center;
	border-top: 1px solid #f5821f;
	height: 100px !important;
	width: 100px !important
}

.owl-carousel#sync2a .timeline .current .date {
	top: 0;
	left: 0
}

.timeline .owl-carousel .owl-nav button.owl-prev {
	background: url(../img/prev_v.png);
	position: absolute;
	left: -51px;
	top: -10px;
	width: 47px;
	height: 49px;
	background-repeat: no-repeat;
	transform: rotate(143deg)
}

.timeline .owl-carousel .owl-nav button.owl-next {
	background: url(../img/next_v.png);
	position: absolute;
	right: -51px;
	top: -10px;
	width: 47px;
	height: 49px;
	background-repeat: no-repeat;
	transform: rotate(143deg)
}

.timeline .owl-carousel#sync1 .owl-nav button.owl-next,
.timeline .owl-carousel#sync1 .owl-nav button.owl-prev,
.timeline .owl-carousel#sync1a .owl-nav button.owl-next,
.timeline .owl-carousel#sync1a .owl-nav button.owl-prev {
	display: none
}

.timeline .owl-carousel#sync2a .owl-nav button.owl-prev {
	left: -62px;
	top: 1px;
	transform: rotate(270deg)
}

.timeline .owl-carousel#sync2a .owl-nav button.owl-next {
	right: -63px;
	top: -3px;
	transform: rotate(146deg)
}

.awardsTimelineRight {
	padding-left: 87px
}

#timeline {
	width: 89% !important
}

.awardsTimeline #dates li {
	width: 100px;
	list-style: none;
	width: 100px;
	height: auto;
	line-height: normal;
	font-size: 24px;
	padding: 8px 0 10px 0;
	border-top: 1px solid #f5821f;
	border-bottom: 1px solid #f5821f;
	text-align: center;
	font-weight: 700;
	background: 0
}

.awardsTimeline #dates {
	width: 100px;
	height: 532px;
	overflow: hidden;
	float: left
}

.awardsTimeline #issues {
	height: 11200px;
	margin-top: -1600px
}

.awardsTimeline #timeline {
	background: 0
}

#prev,
.awards #next {
	left: 0
}

.awards #next {
	bottom: 30%;
	background-image: url(../img/next_v.png)
}

.awards #prev {
	top: 30%;
	background-image: url(../img/prev_v.png)
}

.years p {
	display: inline-block;
	font-size: 14px;
	padding-left: 10px;
	color: #9fa7a8
}

.years a {
	color: #9fa7a8;
	font-size: 14px;
	position: relative;
	padding: 10px 6px
}

.years a:after {
	position: absolute;
	background-color: #d5d9da;
	width: 2px;
	height: 15px;
	right: -3px;
	top: 14px;
	content: ""
}

.years p a:after {
	display: none
}

.years a:hover {
	color: #004279
}

.years a.active {
	color: #f58220
}

.years a:last-child:after {
	background: 0
}

.yearsdiff p {
	display: inline-block;
	font-size: 14px;
	padding-left: 10px;
	color: #9fa7a8
}

.yearsdiff a {
	color: #9fa7a8;
	font-size: 14px;
	position: relative;
	padding: 10px 6px
}

.yearsdiff a:after {
	position: absolute;
	background-color: #d5d9da;
	width: 2px;
	height: 15px;
	right: -3px;
	top: 14px;
	content: ""
}

.yearsdiff p a:after {
	display: none
}

.yearsdiff a:hover {
	color: #004279
}

.yearsdiff a.active {
	color: #f58220
}

.yearsdiff a:last-child:after {
	background: 0
}

.fundSlider .homeFundPlan {
	box-shadow: 3px 14px 10px #c1bdbd
}

.fundSlider.owl-carousel {
	display: block
}

.fixed-funds {
	margin-top: -75px
}

.fixed-funds {
	margin-top: -75px
}

.hybrid-funds {
	margin-top: -70px
}

.hybrid-section {
	margin-top: 12%;
	margin-bottom: 17%
}

.fixed-income-section,
.hybrid-section {
	background: #e6e7e4;
	height: 530px;
	background-image: none
}

.fundSlider .owl-nav {
	z-index: 9999;
	top: 49%
}

.fundSlider .disabled {
	opacity: .5
}

.fundSlider .owl-nav button.owl-next,
.fundSlider .owl-nav button.owl-prev {
	width: 32px;
	height: 32px;
	background: #f58220;
	border-radius: 50%;
	color: #fff;
	font-size: 26px
}

.fundSlider .owl-nav button.owl-prev {
	right: 8px !important;
	position: absolute;
	top: -73px
}

.fundSlider .owl-nav button.owl-next {
	right: 8px !important;
	position: absolute;
	top: -5px
}

.fundSlider .owl-nav .fa-angle-right {
	left: 3px;
	top: -4px;
	position: relative
}

.fundSlider .owl-nav .fa-angle-left {
	left: 0;
	top: -4px;
	position: relative
}

.commanFundSlider .owl-nav button.owl-next,
.commanFundSlider .owl-nav button.owl-prev {
	width: 32px;
	height: 32px;
	background: #f58220;
	border-radius: 50%;
	color: #fff;
	font-size: 26px
}

.commanFundSlider .owl-nav .disabled {
	opacity: .5
}

.commanFundSlider .owl-theme .owl-nav [class*="owl-"]:hover {
	background: #003f7e
}

.commanFundSlider .owl-nav button.owl-prev {
	right: 60px !important;
	position: absolute;
	top: -73px
}

.commanFundSlider .owl-nav button.owl-next {
	right: 8px !important;
	position: absolute;
	top: -74px
}

.commanFundSlider .owl-nav .fa-angle-right {
	left: 3px;
	top: -4px;
	position: relative
}

.commanFundSlider .owl-nav .fa-angle-left {
	left: 0;
	top: -4px;
	position: relative
}

.commanFundSlider .owl-nav .disabled {
	opacity: .5
}

.selectList .feilds .errorText {
	display: none;
	font-size: 12px;
	color: #941919;
	padding-top: 10px;
	position: absolute;
	bottom: -10px;
	left: 20px
}

.selectList .btn-light {
	background: #e6e7e4;
	font-size: 20px;
	color: #2b76a2;
	height: 48px;
	border-radius: 0;
	max-width: 280px;
	border: 1px solid #e6e7e4
}

.selectList .bootstrap-select.form-control {
	border: 1px solid #cad3df
}

.selectList .selectEffect {
	max-width: 280px
}

.selectList .btn-light:not(:disabled):not(.disabled):active {
	color: #2b78a8
}

.selectList .btn-light.dropdown-toggle {
	color: #2b78a8
}

.selectList .dropdown-menu {
	background-color: #dae0e5;
	border-radius: 0;
	padding: 0;
	width: 100% !important;
	min-width: 100% !important
}

.selectList .dropdown-menu li {
	font-size: 20px;
	color: #2b76a2;
	width: 100%;
	display: block
}

.selectList .dropdown-menu li.active span.text {
	color: #fff
}

.dropdown-item:focus,
.dropdown-item:hover {
	background: #1e90ff
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	color: #2b76a2
}

.bootstrap-select .dropdown-menu li a span.text {
	color: #2b76a2
}

.bootstrap-select .dropdown-item:hover span.text {
	color: #fff
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #2b76a2 !important
}

.healthcare-filter .form-control {
	height: 50px
}

.homeFundPlan h5 .rupee {
	font-size: 15px;
	color: #004279;
	display: inline-block;
	padding-right: 5px
}

.homeFundPlan h5 .ammount {
	display: inline-block;
	font-size: 18px;
	color: #004279
}

.search_nav_wrap .selectList .btn-light {
	max-width: 100%
}

.search_nav_wrap .selectList .selectEffect {
	max-width: 100%
}

.datepicker {
	margin: 0
}

.bootstrap-datetimepicker-widget td.day {
	font-size: 14px
}

.datepicker table tr td.active.active {
	background-color: #f58220 !important
}

.bootstrap-datetimepicker-widget th {
	font-size: 14px
}

.bootstrap-datetimepicker-widget {
	width: 220px !important
}

.bootstrap-datetimepicker-widget td span {
	font-size: 14px
}

.return_with_asset.selectList .btn-light {
	font-size: 14px;
	height: 34px
}

.cumulative_returns.selectList .btn-light {
	font-size: 14px;
	height: 36px
}

.cumulative_returns .selectpickerWrap {
	margin-top: -44px
}

.return_with_asset.selectList .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	color: #004279
}

.return_with_asset.selectList .bootstrap-select>.dropdown-toggle.bs-placeholder {
	color: #004279 !important
}

.return_with_asset.selectList .dropdown-item {
	padding: 0 .5rem
}

.return_with_asset.selectList .dropdown-menu {
	padding: 0
}

.cumulative_returns.selectList .bootstrap-select .dropdown-menu li a span.text,
.return_with_asset.selectList .bootstrap-select .dropdown-menu li a span.text {
	font-size: 14px
}

.socialareaCont {
	width: 26%;
	float: right;
	position: relative
}

.shareSocialIcons {
	display: none;
	position: absolute;
	top: -38px;
	width: 115px;
	background: #fff;
	padding: 5px 5px;
	text-align: center;
	border-radius: 5px;
	left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: -1px 3px 13px #ccc
}

.shareSocialIcons:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fefefd;
	content: "";
	height: 0;
	left: 45%;
	position: absolute;
	width: 0;
	bottom: -0.5rem
}

.shareSocialIcons .list-inline {
	margin-bottom: 0
}

.shareSocialIcons li {
	display: inline-block
}

.socialSahre:hover .shareSocialIcons {
	display: block
}

.calculateSec .shareSocialIcons {
	top: -37px;
	left: 20px
}

.dividend {
	min-height: 249px
}

.cumulative_returns label,
.return_with_asset label {
	font-size: 14px;
	color: #83888b
}

.select_plan_wrap .form-control {
	font-size: 13px
}

.select_plan_wrap .form-control {
	padding: .375rem 0
}

.remuneration .buttonLook a {
	padding: 13px 20px
}

.remuneration .submit_btn {
	padding-top: 39px
}

.remunerationNoBg {
	background: 0
}

.inclaimed_container p {
	padding: 5px 39px;
	font-size: 15px;
	color: #004177
}

.modal-footer,
.modal-header {
	border-bottom: 0;
	border-top: 0
}

.thankYouPopup .modal-dialog {
	max-width: 600px
}

.thankYouPopup h2 {
	font-size: 25px;
	color: #004279;
	font-weight: 700;
	text-align: center
}

.closeBtn {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #000;
	opacity: 1;
	font-size: 33px;
	z-index: 999
}

.thankYouPopup p {
	color: #f58220;
	text-align: center;
	font-size: 14px;
	padding: 0 25px
}

.thankYouPopup .modal-body {
	padding: 30px 20px 28px
}

.panBox label {
	display: inline-block
}

.panBox .readOnly {
	color: #ccc
}

.panMask {
	position: relative;
	display: inline-block;
	position: relative
}

.panBox {
	position: relative
}

.panBox input {
	font-size: 2rem;
	position: absolute;
	top: 0;
	background: 0;
	letter-spacing: 6px;
	font-family: RobotoMonoRegular;
	text-transform: uppercase;
	border: 1px solid #cad3df;
	background: #e6e7e4;
	font-size: 17px
}

.panBox .inputPanNo {
	position: absolute;
	top: 0;
	background: 0;
	font-family: RobotoMonoRegular;
	text-transform: uppercase
}

.panNoSection {
	position: relative;
	width: 100%;
	min-height: 26px
}

.panNoSection .errorText {
	display: none;
	font-size: 13px;
	color: #941919;
	position: absolute;
	left: 0;
	bottom: -25px;
	z-index: 99
}

.panNoSection .disabledPointer {
	pointer-events: none
}

.panNoSection .inputAnimation {
	height: 44px
}

.panNoSection.feilds .input {
	z-index: 11
}

.panInputWrap .check_mark {
	top: -54px
}

.panInputWrap .inputPanNo:nth-child(1) {
	z-index: 12
}

.panInputWrap .inputPanNo:nth-child(2) {
	z-index: 13
}

.panInputWrap .inputPanNo:nth-child(3) {
	z-index: 14
}

.panInputWrap .inputPanNo:nth-child(1),
.panMaskWrap .readOnly:nth-child(2) {
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 .5rem;
	height: 50px
}

.panInputWrap .inputPanNo:nth-child(2),
.panMaskWrap .readOnly:nth-child(3) {
	top: 0;
	left: 84px;
	width: calc(100% - 84px);
	padding: 0 .5rem;
	height: 50px;
	border-left: 0
}

.panInputWrap .inputPanNo:nth-child(3),
.panMaskWrap .readOnly:nth-child(4) {
	top: 0;
	left: 151px;
	width: calc(100% - 151px);
	padding: 0 .5rem;
	height: 50px;
	border-left: 0
}

.panMaskWrap .readOnly:nth-child(2),
.panMaskWrap .readOnly:nth-child(3),
.panMaskWrap .readOnly:nth-child(4) {
	color: #bfbebe !important;
	z-index: 10
}

.panInputWrap .inputPanNo:nth-child(1),
.panInputWrap .inputPanNo:nth-child(2),
.panInputWrap .inputPanNo:nth-child(3) {
	opacity: 1
}

.calculateFund .input-group-text {
	left: -1px;
	top: 1px;
	z-index: 9;
	padding: .8rem 1rem
}

.calculateFund .form-control {
	padding-left: 55px
}

.fundgraph {
	height: 400px;
	width: 100%;
	margin-top: 15px
}

.tool_calculator .selectList .btn-light {
	max-width: 100%
}

.error .bootstrap-select .dropdown-toggle {
	border-color: transparent !important
}

.goal_plan .form-group .input-group-text {
	background: #e6e7e4
}

.goal_plan .form-control {
	background: #e6e7e4;
	border-color: #cad3df
}

.goal_plan .form-group {
	margin-top: 1rem
}

.BluechipFund .socialareaCont {
	width: 75%;
	float: right;
	position: relative;
	top: 7px
}

.dropdown-item {
	padding: 0 .5rem;
	white-space: inherit !important
}

.aboutGroup h6 span {
	padding-right: 5px
}

.scrollup {
	color: #fff
}

.globalBox .boxOne .nameRow span {
	font-size: 15px;
	color: #5c6b73;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin: 0
}

.ui-autocomplete {
	max-width: 257px;
	background: #fff;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	box-shadow: 0 0 12px #8c8c8c
}

.ui-autocomplete li {
	list-style: none;
	padding-left: 10px;
	cursor: pointer
}

.footerHelpUsBox .refresh img {
	height: 20px;
	padding-left: 10px
}

.goal_plan.selectList .btn-light {
	max-width: 100%
}

.InvestmentPlan {
	display: none
}

.net_table .table_heading {
	border-right: 2px dotted #c9c9c9;
	border-bottom: 2px dotted #c9c9c9
}

.net_table .table_heading:last-child {
	border-right: 0
}

.counter {
	font-size: 35px
}

.investMentLeft,
.investMentright {
	width: 45%;
	float: left
}

.investMentLeft .investment-title,
.investMentright .investment-title {
	width: 39%;
	float: left;
	padding-left: 8px
}

.investMentLeft .amountsc,
.investMentright .amountsc {
	width: 59%;
	float: left;
	border-left: 2px dotted #979797;
	padding-left: 15px
}

.investMentLeft .amountsc span,
.investMentright .amountsc span {
	display: inline-block;
	font-size: 20px;
	color: #003f7e
}

.investMentLeft .amountsc p,
.investMentright .amountsc p {
	display: inline-block
}

.goal_plan_sec .owl-dots {
	position: absolute;
	bottom: -29px;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0
}

.cash_table {
	height: auto
}

.rolling .selectList .btn-light {
	max-width: 100%
}

.rolling .homeInvestments label {
	max-width: 100%
}

.rolling .error_message {
	bottom: 10px
}

.rolling .homeInvestments .bootstrap-select .dropdown-menu.inner {
	height: auto
}

.focusFundBanner {
	position: relative
}

.focusFundLogo {
	position: absolute;
	left: 0;
	top: 18px
}

.focusFundWrap {
	padding-top: 22px
}

.focusFundBanner img {
	max-width: 100%
}

.focusFund .footerHelpUsBox .captcha {
	float: right
}

.focusFund .footerHelpUsBox .footer_submit {
	text-align: left
}

.focusFundWrap .great_consumer .suitable_wrap {
	display: inline-flex;
	margin: auto
}

.custom-control {
	margin-top: 0
}

.searchResult h1 {
	font-size: 2.2rem;
	color: #003f7e
}

.searchResult h3 a {
	font-size: 20px;
	color: #f58220
}

.searchResult input {
	background: #eee;
	box-shadow: none;
	border: 1px solid #cad3df;
	font-size: 15px;
	color: #2b76a2;
	height: 38px;
	border-radius: 0;
	padding: 5px 9px;
	width: 100%;
	display: inline-block;
	margin-bottom: 12px
}

.searchResult select {
	background: #eee;
	box-shadow: none;
	border: 1px solid #cad3df;
	font-size: 15px;
	color: #2b76a2;
	height: 38px;
	border-radius: 0;
	padding: 5px 9px;
	width: 100%
}

.searchResult button {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	background: #f58220;
	padding: 7px 15px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #f58220;
	vertical-align: top
}

.investment_box {
	min-height: 248px
}

.table_option li:hover a {
	color: #f79542
}

.buttonGroup .more-info:hover {
	color: #004279
}

.fund_manager_row .buttonLook {
	margin: 20px auto
}

.focusedFundTab {
	padding-left: 0;
	margin-top: 15px;
	max-width: 600px;
	margin: 10px auto
}

.focusedFundTab li {
	display: inline-block;
	list-style: none;
	position: relative;
	padding: 7px 30px 0 0
}

.focusedFundTab li a {
	font-size: 22px;
	font-weight: 700;
	color: #043b72
}

.focusedFundTab li a:hover {
	color: #f58220
}

.focusedFundTab li:after {
	position: absolute;
	width: 3px;
	height: 18px;
	background: #043b72;
	right: 13px;
	top: 16px;
	content: ""
}

.focusedFundTab li:last-child:after {
	background: 0
}

.focusedFundTab li.investNow a {
	color: #f58220
}

.focusedFundTab .buttonLook {
	display: inline-block
}

.about-fund {
	margin-top: 22px
}

.market_tab_cards .card-footer a:hover {
	color: #043b72
}

.cobrand_btn .btn:hover {
	color: #043b72
}

.feedback_form .form-group {
	margin-bottom: 2rem
}

.feedback_form .error_message {
    left: 0px;
	bottom: 27px !important;
}

.address_map {
	background: 0;
	position: relative
}

.addressSec {
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%
}

.table_wrap .net_table .table_heading {
	padding: 0 0 10px 10px
}

.datepicker table tr td.today {
	background-color: transparent !important;
	color: #000 !important
}

.datepicker table tr td.today:before {
	display: none
}

.datepicker .input-group-addon {
	pointer-events: none;
	position: absolute;
	right: 0;
	z-index: 9
}

.buttonGroup .more-info {
	padding: 15px 15px
}

.risk_profiling .homeInvestments label {
	max-width: 100%;
	display: inline;
	float: left
}

.risk_profiling .homeInvestments .form-inline {
	position: relative
}

.risk_profiling .homeInvestments .formwrap {
	clear: both
}

.risk_profiling .homeInvestments .leftSec {
	float: left;
	width: 42%
}

.risk_profiling .homeInvestments .rightSec {
	float: right;
	width: 40%
}

.risk_profiling .homeInvestments .rightSec .form-control {
	float: right;
	width: 40% !important
}

.risk_profiling .homeInvestments .inputbox {
	position: relative;
	display: block;
	margin-bottom: 30px
}

.risk_profiling .homeInvestments .input-group-prepend {
	position: initial
}

.risk_profiling .homeInvestments .right_side .form-inline .input-group-text {
	left: 103px;
	top: 0;
	z-index: 99
}

.risk_profiling .homeInvestments .annualincome {
	padding-left: 45px
}

.risk_profiling .homeInvestments .optional input {
	position: relative;
	right: 0;
	width: 90%
}

.risk_profiling .homeInvestments .optional .error_message {
	left: 0;
	bottom: 7px
}

.risk_profiling .homeInvestments .input-group-prepend .input-group-text {
	position: relative;
	background: no-repeat;
	left: -23px;
	top: 9px;
	z-index: 99
}

.RecommendedSlider .owl-carousel {
	display: inline-flex;
	width: 100%
}

.left_side p {
	font-size: 34px;
	color: #004279;
	font-weight: 700;
	padding: 100px 80px 100px 80px
}

.risk_profiling .errorMsg {
	display: none;
	color: red;
	position: absolute;
	left: 43px;
	font-size: 14px;
	bottom: 0
}

.branch_form .buttonLook button {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #f58220;
	padding: 15px 20px;
	display: inline-block;
	border-radius: 4px;
	box-shadow: none;
	border: 0
}

button:hover {
	color: #004279
}

.buttonLook button .fa {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 14px;
	margin-left: 6px;
	font-size: 18px
}

.surveyResult {
	display: none
}

.surveyResult ul {
	padding-left: 0
}

.surveyResult li {
	list-style: none;
	margin-bottom: 20px;
	position: relative
}

.surveyResult li span {
	font-size: 12px
}

.resultError {
	font-size: 13px;
	color: #e00;
	position: relative;
	top: 7px;
	display: none
}

.pollResult .progress {
	height: 4px;
	margin-bottom: 6px;
	overflow: hidden;
	background-color: #dedede;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.pollResult .progress-bar {
	background: #172c3c;
	-webkit-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out
}

.pollResult .progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #003f7e;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.pollResult .progressText {
	font-size: 12px
}

.percentText {
	position: absolute;
	width: 45px;
	height: 18px;
	background: #f5821f;
	border-radius: 0;
	color: #fff;
	transition: width .6s ease;
	top: 30px;
	border-radius: 2px;
	text-align: center;
	margin-left: -20px
}

.percentText:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #eebf3f
}

.progress {
	border-radius: 0;
	overflow: visible
}

.progress-bar {
	background: #172c3c;
	-webkit-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out
}

.percentTextarrow {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f5821f;
	position: absolute;
	top: -4px;
	left: 18px
}

.archivedSec {
	background: #f0f0f0;
	border: 1px solid #d9d9d9;
	position: relative;
	padding: 9px 8px 1px;
	margin-top: 10px;
	width: 100%
}

.archivedSec h3 {
	color: #465359;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 5px
}

.archivedSec .viewResult {
	position: absolute;
	right: 24px;
	top: 6px;
	color: #f5821f;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer
}

.archivedSec .viewResult:after {
	position: absolute;
	right: -17px;
	top: -1px;
	content: "\f105";
	font-family: FontAwesome;
	color: #f5821f;
	font-size: 16px;
	transition: all ease .5s
}

.archivedSec .viewResult.active:after {
	transform: rotate(86deg);
	right: -17px;
	top: 1px
}

.archivedResultCont {
	padding: 7px 7px 25px;
	border-top: 1px solid #d9d9d9;
	display: none
}

.archivedResultCont ul {
	padding-left: 0
}

.archivedResultCont li {
	width: 20%;
	float: left;
	margin-right: 24px;
	list-style-type: none;
	position: relative
}

.archivedResultCont .noOfVote {
	color: #f58220;
	position: relative;
	display: inline-block;
	margin-bottom: 10px
}

.archivedResultCont .noOfVote:after {
	position: absolute;
	right: 35px;
	top: 7px;
	background: #f58220;
	width: 1px;
	height: 15px;
	content: ""
}

.archivedResultCont .noOfVote span {
	color: #004279;
	display: inline-block;
	padding: 2px 11px
}

.goalIcon {
	width: 16%;
	display: inline-block
}

.goal_slider .owl-carousel {
	display: inline-flex
}

.aboutCarousel .owl-nav button.owl-next.disabled {
	opacity: .4;
	cursor: default
}

.quiz_of_month_form .captcha img {
	margin-top: 10px
}

.empaneledForm .error_message {
	bottom: 7px
}

.creation_unit .selectList .btn-light {
	max-width: 100%
}

.creation_unit .selectList .selectEffect {
	max-width: 100%;
	width: 100%
}

.goalImg {
	position: relative
}

.goalImg img {
	max-width: 100%;
	object-fit: cover;
	height: 100%
}

.goalCalulatorSec {
	position: absolute;
	top: -46px;
	left: 0;
	right: 0
}

.mail_section {
	margin-top: 3%
}

.goal_slider .goalactive a p {
	font-weight: 700;
	color: #003f7e
}

.goal_third {
	min-height: 593px
}

.empaneledForm .cobrand_form {
	padding: 35px 40px 59px 40px
}

.cobrandMarketingForm .uploadDetailSec .chooseFile .uploadfileCont input {
	position: absolute;
	top: 0;
	left: 0;
	width: 37%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	max-width: 100px
}

.cobrandMarketingForm .uploadDetailSec .chooseFile {
	position: relative
}

.cobrandMarketingForm .uploadDetailSec .chooseFile .upldBtn {
	color: #fff;
	background: #f58220;
	padding: 12px 20px;
	border-color: #f58220;
	outline: 0;
	box-shadow: none;
	position: relative;
	top: 5px;
	border-radius: 4px
}

.cobrandMarketingForm .uploadDetailSec .error_upload {
	position: absolute;
	left: 12px;
	bottom: -22px;
	color: red;
	font-size: 12px
}

.cobrandMarketingForm .uploadDetailSec .erroretext {
	position: absolute;
	left: 13px;
	top: 76px;
	font-size: 12px;
	color: red
}

.cobrandMarketingForm.selectList .btn-light {
	max-width: 100%
}

.cobrandMarketingForm .uploadDetailSec .fileName {
	position: absolute;
	left: 99px;
	top: 16px
}

.uploadDetailSec .error_message {
	bottom: -52px !important;
	left: 0
}

.Customized_req_img img {
	height: auto
}

.homeInvestments .form-control::-webkit-input-placeholder {
	color: #88a4b5
}

.homeInvestments .form-control::-moz-placeholder {
	color: #88a4b5
}

.homeInvestments .form-control:-ms-input-placeholder {
	color: #88a4b5
}

.homeInvestments .form-control:-moz-placeholder {
	color: #88a4b5
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
	padding-right: .5rem
}

.breadcrumb-item {
	padding-right: .5rem
}

.divFeedbackForm .captcha {
	text-align: left
}

.feedback_form .divFeedbackForm .captcha img {
	display: inline-block;
	margin-right: 15px
}

.panBox .inputPanNo::-webkit-input-placeholder {
	color: #88a4b5
}

.panBox .inputPanNo::-moz-placeholder {
	color: #88a4b5
}

.panBox .inputPanNo:-ms-input-placeholder {
	color: #88a4b5
}

.panBox .inputPanNo:-moz-placeholder {
	color: #88a4b5
}

.panInputWrap .inputPanNo:focus {
	border: 0;
	outline: 0
}

.pagination {
	margin-top: 15px
}

.pagination li:first-child a,
.pagination li:last-child a {
	padding: .3rem 1rem;
	line-height: 1
}

.pagination li:first-child a span,
.pagination li:last-child a span {
	color: #6a7177;
	font-size: 20px;
	margin: 0 0 6px 0
}

.page-item.active .page-link {
	background-color: #f5821f;
	border-color: #f5821f
}

.page-link {
	color: #003f7e
}

.page-link:hover {
	color: #f5821f
}

.setgoal .GoalError {
	left: 0;
	bottom: 7px;
	right: 0;
	text-align: center
}

.goal_plan .radioBtn {
	margin-top: 10px
}

.other_video_wrap iframe {
	height: 300px
}

.video_second_section .videoCont {
	height: 600px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #f5821f !important
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	height: 87% !important
}

.video_second_section .hide {
	display: none
}

.video_second_section .read-more-hide,
.video_second_section .read-more-show {
	color: #043b72;
	font-weight: 700
}

.video_second_section .read-more-hide:hover,
.video_second_section .read-more-show:hover {
	color: #f5821f
}

.homeInvestments.divFeedbackForm label {
	max-width: 100%
}

.branch_form .address p {
	margin-bottom: 0
}

.FundScrollable1 .contentBox,
.FundScrollable2 .contentBox,
.FundScrollable3 .contentBox {
	position: relative;
	float: left;
	display: block;
	height: auto;
	width: 350px;
	padding: 1px;
	margin: 0 5px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none
}

.RequestNominees .remuneration .submit_btn {
	padding-top: 40px
}

.portfolio-first-section img {
	max-width: 100%
}

#summary_page_tab .nav-tabs .invest:focus,
#summary_page_tab .nav-tabs .invest:hover {
	border: 1px solid transparent
}

.risk_profiling .tab .right_side {
	height: auto
}

.risk_profiling .question label {
	max-width: 100%
}

.risk_profiling .tab .left_side {
	padding: 100px 50px 100px 50px
}

.homeInvestments .form-control.captchaFormField {
	font-size: 18px
}

.customizedArnLinksSec .imgCaptcha {
	position: absolute;
	left: 17px;
	top: -23px
}

.customizedArnLinksSec .refresh {
	position: absolute;
	left: 155px;
	top: -13px
}

.creation_unit .DownloadINAV {
	float: right
}

.creation_unit .DownloadINAV a {
	color: #f58220
}

.cobrandMarketingForm .imgCaptcha {
	position: absolute;
	top: -23px
}

.cobrandMarketingForm .refresh {
	position: absolute;
	left: 150px;
	top: -14px
}

.creation_unit .dateInput {
	margin-bottom: 21px
}

.creation_unit .date_wrap .form-control {
	margin-bottom: 17px
}

.goal_plannerSec .withoutInflation .cobrand_form {
	padding: 45px 40px 45px 40px
}

.goal_plannerSec .withoutInflation .goalCalulatorSec {
	top: -23px
}

.cobrandMarketingForm.homeInvestments label {
	max-width: 100% !important
}

.video_second_section h5 {
	margin-top: 0
}

.year_tab_content .year_listing li {
	position: relative
}

.year_tab_content .year_listing li:before {
	top: 8px;
	position: absolute;
	left: -5px
}

.risk_profiling .quizOfMonth .tab .left_side {
	padding: 10px 50px 10px 0;
	line-height: 40px;
	margin-bottom: 0
}

.risk_profiling .quizOfMonth .tab .right_side {
	padding: 10px 0 20px 0;
	border: 0
}

.risk_profiling .quizOfMonth.homeInvestments label {
	max-width: 100%;
	display: inline-block;
	padding-left: 14px;
	line-height: 24px
}

.knowledge_goal .homeInvestments label {
	font-size: 18px
}

.knowledge_goal .input-group-prepend .input-group-text {
	position: relative;
	left: 0;
	top: 0
}

.fundFaccilityIcon {
	height: 80px
}

.market_tab_cards .card-header img {
	height: 160px
}

.market_tab_cards .card-body h5 {
	min-height: 70px
}

.market_tab_cards .card-body p {
	height: 120px;
	overflow: hidden
}

.creation_unit.date_wrap .form-control {
	margin-bottom: 15px
}

.cobrand ul li {
	position: relative
}

.cobrand ul li::before {
	position: absolute;
	top: -2px
}

.footerSocail a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
	color: #0b2b4d;
	position: relative;
	text-align: center
}

.footerSocail .socialIcon {
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
	font-size: 21px
}

.footerSocail .facebook:hover {
	color: #3b5998
}

.footerSocail .twitter:hover {
	color: #00acee
}

.socialIcon.twitter:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	background-image: url("/images/default-source/icons/twitter-x-blue.png");
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	margin: 0 auto
}

.socialIcon.twitter:hover:before {
	background-image: url("/images/default-source/icons/twitter-x.png")
}

.footerSocail .youtube:hover {
	color: #c4302b
}

.footerSocail .instagram:hover {
	background: -webkit-linear-gradient(#fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.footerSocail .linkdin:hover {
	color: #0077b5
}

.wishToInvestWrap .captcha input {
	padding: 1rem .7rem
}

.summary-heading .sub-title {
	text-transform: unset
}

.educational_articles .introduction ul {
	padding-left: 16px
}

.educational_articles .introduction ul li {
	position: relative
}

.educational_articles .introduction ul li::before {
	top: -2px;
	position: absolute;
	left: -17px;
	margin-left: 0
}

.applybtn {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #f58220;
	padding: 7px 26px;
	display: inline-block;
	border-radius: 4px;
	border: 0;
	margin-top: 29px;
	cursor: pointer
}

.applybtn .fa {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 14px;
	margin-left: 6px;
	font-size: 18px
}

.homeFundPlan a {
	padding: 10px 4px
}

.homeFundPlan .benchmark {
	min-height: 87px;
	margin-bottom: 0
}

.homeFundPlan .maintext {
	min-height: 100px
}

.homeFundPlan .schemeName {
	min-height: 100px
}

.footerHelpUs .captcha .capt img {
	position: relative;
	left: 13px
}

.page-link:focus {
	box-shadow: none
}

.pagination .disabled a span {
	color: #b3afaf !important
}

.download_firt_section .card_wrap p {
	height: 45px
}

.cobrand_form .form-group {
	position: relative
}

.arnNumber {
	position: absolute;
	left: 15px;
	top: 41px;
	color: #2b76a2;
	font-size: 22px
}

.arnNumberInput {
	padding-left: 70px
}

.euinNumberInput {
	padding-left: 36px
}

.risk_profiling .question span {
	line-height: 28px
}

.risk_profiling .btn1 #prevBtn {
	cursor: pointer
}

.noOfVote {
	position: relative
}

.archivedResultCont .noOfVote:after {
	left: 90px
}

.smallText {
	height: 50px;
	display: block
}

.facility_wrap p {
	height: 54px
}

.empaneledForm .captchaFormField {
	margin-top: 11px
}

.healthcare-filter .buttonLook a {
	padding: 13px 20px
}

.healthcare-filter .buttonGroup {
	padding-top: 2.9%
}

.DownloadSec .page-link {
	line-height: .5
}

.footerDiscalimer {
	text-align: center;
	font-size: 15px;
	color: #fff
}

.bootstrap-datetimepicker-widget {
	z-index: 9 !important
}

.wishToInvestDiscalimer {
	font-size: 12px;
	margin: 14px 0
}

.date_wrap .article_submit {
	padding-top: 39px
}

.market_tab_cards .card-footer {
	position: absolute;
	bottom: 0
}

.remuneration .capt {
	position: relative
}

.remuneration .refresh {
	position: absolute;
	right: -25%;
	top: 4px
}

.main_tab .nav-tabs .nav-link {
	text-transform: capitalize
}

.btnloadSec {
	position: relative;
	display: inline-block
}

.buttonLook a {
	min-width: 154px;
	min-height: 45px;
	text-align: center
}

.btnloader,
.btnloader:after,
.btnloader:before {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out
}

.btnloader {
	color: #f7cdab;
	font-size: 5px;
	margin: 0;
	position: absolute;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	top: 3px;
	left: 43%;
	right: 0;
	display: none
}

.btnloader:after,
.btnloader:before {
	content: "";
	position: absolute;
	top: 0
}

.btnloader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s
}

.btnloader:after {
	left: 3.5em
}

@-webkit-keyframes load7 {

	0,
	100%,
	80% {
		box-shadow: 0 2.5em 0 -1.3em
	}

	40% {
		box-shadow: 0 2.5em 0 0
	}
}

@keyframes load7 {

	0,
	100%,
	80% {
		box-shadow: 0 2.5em 0 -1.3em
	}

	40% {
		box-shadow: 0 2.5em 0 0
	}
}

.navEmail .search_btn {
	margin: 0
}

.footerLink h5 {
	min-height: 38px;
	margin-bottom: 5px
}

.goal_fluid {
	background: 0
}

.cobrand_form .form-control {
	background: #e6e7e4
}

.midCapBanner {
	margin-top: 124px
}

.buttonLook {
	position: relative
}

.mangeingCookies {
	padding-top: 27px;
	padding-bottom: 0;
	position: fixed;
	bottom: 0;
	background-color: #eee;
	height: auto;
	width: 100%;
	z-index: 1000
}

.mangeingCookies .textCont {
	border-right: 1px solid #cdcecb
}

.mangeingCookies p a {
	color: #212529;
	text-decoration: underline
}

.mangeingCookies .buttonLook {
	padding-top: 15px;
	position: relative
}

.mangeingCookies .closeIcon {
	position: absolute;
	top: -23px;
	right: 0;
	font-size: 20px;
	color: #212121;
	font-weight: 700;
	cursor: pointer
}

.TransactBtn {
	text-align: center;
	display: inline-block;
	font-size: 13px;
	line-height: 14px;
	padding: 3px;
	color: #f58220;
	font-weight: 700;
	margin-top: 9px;
	position: absolute;
	right: 96px
}

.setgoal {
	margin-top: 40px
}

.card_content button {
	color: #f58220;
	font-size: 14px;
	font-weight: 700;
	background: 0;
	border: 0;
	position: absolute;
	bottom: 35px;
	cursor: pointer
}

.table_option ul li a.investOnline {
	color: #f79542;
	font-weight: 700
}

.holdings_row .applybtn {
	margin-top: 0;
	font-size: 14px
}

.quickLinkHome .media .media-body p {
	margin-bottom: 0
}

.performance_first_row .plan_col {
	padding-top: 12px
}

.sebiWidth {
	width: 25%
}

.sebiWidthHD {
	width: 15%
}

.performanceHeading {
	background: #f1f1f1
}

.manager_asset p {
	color: #212529
}

.manager_asset {
	background-color: #e6e7e4;
	border-left: 2px solid #f58220;
	padding: 73px
}

.loadBtn {
	min-width: 154px;
	min-height: 45px
}

.wishToInvestWrap .commanBtn {
	padding: 0
}

.alternative p {
	text-align: center;
	font-size: 16px;
	line-height: 1.5
}

.wealth {
	float: left;
	width: 207px
}

.ideal_investment img {
	margin: 0;
	float: left
}

.wealth p {
	float: left;
	max-width: 50px;
	padding-top: 10px
}

.manager_asset {
	min-height: 205px
}

.content_wrap h3 {
	text-transform: none;
	color: #004279;
	font-size: 20px;
	font-weight: 700
}

.core_value_cards .card_wrap .media-body h3 {
	color: #004279;
	font-weight: 700;
	font-size: 20px
}

.noBottomMargin {
	margin-bottom: 0 !important
}

.noTopmargin {
	margin-top: 0 !important
}

.aboutUs_tab .nav-tabs .nav-link {
	font-size: 1rem
}

.quickLinkHome .media .media-body h3 {
	color: #00427a;
	font-size: 20px;
	font-weight: 700
}

.homeFundPlan h3 {
	font-size: 24px;
	color: #043b72;
	font-weight: 700
}

.homeFundPlan h3 span {
	font-size: 16px;
	color: #f58220;
	display: block;
	text-transform: uppercase;
	font-weight: 300
}

.search_result_table h3 {
	font-size: 40px;
	color: #004279;
	font-weight: 700;
	margin: 0
}

.nav_title .about-fund h1 {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	color: #f58220;
	text-transform: uppercase;
	font-weight: 700
}

.nav_title h2.subblock-head,
.search_result_table h2.subblock-head {
	font-weight: 400;
	margin-top: 0;
	text-transform: capitalize;
	margin-bottom: 20px
}

.ideal_investment h3 {
	text-transform: uppercase;
	font-size: 15px;
	color: #f58220
}

.card_wrap h3,
.holdings h3 {
	color: #043b72;
	font-weight: 700;
	font-size: 20px
}

.footerHelpUsBox h2 {
	font-size: 33px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px
}

@media only screen and (max-width:1500px) and (min-width:1200px) {
	.caption h1 {
		font-size: 40px;
		line-height: 1
	}

	.caption p {
		font-size: 26px
	}
}

@media only screen and (max-width:1199px) {
	.first-section-slider {
		margin-top: 93px
	}

	.caption h1 {
		font-size: 30px
	}

	.caption p {
		font-size: 22px;
		line-height: 1
	}

	.caption a {
		margin-top: 0
	}

	.navbar-nav .nav-link {
		font-size: 14px
	}

	.navbar-brand img {
		width: 65%
	}

	.first-section-slider {
		margin-top: 97px
	}

	.InvestmentsPlanIcon .owl-item p {
		font-size: 20px
	}

	.dividend {
		min-height: 265px
	}

	.socialareaCont {
		width: 38%;
		float: right;
		position: relative
	}

	.process_container {
		padding-top: 11px !important
	}

	.mail_section .amountsc p {
		font-size: 30px
	}

	.risk_profiling .homeInvestments .right_side .form-inline .input-group-text {
		left: 50px
	}

	.holdings_row .applybtn {
		padding: 7px 9px
	}
}

@media only screen and (max-width:1024px) and (min-width:768px) and (orientation:portrait) {
	.caption {
		margin-top: 0
	}

	.first-section {
		margin-top: 0
	}

	.about-first-section .summary_tab_row {
		display: inline-block
	}

	.page-link {
		line-height: 1.2
	}
}

@media only screen and (max-width:1199px) and (min-width:768px) {
	.ideal_investment .number {
		font-size: 57px
	}

	.ideal_investment img {
		margin-bottom: 0
	}

	.investment_box {
		min-height: 290px
	}
}

@media only screen and (max-width:991px) {
	a[href*="tel:"] {
		cursor: default;
		pointer-events: auto
	}

	.midCapBanner {
		margin-top: 0
	}

	.cobrandMarketingForm .uploadDetailSec .fileName {
		position: relative;
		left: 0;
		top: 31px;
		font-size: 14px
	}

	.first-section {
		margin-top: 0;
		padding-top: 40px
	}

	.homeFundPlanSec .col-md-4 {
		max-width: 100% !important;
		margin: 0 auto
	}

	.first-section-slider {
		margin-top: 0
	}

	.navbar-toggler {
		position: absolute;
		right: 0;
		top: -12px;
		background: no-repeat;
		border: 0;
		z-index: 99
	}

	.bannerText {
		left: 55%
	}

	.search-box {
		margin-right: 20px
	}

	#desktop-bottom-footer,
	#desktop-footerLink,
	#desktop-menu,
	#desktop-top-menu,
	#homeFundPlanSec-desktop,
	.calculators_section {
		display: none
	}

	#mobile-menu {
		position: fixed;
		z-index: 999;
		margin-top: 0;
		background-color: #fff !important;
		width: 100%;
		padding: 10px 0
	}

	#mobile-menu #navbarNavDropdown {
		background: #fff;
		margin-top: 5px;
		padding-left: 5%;
		padding-right: 5%
	}

	#mob_search_btn {
		vertical-align: sub;
		border: 0;
		background-color: transparent
	}

	#search_box {
		margin: auto;
		width: 90%;
		background: 0
	}

	#mob_search_btn i {
		color: #f58220
	}

	#homeFundPlanSec-slider,
	#mobile-footerLink,
	#mobile-menu,
	#mobile-top-menu {
		display: inline
	}

	#mobile-bottom-footer {
		display: block
	}

	#mobile-menu .navbar-brand {
		width: 90%
	}

	#mobile-menu .navbar-brand img {
		width: auto;
		padding: 0 0 0 22px;
		margin: auto;
		overflow: hidden
	}

	.bg-light {
		background-color: transparent !important
	}

	#mobile-menu .dropdown-menu {
		border: none !important
	}

	#mobile-menu .navbar-toggler {
		position: absolute;
		border: none !important;
		right: 0
	}

	.navbar-expand-md .navbar-toggler {
		display: block !important
	}

	#mobile-menu .navbar-toggler {
		top: 24px;
		right: 8px
	}

	#mob_search_btn {
		position: absolute;
		right: 67px;
		top: 19px;
		color: #f58220
	}

	.collapse:not(.show) {
		display: none !important
	}

	#search_box .mobile-search-box {
		padding-bottom: 2px
	}

	#search_box .form-control {
		border-bottom: 2px solid #004279;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		font-size: 15px
	}

	#search_box .btn-primary {
		color: #f58220;
		background-color: #fff;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		border-bottom: 2px solid #004279
	}

	.copyRightsSec {
		border-top: 0
	}

	.homeFundPlanSec {
		text-align: center
	}

	.homeFundPlan {
		text-align: left
	}

	.caption h1 {
		font-size: 40px
	}

	.caption p {
		font-size: 30px;
		line-height: 1
	}

	.fixed-income-section,
	.hybrid-section {
		height: auto
	}

	.dropdown-item {
		padding: .25rem .5rem
	}

	.selectList .dropdown-menu li {
		font-size: 17px
	}

	.subscribe .buttonLook a {
		padding: 12px 15px
	}

	.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
		font-size: 15px
	}

	.tabSec {
		max-width: 64rem;
		margin: auto;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden
	}

	.tabNav {
		max-width: none;
		width: 44rem;
		border-bottom: 0;
		display: flex;
		overflow: unset
	}

	.dividend {
		min-height: 292px
	}

	.input-group-prepend .input-group-text {
		left: -24px
	}

	.calculateFund .input-group-prepend .input-group-text {
		left: 0;
		top: -1px
	}

	.awardsTimelineLeft {
		position: relative;
		left: 0;
		top: 0;
		width: 100%
	}

	.owl-carousel#sync2a {
		transform: none;
		width: 100% !important;
		margin-top: 0;
		left: 0;
		top: 0;
		height: 0 !important;
		z-index: 99
	}

	.owl-carousel#sync2a .item {
		transform: none;
		height: auto !important;
		width: auto !important
	}

	.owl-carousel#sync1a .events-content {
		padding-top: 61px
	}

	.awardsTimelineRight {
		padding-left: 0
	}

	.goal_plan .form-control {
		font-size: 17px
	}

	.investMentLeft,
	.investMentright {
		width: 100%;
		float: none;
		margin-bottom: 10px
	}

	.investMentLeft .investment-title,
	.investMentright .investment-title {
		width: 100%;
		float: none
	}

	.investMentLeft .amountsc,
	.investMentright .amountsc {
		width: 100%;
		float: none;
		border: 0
	}

	.homeInvestments label {
		font-size: 15px
	}

	.focusFundWrap .great_consumer .suitable_wrap img {
		max-width: 66%;
		height: 50px
	}

	.focusFundLogo {
		width: 46%
	}

	footer.focusFund {
		margin-top: 108px
	}

	.focusFund #mobile-bottom-footer {
		display: inline-block;
		padding-bottom: 10px;
		border-top: 1px solid #fff
	}

	.fund_management_sec .aboutUs_tab,
	.key_personel_sec .aboutUs_tab {
		max-width: 64rem;
		margin: auto;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden
	}

	.fund_management_sec .aboutUs_tab .nav-tabs,
	.key_personel_sec .aboutUs_tab .nav-tabs {
		max-width: none;
		width: 40rem;
		border-bottom: 0;
		display: flex;
		overflow: unset
	}

	.addressSec {
		position: relative;
		top: 0
	}

	.risk_profiling .homeInvestments .leftSec {
		float: none;
		width: 100%
	}

	.risk_profiling .homeInvestments .rightSec {
		float: none;
		width: 100%
	}

	.risk_profiling .homeInvestments .rightSec .form-control {
		float: none;
		width: 100% !important
	}

	.risk_profiling .homeInvestments .inputbox {
		position: relative;
		display: block;
		margin-bottom: 50px
	}

	.optional {
		margin-top: 40px;
		display: block;
		left: -15px;
		position: relative
	}

	.risk_profiling .homeInvestments .right_side .form-inline .input-group-text {
		background: #eee;
		left: 0
	}

	.asset_ditText {
		padding-top: 73px
	}

	.goalIcon {
		width: 100%;
		display: inline-block
	}

	.FundSlider .owl-next,
	.FundSlider .owl-prev {
		position: relative
	}

	.FundSlider .owl-nav button.owl-prev {
		left: -50% !important;
		font-size: 50px;
		color: #e7e9ea;
		position: relative;
		z-index: 99999;
		top: 136px
	}

	.FundSlider .owl-nav button.owl-next {
		font-size: 50px;
		color: #e7e9ea;
		position: absolute;
		right: -22px;
		z-index: 99999;
		top: 139px
	}

	.panNoSection .errorText {
		bottom: -38px;
		z-index: 99;
		line-height: 14px
	}

	.FundScrollable1 .contentBox,
	.FundScrollable2 .contentBox,
	.FundScrollable3 .contentBox {
		padding: 15px;
		float: none;
		margin: 0 auto;
		width: 100%
	}

	.homeInvestments .form-control {
		font-size: 16px
	}

	.BluechipFund .socialareaCont {
		width: 100%
	}

	.arnNumber {
		font-size: 15px
	}

	.cobrandMarketingForm .arnNumber,
	.customizedArnLinksSec .arnNumber {
		top: 47px
	}

	.arnNumberInput {
		padding-left: 55px
	}

	.homeInvestments.remuneration .captchadiv {
		padding-left: 0;
		padding-right: 0;
		margin-top: 11px
	}

	.remuneration .submit_btn {
		padding-top: 49px
	}

	.homeInvestments.remuneration .form-control {
		width: 100%;
		max-width: 100%;
		display: inline-block
	}

	.search_result_table.search_update_table .text_title span {
		max-width: 600px
	}
}

.fund_manager .button_row {
	display: inline-flex;
	text-align: center;
	padding-top: 71px
}

.riskometer_col p {
	text-align: center;
	font-size: 13px;
	padding-left: 47px;
	padding-right: 47px;
	color: #212529;
	font-weight: 700;
	padding-top: 10px
}

.riskometer img {
	width: 75%
}

.riskometer h6 {
	color: #004279;
	font-weight: 700
}

.riskometer {
	padding: 22px
}

@media only screen and (min-width:768px) {
	.navEmail .error_message {
		bottom: 9px
	}
}

@media only screen and (max-width:767px) and (min-width:360px) {
	.caption h1 {
		font-size: 33px
	}

	.caption p {
		font-size: 22px
	}
}

@media only screen and (max-width:600px) {
	#issues .texts {
		width: 100%;
		max-width: 320px;
		float: none;
		margin: initial;
		clear: inherit !important;
		text-align: left !important
	}

	#issues li span {
		float: left;
		margin-top: -18px
	}

	#issues li p.small {
		display: block;
		width: 40% !important;
		font-size: 14px !important
	}

	.input-group-prepend .input-group-text {
		position: relative;
		display: inline-block;
		left: 0
	}

	.homeInvestments.selectList .selectEffect {
		max-width: 100%
	}

	.homeInvestments.selectList .btn-light {
		max-width: 100%
	}

	.calculateFund .form-control.Amount {
		padding-left: 15px
	}

	.Topperforminglumpsumfund {
		padding: 0 20px
	}
}

@media only screen and (max-width:767px) and (min-width:320px) {
	a[href^="tel:"] {
		cursor: default
	}

	.feedback_form .homeInvestments {
		max-width: 100%
	}

	.fordesktop {
		display: none
	}

	.forMobile {
		display: block
	}

	#mobile-menu .navbar-brand img {
		width: auto
	}

	.copyRightsSec ul.footerOtherLink {
		margin: 0 auto 11px
	}

	.footer-logo-row {
		text-align: center
	}

	.footerSocail {
		margin-top: 53px;
		text-align: center !important
	}

	#mobile-menu {
		width: 100%
	}

	.homeInvestments .form-control {
		width: 100%
	}

	.first-section-slider {
		margin-top: 0
	}

	.navbar-nav {
		height: 350px;
		overflow: hidden
	}

	.desktopText {
		display: none
	}

	.mobileText {
		display: block
	}

	.aboutMirai .growth {
		display: block;
		-webkit-line-clamp: inherit;
		-webkit-box-orient: vertical;
		overflow: visible;
		text-overflow: inherit
	}

	.counter-count {
		font-size: 30px !important;
		letter-spacing: 0
	}

	.assetGlanceSlide {
		margin: 0 auto;
		text-align: center;
		max-width: 550px;
		width: 100%
	}

	.assetGlanceSlide .owl-next,
	.assetGlanceSlide .owl-prev {
		position: relative
	}

	.assetGlanceSlide .owl-nav button.owl-prev {
		left: -45% !important;
		font-size: 64px;
		color: #475359;
		position: relative;
		z-index: 99999
	}

	.assetGlanceSlide .owl-nav button.owl-next {
		font-size: 64px;
		color: #475359;
		position: absolute;
		right: 0;
		z-index: 99999
	}

	.homeInvestments .owl-dots .owl-dot {
		display: inline-block;
		zoom: 1
	}

	.homeInvestments .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 7px;
		background: #d6d6d6;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity .2s ease;
		border-radius: 30px
	}

	.homeInvestments .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #869791
	}

	.footerHelpUsBox input {
		max-width: 100%;
		width: 100% !important
	}

	.capt {
		margin-top: 35px;
		margin-bottom: 15px
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		background-color: #f58220 !important;
		background-color: #f58220 !important
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		height: 60% !important;
		margin: 20px auto !important
	}

	.mCSB_scrollTools .mCSB_draggerRail {
		height: 70% !important;
		margin: 20px auto !important
	}

	.nav_date_wrap .datepicker .input-group-addon {
		position: absolute;
		right: 0;
		top: 0
	}

	.homeInvestments.selectList .form-control {
		height: 50px;
		font-size: 15px
	}

	.homeInvestments.selectList label {
		margin-top: 13px;
		text-align: left;
		height: auto;
		margin-bottom: 8px
	}

	.search_nav_wrap .selectList .bootstrap-select .dropdown-menu {
		width: 250px;
		max-width: 100%
	}

	.nav_date_wrap .datepicker .input-group-addon {
		height: 50px !important;
		padding: 12px 8px
	}

	.footerHelpUs .error_message {
		left: 7px;
		bottom: -8px;
		position: relative;
		text-align: left
	}

	.footerHelpUsBox .captcha,
	.footerHelpUsBox .footer_submit {
		float: none;
		margin-top: 0
	}

	.performance_second_section .buttonLook {
		padding-bottom: 20px;
		margin-top: 20px !important
	}

	.performance_second_section .buttonLook a {
		padding: 10px 19px
	}

	.caption a {
		padding: 15px 7px
	}

	.thankYouPopup h2 {
		font-size: 20px
	}

	.thankYouPopup .modal-body {
		padding: 19px 12px
	}

	.calculateSec .shareSocialIcons {
		top: -37px;
		left: 16px
	}

	.aboutGroup h6 {
		padding-left: 21px
	}

	.cumulative_returns .selectpickerWrap {
		margin-top: 0
	}

	#FundScrollable1 .contentBox {
		width: 100%
	}

	.mail_me a {
		margin-top: 0
	}

	.rolling .homeInvestments .datepicker .form-control {
		width: 80%
	}

	.rolling .error_message {
		bottom: -2px
	}

	.focusFund .footerHelpUsBox .captcha {
		float: none
	}

	.focusFund .footerHelpUsBox .footer_submit {
		text-align: center
	}

	.focusFund .footerSocail {
		margin-top: 27px
	}

	h2.subblock-head {
		margin-top: 10px
	}

	.searchResult select {
		max-width: 100%;
		width: 100%
	}

	.ideal_investment span {
		display: block
	}

	.suitable_wrap .dream,
	.suitable_wrap .retirement,
	.suitable_wrap .wealth {
		width: 36%
	}

	.focusedFundTab li a {
		font-size: 18px
	}

	.focusedFundTab li {
		padding: 7px 17px 0 0
	}

	.focusedFundTab li:after {
		height: 14px;
		top: 14px;
		right: 6px
	}

	.optional {
		left: 0;
		margin-top: 8px
	}

	.risk_profiling .homeInvestments .optional input {
		width: 100%;
		top: 9px
	}

	.asset_ditText {
		padding-top: 51px
	}

	.archivedSec {
		margin-left: 15px;
		margin-right: 15px
	}

	.archivedResultCont li {
		width: 100%;
		float: none
	}

	.archivedSec .viewResult {
		position: relative;
		right: 0;
		top: 0
	}

	.investment .content-text p {
		text-align: left
	}

	.ui-autocomplete {
		max-width: 320px
	}

	.aboutFundSec .tabNav {
		width: 19rem
	}

	.quiz_of_month_form .goal_plan .form-group {
		margin-top: 0
	}

	.empaneledForm .error_message {
		bottom: -7px
	}

	.customizedARN .captcha {
		margin-top: 11px
	}

	.calculateFund .form-control {
		padding-left: 15px
	}

	.RequestNominees .remuneration .submit_btn {
		padding-top: 0
	}

	.RequestNominees .captchadiv {
		display: block;
		padding: 0
	}

	.customizedArnLinksSec .capt {
		margin: 0
	}

	.customizedArnLinksSec .imgCaptcha {
		position: relative;
		left: 0;
		top: 0
	}

	.customizedArnLinksSec .refresh {
		position: relative;
		left: 68%;
		top: -31px;
		right: 0
	}

	.cobrandMarketingForm .imgCaptcha {
		top: 15px
	}

	.cobrandMarketingForm .refresh {
		top: 18px
	}

	.risk_profiling .tab .right_side {
		height: 100%
	}

	.cobrandMarketingForm .uploadDetailSec .erroretext {
		top: 82px;
		line-height: 12px
	}

	.philosophy_wrap_orange {
		width: 100%
	}

	.philosophy_wrap_blue {
		width: 100%
	}

	.creation_unit.date_wrap .error_message {
		right: 0;
		left: 0
	}

	.market_tab_cards .card-body p {
		min-height: auto
	}

	.market_tab_cards .card-body h5 {
		min-height: auto
	}

	.risk_profiling .tab .left_side {
		padding: 10px
	}

	.risk_profiling .homeInvestments .inputbox {
		margin-bottom: 15px
	}

	.right_side .form-inline {
		margin-bottom: 0
	}

	.risk_profiling .capt {
		position: absolute;
		left: 0;
		top: -90px
	}

	.risk_profiling .cobrand_btn {
		padding-top: 0
	}

	.wishToInvestWrap .captcha {
		margin-bottom: 0
	}

	.wishToInvestWrap .capt {
		margin: 0
	}

	.empaneledForm .cobrand_form {
		padding: 35px 15px 20px 15px
	}

	.address_card span,
	.address_card span a {
		display: block
	}

	.footerSocail span {
		display: block
	}

	.funDetailSec .selectList .btn-light,
	.funDetailSec .selectList .selectEffect,
	.funDetailSec input,
	.funDetailSec select {
		max-width: 100%
	}

	.cobrandMarketingForm .uploadDetailSec .error_upload {
		bottom: -9px
	}

	.risk_profiling .quizOfMonth .tab .left_side {
		padding: 23px 20px 20px 0;
		line-height: 30px
	}

	.risk_profiling .tab .left_side {
		font-size: 25px
	}

	.lumpsum_returns .social_icons {
		float: left
	}

	.socialareaCont {
		width: 100%;
		float: left
	}

	.cobrandMarketingForm .arnNumber {
		top: 53px
	}

	.performance_first_row .selectList .btn-light,
	.performance_first_row .selectList .selectEffect,
	.performance_first_row input,
	.performance_first_row select {
		max-width: 100%
	}

	.applybtn {
		margin-top: 11px
	}

	.calculators_section_mob .links i {
		padding-right: 11px
	}

	.cobrand-captha {
		margin-top: 0
	}
}

@media only screen and (max-width:600px) {
	.assetAllocat {
		height: 300px
	}

	.marketCap {
		height: 300px
	}
}

@media only screen and (max-width:480px) {
	.homeInvestments .input-group {
		display: block
	}

	.homeInvestments label {
		max-width: none
	}

	.wishToInvestWrap {
		padding: 30px 2px;
		height: 450px;
		overflow: hidden;
		overflow-y: scroll
	}

	.wishToInvestWrap h2 {
		font-size: 16px
	}

	.bannerText {
		left: 50%;
		width: 60%
	}

	.setgoal .selectpickerWrap {
		text-align: left;
		height: auto;
		margin-top: 10px
	}

	.rolling .homeInvestments .input-group {
		display: inline-flex
	}

	.navEmail.homeInvestments label {
		font-size: 13px
	}
}

@media only screen and (max-width:359px) and (min-width:320px) {
	.caption h1 {
		font-size: 20px
	}

	.caption p {
		font-size: 16px
	}

	.caption a {
		margin-top: 0;
		font-size: 13px;
		padding: 10px 7px
	}
}

@media only screen and (max-width:767px) {
	.scrollnav {
		overflow: scroll
	}

	.scrollnav .nav-tabs {
		display: table;
		width: 100%
	}

	.scrollnav .nav-tabs .nav-link {
		display: table-cell;
		white-space: nowrap
	}

	.homeInvestments label {
		font-size: 16px;
		min-height: 0;
		margin-top: 10px
	}

	.remuneration .submit_btn {
		padding-top: 10px
	}

	.panInputWrap .inputPanNo:nth-child(1) {
		border-right: 0
	}

	.panInputWrap .inputPanNo:nth-child(2) {
		border-right: 0
	}

	.risk_profiling .question label {
		margin-top: 4px
	}

	.risk_profiling .btn1 #prevBtn {
		bottom: -5px
	}

	.datepicker .form-control {
		width: 76%;
		padding-left: 15px
	}

	.RequestNominees .capt {
		margin-top: 15px
	}

	.RequestRemunerationDetail .panNoSection .errorText {
		bottom: -25px
	}

	.datepicker .input-group-addon {
		pointer-events: none;
		position: absolute;
		right: 0;
		z-index: 99;
		top: 0
	}

	.datepicker .input-group-addon {
		border: 1px solid #cad3df;
		background: #eee;
		height: 40px;
		border-radius: 0;
		align-items: center;
		padding: 10px 8px
	}

	.setgoal .error_message {
		left: 22px;
		bottom: -10px
	}

	.setgoal .inputbox:first-child .error_message {
		bottom: -24px
	}

	.uploadDetailSec .error_message {
		bottom: -50px !important;
		left: 0
	}

	.customizedArnLinksSec .arnNumber {
		top: 40px
	}

	.risk_profiling .homeInvestments .input-group-prepend {
		width: 100%
	}

	.awarenessProgram img {
		height: auto
	}

	.footerHelpUsBox .captcha {
		position: relative
	}

	.footerHelpUsBox .captcha .captchawrap .error_message {
		position: absolute;
		bottom: 71px
	}

	.cobrandMarketingForm .uploadDetailSec .fileName {
		position: relative;
		left: 0;
		top: 31px;
		font-size: 14px
	}

	.goalImg img {
		display: none
	}

	.goalCalulatorSec {
		position: relative
	}

	.search_result_table.search_update_table .text_title span {
		padding-bottom: 0
	}

	.mangeingCookies .buttonLook {
		padding-top: 0;
		position: static;
		padding-bottom: 15px
	}

	.mangeingCookies .closeIcon {
		top: 4px;
		right: 15px
	}

	.quickLinkHome .media .media-body h3 {
		font-size: 12px
	}

	.search_result_table h3 {
		font-size: 25px
	}

	.search_result_table h2 {
		font-size: 20px
	}

	.searh_nav_text.text_title {
		margin-top: 0
	}

	.wishToInvestWrap .commanBtn {
		padding: 0
	}
}

.InvestmentsPlanIcon .owl-item .text-center a {
	display: inline-block
}

.InvestmentsPlanIcon .owl-item .text-center.active p {
	color: #f58220
}

.aboutMirai p {
	margin-top: 20px
}

.homeFundPlan {
	padding: 30px 20px 35px 20px
}

.homeFundPlan p.maintext {
	min-height: 93px;
	font-size: 14px;
	margin-bottom: 0
}

.homeFundPlan h4 {
	font-size: 24px
}

.homeFundPlan h5 {
	font-size: 16px
}

.owl-carousel .homeFundPlan {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
	padding: 40px 20px 30px 20px;
	min-height: 658px;
	margin-left: 15px
}

.bgnone {
	background-image: none
}

.homeFundPlanSec .divAllFund .owl-stage-outer {
	padding: 5px 0
}

.InvestmentsPlanIcon .owl-item p {
	font-size: 18px;
	line-height: 24px
}

.blogTextOnImage span {
	left: 0
}

.investment h4 {
	margin: 1rem 0
}

.captchadiv {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	position: relative
}

.captchadiv .error_message {
	left: 20px
}

.corporatevideo iframe {
	height: 250px
}

.slidertoparrow.fundSlider .owl-nav {
	top: 4px
}

.slidertoparrow.fundSlider .owl-nav button.owl-next {
	top: 0
}

.slidertoparrow.fundSlider .owl-nav button.owl-prev {
	top: 0;
	right: 50px !important
}

.aboutMirai {
	margin-bottom: 25px;
	padding-bottom: 25px
}

.hyFundwrapper .hyFundheading h2 {
	margin: 0;
	padding: 0;
	color: #f58220;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	padding-bottom: 50px;
	padding-top: 0
}

.hyFundwrapper {
	margin-bottom: 20px
}

.hyFundwrapper .hyFundSec {
	display: flex;
	justify-content: space-between;
	flex-direction: row
}

.hyFundwrapper .hyFundSec .hyFunddiv img {
	width: 200px;
	height: auto
}

.hyFundwrapper .hyFundSec .hyFunddiv {
	width: 100%;
	text-align: center
}

.hyFundwrapper .hyFundSec .hyFunddiv h3 {
	color: #f58220;
	margin: 0;
	padding: 30px 0 30px 0;
	font-size: 25px
}

.hyFundwrapper .hyFundSec .hyFunddiv.blueBrline h3 {
	color: #194174
}

.hyFundSec .hyFunddiv .hyFundlist ul li {
	list-style-type: none;
	text-align: left;
	line-height: 25px;
	margin-bottom: 20px;
	padding-left: 20px
}

.hyFundSec .hyFunddiv .hyFundlist ul.orangeLine li {
	border-left: 4px solid #f58220
}

.hyFundSec .hyFunddiv .hyFundlist ul.blueLine li {
	border-left: 4px solid #194174
}

.hyFundSec .hyFunddiv a {
	color: #194174;
	text-decoration: underline
}

.hyFundSec .hyFunddiv .hyFundlist {
	min-height: 260px;
	margin-bottom: 20px
}

.hyBorderwrap .hyBorder {
	border-top: 1px dashed #194174;
	padding-bottom: 50px;
	max-width: 730px;
	margin: 0 auto
}

.hyBorderwrap .hyBorder:after {
	content: '';
	border-right: 1px dashed #194174;
	width: 2px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 17%
}

.hyBorderwrap .hyBorder:before {
	content: '';
	border-right: 1px dashed #194174;
	width: 2px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 17%
}

.hyFundwrapper .hyBorderwrap {
	position: relative
}

.hyBorderwrap span.middleBorder:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #194174;
	position: absolute;
	bottom: 15px;
	left: 16.7%
}

.hyBorderwrap span.middleBorder:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #194174;
	position: absolute;
	bottom: 15px;
	right: 16.6%
}

.hyFundwrapper .hyDotwrapper {
	position: relative
}

.hyDotwrapper .hyfundDot {
	width: 6px;
	height: 6px;
	background: #194174;
	border-radius: 100%;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0
}

.hyDotwrapper .hyfundDot:after {
	content: '';
	border-right: 1px dashed #194174;
	width: 2px;
	height: 60px;
	position: absolute;
	top: 8px;
	left: 2px
}

.hyDotwrapper .hyfundDot:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #194174;
	position: absolute;
	left: -1px;
	top: 70px
}

.hyFunddiv .hyFundlist ul {
	padding: 0;
	margin: 0
}

@media screen and (max-width:1199px) {
	.hyBorderwrap .hyBorder {
		max-width: 613px
	}

	.hyFundSec .hyFunddiv .hyFundlist {
		min-height: 300px
	}
}

@media screen and (max-width:991px) {
	.hyBorderwrap .hyBorder {
		max-width: 455px
	}

	.hyBorderwrap span.middleBorder:before {
		right: 16.3%
	}

	.hyBorderwrap span.middleBorder:after {
		left: 16.5%
	}

	.hyFundwrapper .hyFundSec .hyFunddiv h3 {
		font-size: 18px
	}

	.hyFundSec .hyFunddiv .hyFundlist {
		min-height: 350px
	}
}

@media screen and (max-width:767px) {
	.hyFundwrapper .hyFundSec {
		flex-direction: column
	}

	.hyFundwrapper .hyDotwrapper {
		display: none
	}

	.hyFundwrapper .hyBorderwrap {
		display: none
	}

	.hyFundSec .hyFunddiv .hyFundlist {
		min-height: auto;
		margin-bottom: 20px
	}

	.hyFundwrapper .hyFundSec .hyFunddiv h3 {
		min-height: auto;
		padding: 20px 00px 20px 00px;
		font-size: 20px
	}

	.hyFundwrapper .hyFundSec .hyFunddiv {
		border-bottom: 1px solid #f58220;
		padding: 20px 0
	}

	.hyFundwrapper .hyFundSec .hyFunddiv:last-child {
		border-bottom: 0;
		padding: 20px 0
	}

	.hyFundlist ul {
		padding: 0
	}

	.hyFundwrapper .hyFundheading h2 {
		font-size: 30px;
		padding-bottom: 10px;
		padding-top: 10px
	}

	.hyFundwrapper .hyFundSec .hyFunddiv.blueBrline {
		border-bottom: 1px solid #194174
	}
}

.hyFundwrapper .hyFundSec .hyFunddiv img {
	width: 150px;
	height: auto
}

@media screen and (max-width:991px) {
	.hyFundwrapper .hyFundSec .hyFunddiv img {
		width: 100px;
		height: auto
	}
}

/*For remuneration */
label {
	font-size: 18px;
	color: #475359;
	line-height: 18px;
	min-height: 30px;
}

.btn-close {
	float: right;
}

.otpmodalshow {
	display: block;
	top: 158px;
}

.form-check {
	padding-top: 20px;
}

.form-control {
	border: 1px solid #cad3df;
	background: #e6e7e4;
	font-size: 22px;
	color: #2b76a2;
	height: 50px;
	border-radius: 0;
}

.buttonLook {
	padding-top: 32px;
}

.buttonLook button {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #f58220;
	padding: 15px 20px;
	display: inline-block;
	border-radius: 4px;
	box-shadow: none;
	border: 0;
}

.buttonLook button .fa,
.invst-btn .btn .fa {
	border-left: 1px solid rgba(255, 255, 255, .3);
	padding-left: 14px;
	margin-left: 6px;
	font-size: 18px;
}

.modal-body {
	padding: 32px 42px;
}

.folioNo {
	position: relative
}

#folioError {
	left: 0px;
	top: 84px !important
}

.TnC {
	margin-right: 20px
}

.otpmodalshow {
	display: block
}

#remresend {
	display: none;
}

#remresend {
	margin-bottom: 17px;
}

.iframe-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:
		translate (-50%, -50%);
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

#pdfLink {
	width: 100%;
	height: 100%;
}

.close-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 24px;
	color: #888;
}

.overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

#pdfviewer {
	width: 100% !important;
	height: 100% !important;
}