html {
	font-size: 12px;
}
body {
	margin: 0;
	background:#f7f7f4;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	overflow-x:hidden;
	font-weight: 500;
	line-height: 1.5;
	color: #424344;
}
body.login-page {
    padding: 0;
}
.container {
	max-width:1200px;
	width:100%;
}

.btn {
	padding: 0.75rem 3rem;
	font-weight: 500;
	font-size: 1.1rem;
	border-radius: 4px;
}
.btn.read-more {
	border: 2px solid #ed1b24;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding: calc(0.75rem - 1px) 2rem;
}
.btn.read-more i {
	color: #ed1b24;
}
.btn.read-more:hover {
	border-color: #d71419;
}
.btn.read-more:hover i {
	color: #d71419;
}
img, svg {
    max-width: 100%;
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.4;
}
h1 {
	font-size: 3rem;
}
h2 {
	margin-bottom: 20px;
}
h3 {
	font-weight: 400;
	margin-bottom: 0.7em;
}
h3.main-title {
    position: relative;
    margin-bottom: 15px;
    /* border-bottom: 3px solid #e7e5e7; */
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
}
h3.main-title span {
    position: relative;
    display: inline-block;
    color: inherit;
    padding: 0 0 0.75rem;
    margin-bottom: -3px;
}
h3.main-title span:after {
    content: '';
    display: inline-block;
    display: none;
    height: 3px;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #d71419;
    width: 100%;
}
a {
    text-decoration: none;
    color: #ed1b24;
}
a:hover {
    text-decoration: none;
    color: #d71419;
}
.btn-primary {
	background-color: #ed1b24;
	border: none;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #d71419 !important;
	box-shadow: none !important;
}
.modal {
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
}
.modal-header {
	padding: 10px 20px;
	background-color: #f6f5fa;
	align-items: center;
}
.modal-header .close {
	margin: -10px -10px -10px auto
}
.modal-body {
	padding: 30px 20px 20px;
}
.modal-body h5 {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.modal-backdrop {
	display: none !important;
}
.btm-bdr {border-bottom: 1px solid #e3e1e1; margin-bottom:15px;}
#header {
	border-top:8px solid #d71419;
	padding: 15px 0;
	background:#fff;
	/* height:80px; */
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:999;
	box-shadow: 0 0px 5px rgba(0,0,0,0.1);
}
.logo {
	display: inline-block;
}
.logo img {
	width:250px;
	height:auto;
}
.wel-heading {
	font-size: 18px;
	font-weight: 600;
}
.search {
	width:100%;
	position:relative;
}
.search input[type='text'] {
	width:100%;
	border:none;
	border-bottom:#a7a7a7 3px solid;
	height:40px;
	outline:none;
	padding-right:30px;
}
.search input[type='submit'] {
	width:20px;
	height:20px;
	right:0;
	position:absolute;
	background:url(https://iitpl-mf-designs.s3.ap-south-1.amazonaws.com/hari/Project-NPS-Dashboard/assets/images/search.png) no-repeat;
	top:10px;	
	border:none;
	outline:none;
}
.header-list {
	margin:0;
	padding: 0 0 0;
	display:flex;
	flex-wrap:wrap;
	flex-direction: row-reverse;
	align-items: center;
}
.header-list li {
	margin:0 0 0 20px;
	list-style:none ;
	position:relative;
}
.header-list  li span.no {
	display:block;
	width:17px;
	height:17px;
	line-height:1.1;
	background:#f44336;
	top:-10px;
	right:-5px;
	border:#f44336 3px solid;
	color:#fff;
	border-radius:50%;
	text-align:center;
	font-size:10px;
	position:absolute;
}
.header-list .noti-i {
	margin-top: 4px;
	position:relative;
}
.header-list  .user-i {
	background:#f44336;
	border:#f44336 3px solid;
	color:#000;
	border-radius:50%;
	display:flex;
	flex-wrap:wrap;
}
.header-list  .user-i img {
	margin:3px 5px;
	margin: 0;
	width:29px;
	height:30px;
	border-radius: 50%;
}
.header-list  .user-i span.name {
	display:inline-block;
	display: none;
	color:#000;
	background:#fff;
	padding:5px 10px;
	line-height:25px;
}
#left-pannel {
	width:100%;
	max-width:300px;
	background:#212121;
	position:fixed;
	left:0;
	top:81px;
	bottom:0;
	overflow-y:auto;
	padding:20px 15px;
}
.inves-bt {
	display:block;
	background:#f44336;
	border-radius:5px;
	margin: 0 10px;
	position:relative;
	line-height:45px;
	color:#fff;
	padding:0 18px;
	transition:0.3s;
}
.inves-bt:hover {
	background:#d60f17;
	color:#fff;
	text-decoration:none;
}
.inves-bt:after {
	content:'+';
	position:absolute;
	right:22px;
	font-size:20px;
	top:0px;
}
#left-pannel h2 {
	font-size:13px;
	color:#b6b3b3;
	text-transform:uppercase;
	padding: 10px;
	font-weight:600;
	margin: 10px 0 0;
}
#left-pannel ul {
	margin:0;
	padding:0;
}
#left-pannel ul li {
	margin: 0;
	padding:0;
	list-style:none;
	position:relative;
}
#left-pannel ul li a {
	display:block;
	color:#b6b3b3;
	padding:5px 10px 5px 50px;
	transition: 0.3s;
	line-height:32px;
	font-size:13px;
}
#left-pannel ul li img {
	position:absolute;
	left:10px;
	transition:0.3s;
	top:10px;
}
#left-pannel ul li:hover img {
	filter:brightness(10);
}
#left-pannel ul li a:hover {
	color:#fff;
	text-decoration:none;
}
#left-pannel ul li.active a {
	background: #ebebe9;
	border-radius: 30px;
	color: #444;
}
#left-pannel ul li.active a:hover{
	color: #444;
}
#left-pannel ul li.active:hover img {
	filter:none;
}
#left-pannel ul li.logout {
	margin-top:15px;
}
.scrolling-box {	
	background-color: #eaeaea;
	display: block;
	height: 200px;
	overflow-y: scroll;
	scroll-behavior: smooth;
	text-align: center;
	width: 200px;
}
#right-pannel {
	padding:15px 5px;
	margin-left:320px;
	min-height: calc(100vh - 230px);
}
.month-no {
	font-size:13px;
	color:#748898;
	text-transform:uppercase;
	/* text-align:center; */
	display:inline-block;
	padding: 0 18px;
}
.month-no.sep {
	border-right:#d9d8d6 1px solid;
	padding-left: 0;
}
.month-no span {
	font-size:20px;
	color:#000;
	display:block;
	font-weight:700;
}
/* .right-link {
	text-align:right;
	color:#ed1c24;
	padding-top:20px;
}
.right-link a {
	color:#ed1c24;
	text-decoration:none;
	display:inline-block;
	padding:0 10px;
	text-decoration:underline;
} */
.invest-app {
	background:#fff;
	padding:20px 20px 15px 20px;
	margin:15px  0 0 0;
	overflow:hidden;
	height: calc(100% - 15px);
	transition: all 0.3s;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
	border-radius:6px;
	border-bottom:#00c080 8px solid;
	position:relative;
	transition:0.3s;
}
.invest-app:hover {
	background:#fcfcfc;
	box-shadow:#ddd 6px 6px 6px;
}
.invest-app .invest-top {
	position:absolute;
	right:0;
	top:0;
}
.invest-app .price-g {
	font-size:13px;
	color:#00c080;
	font-weight:500;
	display:inline-block;
}
.invest-app price-g span {
	background-color:#00c080;
	display:inline-block;
	padding:1px 5px;
	color:#fff;
	border-radius:5px;
	font-size:15px;
}
.invest-app .dt {
	display:inline-block;
	padding-left:5px;
	color: #010101;
	font-size: 12px;
}
.invest-app .last-gr {
	padding-top:18px;
	margin-bottom:10px;
	font-size: 12px;
}
.invest-app .invest-more {
	display:inline-block;
	border:#d71419 2px solid;
	color:#000;
	padding:8px 20px ;
	border-radius:5px;
	transition:0.3s;
}
.invest-app .invest-more:hover {
	background:#d71419;
	color:#fff;
	text-decoration:none;
}
.invest-app .invest-more:hover img {
	filter:brightness(1000);
}
.invest-app .invest-more img {
	vertical-align: middle;
}
.invest-app .price-b {
	font-size:32px;
	color:#424344;
	font-weight:600;
	line-height: 1;
	margin-bottom: 5px;
}
.invest-app .price-b .ru-grey {
	color: inherit !important;
    background: none !important;
    padding-right: 3px;
    font-size: 75%;
    vertical-align: top;
}
.invest-app .current {
	text-transform:uppercase;
	padding-bottom:5px;
	color: #010101;
	font-size: 13px;
}
.invest-app .last-gr {
	color:#7d96a9;
	font-size: 12px;
}
.invest-app .price-b img {
	vertical-align: bottom !important;
}
.invest-app span {
	display: inline-block;	
	background: #00c080;	
	padding: 2px 7px;	
	color: #fff;	
	border-radius: 5px;
}
.invest-app span.ru-per {
	background: none;
	color: inherit;
	font-weight: 400;
	padding: 0;
}
.invest-app div .last-gr {
	color:#7d96a9;
}
.invest-app.yle {
	border-color:#ecdc24;
}
.invest-app .rupee {
	font-size:28px;
	font-weight:500;
}
.invest-app .rupee .ru-grey {
  /* color: #8A8A8A !important;
  background: none !important; */
  color: inherit !important;
  background: none !important;
  padding-right: 3px;
  font-size: 75%;
  vertical-align: top;
}
.invest-app.rd {
	border-color:#d71419;
}
.performance-box {
	background:#fff;
	padding:20px 20px 25px 20px;
	height: calc(100% - 35px);
	margin-top:35px;
	border-radius:5px;
	transition: all 0.3s;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}
