select#invst_type, select#inflation {
    font-size: 15px;
    padding: 5px;
    color: #333;
}
select#inflation {
    width: 100%;
}
.sip-calc-header-section a {
	text-decoration: none;
}
.sip-calc-header-section a:hover {
	text-decoration: none;
}
.sip-calc-header-section li {
	list-style: none;
}

.caption-cont {
	color: #2D3047;
	text-align: center;
}
#calc-form {
	color: black;
}
.sip-calc-header-section input[type=number] {
	transition: all 0.5s;
	border-radius: 4px !important;
	border: 1px solid #ccc;
	width: 100%;
	max-width: 100%;
}
.sip_cal_alert {
	color: red;
	font-style: italic;
	padding: 0px !important;
}
.sip-calc-header-section label {
	font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 32px !important;
    color: #575757 !important;
}
#result_cont {
	color: black;
}

#result2 {
	margin-top: 20px;
}
.valid_deactive{
	font-size: 14px;
	display: none;
}
.containers_fluid_rows {
    display: block;
}

.sip_from_filed {
    margin-bottom: 25px;
}
.sip_calc_res_box {
    display: flex;
    justify-content: space-between;
}
.sip_calc_res_box span {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}
caption#tab_cap {
    font-size: 16px;
    background: #eee;
    font-weight: 600;
    padding: 0.5em;
    text-align: center;
}
.sip-cal-table-hover th {
    font-size: 15px;
}
table.sip-cal-table.sip-cal-table-hover th, table.sip-cal-table.sip-cal-table-hover td {
    border: 0.1rem solid #dcd7ca;
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: 0.5em;
}
.Summary h4 {
	font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 32px !important;
    color: #000000 !important;
    text-align: center !important;
    border-top: 1px solid #ABABAB !important;
    padding-top: 25px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.min-max-range {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media screen and (max-width: 500px) {

	#field3 {
		margin-top: 30px;
	}

	#calc-form {
		width: 100%;
		padding: 20px;
	}

	.res_table {
		margin-top: 20px;
	}

	#primecap {
		display: none;
	}
	
}
@media only screen and (max-width: 768px) {
	.containers_fluid_rows {
	    flex-direction: column;
	}
	.sip_calculator_col {
	    width: 100%;
	}
	#result_cont>.containers {
		padding: 20px 0px;
	}
	.sip_calculator_col {
	    padding: 0px; 
	}
	.containers {
	    width: 100%;
	    padding-right: 10px;
	    padding-left: 10px;
	    margin-right: auto;
	    margin-left: auto;
	}
	table.sip-cal-table.sip-cal-table-hover {
	    width: 100%;
	    margin-bottom: 1rem;
	}
	caption#tab_cap {
	    font-size: 12px;
	}
	.sip-cal-table-hover th {
	    font-size: 12px;
	}
	.sip-cal-table-hover td {
	    padding: 7px;
	    font-size: 14px;
	}
}