/*General CSS*/

body {
	font-family: "Jost", sans-serif !important;
	overflow-x: hidden;
	background-image: linear-gradient(to bottom, #ebaa2e, #000000) !important;
	color: #fff !important;
}

/*Background Colors*/
.bgorange {
	background-image: linear-gradient(
		to bottom right,
		#13547a,
		#80d0c7
	) !important;
}
/* .custom-header-top-nav-background:before {
	content: "";
	position: absolute;
	top: 0;
	right: 62%;
	width: 50vw;
	height: 100%;
	background: #ebaa2e;
	transform: skewX(-25deg);
	z-index: 1;
}
.custom-header-top-nav-background:after {
	background: #f0bf62;
} */

.bgwhitesh {
	background: #fff !important;
	box-shadow: 0px 0px 8px 2px #eeeeee;
	border-radius: 15px !important;
	color: #000 !important;
	padding: 15px 20px 0px 20px !important;
	box-sizing: border-box;
}

.custom-nav {
	display: flex;
	justify-content: flex-end;
}

.custom-circle {
	width: 35%;
	margin-top: 20px;
}

/*#calcreshold .col-md-4{max-width:32%!important; margin-left:1%!important;}
*/
#clacinpholder {
	margin-bottom: 20px !important;
}

#clacinpholder .col-md-4 {
	max-width: 32% !important;
	margin-left: 1% !important;
}

/*Link Colors*/

.linklight {
	color: beige !important;
}
.linklight:hover {
	color: #fff !important;
}

.navbar a {
	border-bottom: none !important;
	text-decoration: none !important;
	transition: 1s ease;
	padding: auto !important;
}
.navbar a:hover {
	background: none !important;
	color: #fff !important;
	padding: auto !important;
}

a.customlinkbg {
	border-bottom: none !important;
	background: none !important;
	color: transparent !important;
	padding: 0px !important;
}
a.customlinkbg:hover {
	border-bottom: none !important;
	background: none !important;
	color: transparent !important;
	padding: 0px !important;
}

/* Font Sizes */
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
}
.font18 {
	font-size: 18px !important;
}
.font20 {
	font-size: 20px !important;
}
.font22 {
	font-size: 22px !important;
}
.font24 {
	font-size: 24px !important;
}
.font28 {
	font-size: 28px !important;
}

/* Font Formatting*/

.fontcaps {
	text-transform: capitalize !important;
}
.fontupper {
	text-transform: uppercase !important;
}
.fontlower {
	text-transform: lowercase !important;
}

input {
	border: none !important;
	border-bottom: 5px solid #ebaa2e !important;
	outline: none !important;
}
input:focus {
	outline: none !important;
	border: 2px solid #0189c0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

/* Font Weight */
.font400 {
	font-weight: 400 !important;
}
.font500 {
	font-weight: 500 !important;
}
.font600 {
	font-weight: 600 !important;
}
.font700 {
	font-weight: 700 !important;
}
.font900 {
	font-weight: 900 !important;
}

.fontcapi {
	text-transform: capitalize !important;
}

#emailreport {
	background: #80d0c7;
	border: none;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	padding: 10px 30px;
	box-shadow: 3px 3px 1px 2px #1e1e1e;
	cursor: pointer;
}
#mobheadad {
	display: none !important;
}
#intextmobad {
	display: none !important;
}

@media only screen and (max-width: 990px) {
	#sidead {
		display: none !important;
	}
	.font18 {
		font-size: 16px !important;
	}
	#calculator {
		padding: 20px !important;
	}
	#deskheadad {
		display: none !important;
	}
	#mobheadad {
		display: block !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	h2,
	h3 {
		font-size: 22px !important;
		font-weight: 700;
	}
	#pagetitle {
		margin: 0px !important;
	}
	#chartholder {
		margin-top: 30px !important;
	}
	#chartholder {
		padding: 0px !important;
	}
	#sidebarad {
		left: 10px !important;
	}
	#copytext {
		margin: 0px !important;
	}
	#intextmobad {
		display: block !important;
		margin-bottom: 20px !important;
	}

	#mutualfundstb {
		padding: 20px !important;
	}
}