.performance-box:hover {
	background:#fff;
	box-shadow:#ddd 6px 6px 6px;
}
.performance-box .invest-t {
	font-weight:400;
	font-size:12px;
}
.performance-box .invest-t a {
	display:inline-block;
	background:#f5f5f9;
	border:#ddd 1px solid;
	color:#000;
	padding: .40rem 1.2rem;
	text-transform: uppercase;
	border-radius: 20px;
}
.performance-box .invest-t a img {
	width:15px;
	height:15px;
}
.performance-box  .invest-t a.active {
	background:#58595a;
	color:#fff;
}
a.more-dt {
	color:#d71419;
	text-decoration:underline;
	transition:0.5s;
}
a.more-dt img {
	text-decoration:none;
	margin-left:5px;
	vertical-align: middle;
}
a.more-dt:hover {
	color:#000;
	text-decoration:none;
}
.performance-box .return-t {
	margin-left: 20px;
    font-size: 12px;
    text-align: right;
}
.up-t {
	font-size:30px;
	text-align:right;
	font-weight:600;
}
.amc-loc {
	background:#fff;
	padding:20px 20px 10px 20px;
	margin-top:35px;
	border-radius:5px;
	height: calc(100% - 35px);
	transition: all 0.3s;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}
.amc-loc:hover {
	background:#fff;
	box-shadow:#ddd 6px 6px 6px;
}
.amc-loc .tab-list ul li {
	padding: 0;
}
.amc-loc .tab-list ul li a{
	padding-left: 15px;
	padding-right: 15px;
}
.amc-loc .tb-g {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.amc-loc .tb-g a {
	flex-wrap:0 0 50%;
	width:50%;
	border-bottom:#ddd 3px solid;
	text-align:center;
	color:#000;
	font-size:14px;
	transition:0.5s;
}
.amc-loc .tb-g  a:hover, .amc-loc .tb-g a.active {
	border-color:#d71419;
	text-decoration:none;
}

.lic-list ul {
	margin:0 -5px;
	padding:0;
	font-size:10px;
	font-weight:500;
}
.lic-list li {
	list-style:none;
	padding:5px 0;
	margin:0;
	overflow:hidden;
}
.lic-list li span {
	display: inline-block;	
	background: #00c080;	
	padding: 2px 7px;	
	color: #fff;	
	border-radius: 5px;	
	min-width: 38px;
	text-align: center;
}
	.lic-list li .bg1 {
  background: #2563a8 !important;
}
.lic-list li .bg2 {
  background: #07aff1 !important;
}
.lic-list li .bg3 {
  background: #e08a46 !important;
}
.lic-list li .right {
	float:right;
}
.lic-list li .left {
	float:left;
}
.lic-list li .left img {
  vertical-align: middle;
  width: 30px;
}
.gr-01 {
  color: #00c080;
}
.rd-02 {
  color: #f44336;
}
.pension-man {
	background:#fff;
	padding:20px 20px 25px 20px;
	height: calc(100% - 35px);
	margin-top:35px;
	border-radius:5px;
	transition: all 0.3s;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}
.pension-man:hover {
	background:#fff;
	box-shadow:#ddd 6px 6px 6px;
}
.pension-man h3 {
	font-weight: 500!important;
}

.pension-box img {
	position:absolute;
	left: -5px;
}
.pension-man .pension-box img {
	left:-10px;
}   
.pension-box {
	padding-left:52px;
	padding-top:15px;
	position:relative;
	padding-bottom:10px;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.pension-box a {
	color:#000;
	font-size:12px;
	cursor: auto;
}   
.pension-box h4 {
	color:#000;
	font-size:16px;
	margin-bottom:0;
}   
.pension-box span {
	color:#3ab91a;
	float:right;
	font-size:16px;
}
.tran-hs {
	background:#fff;
	padding:20px 20px 25px 20px;
	min-height:calc(100% - 35px);
	margin-top: 35px;
	border-radius:5px;
	transition: all 0.3s;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}
.tran-hs:hover {
	background:#fff;
	box-shadow:#ddd 6px 6px 6px;
}
.tran-hs ul {
	margin:0;
	padding:0 0 10px 0;
}   
.tran-hs li {
	margin:0;
	padding:7px 0;
	list-style:none;
	border-bottom:#ddd 1px solid;
}  
.tran-hs li span {
	float:right;
}
.carsuel-sec {
	padding:0px 0px;
}
.carsuel-sec .owl-stage {
	display: flex;
}
.carsuel-sec .owl-stage .item {
	height: 100%;
	display: flex;
}
.update-box {
	background:#fff;
	padding:22px 98px 16px 16px;
	/* min-height:180px; */
	margin-top:35px;
	border-radius:6px;
	border-left:#ecdc24 8px solid;
	transition: all 0.3s;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
	position:relative;
}   
.update-box h4 {
	font-size:16px;
	margin-bottom:10px;
	color: #000000;
}
.update-box p {
	line-height:20px;
	color:#000000;
	font-size: 13px;
}
.update-box .ab-pic {
	position:absolute;
	width:70px;
	right:15px;
	top:30%;
}
.update-box.r-c {
	border-color:#ed2128;
}
.update-box.g-c {
	border-color:#00c080;
}
.update-box .card-link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
footer {
	background:#fff;
	padding:20px 20px 5px 20px;
	margin-top:20px;
	font-size:12px;
	transition: all 0.3s;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}   
footer .container {
	width:auto;
	margin-left:320px;
	font-weight:500;
}
footer a {
	color:#ed141d;
	display:inline-block;
	padding:0 8px 0 0;
}
footer .social, footer .terms {
	text-align:right;
	padding: 5px 0;
}
footer .social a {
	padding:0 2px;
} 
footer .help {
	padding-top:10px;
}
footer a.cl-b {
	color:#000;
}
footer .copy {
	padding: 5px 0;
}

.carsuel-sec .owl-nav {
	display:none;
}
.carsuel-sec .owl-dots {
	display:block;
	text-align:center;
	padding-top:10px;
}
.carsuel-sec .owl-dots  .owl-dot {
	width:10px;
	height:10px;
	background:#ddd !important;
	border-radius:50%;
	margin: 10px 2px;
	outline:none;
	border:none;
}
.carsuel-sec .owl-dots  .owl-dot.active {
	background:#fedd21 !important;
}
.menu-i {
	display:none;
}
.performance-box .invest-t select {
	display:none;
}
.mobile-m {
	display:none;
}

/* style.css */

.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.read-more {
	display: inline-block;
	font-weight: 600;
	color: #28323c;
	font-size: 1rem;
	transition: 0.3s all;
}
.update-box:hover .read-more,
.read-more:hover {
	color: #ed1b24;
}
.read-more img {
	transition: 0.3s transform;
	vertical-align: -1px;
}
.read-more i {
	transition: 0.3s transform;
	font-size: 0.9em;
}
.update-box:hover .read-more img,
.update-box:hover .read-more i,
.read-more:hover img,
.read-more:hover i {
	transform: translateX(3px);
}
.read-more:hover img.fa-chevron-left,
.read-more:hover i.fa-chevron-left {
	transform: translateX(-3px);
}
.mf-login-page {
	font-size: 12px;
}
.mf-login-page .row > div {
	height: 100vh;
	flex-direction: column;
	display: flex;
	align-items: left;
	justify-content: center;
	padding-top: 1.5rem;
	padding-bottom: 4rem;
}

/* .scrollbar-styling, .mf-login-page .row > div > div {
	scrollbar-width: none;
	scrollbar-width: thin;
	overflow: auto;
} */
.scrollbar-styling::-webkit-scrollbar, .mf-login-page .row > div > div::-webkit-scrollbar {
	width: 6px;
	background-color: #ccc;
}
.scrollbar-styling::-webkit-scrollbar-thumb, .mf-login-page .row > div > div::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.25);
	transition: all 0.3s;
}
.scrollbar-styling:hover, .mf-login-page .row > div > div:hover {
	scrollbar-width: thin;
}
.scrollbar-styling:hover::-webkit-scrollbar-thumb, .mf-login-page .row > div > div:hover::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.23);
}
@media (hover: none) {
	.scrollbar-styling, .mf-login-page .row > div > div {
	scrollbar-width: thin;
	}
	.scrollbar-styling::-webkit-scrollbar-thumb, .mf-login-page .row > div > div::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.23);
	}
}
  
