@media only screen and (max-width: 767px){
	ul.foot-contact-list {
    list-style: none;
    margin-bottom: 20px;
}
	.floating-img:nth-child(1) {
    top: 40px;
    left: 115px;
}
	.floating-img:nth-child(2) {
    left: 165px;
    top: -3px;
}
	.floating-img:nth-child(3) {
    top: 55px;
    left: 117px;
}
	.floating-img:nth-child(4) {
    left: 162px;
    top: 65px;
}
	.main_heading h3 {
    font-size: 25px;
}
	.testimonial-section .testimonials {
    padding: 10px 15px;
}
	.getintouch_section .contact-row .contact-boxcard {
    max-width: 100%;
}
	.main_section {
    padding: 40px 0;
}
	.getintouch_section .main_heading {
    padding: 15px;
}
	.top-banner-section {
    background-position: 84% 33% !important;
}
	.top-banner-section .banner-box h1, .top-banner-section .banner-box h2, .top-banner-section .banner-box h3 {
    color: var(--rv-white) !important;
    font-weight: 600 !important;
    font-size: 30px !important;
}
	.mission-carousel .item {
    height: 240px;
}
	.hero-content {
    padding-top: 40px;
}
	section.home-banners .hero-content h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 45px;
}
	section.home-banners .hero-content h3 {
    font-size: 25px;
    font-weight: 600;
}
	.hero-banner-img {
    height: 300px;
    width: auto;
    top: 100px;
}
	.floating-img {
    height: 25px;
    width: 25px;
}
	
	
	section.home-banners {
    height: 100vh;
}
	.navbar.navbar-expand-lg .navbar-brand img {
    height: 90px;
    width: auto;
}
	.navbar-collapse .navbar-toggler {
    position: absolute;
    right: -5px;
    top: 0px;
    z-index: 1;
}
	button.navbar-toggler i {
    height: 60px;
    width: 60px;
    border: 2px solid #000;
    font-size: 35px;
    border-radius: 12px;
    background: #bdbdbd;
    color: #000000;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 10px;
    background: var(--rv-secondary-light);
    height: 100vh;
}
	.about-points li {
    width: 100%;
}
	.home-banners .item img {
    width: 100%;
    height: 100%;
    min-height: 340px;
}
	.home-banners .item .cover {
    height: 58vh;
}
	#slider .item {
    height: 50vh;
}
	#slider .item .myimg {
    height: 47vh;
}
	.choosing__information {
    margin-left: -65px;
}
	.choosing__img img {
    width: 100%;
}
	.ppo-section .logo-container ul li {
    max-width: 50% !important;
}
.navbar-collapse .navbar-nav .nav-item {
    padding: 0.5rem;
}
#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%;
}
	.nav-top{
	display:none;
	}
	.why-choose-section .image img{
	width:100%;
	}
	.service__btn{
	margin-top:20px;
	}
	.choosing__img {
    position: static;
     }
	.tools-content-left .counter-items.tools-items .tools-single{
	max-width:none;
	}
	.getintouch_section .row{
	gap:20px;
	}
	.why-choose-section .row{
	gap:20px;
	}
	.choosing__area .row{
	gap:20px;
	}
.navbar-collapse .navbar-nav .dropdown>.dropdown-toggle {
    margin-bottom: 10px;
}
	li.dropdown:hover ul.dropdown-menu {
    display: block;
}
	.financial-news-section .rvTab .tab_item .tab_link {
    margin-bottom: 5px;
}
}

@media only screen and (min-width: 1400px){
.why_chooseus::before {
    width: 54%;
    height: 70%;
    left: 23%;
}
.investor_corner::after {
    background-position: bottom;
}
}

@media (max-width: 768px) {
  .dropdown-menu {
    display: none;
  }

  .dropdown-menu.show {
    display: block;
    position: static;
    float: none;
    width: 100%;
    background-color: #f8f9fa; /* optional */
    box-shadow: none;
  }

  .dropdown-item {
    padding: 10px 20px;
  }
}


