@media (max-width: 768px) {
.img.banner-img {
    width: auto;
    height: 320px;
    top: 10px !important;
}
	.img.banner-img img {
    height: 100%;
    width: auto;
}
	.rv-dropdown-menu {
		position: unset;
		text-align: justify;
		border: 1px solid #d8d8d8;
		width: 90%;
		margin: 10px;
		box-shadow: 0 1px 5px #d8d8d8;
		padding: 0;
	}
	.rv-nav-item {
		position: relative;
		margin: 0 15px;
		border-bottom: 1px solid #eae7e76b;
		width: 100%;
	}
	.rv-navbar-nav {
		flex-direction: column;
		align-items: baseline;
		gap: 15px;
	}

	.logo-image {
		height: auto;
		width: 190px;
	}
	.main_banner .banner .img {
		position: relative;
		top: 45px;
	}
	.main_banner .banner .text {
		padding-top: 50px;
	}
	.copyright-container {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 10px 10px;
    flex-direction: column;
    gap: 10px;
}
	.sip-calculator-section .calculator_output .datavalue{
		margin:0;
	}
	.testimonial-box .content {
    display: inline-block;
    width: 100%;
    padding: 5px;
}
	.testimonial-box {
    display: flex;
	justify-content:center;
    flex-direction: column;
    border: 1px solid #80808042;
    padding: 0;
    min-height: 320px;
}
	.aboutus-section::after{
		position:"unset";
		background:none;
	}	

	#carouselTest .owl-nav {
    position: relative;
    top: 5px;
    right: -140px;
}
.dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
}
.navbar-collapse {
    background-color: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
    height: auto;
    left: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 45px;
}

}