.mf-login-page .row > div > div {
	padding: 0 4rem 1rem;
	width: 100%;
}
.mf-login-page .row > div.other-feature {
	background: url("../../images/nps-login-bg.jpg") no-repeat 0 0/cover;
}
.mf-login-page .row > div.other-feature2 {
	background: url("../../images/nps-login-bg-02.jpg") no-repeat 0 0/cover;
}
.mf-login-page .row > div.other-feature h1 {
	font-size: 2rem;
	text-transform: uppercase;
}
.mf-login-page .row > div.other-feature h2 {
	font-weight: 500;
	font-size: 2.75rem;
    margin-bottom: -10px;
}
.mf-login-page .row > div.other-feature .other-feature-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mf-login-page .row > div.other-feature .other-feature-list .other-feature-box {
	width: 45%;
	margin-top: 3rem;
	border-bottom: 2px solid #ed1b24;
	padding-bottom: 1.5rem;
}
.mf-login-page .row > div.other-feature .other-feature-list .other-feature-box img {
	height: 60px;
	margin: 0 0 15px;
}
.mf-login-page .row > div.other-feature .other-feature-list .other-feature-box h5 {
	text-transform: uppercase;
	margin: 0;
	color: inherit;
}
.mf-login-page .row > div.other-feature .other-feature-list .other-feature-box ul {
	padding-left: 15px;
}
.mf-login-page .row > div.login-form {
	background-color: #f6f5fa;
}
.mf-login-page .row > div.login-form .intruction {
	border: 1px solid #bbb;
	padding: 8px 10px;
	border-radius: 12px;
	margin: 10px 0 15px;
}
.mf-login-page .row > div.login-form .back-btn {
	position: absolute;
	top: 0;
	left: 2rem;
}
.mf-login-page .row > div.login-form .login-logo {
	display: block;
	text-align: center;
  }
