    .steps {
	border-color: transparent;
	border-style: none solid;
	border-width: 0 1px;
	margin: 0 0 35px !important;
	position: relative;
	width: 100%
}
.tick {
	color: #ccc;
	font-size: 11px;
	height: 11px;
	left: 0;
	line-height: 11px;
	margin-left: -24px;
	position: absolute;
	width: 48px
}

.marker, .tick {
	text-align: center
}

.marker {
	border: 1px solid transparent;
	color: #333;
	font-size: 9px;
	height: 18px;
	line-height: 18px
}


.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fb3131;
    color: #fff;
}

#amountLabel {
    width: 210px;
    ;
}

.sip-calculator {
    border: 5px solid white;
    -moz-box-shadow: 0px 0px 5px hsl(15, 2%, 55%);
    -webkit-box-shadow: 0px 0px 5px hsl(15, 2%, 55%);
    box-shadow: 0px 0px 10px hsl(0, 0%, 73.9%);
    padding: 3em;

    width: 100%;
    background-color: white;
}

.sip-calculator-amount,
.sip-calculator-year,
.sip-calculator-roi {
    margin-bottom: 2.2em;
    width: 100%;
}






.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  overflow: hidden;
  border-radius: 30px;
}



.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
   height: 40px;
    width: 20px;
  background: #000;
  border: 2px solid #fff;
  box-shadow: -100vw 0 0 100vw #fb3131;
  cursor: pointer;
  border-radius:50px;
}

.slider::-moz-range-thumb {
  height: 40px;
    width: 20px;
  background: #fb3131;
  cursor: pointer;
}













input[type=number] {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #EBEBEB;
    border-style: none;
    height: 30px;
    margin-left: 20px;
    margin-right: 10px;
    text-align: right;
    padding-right: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    border-radius: 4px;
    /* float: right; */
}

input[type=number]:focus {
    outline: none;
    border: 1px solid #ff0000;

}

/* For radio */
.radio {
    margin: 0.5rem;
    text-align: center;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #5367FF;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

/* Radio End */

@media only screen and (max-width: 325px) {
    .sip-calculator {
        height: 560px;
    }

    h1 {
        font-size: 1.5em;
    }
}

@media (max-width: 576px) {
    body {
        font-size: smaller;
    }

    .sip-calculator {
        width: 100%;
        padding: 2em;
        margin: .1em;
    }
}

/*Groww Logo on mobile*/
@media (max-width: 768px) {
    .groww-logo {
        width: 100px;
        height: 25px;
    }
}

/*Dropdown Menu*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #f1f2f3;
    background-image: none;
}

/* Remove IE arrow */
select::-ms-expand {
    display: none;
}

/* Custom Select */
.select {
    position: relative;
    display: flex;
    width: 100%;
    height: 3em;
    line-height: 3;
    background: #f1f2f3;
    overflow: hidden;
    border-radius: .25em;
    margin-top: 10px;
    margin-bottom: 10px;
    color:#fff;
}

select {
    flex: 1;
    padding: 0 1em;
    color: #222;
    cursor: pointer;
}

/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #000;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/* Transition */
.select:hover::after {
    color: #fff;
}

.hide {
    display: none !important;

}

select#currencySymbol {
    background-color: #eee;
    color: #333;
    border:2px solid #000;
    width: auto;
}
select#currencySymbol {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  padding-right: 1.4rem;
}


#loansummary-apr, #loansummary-emi, #loansummary-interestrate,
	#loansummary-loanamount, #loansummary-tenure,
	#loansummary-totalinterest, #loansummary-totalamount,#summary-yourcontribution,
	#summary-employercontribution,#summary-totalinterest,#summary-maturityamount, #summary-salary, #summary-rent, #summary-tax, #summary-hra  {
	padding: 0 15px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	border-top: 0 none !important
}



#loansummary-totalamount {
	padding: 0 15px;
	text-align: center
}

#loansummary {
	border: 1px solid #ccc;
	border-radius: 4px
}

#loansummary h3 {
	margin-top: 2rem
}

#loansummary p {
	font-size: 24px;
	font-weight: 700
}

#loansummary span {
	padding: 0 5px
}


#loansummary-piechart {
	/*background: #eee;*/
	background:#f9f9f9;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 1px
}




#summary-piechart {
	/*background: #eee;*/
	background:#f9f9f9;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 1px
}

.fill-width {
	float: none !important;
	display: block !important;
	width: auto !important;
	overflow: hidden !important
}

.fill-width input {
	border-radius: 4px !important
}

.toggle-hidden {
	display: none;
	visibility: hidden
}

.toggle-visible {
	display: block;
	visibility: visible;
	margin-bottom: 0 !important
}

.result{
    font-size: 1.5em !important;  
    background: #f1f2f3; 
    border-radius: 7px; 
    padding: 20px;
    font-weight: 600;
}

#totalValue{

    margin-left: 8px;
    
}

@media ( max-width :768px) {
	#loansummary {
		border: 0 none
	}

	#loansummary-piechart {
		border: 0 none;
		border-left: 1px solid #ccc;
		border-radius: 0
	}
}