@media only screen and (max-width: 767px){
	h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 10px;
}
	p {
    color: var(--rv-black);
    font-size: 14px;
}
	.how-it-works .hiw-row .hiw-col .hiw-items .hiw-content p {
    text-align: center;
}
	.home-features-section .features-row {
    flex-wrap: wrap-reverse;
		justify-content: center;
}
	.home-features-section .features-row .features-image{
	
	    max-width: 100%;
    width: 100%;}
	.home-features-section .features-row .features-image .image img{
	    width: 100%;
    object-fit: contain;
	}
	.home-features-section .features-row .features-content {
    max-width: 100%;
}
	.home-features-section .features-row .features-icon .icone-row .icone a {
    width: 65px;
    height: 65px;
}
	.services-section .services-row .services-cols {
    max-width: 100%;
}
	.text-line {
    -webkit-line-clamp: 1;
}
.section {
  padding: 40px 0;
}
	.home-features-section .features-row .features-icon .icone-row{
	    justify-content: center;
	}
	.sip-calculator-section .calculator_output .datavalue {
	max-width: 100%;    margin: 10px 0  !important;
	}

.main-section {
  padding: 40px 0;
}
	.how-it-works .hiw-row .hiw-col {
    position: unset;
}
	.how-it-works .hiw-row .hiw-col {
    max-width: 50%;
}
	.hadding-sirol h3 {
    font-size: 30px;
}
	.banner-section {
    min-height: 400px;
}
	#homeSlider .owl-nav button {
    top: 88%;
}
#testimonialCar .owl-nav .owl-prev{
	left: 0;
}
#testimonialCar .owl-nav .owl-next{
	right: 0;
}
.testimonial_card {
    padding: 20px 20px 80px 20px;
}
.hexa_box {
    margin: 0 auto !important;
}
.why_chooseus::before {
    display: none;
}
.main_banner .banner_content {
    margin-bottom: 50px;
}
.footer_main {
    border-radius: 35px 35px 0 0;
}

.newsletter h1 {
    font-size: 30px;
}
.newsletter_form .form-group {
    width: 100%;
}
a.navbar-brand span b {
    font-size: 22px;
}	
	
	
	
	
	
	.mutual-fund-services {
    -webkit-overflow-scrolling: touch;
    margin-top: 1rem;
}

.mutual-fund-services table {
    width: 100%;
    min-width: 400px;
    border-collapse: collapse;
    font-family: var(--rv-font, Arial, sans-serif);
    background: var(--rv-primary-light, #f9f9f9);
    color: var(--rv-black, #000);
    text-align: left;
}

.mutual-fund-services th,
.mutual-fund-services td {
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 14px;
}

    .mutual-fund-services table {
        font-size: 13px;
        min-width: 300px;
    }
	
	
	header.header-main .navbar-brand img {
    height: 40px;
}
	
	
	
	
}

@media only screen and (min-width: 1400px){
.why_chooseus::before {
    width: 54%;
    height: 70%;
    left: 23%;
}
.investor_corner::after {
    background-position: bottom;
}
}
@media only screen and (min-width:575px) and (max-width:1024px){
	.how-it-works .hiw-row{
	    justify-content: center;
	}
	.how-it-works .hiw-row .hiw-col .hiw-items .hiw-content p {
    margin-bottom: 0;
    text-align: center;
}
	.how-it-works .hiw-row .hiw-col{
	max-width:33.3%
	}
	
	.how-it-works .hiw-row .hiw-col:nth-child(2),
	.how-it-works .hiw-row .hiw-col:nth-child(4){
	top:0;
	}
	.home-features-section .features-row .features-content {
	
max-width:100%
	}
.services-section .services-row .services-cols{
	    max-width: 50%;
	
	}
}
@media only screen and (min-width:1200px) and (max-width:1360px){
	a.navbar-brand span b{
	    font-size: 20px;
	}
	.navbar-light .navbar-nav .nav-link{
	
	    padding: 20px 17px;}
}
@media only screen and (min-width:992px) and (max-width:1200px){
	a.navbar-brand span b{
	    display: none;
	}
}