.mf-login-page .row > div.login-form .card {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	margin: 2rem auto 0;
	width: 100%;
	max-width: 420px;
}
.mf-login-page .row > div.login-form .card .tab-listing .tab-list {
	width: 50%;
}
.mf-login-page .row > div.login-form .card .tab-listing .tab-list a {
	font-weight: 700;
	font-size: 1.25rem;
}
.google-login a {
	border: 2px solid #e5e5e5;
	padding: 15px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	color: #28323c;
	transition: all 0.3s;
	background: transparent;
}
.google-login a img {
	width: 24px;
}
.google-login a span {
	margin-left: 15px;
	font-size: 1.5rem;
}
.google-login a:hover {
	border-color: #999;
}
.option-or {
	position: relative;
	text-align: center;
	margin: 10px 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: #999;
}
.option-or:after, .option-or:before {
	content: "";
	height: 2px;
	width: calc(50% - 22px);
	border-top: dotted 1px #999;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
}
.option-or:before {
	left: 0;
	right: auto;
} 
.card .card-body {
	color: inherit;
	padding: 1.5rem;
}
.tab-listing {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.tab-listing:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #e1e1e1;
}
.tab-listing .tab-list {
	height: auto;
}
.tab-listing .tab-list a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	color: #28323c;
	padding: 10px 0;
	height: 100%;
}
.tab-listing .tab-list a:before {
	content: '';
	display: inline-block;
	height: 3px;
	width: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #d71419;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tab-listing .tab-list a.active {
	color: #000;
}
.tab-listing .tab-list a:hover, .tab-listing .tab-list a.active {
	text-decoration: none;
}
.tab-listing .tab-list a:hover:before, .tab-listing .tab-list a.active:before {
	width: 100%;
	display: block;
	left: 0;
}
.tab-listing .tab-list a.golden:before {
	background: #D1AE6C;
}
.tab-listing .tab-list + .tab-list {
	margin-left: 25px;
}
.tab-listing.journey-listing {
	padding: 20px 40px;
	position: relative;
	overflow: hidden;
	max-width: 960px;
	margin: 0 auto;
}
.tab-listing.journey-listing:before {
	content: "";
	position: absolute;
	bottom: 20px;
	width: calc(100% - 80px);
	left: 40px;
	height: 3px;
	background-color: #d71419;
}
.tab-listing.journey-listing .tab-list {
	width: 220px;
	text-align: center;
	margin: 0 !important;
}
.tab-listing.journey-listing .tab-list a {
	font-size: 1.2rem;
	position: relative;
	padding-bottom: 20px;
	line-height: 21px;
	font-weight: 700;
}
.tab-listing.journey-listing .tab-list a:before {
	content: "";
	height: 20px;
	width: 20px !important;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #d71419;
	left: 0;
	right: 0;
	margin: 0 auto -8px;
}
.tab-listing.journey-listing .tab-list a.active {
	font-size: 1.4rem;
}
.tab-listing.journey-listing .tab-list a.active:before {
	height: 22px;
	width: 22px !important;
	margin-bottom: -9px;
	border-color: #565656;
}
.tab-wrapper {
	padding: 20px 0 0;
}
.tab-wrapper .tab {
	display: none;
}
.custom-dropdown {
	position: relative;
	text-align: left;
}
.custom-dropdown .selected-item {
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 5px;
	padding-right: 25px;
	position: relative;
}
.custom-dropdown .selected-item:not(.form-control):not(select:disabled) {
	background-color: #f0f0f2;
	display: block;
	padding: 0.9rem 1rem;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 700;
}
.custom-dropdown .selected-item.form-control, .custom-dropdown select.selected-item:disabled {
	color: #28323c;
	font-weight: 500;
}
.custom-dropdown .selected-item:after {
	content: "";
	float: right;
	height: 10px;
	width: 10px;
	border-right: 2px solid rgba(0, 0, 0, 0.3);
	border-bottom: 2px solid rgba(0, 0, 0, 0.3);
	transform: rotate(45deg);
	margin-top: 3px;
	position: absolute;
	right: 5px;
}
.custom-dropdown .selected-item.active + ul {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	z-index: 96;
}
.custom-dropdown ul {
	background-color: #f0f0f2;
	padding: 1rem 0;
	position: absolute;
	top: calc(100% - 4px);
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transform: scaleY(0);
	transition: all 0.3s;
	transform-origin: 0 0;
	margin: 0;
}
.custom-dropdown ul li {
	display: block;
}
.custom-dropdown ul li input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.custom-dropdown ul li a, .custom-dropdown ul li label {
	color: #28323c;
	position: relative;
	padding: 0.8rem 1rem;
	border-left: 3px solid transparent;
	display: block;
	transition: all 0.3s;
}
.custom-dropdown ul li.active a, .custom-dropdown ul li.active label, .custom-dropdown ul li:hover a, .custom-dropdown ul li:hover label {
	background-color: #fff;
	border-color: #ed1b24;
}
.custom-dropdown[class*="col"] ul {
	left: 15px;
	right: 15px;
}
.custom-dropdown.multiple-selection ul li a, .custom-dropdown.multiple-selection ul li label {
	padding-left: 30px;
}
.custom-dropdown.multiple-selection ul li a:before, .custom-dropdown.multiple-selection ul li label:before {
	content: "";
	position: absolute;
	left: 8px;
	top: calc(50% - 7px);
	border: 1px solid #999;
	height: 14px;
	width: 14px;
	border-radius: 3px;
}
.custom-dropdown.multiple-selection ul li a:after, .custom-dropdown.multiple-selection ul li label:after {
	content: "";
	position: absolute;
	left: 13px;
	top: calc(50% - 5px);
	height: 8px;
	width: 4px;
	border-right: 1px solid #f6f5fa;
	border-bottom: 1px solid #f6f5fa;
	transform: rotate(45deg);
}
.custom-dropdown.multiple-selection ul li.active a:before, .custom-dropdown.multiple-selection ul li.active label:before {
	background-color: #28a745;
	border-color: #28a745;
}
form .btn {
	margin: 8px 0;
	padding: 0.7rem 4rem;
}
form .row {
	align-items: flex-start;
}

