:root {
    --rv-primary: #3e6995;
    --rv-primary-light: #f5f5ff;
    --rv-bg-primary: #f1f1f1;
    --rv-secondary: #ef4a48;
    --rv-secondary-light: #fff2f1;
    --rv-bg-secondary: #ff4346;
    --rv-white: #fff;
    --rv-black: var(--rv-primary);
    --rv-gray: #726d7b;
    --rv-font: "Nolan Next";
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--rv-font);
  text-align:justify;
  color:var(--rv-primary)
}

body {
  font-family: var(--rv-font);
  font-size: 16px;
}
p,
a,
span,
li {
  font-size: 18px;
  text-decoration: none;
}
a:hover {
  color: var(--rv-primary);
  font-size: 16px;
  text-decoration: none;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--rv-bg-dark);
}

p {
  color: var(--rv-primary);
  font-size: 16px;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: var(--rv-black);
  font-size: 16px;
}
.white-color {
  color: #fff !important;
}
.pb-btn-box {
  text-align: center;
  padding: 40px 0 20px 0;
}
.btn {
  color: #fff;
  border-radius: 3px;
  padding: 6px 15px;
  line-height: 30px;
  text-align: center;
}
.know-more {
  position: relative;
  padding-right: 40px;
}
.know-more:after {
  content: "\f11e";
  font-family: "uicons-solid-straight";
  position: absolute;
  margin-left: 5px;
  font-size: 30px;
}
.btn-primary {
  background-color: var(--rv-secondary);
  border: none;
}
.btn-primary:hover {
  background-color: var(--rv-primary);
  border: none;
  color: #fff;
}
.btn-secondary {
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
}
.btn-secondary:hover {
  background-color: transparent;
  border: 2px solid var(--rv-primary);
  color: var(--rv-primary);
}
.main-section {
  padding: 50px 0;
}
header.main-header.stickyhead ul.navbar-nav .nav-item .nav-link {
  color: var(--rv-primary);
}
header.main-header.stickyhead ul.navbar-nav .nav-item .nav-link:hover {
    color: #003f69;
}
header.main-header.stickyhead ul.navbar-nav .nav-item.active .nav-link {
     color: var(--rv-primary);
}

