@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
body {
	font-family: 'Source Sans Pro', sans-serif;
	background: #F8F8FA;
	margin: 0;
	/* font-size: 1rem; */
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	overflow-x: hidden !important
}
*, ::after, ::before {
	box-sizing: border-box
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus {
	outline: 0px !important;
	box-shadow: none !important;
}
.investmain-sec p {
	margin: 0;
	color: #003A5D;
}
.illustraion-main-dark-bg {
	height: 294px;
	padding: 36px 0;
	background: #003b5d
}
.main-title-new {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	margin: 0
}
.cobrand, .headings, .labeldiv { width: 100% }
.headings {	margin-bottom: 15px;}
.subheading {
	font-size: 16px; font-weight: 400;
	color: rgba(255, 255, 255, 0.80);
	max-width: 750px;
	margin-top: 0;
}
.headingimg, .wealth-planner {
	position: relative;
	bottom: 0;
	max-width: 114px;
	margin-right: 40px;
}
.illustarion-section {
	display: flex;
	align-items: center
}
.investmain-sec p {
	margin: 0;
	color: #003A5D;
}
.illustraion-main-dark-bg {
	height: 294px;
	padding: 36px 0;
	background: #003b5d
}
.main-title-new {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	margin: 0
}
.investment-section {
	border: 1px solid rgba(0, 58, 93, .1);
	border-radius: 12px;
	padding: 40px;
	background: #ffff;
	position: relative;
	margin-top: -136px;
	overflow: hidden;
}

.lum-invpanel { display: flex;}
.lum-invpanel .lum-ltpan { width: 374px; margin-right: 24px; padding-right: 24px; border-right: 1px solid rgba(0, 58, 93, 0.10);
	flex: 0 0 auto;}
.lum-invpanel .lum-rtpan {width: 100%;}
.lum-calbox { margin-bottom: 40px;}
.lum-caltitle { font-size: 16px; font-weight: 500; color: #003A5D; margin-bottom: 12px;}

.lumMode {}
.lumMode.lumActive {}

.lum-switches-container {
	max-width: 460px;
	position: relative;
	display: flex;
	padding: 0;
	position: relative;
	background: rgba(0, 58, 93, .05);
	line-height: 3rem;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	font-size: 16px;
  }
  .lum-switches-container input {
	visibility: hidden;
	position: absolute;
	top: 0;
  }
  .lum-switches-container label {
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
	color: rgba(0, 58, 93, 0.8);
  }
  .lum-switch-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	padding: 0.15rem;
	z-index: 3;
	transition: transform .5s cubic-bezier(.77, 0, .175, 1);
  }
  .lum-switch {
	border-radius: 8px;
	background: #00C7B2;
	height: 100%;
	box-shadow: 0 2px 7px rgba(0, 58, 93, 0.1);
  }
  .lum-switch div {
	width: 100%;
	text-align: center;
	opacity: 0;
	display: block;
	color: #fff;
	transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
	will-change: opacity;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 600;
  }
  .lum-switches-container input:nth-of-type(1):checked ~ .lum-switch-wrapper {
	transform: translateX(0%);
  }
  .lum-switches-container input:nth-of-type(2):checked ~ .lum-switch-wrapper {
	transform: translateX(100%);
  }
  .lum-switches-container input:nth-of-type(1):checked ~ .lum-switch-wrapper .lum-switch div:nth-of-type(1) {
	opacity: 1;
  }
  .lum-switches-container input:nth-of-type(2):checked ~ .lum-switch-wrapper .lum-switch div:nth-of-type(2) {
	opacity: 1;
  }

  

  .lumrangbox input[type="range"]{
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	height: 8px;
	background-color: #d5d5d5;
	border-radius: 8px;
	outline: none;
	margin-top: 8px;
	}
	.lumrangbox input[type="range"]::-webkit-slider-runnable-track{
	-webkit-appearance: none;
	height: 8px;
	}
	.lumrangbox input[type="range"]::-moz-track{
	-moz-appearance: none;
	height: 8px;
	}
	.lumrangbox input[type="range"]::-ms-track{
	appearance: none;
	height: 8px;
	}
	.lumrangbox input[type="range"]::-webkit-slider-thumb{
	-webkit-appearance: none;
	height: 16px;
	width: 16px;
	background-color: #02ad9b;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -6px;
	box-shadow: 0 0 0 3px #fff, 0 0 0 6px #02ad9b;
	}
	.lumrangbox input[type="range"]::-moz-range-thumb{
	-webkit-appearance: none;
	height: 16px;
	width: 16px;
	background-color: #02ad9b;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -6px;
	box-shadow: 0 0 0 3px #fff, 0 0 0 6px #02ad9b;
	border: none;
	}
	.lumrangbox input[type="range"]::-ms-thumb{
	appearance: none;
	height: 16px;
	width: 16px;
	background-color: #003b5d;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -6px;
	box-shadow: 0 0 0 3px #fff, 0 0 0 6px #02ad9b;
	}
	.lumrangbox {
		position: relative;
		display: flex;
		flex-flow: wrap;
		align-items: center;
		margin-bottom: 40px;
	}
	.lumrangbox.lumspacebet {justify-content: space-between;}
	.lumgrp { position: relative;}
	.lumrangbox label {
		font-size: 16px; font-weight: 500;
		color: #003A5D;
		flex: 0 0 calc(100% - 122px);
		line-height: 20px;
	}
	.lumrangbox label span { font-size: 15px; font-weight: 400; color: rgba(0, 58, 93, 0.6);}
	.lumrangbox input[type="text"], .lumrangbox input[type="tel"] {
		border: 1px solid rgba(0, 58, 93, 0.2);
		height: 38px;
		border-radius: 4px;
		padding: 8px 8px 8px 22px;
		width: 122px;
		float: right;
		text-align: left;
		font-weight: 600;
		color: #003A5D;
		font-size: 16px;
		font-family: inherit;
		align-self: flex-start;
	}
	.lumrangbox.lumrt .luminadd {right: 0; padding: 0 8px; width: auto;top: 4px; }	
	.lumrangbox.lumrt input[type="text"], .siprangbox.lumrt input[type="tel"] { padding: 8px 42px 8px 8px; }
	.lumrangbox .luminadd {
		position: absolute;
		right: 96px;
		top: 5px;
		padding: 0 8px;
		text-align: center;
		line-height: 28px;
		color: #003A5D; font-weight: 600; font-size: 16px;
	}
	.lumrangbox .luminadd img { height: 12px; margin-top: 9px;}
	.lumrangbox .luminadd img.sipcal {height: 16px; margin-top: 7px;}
	.lumfrt {position: relative;}
	.sipyearlable {position: absolute;
	  right: 13px;
	  top: 3px;
	  color: #003A5D;
	  font-weight: 600;}
	.lumspacebox {justify-content: space-between;}  
	.lumrangbox label.lumradio-btn {color: rgba(0, 58, 93, 0.4);}
	.lumradio-btn {
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		padding: 4px 10px;
		border: 1px solid rgba(0, 58, 93, 0.1);
		border-radius: 20px;
		color: lightgray;
		cursor: pointer;
		font-size: 14px;
		transition: all 0.3s ease;
	  }  
	  .lumradio-btn input[type="radio"] {
		display: inline-block;
		accent-color: #003A5D;
		margin: 0;
		opacity: 0.3;
	  }
	  .lumradio-btn.lumdark input[type="radio"] {
		accent-color: #00395E;
	  }
	  .lumradio-btn.selected input[type="radio"] {opacity: 1;}
	.lumrangbox label.lumradio-btn.selected {color: #003A5D; font-weight: 500;}
	  .lumradio-btn.selected {		
		background-color: #fff;
		border: 1px solid #003A5D;
	  }
	  .lumradio-btn.lumdark.selected {
		background-color: #fff;
		border: 1px solid #00395E;
	  }
	  .retcalbox label.lumdark {margin-right: 8px;}	
	  .rev-select { padding: 6px 25px 6px 10px;	}	
	.lumfrt select {
		font-family: 'Source Sans Pro', sans-serif;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: url('../img/arw-down.svg');
		background-repeat: no-repeat;
		background-position: calc(100% - 10px) center;
	}
.lumfrt select:focus-visible { border: none; }

	.lumfrt select option {
		padding: 15px !important;
	}
	.rev-form-control {
		font-family: 'Source Sans Pro', sans-serif;
		display: block;
		width: 100%;
		padding: 6px 8px 6px 8px;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.5;
		color: #003A5D;
		background-color: #fff;
		border: 1px solid #ced4da;
		border-radius: .25rem .25rem;
		position: relative;
		flex: 1 1 auto;
		min-width: 0;
		height: 38px;
	}
.lumnoflx {flex: 0 0 auto !important; margin-right: 10px;}
.lumw50 {width: 50%;}
.lum-mb2 {margin-bottom: 16px;}
.lum-graybox {
	background: rgba(0, 58, 93, 0.05); border: 1px solid rgba(0, 58, 93, 0.1);
	border-radius: 8px; padding: 10px; margin-bottom: 10px;;
	color: rgba(0, 58, 93, 0.8);
	display: flex;
}
.lum-ginfo { width: 18px; margin-right: 6px;}
.lum-gtxt { font-size: 14px; line-height: 18px;}

.lum-lightbox {background: rgba(0, 187, 136, 0.05); 
	border-radius: 8px; padding: 10px; margin-bottom: 10px;;
	color: rgba(0, 58, 93, 0.8);}
.lumstrg { font-size: 18px; font-weight: 600;}
	.luminvpan { display: flex; justify-content: space-between; }
	.lum-title { font-size: 18px; font-weight: 600; color: #003A5D; }
	.luminvpan .lum-title {margin: 4px 4px 4px 0; white-space: normal; }
	.lum-invtime {display: flex; flex-wrap: wrap; gap: 6px;}
	.lum-invtime input {display: none;}
	.lum-invbtn {white-space: nowrap; background: #ccc; background:rgba(0, 58, 93, 0.1); color: rgba(0, 58, 93, 0.6);
		border-radius: 20px; padding: 5px 10px; display: inline-block; cursor: pointer; font-size: 14px;}
	.lum-invbtn.active {background:rgba(0, 58, 93, 1); color:#fff}
	.lum-pfbox {background:rgba(90, 200, 250, 0.1); border: 1px solid rgba(90, 200, 250, 0.5); border-radius: 12px;
		padding: 16px; margin: 20px 0 12px; position: relative; overflow: hidden;	}
	.lum-pfbox::before { content: ''; position: absolute;
		background: url('../img/lum-bg.svg') no-repeat 50% 50%;
	width: 225px;  height: 225px;  bottom: -82px;  right: -82px;}
	.lum-pftxtbox {display: flex; font-size: 18px;}
	.lum-pftxt { color: rgba(0, 58, 93, 0.6);}
	.lum-pfbtxt {color: #003A5D; font-weight: 600;}
	.lum-pfbtxt2 {color: #003A5D; font-weight: 400; font-size: 14px; text-align: left; padding-left: 16px;}
	.lumpftxt1 {width: 216px;}
	.lumpftxt2 {width: 144px; text-align: center;}
	.lumpftxt3 { width: 80px; text-align: right;}
	.lum-graphbox { border: 1px solid rgba(0, 58, 93, 0.1); border-radius: 8px; overflow: hidden; overflow-x: auto; text-align: center;}	
	.lum-graphbox img {max-width: 100%;}
.lum-lightbox.lumMode:not(.lumActive) {pointer-events: none; background: rgba(0, 58, 93, 0.05);}
.lum-lightbox.lumMode:not(.lumActive) .lumfrt {color: rgba(0, 58, 93, 0.3);}
.lum-lightbox.lumMode:not(.lumActive) .lumrangbox.lumrt input[type="text"] { background: rgba(0, 58, 93, 0.03); color: rgba(0, 58, 93, 0.3);}
.lum-lightbox.lumMode:not(.lumActive) .lumrangbox.lumrt .luminadd {color: rgba(0, 58, 93, 0.3);}
.lum-lightbox.lumMode:not(.lumActive) .lumstrg .lumfrt {opacity: 1; color: rgba(0, 58, 93, 1);}
.lum-lightbox.lumMode:not(.lumActive) .lumrangbox input[type="range"] {opacity: 0.3; filter: grayscale(80%);}
.lumrangbox.lumstrg label {font-weight: 600;}
./*lum-calbox.lumMode.lumActive .mysip-slider {display: none;}
.lumautohid.lumMode.lumActive {display: none;}*/
.lum-tblbox { margin:12px 0; width: 100%; overflow-x: auto;}
table.lumtable {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border: 1px solid rgba(0, 58, 93, 0.1);
	border-radius: 10px;
	overflow: hidden;
	font-size: 14px;
}
table.lumtable tr th{
	background: rgba(0, 58, 93, 0.05);
  	color: #003A5D; font-weight: 600 !important;
  	padding: 0 10px;
}
table.lumtable tr th, table.lumtable tr td {
	padding: 6px 16px !important;
	text-align: left;
	border-left: 0px solid rgba(0, 58, 93, 0.1);
}
table.lumtable tr td {
	border-top: 0px solid rgba(0, 58, 93, 0.1);
	border-bottom: 1px solid rgba(0, 58, 93, 0.1);
	color: rgba(0, 58, 93, 1);
}
table.lumtable tr td:first-child {color: rgba(0, 58, 93, 0.80);}
table.lumtable.navtblbrd tr th:first-child, table.lumtable.navtblbrd tr td:first-child { border-left: none;}
table.lumtable tr th:last-child, table.lumtable tr td:last-child { border-right: none;}
table.lumtable.navtblbrd tbody tr td:first-child {border-left: none !important;}
table.lumtable.navtblbrd tbody tr td:last-child {border-right: none !important;}
table.lumtable.navtblbrd thead tr th {border-bottom: 1px solid rgba(0, 58, 93, 0.1) !important;}
table.lumtable.navtblbrd.dataTable.no-footer {border-bottom: 1px solid rgba(0, 58, 93, 0.05) !important;}
table.lumtable.navtblbrd tbody tr td::after { background: none;}

table.lumtable.lumtbrd tr th { 
	/*background: rgba(0, 58, 93, 0.00); */
	background: rgba(237,243,245, 0.5); 
	border-bottom: 1px solid rgba(0, 58, 93, 0.1); 
}
table.lumtable.lumtbrd tr th, table.lumtable.lumtbrd tr td {  padding: 8px 12px !important;  text-align: center;  border-left: 1px solid rgba(0, 58, 93, 0.1);}
table.lumtable.lumtbrd tr td:first-child {white-space: nowrap;}
.lum-knowbox { padding: 16px; border-radius: 8px; background: rgba(255, 162, 79, 0.3);
display: flex; align-items: center;}
.lum-kicon {width: 48px; margin-right: 8px;}
.lum-text {}
.lum-ktext {font-size: 16px; color: #003A5D; font-weight: 400; }
.lum-ktxt { font-weight: 600;}
.lum-kbutton { margin-left: auto;}
a.lum-kbtn { background: #003A5D; font-size: 14px; color: #fff; text-decoration: none; padding: 8px 20px;
border-radius: 4px; display: inline-block; text-align: center; white-space: nowrap; border-color:#003A5D;}
a.lum-kbtn:hover {background: #004a79; }
.ret-knowbox.lum-knowbox  {align-items: start; margin-bottom: 16px;}
.lum-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
  }
.ret-knowbox .lum-kbutton { margin-left: 0;}
.retcalbox {
	position: relative;
	margin-bottom: 16px;
}
.retcalbox label {
	font-size: 16px; font-weight: 500;
	color: #003A5D;
	line-height: 20px;
}
.retcalbox label span { font-size: 15px; font-weight: 400; color: rgba(0, 58, 93, 0.6);}
.lum-invtime.ret-invtime {gap: 10px;}
.ret-invtime { margin-top: 16px;}
.ret-invtime label {font-size: 14px; margin-bottom: 0;}
.ret-invbtn {white-space: nowrap; background: #ccc; background:rgba(0, 58, 93, 0.1); color: rgba(0, 58, 93, 0.6);
	border-radius: 20px; padding: 5px 10px; display: inline-block; cursor: pointer;}
.ret-invbtn.active {background:rgba(0, 58, 93, 1); color:#fff}
ul.ret-cboxtags {
	list-style: none;
	padding: 8px 0;
	margin: 0;
  }
  ul.ret-cboxtags li {
	display: inline;
  }
  ul.ret-cboxtags li label {
	display: inline-block;
	background-color: #fff;
	border: 1px solid rgba(0, 58, 93, 0.1);
	color: rgba(0, 58, 93, 0.3);
	border-radius: 25px;
	white-space: nowrap;
	margin: 1px 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: 0.2s;
	font-size: 14px;
	line-height: 22px;
	padding: 4px 12px 4px 30px;
	cursor: pointer;
	position: relative;
  }
  ul.ret-cboxtags li label::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	padding: 2px 6px 2px 2px;
	content: "";
	background: url(../img/small-plus.svg) -1px -1px no-repeat;
	width: 14px;
	height: 14px;
	border: 0.5px solid rgba(0, 58, 93, 0.1);
	border-radius: 40px;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 8px;
  }
  ul.ret-cboxtags li input[type="checkbox"]:checked + label::before,
  ul.ret-cboxtags li input[type="radio"]:checked + label::before {
	content: "";
	background: url(../img/small-minus.svg) -1px -1px no-repeat;
	border: 0.5px solid rgba(255, 255, 255, 0.3);
  }
  ul.ret-cboxtags li input[type="checkbox"]:checked + label,
  ul.ret-cboxtags li input[type="radio"]:checked + label {
	background-color: #00395e;
	color: #fff;
	transition: 0.2s;
  }
  ul.ret-cboxtags li input[type="checkbox"],
  ul.ret-cboxtags li input[type="radio"] {
	display: absolute;
	position: absolute;
	opacity: 0;
  }
  ul.ret-cboxtags.retcboxtag-noicon {gap: 10px !important; }
  ul.ret-cboxtags.retcboxtag-noicon li label {padding: 4px 12px 4px 12px;}
  ul.ret-cboxtags.retcboxtag-noicon li label::before {display: none;}
  .rangeinfo { width: 16px; height: 16px; }
  .shadowbox.p48 {padding: 40px;}	
	.ret-cboxtags {padding: 8px 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px;}
	.ret-cboxtags label.lumradio-btn.lumdark { color: rgba(0, 58, 93, 0.4); }
	.ret-cboxtags label.lumradio-btn.lumdark.selected { color: rgba(0, 58, 93, 1); }
	label.lum-schemebtn {white-space: nowrap; background: #fff; color: rgba(0, 58, 93, 0.4); border: 1px solid rgba(0, 58, 93, 0.1);
		border-radius: 20px; padding: 5px 10px; display: inline-block; cursor: pointer; min-width: 96px; text-align: center;}
	.lum-schemebtn.active {background:rgba(0, 58, 93, 1); color:#fff}
	.lum-inbox {display: flex; gap: 16px;}
	.lum-input { width: 50%; }
	.lum-input label { margin-bottom: 8px; }
	.lum-inputgrp input { background: rgba(0, 58, 93, 0.1); border-radius: 24px; border: 0; color: rgba(0, 58, 93, 0.6);	padding: 6px 12px 6px 12px;}
	.lum-inputgrp .errortxt { font-size: 14px;}
	#lumpsum_calc_datatable_paginate, #rankDataTable_paginate {display: none;}
	.lumpoplink {text-align: center; margin-top: 16px;}
	.lumpoplink a {font-size: 15px; font-weight: 400; color: #00C7B2; text-decoration: underline;}
	.lumdisclaimer { font-size: 14px; line-height: 18px; font-weight: 400; color: rgba(0, 58, 93, 1); }
	.lumdisclaimer strong {font-weight: 600;}

	.lum-stickybox { display: flex; padding: 10px 20px; background: #003A5D; border-radius: 8px; justify-content: space-between; align-items: center;
		position: sticky; top: 82px; z-index: 2;}
	.lum-cleft { display: flex; margin-right: 30px; }
	.lum-cpic {  display: flex; align-items: center; flex:0 0 auto; margin-right: 12px;}
	.lum-cpic img { width: 28px; height: 28px; object-fit: cover; border-radius: 25px; margin-left: -14px; }
	.lum-cpic img:first-child {margin-left: 0;}
	.lum-ctxt { font-size: 14px; color: #fff; font-weight: 600; line-height: 130%; }
	.lum-stickybox button { white-space: nowrap; }
	.npsmodtop { width: 54px; height: 4px; border-radius: 10px; background: rgba(0, 58, 93, 0.5); margin: 0 auto 32px; }

@media(min-width:1199px) {
	.luminvpan .lum-title  { white-space: nowrap; margin-right: 18px;}
}
@media(max-width:1200px) {
	.headings {padding: 0 16px;}
	.lum-invpanel .lum-ltpan { width: 332px;}	
	.lum-stickybox {flex-direction: column;}
	.lum-cleft { margin-right: 0; margin-bottom: 10px; }
}
@media(max-width:991px) {
	.lum-invpanel { flex-direction: column;}
	.lum-invpanel .lum-ltpan { width: 100%; margin-right: 0; margin-bottom: 16px; padding-right: 0;  border-right:0;}
	.lum-stickybox {position: fixed; bottom: 0; left: 0; right: 0; top: unset; z-index: 100; border-radius: 0;}
	.lum-cleft {display: none;}
	.lum-graphbox .highcharts-figure { width: 614px; }
}
@media(max-width:767px) {
	.illustarion-section, .resultbox-container {display: block}
	.subheading { font-size: 14px; max-width: 100%; text-align: justify	}
	.illustraion-main-dark-bg {	height: auto; position: static; padding: 10px 0 10px;}
	.headingimg, .wealth-planner { display: none;}
	.investment-section { position: relative; margin-top: -365px; padding: 20px 16px;}
	.headings {	margin-bottom: 375px;}
	.main-title-new { font-size: 22px;}
	.investmain-sec p {font-size: 14px;}
	.luminvpan { justify-content: center; flex-direction: column; }
	.lum-pftxtbox {flex-direction: column;}
	.lumpftxt1, .lumpftxt2, .lumpftxt3 {width: 100%; text-align: left; margin-bottom: 6px;}
	.lum-pftxt {line-height: 22px;}
	.lum-knowbox {flex-wrap: wrap; align-items:start}
	.lum-ktext, .lum-text {flex: 0 0 calc(100% - 56px);}
	.lum-kbutton { margin-top: 10px; width: 100%; margin-left: 56px;}
	.lum-inputgrp input { padding: 6px 8px 6px 8px;}
}

@media(max-width:480px) {
	a.lum-kbtn {display: block; }
}