.form-group {
	margin-bottom: 1.0rem;
	position: relative;
}
.form-group label {
	text-transform: uppercase;
}
.form-group label:not(.error) {
	margin: 0;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.form-group label.error {
	color: #ed1b24;
	margin: 0;
	position: relative;
	top: 7px;
	line-height: 1;
	display: block;
}
.form-group label ~ .resend-btn {
	top: 22px;
}
.form-group .resend-btn {
	position: absolute;
	right: 0;
	top: 5px;
	color: #28323c;
	background: #fff;
	padding-left: 5px;
}  
.form-control, select:disabled {
    font-weight: 500;
    color: #28323c;
    height: auto;
    border: none;
    border-bottom: 2px solid #a7a7a7;
    border-radius: 0;
    padding: 5px 5px 5px 0;
}
.otp-btn {
	text-align: right;
}
.otp-btn a {
	color: #28323c;
}

section.inner-page-banner {
	background: no-repeat 50% 50% / cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 260px;
	align-items: center;
	color: #fff;
	position: relative;
}
section.inner-page-banner.h400-banner {
	min-height: 400px;
}
section.inner-page-banner.light-banner {
	color: #28323c;
}
section.inner-page-banner.mf-banner .banner-caption {
	max-width: 100%;
}
section.inner-page-banner.mf-banner .banner-caption h6 {
	max-width: 450px;
}
section.inner-page-banner.carousel-banner {
	padding: 0;
	align-items: unset;
}
section.inner-page-banner.carousel-banner .carousel {
	width: 100%;
}
section.inner-page-banner.carousel-banner .carousel .carousel-item {
	width: 100%;
}
section.inner-page-banner.carousel-banner .carousel .carousel-item .container, section.inner-page-banner.carousel-banner .carousel .carousel-item .section-menu {
	min-height: 500px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
section.inner-page-banner.carousel-banner .carousel .carousel-item .banner-img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	max-width: none;
	object-fit: cover;
}
section.inner-page-banner.carousel-banner .carousel .carousel-item .banner-caption {
	position: relative;
}
section.inner-page-banner.carousel-banner .carousel .carousel-indicators {
	position: absolute;
	bottom: 0px;
}
section.inner-page-banner .banner-caption {
	max-width: 380px;
	position: relative;
	padding-left: 15px;
	margin: 0 auto;
}
section.inner-page-banner .banner-caption h2.section-title {
	text-align: center;
	font-size: 3rem;
}
section.inner-page-banner .banner-caption h2.section-title span {
	margin: 0 auto;
	height: 5px;
}
section.inner-page-banner .banner-caption h6 {
	font-size: 1.4rem;
	font-weight: 300;
	margin: 0;
	text-align: center;
	padding: 0px 0px 30px 0px;	
}

.tab-dots > ul,
.tab-dots > ol {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}
.tab-dots > ul li,
.tab-dots > ol li {
	margin-right: 4px;
	height: 9px;
	width: 9px;
	border-radius: 50%;
	background-color: #e1e1e1;
	opacity: 1;
	cursor: pointer;
}
.tab-dots > ul li.active,
.tab-dots > ol li.active {
	background-color: #f8d905;
}
.tab-dots > ul li.active.golden,
.tab-dots > ol li.active.golden {
	background-color: #D1AE6C;
}
.carousel-indicators {
	position: relative;
	margin: 20px 0 0;
}
.red {
	color: #ed1b24 !important;
}

.card-box {
	background: #fff;
    padding: 20px 20px 25px 20px;
	margin-top: 35px;
	height: calc(100% - 35px);
    border-radius: 5px;
	transition: all 0.3s;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}
.card-box.first {
	margin-top: 0;
	height: auto;
} 
.card-box:hover {
	background: #fff;
    box-shadow: #ddd 6px 6px 6px;
}
.table_responsive {
	border: 1px solid #f0f0f0;
	border-left: 0;
	margin: 0;
}
.table_responsive thead {
	
}
.table_responsive th, .table_responsive td {
    padding: 0.75rem 0.5rem;
}
.table_responsive thead th {
	background-color: #f1eff0;
	border: none;
	border-left: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	vertical-align: middle;
	font-weight: 600;
}
.table_responsive thead tr:first-child th {
	border-top: 0;
}
.table_responsive thead th:first-child{
	border-left-color: #f0f0f0;
}
.table_responsive tbody th {
	background-color: #f8f7f5;
	vertical-align: middle;
	font-weight: 600;
}
.table_responsive tr td {
	vertical-align: middle;
	border-top: 1px solid #f0f0f0;
}
.table_responsive tr td:first-child {
	border-left: 1px solid #f0f0f0;
}
.table_responsive tr td small {
	display: block;
}
.table_responsive tfoot tr td {
	background-color: #f8f7f5;
}
.table_responsive span.th {
	border-right: 1px solid #dbdbdb;
	display: none;
}
.tab-list ul {
	margin: 0 0 15px;
	padding: 0;
	display: flex;
	border-bottom: 3px solid #e7e5e7;
	align-items: flex-end;
}
.tab-list ul li {
	padding: 0 30px 0 0;
	list-style: none;
}
.tab-list ul li a {
	position: relative;
	display: block;
	color: inherit;
	padding: 0 0 0.75rem;
	margin-bottom: -3px;
	text-align: center;
}
.tab-list ul li a:hover {
	color: inherit;
	text-decoration: none;
}
.tab-list ul li a:after {
	content: "";
	content: '';
    display: inline-block;
    height: 3px;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background: #d71419;
}
.tab-list ul li a:hover:after,
.tab-list ul li.active a:after {
	width: 100%;
    display: block;
    left: 0;
}
.tab-contain {
	display: none;
}
.no-wrap {
	white-space: nowrap;
} 
.accordion {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
}
.accordion + .accordion {
	margin-top: 12px;
}

.accordion .accordion-title {
	padding: 12px 30px 12px 15px;
	position: relative;
	cursor: pointer;
	background: #f7f7f4;
}
.accordion .accordion-title:after {
	content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    box-shadow: 3px 3px 1px -1px #929292;
    right: 15px;
    top: 10px;
    background-color: inherit;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion.active .accordion-title:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 20px;
}
.accordion .accordion-body {
	padding: 15px 15px 5px;
	border-top: 1px solid rgba(0,0,0,.125);
	line-height: 1.8;
}
.accordion .accordion-body ul {
	padding-left: 20px;
}
.accordion .accordion-body ul li {
	/* padding-left: 20px; */
}
.accordion-container {
	display: none;
}
.calculator-box.card-box {
	padding: 15px;
}
.calculator-box.card-box > .row > .col-md-6 {
	padding-left: 30px;
	padding-right: 30px;
}
.chart-column {
	margin-top: -15px;
	margin-bottom: -15px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fcfcfc;
}
.chart {
	display: flex;
	margin: 0 0 15px;
	pointer-events: none;
}
ul.numbers {
    margin: 0 0 15px;
    padding-left: 0;
    /* border-left: 2px dashed rgba(0, 0, 0, 0.3); */
    list-style: none;
	position: relative;
	flex: 0 0 100px;
}
ul.numbers:before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	border-left: 2px dashed rgba(0, 0, 0, 0.15);
	left: 0;
}
ul.numbers li {
    margin: 20px 0;
    position: relative;
	padding-left: 24px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 10px;
	text-align: right;
}
ul.numbers li:first-child {
	margin-top: 0;
}
ul.numbers li:last-child {
	margin-bottom: 0;
}
ul.numbers li:before {
	content: "";
	height: 2px;
	width: 15px;
	border-top: 2px dashed rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 0;
	top: 8px;
}
ul.bars {
	width: 100%;
	padding: 15px 30px 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
}
ul.bars:before,
ul.bars:after {
	content: "";
	width: 1px;
}
ul.bars li {
    display: inline-flex;
    align-items: flex-end;
}
ul.bars .bar {
	width: 80px;
	position: relative;
	height: 0;
	transition: height 1.2s;
	overflow: hidden;
}
ul.bars .bar:before {
	content: '₹'attr(data-value);
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	margin-top: -5px;
	width: 100%;
	text-align: center;
}
ul.bars .bar .radial {
	position: relative;
	position: absolute;
    /* margin: 15px 0; */
    top: 15px;
    width: 100%;
    bottom: 30px;
}
ul.bars .bar .radial:before,
ul.bars .bar .radial:after{
	content: "";
	height: 30px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	transform: translateY(-50%);
}
ul.bars .bar .radial:after{
	top: auto;
	bottom: 0;
	transform: translateY(50%);
	box-shadow: 1px 8px 10px -3px rgba(0, 0, 0, 0.4) ;
}
ul.bars .bar.principle-amt .radial,
ul.bars .bar.principle-amt .radial:after {
	background: rgb(85,255,182);
	background: linear-gradient(90deg, rgba(85,255,182,1) 0%, rgba(65,68,252,1) 100%);
}
ul.bars .bar.principle-amt .radial:before {
	background-color: #42efb6;
}
ul.bars .bar.pension-wealth .radial,
ul.bars .bar.pension-wealth .radial:after {
	background: rgb(255,156,86);
	background: linear-gradient(90deg, rgba(255,156,86,1) 0%, rgba(237,28,36,1) 100%);
}
ul.bars .bar.pension-wealth .radial:before {
	background-color: #fe8856;
}
ul.chart-navigation {
    display: flex;
    padding: 15px 0 10px 45px;
	list-style: none;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	/* pointer-events: none; */
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.chart-navigation li {
	position: relative;
	width: 50%;
	padding-left: 16px;
}
ul.chart-navigation li:nth-child(n + 3) {
	margin-top: 20px;
}
ul.chart-navigation li.color-box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	height: 8px;
	width: 11px;
	background: #fe8856;
}
ul.chart-navigation li.color-box:first-child:before {
	background: #42efb6;
}
ul.chart-navigation li .data-tolltip:before {
	content: attr(data-tooltip);
	position: absolute;
	bottom: calc(100% + 2px);
    left: 12px;
    border-radius: 3px;
    background: #00bf80;
    color: #fff;
    font-size: 7px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 1px 5px;
    font-weight: 300;
}
ul.chart-navigation li .data-tolltip:after {
	content: "";
	position: absolute;
    border: 2.5px solid transparent;
    border-right-color: #00bf80;
    border-top-color: #00bf80;
    left: 18px;
    bottom: calc(100% - 3px);
}
ul.chart-navigation li span {
    /* white-space: nowrap; */
    color: rgba(0, 0, 0, 0.8);
	line-height: 1.4;
	font-weight: 500;
	display: block;
}
ul.chart-navigation li strong{
	color: rgba(0,0,0,0.7);
}
ul.chart-navigation li strong:before {
	content: "₹";
}
ul.range-ruler {
    display: flex;
    list-style: none;
    padding: 0 10px;
    justify-content: space-between;
	white-space: nowrap;
	font-size: 10px;
}
ul.range-ruler li {
    padding-top: 12px;
	position: relative;
	color: rgba(0, 0, 0, 0.5);
}
ul.range-ruler li:before {
    content: "";
    position: absolute;
    top: 1px;
    height: 12px;
    width: 2px;
    background: #cfcfcf;
    left: 0;
    right: 0;
    margin: auto;
}
.profile-byline {
    padding: 3rem 2rem 3rem 3rem;
    /*display: flex;*/
    align-items: center;
}
.profile-pic {
    display: flex;
	flex-direction: column;
	align-items: center;
	/*padding-right: 20px;*/
}
.profile-pic img {
	border-radius: 50%;
	margin-bottom: 10px;
}
.custom-upload {
	position: relative;
}
.custom-upload input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	opacity: 0;
	cursor: pointer;
}
.custom-upload a {
	pointer-events: none;
}