#contactpop textarea,
#contactpop input:active,
#contactpop input:focus {
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none !important;
}
/* Chrome, Safari, Edge, Opera */
#contactpop input::-webkit-outer-spin-button,
#contactpop input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#contactpop input {
	border: none !important;
	border-bottom: 1px solid #ccc !important;
	background: #f9f9f9 !important;
	border-radius: 10px;
	margin-bottom: 40px;
	font-size: 16px !important;
	font-weight: 600 !important;
}
#contactpop textarea {
	border: none !important;
	border-bottom: 1px solid #ccc !important;
	background: #f9f9f9 !important;
	border-radius: 10px;
	min-height: 100px;
	font-size: 16px !important;
	font-weight: 600 !important;
}
#contsub {
	background: #03244b;
	border: none;
	border-radius: 50px;
	margin-top: 30px;
	margin-left: 39%;
	color: #fff;
	padding: 8px 25px;
	font-size: 18px;
	outline: none;
	cursor: pointer;
}
/* Firefox */
#contactpop input[type="number"] {
	-moz-appearance: textfield;
}
#totpres {
	background: #ffffff;
	padding: 0px 6px;
	margin-right: 5px;
	border: 2px solid #fff !important;
}
#wealgain {
	padding: 0px 6px;
	background: #ebaa2e;
	margin-right: 5px;
	border: 2px solid #fff !important;
}

@media only screen and (min-width: 1270px) {
	.container {
		max-width: 1280px !important;
	}
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none !important;
}

/* .chartlabel{margin-top:-20px!important;} */

@media only screen and (max-width: 768px) {
	.chartlabel {
		margin-top: 0px !important;
		padding-left: 10px;
		height: 40px !important;
		z-index: 1000 !important;
		position: relative !important;
		margin-bottom: -30px !important;
	}
	.fontmob15 {
		font-size: 15px !important;
	}
}

.slider {
	border: none !important;
	-webkit-appearance: none;
	width: 100%;
	height: 10px;
	background: linear-gradient(90deg, rgb(235 170 46) 0%, #ccc 0%);
	outline: none;
	opacity: 1 !important;
	border-radius: 12px;
	box-shadow: inset 0 0 10px #ccc;
}

.tpslider {
	background: linear-gradient(90deg, rgb(235 170 46) 12%, #ccc 12%);
}

.retslider {
	background: linear-gradient(90deg, rgb(235 170 46) 32%, #ccc 32%);
}

.slider:hover {
	opacity: 1 !important;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	background-image: linear-gradient(
		to bottom right,
		#ebaa2e,
		#ebaa2e
	) !important;
	border-radius: 50%;
	cursor: pointer !important;
	border: 2px solid #fff !important;
}

.tickmarks {
	display: flex;
	justify-content: space-between;
	padding: 0px 15px;
}

.tickmarks p {
	font-size: 13px;
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	width: 1px;
	background: #d3d3d3;
	height: 10px;
	line-height: 40px;
	margin: 0 0 20px 0;
}

#compopt .comvalbtn {
	border: none !important;
	border-radius: 5px !important;
	box-shadow: 0px 0px 8px 2px #eeeeee !important;
	box-sizing: border-box !important;
	background: none;
	width: 100%;
	padding: 8px 10px !important;
	cursor: pointer !important;
}
#compopt .avtivebtn {
	background: #13547a;
	color: #fff;
}

.mbmob22 {
	margin-top: 10px !important;
}

@media only screen and (max-width: 768px) {
	#clacinpholder {
		margin-bottom: -20px !important;
	}
	#compopt .comvalbtn {
		border: none !important;
		border-radius: 5px !important;
		box-shadow: 0px 0px 8px 2px #eeeeee !important;
		box-sizing: border-box !important;
		background: none;
		width: 100%;
		padding: 8px 10px !important;
		cursor: pointer !important;
	}
	#compopt .avtivebtn {
		background: #13547a;
		color: #fff;
	}
	#clacinpholder .col-md-4 {
		max-width: 100% !important;
		margin-left: auto !important;
		margin-bottom: 30px !important;
	}
	#compopt .col-6 {
		padding-bottom: 20px !important;
	}
	.intrate {
		padding-bottom: 20px !important;
	}

	#totpres {
		padding: 0px 6px;
		background: #13547a;
		margin-right: 5px;
		border: 2px solid #fff !important;
		border-top: 10px solid #fff !important;
		z-index: 100000 !important;
		position: relative !important;
		height: 2px !important;
		line-height: 23px;
	}
	#wealgain {
		padding: 0px 6px;
		background: #80d0c7;
		margin-right: 5px;
		border: 2px solid #fff !important;
		z-index: 1000 !important;
		position: relative !important;
		height: 2px !important;
		line-height: 23px;
	}

	a {
		color: #fff !important;
		border-bottom: 2px solid #fff;
		text-decoration: none !important;
		transition: 1s ease;
		padding: 0px 5px !important;
		line-height: 40px !important;
	}
	a:hover {
		background: #fff !important;
		color: #000 !important;
		padding: 0px 5px !important;
	}
	.mbmob22 {
		margin-bottom: 20px !important;
	}
	.mbmob22 {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 324px) {
	.custom-circle {
		width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.custom-circle {
		width: 80%;
	}
}
@media screen and (max-width: 767px) {
	.custom-circle {
		width: 80%;
	}
}