ul.navbar-nav .nav-item .nav-link {
  color:  var(--rv-primary) ;
}
ul.navbar-nav .nav-item .nav-link:hover {
    color: #003f69;
}
ul.navbar-nav .nav-item.active .nav-link {
    color: var(--rv-primary);
}
ul.navbar-nav .dropdown-menu {
  padding: 0;
}
ul.navbar-nav .dropdown-menu .dropdown-divider {
  margin: 0;
}
ul.navbar-nav .dropdown-menu .dropdown-item {
  padding: 5px 10px;
}
ul.navbar-nav .dropdown-menu .dropdown-item.active,
ul.navbar-nav .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--rv-primary);
}
ul.navbar-nav .dropdown-menu .dropdown-item:hover,
ul.navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--rv-primary);
}
.radio-group {
  text-align: center;
  margin: 30px 0 20px 0 !important;
}
.radio-group .radio-btn {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}
.radio-group .radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-group .radio-btn .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid var(--rv-primary);
  border-radius: 50%;
}
.radio-group .radio-btn:hover input ~ .checkmark {
  border: 2px solid var(--rv-primary);
}
.radio-group .radio-btn input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid var(--rv-primary);
}
.radio-group .radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-group .radio-btn input:checked ~ .checkmark:after {
  display: block;
}
.radio-group .radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rv-primary);
}
.login-model .model-img img {
  width: 100%;
}
.login-model .modal-dialog {
  max-width: 900px;
  margin: 30px auto;
}
.login-model .modal-title {
  text-transform: uppercase;
  color: var(--rv-primary);
  font-size: 24px;
}
.login-model a.forgot-password {
  display: block;
  text-align: right;
  margin: 15px 0 30px 0;
  color: var(--rv-primary);
  text-decoration: none;
}
.login-model a.forgot-password:hover {
  color: var(--rv-primary);
}
.login-model .modal-body {
  padding: 30px 20px;
}
.login-model .modal-header {
  padding: 25px 20px;
}
.login-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid var(--rv-primary);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: var(--rv-primary);
  opacity: 1;
  margin: 0 !important;
  outline: none;
}
.video-model .model-video video {
  width: 100%;
  padding: 7px 7px 0 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px 20px 20px 20px;
}
.video-model .modal-dialog {
  max-width: 850px;
  margin: 50px auto;
}
.video-model .modal-title {
  text-transform: uppercase;
  color: var(--rv-primary);
  font-size: 24px;
}
.video-model .modal-body {
  padding: 0;
}
.video-model .modal-content {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.video-model .modal-header {
  padding: 15px;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 100%;
  height: 70px;
  z-index: 9999;
  border: none;
  overflow: hidden;
}
.video-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid var(--rv-primary);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: var(--rv-primary);
  opacity: 1;
  margin: 0 0 0 auto !important;
  outline: none;
}
.video-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 40%;
  top: 160px;
  border-radius: 100%;
  z-index: 999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.video-btn:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #66b60a;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-btn:hover {
  background-color: var(--rv-primary);
  color: #fff;
}
.video-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.video-btn i {
  font-size: 52px;
  line-height: 86px;
  margin-left: 15px;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.bottom-scroller.active .scroller {
  background-color: var(--rv-primary);
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  text-decoration: none;
}
.bottom-scroller.active .scroller:hover {
  background-color: #4f9401;
}
i.fi-ss-paper-plane {
  margin-left: 3px;
  vertical-align: middle;
  font-size: 14px;
}

.index-page-section .home-slider {
    background: rgb(46 153 204 / 10%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* min-height: 600px; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-slider {
  background-image: url(../images/banner1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
  position: relative;
}

.home-slider .banner-text {
	height:100%;
}
.home-slider .banner-text .banner-title {
    font-weight: 700;
    line-height: 40px;
    color: #3e699f;
    text-shadow: 0 1px var(--rv-primary);
    font-size: 12px;
    height: auto;
}
h2.banner-title:before {
    position: absolute;
    width: 100%;
    height: 111%;
    background: #727b8821;
    top: -10px;
    left: 0px;
    z-index: 0;
    border-radius: 4px;
    box-shadow: 0px 0px 10px -3px var(--rv-primary);
}
.home-slider .banner-text .banner-title .green {
    display: block;
    font-size: inherit;
    text-align: left;
}
.home-slider .banner-text a.btn.btn-primary {
    margin-top: 15px;
}
.banner-head-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.home-slider .banner-text i {
  font-size: 30px;
  vertical-align: middle;
}
.main-header {
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out 0s all;
  transition: 0.3s ease-in-out 0s all;
  box-shadow: 0 0 5px grey;
}
.index-page-section .main-header {
    background-color: rgb(255 255 255);
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s ease-in-out 0s all;
    transition: 0.3s ease-in-out 0s all;
    box-shadow: 0 0 5px grey;
    z-index: 99;
}
.main-header ul.navbar-nav {
  margin: auto;
}
.main-header ul.navbar-nav a.nav-link {
  padding: 10px 15px !important;
}
.main-header img {
  width: auto;
  height: 100%;
}
.main-header .login-btn {
  text-transform: uppercase;
  width: 130px;
  font-size: 18px;
  line-height: 34px;
}
.main-header .login-btn i {
  margin-left: 5px;
  vertical-align: middle;
}
header.main-header.stickyhead {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s ease-in-out 0s all;
  transition: 0.3s ease-in-out 0s all;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999;
}

 .header-menu nav.navbar {
  padding: 0;
}
.owl-dot span {
  width: 25px !important;
  height: 4px !important;
  margin: 5px 3px !important;
}
.owl-dot.active span {
  background: var(--rv-primary) !important;
  outline: none;
}
.owl-dot.active .owl-dot:hover span {
  background: var(--rv-primary) !important;
  outline: none;
}
.home-about .about-image {
  text-align: center;
}
.home-about .about-image img {
  width: 100%;
}
.home-service {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}

.bg-color{
  background-color: #f9f9f9;
}
.home-service .service-box {
    background-color: #ffffff;
    position: relative;
    border-radius: 35px;
    padding-top: 65px;
    margin: 85px 10px 0 10px;
    box-shadow: 0 0 15px -1px #253475;
    margin-bottom: 9px;
}
.home-service .service-box .icon {
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  padding: 10px;
  overflow: hidden;
  border: 5px solid var(--rv-secondary);
  text-align: center;
  top: -75px;
  left: 28%;
}
.home-service .service-box .icon img {
    width: 90px !important;
    text-align: center;
    margin: 12px auto;
    object-fit: none;
}
.home-service .service-box .text {
  text-align: center;
  padding: 25px 15px 20px 15px;
}
.home-service .service-box .text .green {
  font-size: 24px;
}
.home-service .service-box .text p {
    font-size: 18px;
    margin-bottom: 25px;
    min-height: 135px;
    text-align: justify;
}

.home-SIP-graph .SIP-image {
  overflow: hidden;
}
.home-SIP-graph .SIP-image img {
  width: 100%;
}
.boxes-main {
  position: relative;
}
.boxes-main .why-box {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 230px;
  height: 190px;
  -webkit-box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.06);
  display: inline-block;
  position: absolute;
}
.boxes-main .why-box .box-text .number {
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: top;
}
.boxes-main .why-box .box-text .number img {
  width: 45px;
}
.boxes-main .why-box .box-text .number i {
  width: 45px;
  position: absolute;
  z-index: 99;
  left: 25px;
  top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: var(--rv-primary);
}
.boxes-main .why-box .box-text h3 {
  display: inline-block;
}
.boxes-main .why-box.box1 {
  top: 60px;
}
.boxes-main .why-box.box2 {
  left: 250px;
  top: 10px;
}
.boxes-main .why-box.box3 {
  left: 250px;
  top: 220px;
}
.boxes-main .why-box.box4 {
  left: 0px;
  top: 270px;
}
.home-investor-education {
	position:relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}

.home-investor-education .education-accordian .ui-accordion-header.ui-state-active {
    background-color: var(--rv-bg-secondary);
    color: #fff;
    height: 50px;
    border-radius: 2px;
    border-color: var(--rv-secondary-light);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
    background: var(--rv-primary-light);
    color: var(--rv-primary);
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-default:after {
  content: "\f1e9";
  position: absolute;
  font-family: uicons-solid-straight;
  right: 15px;
  top: 10px;
  color: var(--rv-primary);
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-active {
  background-color: var(--rv-secondary);
  color: #fff;
  height: 50px;
  border-radius: 2px;
  border-color: var(--rv-secondary);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-active:after {
  content: "\f1ce";
  position: absolute;
  font-family: uicons-solid-straight;
  right: 15px;
  top: 10px;
  color: #fff;
}
.home-investor-education .education-accordian .ui-accordion-header.ui-state-active.ui-state-focus {
  outline: none;
}
.home-investor-education .education-accordian .ui-accordion-content {
  padding: 15px;
  background-color: var(--rv-secondary-light);
  border-color: var(--rv-secondary-light);
  margin-bottom: 10px;
}
.home-investor-education .video-part {
  border-radius: 15px;
  background-color: var(--rv-primary);
  position: relative;
  text-align: center;
}
.home-investor-education .video-part:before {
    content: "";
    background-color: rgb(0 0 0 / 32%);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 99;
}
.home-investor-education .video-part img {
    width: 100%;
    border-radius: 10px;
}
.home-investor-education .video-part .bg-shadow:after {
  content: "";
  background-color: rgba(98, 182, 5, 0.5);
  position: absolute;
  right: -12px;
  top: 12px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}

form.form-custom .form-group {
  margin-bottom: 10px;
}
form.form-custom .form-group input.form-control {
  background-color: #d6d9d3;
  height: 45px;
}
form.form-custom .form-group textarea.form-control {
  background-color: #d6d9d3;
}
form.form-custom .form-group .btn.btn-primary {
  width: 100%;
  height: 45px;
}
.footer-bars .logo a img {
  height: 130px;
  width: 130px;
}
/* .footer-bars .logo{
  display: flex;
  justify-content: center;
  align-items: center;
} */
footer.main-footer {
    position: relative;
    padding-top: 35px;
    background: #eaecff;
}
footer.main-footer .top-info {
    background-color: var(--rv-primary);
    padding: 30px 20px 10px 20px;
    border-radius: 15px;
    color: #fff;
    margin-top: -170px;
    margin-bottom: 50px;
    padding: 40px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.top-info .row .col-md-12 {
    margin-top: 10px;
    padding: 10px 20px 0px 10px;
}
footer.main-footer .top-info .info-items {
  color: #fff;
  font-size: 24px;
  padding-left: 30px;
  position: relative;
}
footer.main-footer .top-info .info-items i {
    position: absolute;
    left: -2px;
    top: 5px;
    margin-right: 42px;
}
footer.main-footer .footer-bars .logo img {
    width: auto;
    height: 115px;
    margin-bottom: 0;
    position: unset;
    padding-bottom: 0;
}
footer.main-footer .footer-bars ul {
  padding-left: 10px;
  list-style-type: none;
}
footer.main-footer .footer-bars ul li a {
  color: var(--rv-primary);
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
footer.main-footer .footer-bars ul li a:hover {
  color: var(--rv-secondary);
}
footer.main-footer .footer-bars .foot-title {
  color: var(--rv-primary);
  margin-left: 15px;
}
footer.main-footer .footer-bottom {
  padding: 40px 0 25px 0;
  margin-top: 40px;
  border-top: 1px solid var(--rv-primary);
}
.social-media {
  /* margin-left: 10px; */
  display: flex;
  gap: 20px;
}
.social-media a.items {
  background-color: var(--rv-primary);
  width: 32px;
  height: 32px;
  display: inline-block;
  color: #f3ffe5;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}
.social-media a.items:hover {
  background-color: var(--rv-primary);
}
.home-partner-section .partner-logos img {
    border: 1px solid #ffffff;
    padding: 5px;
    box-shadow: 0 2px 11px 3px rgb(240 195 200);
    transition: transform 0.3s, box-shadow 0.3s;
}
.home-partner-section .partner-logos img:hover {
  transform: scale(1.05); /* Scale up the image on hover */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* Change shadow on hover for more depth */
}

.home-partner-section .item {
  margin: 10px;
}

.main-header .nav-inner-main {
  display: flex;
  justify-content: end;
  align-items: center;
}

.main-header .col-md-2{
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-about .card {
  background-color: var(--rv-white); /* Background color */
  border: 1px solid #d1d1d1; /* Light border */
  border-radius: 8px; /* Rounded corners */
  padding: 20px; /* Inner spacing */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: transform 0.3s, box-shadow 0.3s; /* Smooth transitions */
}

.home-about .card:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Deeper shadow on hover */
}

.footer-bars ul{
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 10px;
}


/* Base styles for the contact section */
.contact-section {
  border-radius: 8px;
}

/* Styling the contact items */
.contact-section .contact-row {
    display: flex;
    /* flex-wrap: wrap; */
    margin-bottom: 20px;
    flex-direction: column;
}

.contact-section .contact-items {
  flex: 1;
  margin: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.contact-section .contact-items:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Styling the contact box */
.contact-section .contact_box {
  padding: 20px;
  text-align: center;
}

.contact-section .icon {
  font-size: 2rem;
  color: var(--rv-primary);
  margin-bottom: 10px;
}

.contact-section .title {
  font-size: 1.5rem;
  color: var(--rv-black);
  margin-bottom: 10px;
}

.contact-section p {
  font-size: 1rem;
  color: var(--rv-gray);
}

/* Request a call back form styles */
.contact-section .request-a-call-back-form {
    background: var(--rv-white);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0px;
}

.contact-section .request-a-call-back-form h3 {
  font-size: 1.75rem;
  color: var(--rv-black);
  margin-bottom: 15px;
}

/* Base styles for the contact form section */
.contact-form-section {
  background-color: var(--rv-white);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Styling the form container */
.contact-form-section .form_con {
  max-width: 600px;
  margin: auto;
}

/* Input styles */
.contact-form-section .form-control {
  border: 1px solid var(--rv-gray);
  border-radius: 4px;
  padding: 10px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.contact-form-section .form-control:focus {
  border-color: var(--rv-primary);
  outline: none;
}

/* Form group styling */
.contact-form-section .form-group {
  margin-bottom: 20px;
}

/* Button styles */
.contact-form-section .login_btn {
  background-color: var(--rv-primary);
  color: var(--rv-white);
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-form-section .login_btn:hover {
  background-color: darken(var(--rv-primary), 10%);
}

/* Error message styling */
.contact-form-section #error_msg {
  margin-top: 10px;
  color: red;
  font-size: 14px;
}

/* Captcha code styling */
.contact-form-section .captcha-code {
  display: flex;
  align-items: center;
}

.contact-form-section #captcha_code {
  margin-right: 10px;
}

.contact-form-section .btnRefresh {
  margin-left: 10px;
  cursor: pointer;
}

/* Clearfix for layout */
.contact-form-section .clearfix {
  clear: both;
}

/* Responsive styles */
@media (max-width: 768px) {
  .contact-form-section .form-control {
      font-size: 0.9rem;
  }

  .contact-form-section .login_btn {
      width: 100%;
  }
}
.footer-bars .home-form{
  box-shadow: 0 0 3px grey;
  padding: 15px;
  border-radius: 10px;
}

.main-footer .top-info p{
  display: flex;
  align-items: center;
}

.service-box.box1 a {
  text-decoration: none;
}

.boxes-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
}

/* Style for each box */
.boxes-container > div {
    flex: 1 1 calc(25% - 20px);
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(41 40 181 / 39%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 255px;
}

/* Hover effect */
.boxes-container > div:hover {
    transform: translateY(-10px); /* Adds a lifting effect on hover */
}

/* Text inside each box */
.boxes-container .box-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Styling for the image inside the number circle */
.boxes-container .box-text .number img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    z-index: 99;
}

/* Title styling */
.boxes-container h3 {
    font-size: 18px;
    color: var(--rv-secondary); /* Blue color for the title */
    margin: 0;
}

.box-text .number i {
    position: relative;
    z-index: 999;
    color: var(--rv-secondary);
    left: -42px;
    font-size: 30px;
    top: 6px;
    font-weight: 600;
}

div#home_why_choose .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 440px;
    width: 440px;
}
.row.footer-end {
  border-top: 1px solid #999;
  padding: 10px 0;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-about .card-body {
  padding: 0;
  margin: 0;
  /* border: 1px solid grey; */
  margin: 10px;
  padding: 10px;
  margin-left: 0;
  box-shadow: 0 0 5px 1px #8080806e;
  border-radius: 15px;
}
.home-about .card-body h4.card-title {
  font-size: 25px;
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.home-about .card-body p.card-text {
  padding-left: 18px;
}


.main-section.home-testimonials {
  padding: 60px 0;
}

.testimonial-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0px rgb(219 22 22 / 43%);
    transition: transform 0.3s ease-in-out;
    margin-top: 70px;
    min-height: 180px;
}
.testimonial-card .investor-info {
  display: flex;
  align-items: center;
  /* margin-bottom: 0; */
  position: fixed;
  top: 5px;
  left: 33%;
  flex-direction: column;
  gap: 4px;
}
.testimonial-card .investor-info .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonial-card .investor-info .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px ridge var(--rv-secondary);
}
.testimonial-card .testimonial-content {
  margin-top: 25px;
}
.testimonial-card .investor-info .name h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.testimonial-card .investor-info .name p {
  font-size: 16px;
  color: #777;
}

.testimonial-card .testimonial-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.home-testimonials div#home_testimonials .item {
  margin: 10px;
}



.heading-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.main-title {
  position: relative;
  font-size: 24px; /* Equivalent to 2rem */
  font-weight: bold;
  color: var(--rv-primary);
  text-transform: uppercase;
  overflow: hidden;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 4px solid var(--rv-primary); /* Keeps the border-bottom intact */
  text-align: center;
}

.main-title::before,
.main-title::after {
  content: '';
  position: absolute;
  width: 0; /* Start with no width */
  height: 4px;
  background-color: var(--rv-secondary); 
  bottom: -4px; /* Align with the border-bottom */
  transition: width 0.3s ease-in-out;
}

.main-title::before {
  left: 0;
}

.main-title::after {
  right: 0;
}

.main-title::before,
.main-title::after {
  width: 50px; /* Expand to a fixed width */
}

.main-title .green {
  color: var(--rv-primary); /* Green color */
  position: relative;
  transition: color 0.3s ease;
}

.main-title span {
  font-size: inherit;
}


.about-us-section .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: 100%;
  border-radius: 0.25rem;
  margin: 10px 0;
  box-shadow: 0 2px 3px 1px #8080806e;
  transition: 0.3s;
}

.about-us-section .card:hover {
  transform: translateY(-5px);
}

.logo a {
  height: 100px;
}

.tool-box a.tool-link .icon {
    font-size: 40px;
    /* background: grey; */
    /* width: 50%; */
    /* border-radius: 50px; */
    color: var(--rv-secondary);
}


.contentus-section .contectus-form {
  box-shadow: 0 0 15px 0 #ddd;
  padding: 30px;
  background: var(--rv-white);
  border-radius: 10px;
}
.contentus-section .iframe {
  position: relative;
  padding-top: 56.5%;
  height: 100%;
}
.contentus-section .iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--rv-white);
  padding: 10px;
}

.calculator-section .calculator-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: -10px;
  padding: 0;
}
.calculator-section .calculator-list li {
  padding: 10px;
  list-style: none;
}
.calculator-section .calculator-list li a {
  float: unset;
  margin: 0;
  display: block;
  color: var(--rv-white);
  background-color: var(--rv-primary);
  border: 2px solid var(--rv-primary);
  max-width: 100%;
  width: 100%;
  transition: 0.5s;
}
.calculator-section .calculator-list li a:hover {
  transition: 0.5s;
  background: var(--rv-white);
  color: var(--rv-primary);
}
.calculator-section .calname {
  float: unset;
}
.calculator-section .stick_option {
  display: none;
}
.calculator-section .caclulator {
  padding: 20px 0px;
}
.calculator-section .cal-name,
.calculator-section .summary-heading,
.calculator-section .cal-type,
.calculator-section .fundperfonmance .blue,
.calculator-section .blue a:link,
.calculator-section .fundperfonmance .blue > a,
.calculator-section .fundname:hover .whythismf,
.calculator-section .fundname:hover .closewhythismf {
  color: #030303;
}
 
.calculator-section .cal-name {
  border-bottom: 1px solid var(--rv-primary);
}
.calculator-section .fundname:hover .whythismf,
.calculator-section .fundname:hover .closewhythismf {
  border: 1px solid var(--rv-primary);
}
.calculator-section .amount-text, .calculator-section .fundperfonmance .green {
    color: #000000;
    font-weight: 600;
}
.calculator-section #sipbarchart {
  overflow: unset !important;
}
.calculator-section #sipbarchart .highcharts-container {
  width: 100%;
}
.about-card {
  border: 1px solid #8080800f;
  box-shadow: 0 0 4px -1px;
  padding: 11px;
  margin-top: 10px;
  border-radius: 6px;
  height: 170px;
  transition: all 0.3s ease; /* Smooth transition for hover effect */
}

.about-card:hover {
  border-color: #808080; /* Change border color on hover */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Increase shadow on hover */
  transform: translateY(-5px); /* Slightly raise the card */
}

.social-list {
  display: flex;
  margin: -8px;
  flex-wrap: wrap;
  padding: 0;
}
.social-list li {
  list-style: none;
  padding: 8px;
}
.social-list li span,
.social-list li a {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: var(--rv-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
  transition: 0.5s;
  color: var(--rv-white);
}
.social-list li span, .social-list li a i{
  color: var(--rv-white);
}
.social-list li span:hover,
.social-list li a:hover {
  transition: 0.5s;
  background: var(--rv-secondary);
}
.social-list li span:hover i,
.social-list li a:hover i {
  color: white;
}

.name {
  display: flex;
  gap: 10px;
}

.nfo-link {
    position: fixed;
    bottom: 75px;
    right: 17px;
    border-radius: 25px;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}


.blinking-text {
  font-size: 24px;
  font-weight: bold;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 2;
  }
  50% {
    opacity: 0.7;
  }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #164574;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgb(54 95 135);
}
section.main-section.home-slider {
   /*box-shadow: inset 0px 0px 110px 10px #abcff9;*/
}
.home-banner-img {
    height: 290px;
    width: auto;
    display: flex;
    justify-content: center;
}
.home-banner-img  img{
    height: 100%;
    width: auto;
}

.banner-text table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.banner-text table tbody tr td:first-child {
    width: 50%;
}
.banner-text th, td {
    border: 3px ridge #1b3453;
    padding: 8px;
    color: #b5333a;
    font-size: 20px;
}
.login-part .checkinputs .fc-lebal .form-check-label {
    padding: 10px;
    border: 1px solid #2a3644;
    border-radius: 5px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}


.calculator-section .btn.submit, .calculator-section .calname a, .calculator-section .cal-result .summary .table th, .calculator-section .cal-result .sip-tg .nav li, .calculator-section .presales-container .ins-amt, .calculator-section .pre-inputbox #removeButton > span, .calculator-section .presales-result .lc-box, .calculator-section .presales-cal .sip-tg .nav li, .calculator-section .presales-cal .summary table th {
    background: var(--rv-primary);
    border-radius: 6px;
    padding: 10px;
    font-size: 15px;
    max-width: 300px;
    width: 100%;
}

.home-slider .banner-text .banner-title table tr td {
    font-size: 15px;
}