.detail-listing {
    margin-bottom: 1.8rem;
    display: flex;
    /* align-items: center; */
}
.detail-listing .detail {
    flex: 1 1 230px;
    display: inline-block;
    padding-right: 10px;
}
.detail-listing .detail small {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    font-weight: inherit;
}
.detail-listing strong {
	font-weight: 700;
	color: rgba(0, 0, 0, 0.6);
}
.detail-listing strong.editable {
	color: #000;
}
.detail-listing .description {
    flex: 1 1 100%;
	/* flex: 1 1 200%;*/
}
.detail-listing .description.email.verified span {
    position: relative;
}
.detail-listing .description.email.verified span:after {
	content: "";
	position: absolute;
	top: -8px;
	/*right: -8px;*/
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: url('../../images/verify.svg') no-repeat center center / 100% 100%;
}
.detail-listing .description.email {
	display: flex;
    flex-direction: column;
}
.otp-field {
	display: flex;
	align-items: center;
}
.resend-btn {
	margin-left: 8px;	
}

@media (min-width: 576px) {
	
	.quick-links-cards {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.quick-links-cards .item {
		width: calc(50% - 10px);
	}
	.quick-links-cards .item .update-box {
		height: 100%;
		margin-top: 0;
	}
	.quick-links-cards .item:nth-child(n + 3) .update-box {
		margin-top: 30px;
		height: calc(100% - 30px);
	}

}

@media (min-width: 768px) {
	.table-responsive-md {
		overflow: auto;
		width: 100%;
	}
	.logo-wrap {
		max-width: 252px;
	}
	.logo-wrap + div {
		flex-grow: 1;
		max-width: none;
	}
	
}
@media (min-width: 1200px) {
	.quick-links-cards .item {
		width: calc(33.33% - 15px);
	}
	.quick-links-cards .item:nth-child(n + 3) .update-box {
		height: 100%;
		margin-top: 0;
	}
	.quick-links-cards .item:nth-child(n + 4) .update-box {
		margin-top: 30px;
		height: calc(100% - 30px);
	}
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	ul.numbers {
		flex: 0 0 90px;
	}
	ul.bars {
		padding: 15px 0 0 15px;
	}
	ul.bars:after,
	ul.bars:before {
		display: none;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
	section.inner-page-banner.fa-banner {
		background-position: 80% 50%;
	}
}
@media(max-width:1380px) {
	
	body {
		font-size:12px;
	}
	#left-pannel {
		max-width: 267px;
	}
	#right-pannel {
		margin-left: 267px;
	}
	footer .container {
		margin-left: 267px;
	}
	.invest-app .price-b {
		font-size:24px;
	}
	.invest-app span {
		padding-left: 0;
	}
	.invest-app .rupee {
		font-size:23px;
	}
	.logo img {
		width: 200px;
		height: auto;
	}
	.month-no {
		font-size:12px;
		padding: 0 10px;
	}
	.month-no span {
		font-size: 16px;
	}
	a.right-link {
		font-size:12px;
	}
	
}

