.main-menu .navigation > li > ul > li > ul > li > a{
	position: relative;
    display: block;
    line-height: 16px;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Mulish', sans-serif;
    color: #75727b;
    text-align: left;
    padding: 12px 0px;
    text-transform: capitalize;
    transition: all 500ms ease;
    border-bottom: 1px solid #e7e3ee;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;	
}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a {
    position: relative;
    display: block;
    line-height: 16px;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Mulish', sans-serif;
    color: #75727b;
    text-align: left;
    padding: 12px 0px;
    text-transform: capitalize;
    transition: all 500ms ease;
    border-bottom: 1px solid #e7e3ee;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#loginPage .form-control{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fbeded;
    border-radius: 20px 20px 0px 20px;
    border: 1px solid #fbeded;
    font-size: 17px;
    color: #75727b;
    padding: 10px 20px;
    transition: all 500ms ease;
}
#loginPage .form-control::placeholder{
	font-size:16px;
	color:#333;
}
#loginPage .signup-btn{
	color: #fe0c0d;
    background: #fbeded;
}
#loginPage .signup-btn:hover{
	color: #fff;
}
#signupPage .form-control{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fbeded;
    border-radius: 20px 20px 0px 20px;
    border: 1px solid #fbeded;
    font-size: 17px;
    color: #75727b;
    padding: 10px 20px;
    transition: all 500ms ease;
}
#signupPage .form-control::placeholder{
	font-size:16px;
	color:#333;
}
#signupPage .signup-btn{
	color: #fe0c0d;
    background: #fbeded;
}
#signupPage .signup-btn:hover{
	color: #fff;
}
.form-select ul{
	height:50vh;
	overflow:scroll !important;
}
.form-select{
	border-radius: 30px 30px 0px 30px;
    padding: 15px 70px 14px 20px;
}
.irs-slider {
    width: 28px !important;
    height: 28px !important;
    top: 18px !important;
    background-position: 0 -118px !important;
}
.irs-bar-edge {
    top: 25px;
    height: 26px !important;
    width: 14px;
    background-position: 0 -90px;
}
table thead tr th{
    background: #252b35 !important;
	color:#fff;
    font-size: 14px;
    line-height: 20px;	
}
table thead tr td{
    background: #fff !important;
	color:#000;
    font-size: 14px;
    line-height: 20px;	
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: #ffffff;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
table.dataTable tbody th, table.dataTable tbody td{
	font-size: 14px;
    line-height: 20px;	
}
table.dataTable>tfoot>tr>th, table.dataTable>tfoot>tr>td {
    padding: 10px 10px 6px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    background: #ffefef;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
#div_fund_1,#div_fund_2, #div_fund_3, #div_fund_4, #div_fund_5{
	z-index:1;
}
.form-control{
	border-radius: 30px 30px 0px 30px !important;
    padding: 15px 70px 14px 20px !important;
    position:relative;
    width:100%;
}
.input-group-addon{
   	background: #fe0c0d;
    padding: 10px;
    color: #fff;
    border-radius: 0 25px 0px 0;
}
thead, tbody, tfoot, tr, td, th{
	font-size: 14px;
}
tfoot>tr>td{
	background-color:#fff0f0 !important;
}
.nice-select ul {
    height: 50vh;
    overflow: scroll !important;
}
.datepicker-dropdown{
    z-index: 1000 !important;
}

/* calculator start */
.calculatormain .breadcrumb-item.active{
	color:#fe0c0d;
}
.calculatormain .breadcrumb-item a{
	color:#d0d2d5;
}
.calculator-page{
	margin-top:-100px;
	padding-bottom:150px;
}
.calculator-page .card{
	border-radius:30px;
}
.calculator-page .card-body{
	padding:40px 40px;
}
.calculator-page .card-body p{
    font-size: 15px;
    line-height: 20px;
}
.calculator-page .form-control {
    border-radius: 30px 30px 0px 30px !important;
    padding: 10px 15px !important;
    position: relative;
    width: 100%;
    font-size: 15px;
}
.steps {
    border-color: rgba(0, 0, 0, 0);
    border-style: none solid;
    border-width: 0 1px;
    margin: 0px 0px 35px !important;
    position: relative;
    width: 100%;
}
.calculator-page .card h6{
	font-weight:600;
}
@media screen and (max-width:425px){
	.calculator-page .card-body {
	    padding: 15px 20px;
	}
}
/* calculator end */