input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#chart-container {
    width: 100%;
    height: auto;
    padding: 1rem;
}

#YouWant,
#totalInvesment,
#inv-exreturn,
#inv-period {
    border: 1px solid blue;
}
#inv-exreturn,
#inv-period {
    border: 1px solid blue;
}

.mutual-funds-card {
    border: 1px solid blue;
    padding: 1rem 1rem 0rem 1rem;
    margin: 1rem;
    background: #eff2f7;
    flex-grow: 1;
    flex-basis: 300px;
    border-radius: 12px;
}
#ImportaNote,
#ReportNote{
    display: none;
    padding-left: 1rem;
    padding-top: 1rem;
    text-align: center;
}
.swiper {
    width: 100%;
    height: auto;
}

.read-more {
    display: none;
}

.remove-color-href {
    color: black;
}

.remove-color-href:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#SbiSip-card-home:hover,
#hsbc-card-home:hover,
#sip-caclutor-card-home:hover,
.read-more {
    display: block;
}

@media screen and (max-width:391px) {
    .main-root-container {
        width: 100% !important;
    }
	.bs-menu-full{
		height:40px !important
	}
	.navbar-toggler.x .icon-bar{
		background-color: white !important
	}
}