@media (max-width: 1199px) {
	.tab-listing.journey-listing .tab-list {
		width: 210px;
	}
}

@media(max-width:991px) {
	
	body:not(.login-page) {
		padding-top: 54px;
		padding-right: 0 !important;
	}
	.header-list .noti-i {
		margin-top:10px;
		position:relative;
	}
	.tab-listing.journey-listing .tab-list {
		width: 203px;
	}
	.performance-box .invest-t a {
		display:none;
	}
	.performance-box .invest-t a:last-child {
		display:inline-block;
	}
	#header {
		border-top: 3px solid #d71419;
	}
	body {
		padding-top:60px;
	}
	#left-pannel {
		margin-left:-267px;
		transition:0.3s ease-out;
		top: 51px;
		z-index:9999
	}
	#left-pannel.menu-active {
		margin-left:-0px;
	}
	#header {
		padding: 10px 0;
	}
	#right-pannel {
		margin-left:0;
		padding-left: 0;
		padding-right: 0;
		min-height: calc(100vh - 169px);
	}
	footer .container {
		margin-left: 0px;
	}
	.logo {
		display: inline-block;
	}
	.logo img {
		width:150px;
	}
	.search {
		display:none;
	}
	.header-list {
		display:none;
	}
	.menu-i {
		display:inline-block;
		padding: 6px;
		cursor: pointer;
	}
	.mobile-m {
		position: static;
		right: 0;
		margin: -10px -15px -10px 0;
		display: block;
	}
	.mobile-m .header-list {
		display:flex;
		align-items: unset;
	}
	.mobile-m  .header-list li {
		margin: 0;
		padding:10px 8px 8px 8px;
		border-right:#ddd 1px solid;
	}
	.mobile-m  .header-list li:first-child {
		border-right:none;
	}
	.mobile-m  .header-list	li.user-name {
		background:#ef4e52;
		text-transform:uppercase;
		color:#fff;
		font-size:18px;
		padding-top: 14px;
	}
	.wel-heading {
		font-size: 16px;
	}
	.sr {
		margin-top:8px;
		cursor:pointer;
	}
	.invest-app .invest-top {
		width:50px;
	}
	.invest-app {
		padding-top:10px;
	}
	.search {
		border-top: #ddd 1px solid;
		position:fixed;
		top:51px;
		left:0;
		right:0;
			z-index: 9999999999;
		background:#fff;
		padding:5px 15px 8px 15px;
		transition: all 0.3s;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
	}
	.search input[type='submit'] {
		right: 20px;
		position: absolute;
		/* background: url(assets/images/search.png) no-repeat;
		top: 0px;*/
	}	
	.update-box h4 {
		font-size: 18px;
		margin-bottom: 10px;
		margin-right: -50px;
	}
	.performance-box {
		position:relative;
		padding-bottom:70px;
	}
	.performance-box .col-md-4 {
		position:static;
	}
	.return-t {
		position:absolute;
		bottom:40px;
		margin-left:0 !important;
		padding-right:100px;
	}
	.up-t {
		font-size: 18px;
		text-align: right;
		font-weight: 600;
		float: right;
		padding-right: 10px;
		margin-right: -128px;
		margin-top: -7px;
	}
	.up-t img {
		width:16px;
	}
	.performance-box .text-right {
		position:absolute;
		bottom:10px;
		right:10px;
	}
	.performance-box .invest-t select {
		width: 70px;
		font-size: 11px;
		display:inline-block;
	}
	.performance-box .invest-t a {
		padding: 2px 5px;
		color: #000;
		font-size: 11px;
	}
	.performance-box .invest-t a img {
		width:12px;
		height:12px;
	}
	html .read-more {
		background-size: 7px;
	}
	.mf-login-page .row > div {
		padding-top: 4rem;
		padding-bottom: 3rem;
	}
	.mf-login-page .row > div > div {
		padding: 0 2rem 1rem;
	}
	.mf-login-page .row > div.other-feature .other-feature-list .other-feature-box {
		width: 100%;
		margin-top: 2rem;
		padding-bottom: 1rem;
	}
	section.inner-page-banner {
		background-position: 30% 50%;
	}
	section.inner-page-banner.retirement-banner {
		background-position: 45% 50%;
	}
	ul.bars {
		padding: 15px 0 0 15px;
	}

}

@media(max-width:767px) {
	
	h3 {
		font-size: 1.5rem;
	}
	.invest-app .price-g {
		font-size: 14px;
	}
	.logo {
		display: inline-block;
	}
	.logo img {
		width:140px;
		margin-left:5px;
		max-width: none;
		margin-right: -15px;
	}
	.menu-i {
		padding: 6px 0;
	}
	body {
		font-size:12px;
	}
	.tab-listing.journey-listing .tab-list {
		width: 215px;
	}
	#right-pannel {
		padding: 26px 0;
	}	
	.right-link {
		text-align:left;
		padding-top:5px;
	}
	.right-link a {
		font-size:11px;
		padding:0 5px;
	}
	.right-link img {
		width:12px;
		height:auto;
	}
	.amc-loc .tb-g a {
		font-size:12px;
	}
	.pension-man h3, .tran-hs h3 {
		font-size:18px;
	}
	.pension-box h4 {
		font-size:15px;
	}
	.pension-box a {
		font-size:12px;
	}
	.pension-box {
		margin-left:-20px;
	}
	footer {
		padding:10px 0;
		margin-top:15px;
	}
	footer .social, footer .terms {
		text-align:left;
		padding: 5px 0;
	}
	footer a {
		display:block;
		padding:3px 0;
	}
	footer .social a {
		display:inline-block;
		padding:0px 5px;
	}
	footer  .last {
		flex-direction:column-reverse;
	}
	.invest-app,.performance-box,.amc-loc, .pension-man, .tran-hs, .update-box	 {
		min-height:100px;
		margin-top:20px;
		height: auto;
	}
	.lic-list ul {
		margin: 0 -15px;
		font-size: 11px;
	}
	.lic-list li {
		padding: 3px 0;
		font-size: 12px;
	}
	.amc-loc {
		min-height:100px;
	}
	.pension-box h4 {
		font-size: 12px;
	}
	.pension-box img {
		top:7px;
	}
	.tran-hs {
		min-height:100px;
	}
	.performance-box {
		min-height:100px;
	}
	.performance-box h3 {
		font-size: 18px;
	}
	.invest-app {
		background: #fff;	
		padding: 20px 20px 8px 20px;	
		margin: 15px 0 0 0;	
		overflow: hidden;	
		min-height: 130px;	
		transition: all 0.3s;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);	
		border-radius: 6px;	
		border-bottom: #00c080 6px solid;	
		position: relative;	
		transition: 0.3s;	
	}
	.invest-app .last-gr {		
		padding-top: 5px;
		margin-bottom: 0px;
	}	
	.mf-login-page .row > div.login-form .back-btn {
		position: static;
		margin: 0 0 2.5rem;
	}
	.mf-login-page .row > div.login-form .card {
		width: calc(100% - 10px);
	}
	.mf-login-page .row {
		flex-direction: column-reverse;
	}
	.mf-login-page .row > div {
		height: auto;
	}
	.mf-login-page .row > div > div {
		height: auto;
		padding-left: 0;
		padding-right: 0;
	}
	section.inner-page-banner.carousel-banner .carousel .carousel-item .banner-caption {
		max-width: none;
	}
	section.inner-page-banner {
		min-height: 0;
		padding: 80px 0 120px;
	}
	section.inner-page-banner .banner-caption {
		max-width: 300px;
		padding-left: 0;
	}
	section.inner-page-banner .banner-caption h1 {
		font-size: 2rem;
	}
	section.inner-page-banner .banner-caption h6 {
		font-size: 1.1rem;
	}
	section.inner-page-banner.retirement-banner {
		background-position: 55% 50%;
	}
	section.inner-page-banner.retirement-banner:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000000;
		background: -moz-linear-gradient(left, #000000 0%, transparent 100%);
		background: -webkit-linear-gradient(left, #000000 0%, transparent 100%);
		background: linear-gradient(to right, #000000 0%, transparent 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(0, 0, 0, 0)',GradientType=1 );
		opacity: 0.7;
	}
	section.inner-page-banner.fa-banner {
		background-position: 85% 50%;
	}
	section.inner-page-banner.fa-banner:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000000;
		background: -moz-linear-gradient(left, #000000 0%, transparent 100%);
		background: -webkit-linear-gradient(left, #000000 0%, transparent 100%);
		background: linear-gradient(to right, #000000 0%, transparent 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(0, 0, 0, 0)',GradientType=1 );
		opacity: 0.7;
	}
	.table_responsive {
		border: none;
	}
	.table_responsive tr {
		display: flex;
		flex-wrap: wrap;
		text-align: left;
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		margin-bottom: 30px;
	}
	.table_responsive tr:last-child {
		margin-bottom: 0;
	}
	.table_responsive tr td, .table_responsive tr th {
		display: flex;
		width: 100%;
		text-align: right !important;
		border-left: 1px solid #dbdbdb !important;
		border-top: 1px solid #dbdbdb;
		justify-content: space-between;
		background: #fff !important;
	}
	.table_responsive tr td.bt-none, .table_responsive tr th.bt-none {
		border: none;
		padding-top: 0;
	}
	.table_responsive tr span.th {
		display: block;
		flex: 0 0 52.75%;
		padding: 0.75rem 0.75rem;
		margin: -0.75rem 0.75rem -0.75rem -0.5rem;
		background: #f8f7f5;
		text-align: left;
		font-weight: 600;
		min-height: calc(100% + 1.5rem) ;
	}
	.table_responsive thead {
		display: none;
	}
	.table_responsive tfoot tr {
		margin-top: 30px;
	}
	.table_responsive tfoot tr td strong {
		font-size: 1.25rem;
	}
	.tab-list ul li {
		padding-right: 10px;
	}
	.invest-app .col-md-6 {
		position: static;
	}
	.calculator-box.card-box > .row > .col-md-6 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.chart-column {
		margin-top: 20px;
	}
	ul.bars {
		justify-content: center;
	}
	ul.bars li {
		margin: 0 15px;
	}
	
}
@media (max-width: 575px) {
	ul.chart-navigation {
    display: flex;
    padding: 15px 0 10px 0!important;
	list-style: none;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	/* pointer-events: none; */
	justify-content: space-between;
	flex-wrap: wrap;
}
	.tab-listing.journey-listing .tab-list {
		width: calc(50vw - 55px);
	}
	section.inner-page-banner {
		padding: 50px 0 80px;
		background-position: 40% 50%;
	}
	section.inner-page-banner.retirement-banner {
		background-position: 60% 50%;
	}
	section.inner-page-banner .banner-caption {
		max-width: 190px;
	}
	section.inner-page-banner .banner-caption h1 {
		font-size: 1.5rem;
	}
	ul.bars {
		justify-content: space-between;
	}
	ul.bars li {
		margin: 0;
	}
	ul.bars .bar {
		width: 70px;
	}
	ul.bars:before,
	ul.bars:after {
		content: none;
	}
	ul.numbers {
		flex: 0 0 90px;
	}
	
	
}