@charset "UTF-8";
.ticker_section {
  padding: 5px 15px;
  background-color: var(--rv-black);
  display: flex;
}
.ticker_section .tickers {
  display: flex;
  margin: -10px;
  align-items: center;
  justify-content: center;
}
.ticker_section .tickers .ticker_item {
  padding: 10px;
  color: var(--rv-white);
  list-style: none;
  display: flex;
  position: relative;
  align-items: center;
}
.ticker_section .tickers .ticker_item .name {
  letter-spacing: 1px;
  font-size: 14px;
}
.ticker_section .tickers .ticker_item .price {
  font-size: 12px;
  padding: 4px 5px 0;
}
.ticker_section .tickers .ticker_item.mrdown .difference_percent {
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
  background: rgba(255, 0, 0, 0.2);
  border: 1px solid #ff0000;
  color: var(--rv-white);
}
.ticker_section .tickers .ticker_item.mrdown .difference_percent::after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  right: 7px;
  top: 5px;
  background-image: url("../images/decrease.webp");
  background-size: 100%;
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
}
.ticker_section .tickers .ticker_item .difference_percent {
  background: rgba(81, 201, 72, 0.2);
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #51c948;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
  color: var(--rv-white);
}
.ticker_section .tickers .ticker_item .difference_percent::after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  right: 7px;
  background-image: url("../images/trend.webp");
  background-size: 100%;
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  top: 5px;
}
.ticker_section .tickers .ticker_item::after {
  content: "";
  position: absolute;
  right: 0;
  height: 80%;
  width: 2px;
  background: var(--rv-white);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
.ticker_section .tickers .ticker_item:last-child::after {
  content: unset;
}
.disclaimer-sec {
  margin-top: 30px;
  padding: 25px 0 0;
  border-top: 1px solid #999;
  text-align: center;
}
.disclaimer-sec h5,
.disclaimer-sec h6,
.disclaimer-sec p {
  margin-bottom: 0;
  color: var(--rv-black);
  margin: 0;
}
.disclaimer-sec .footer-content {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px;
  flex-wrap: wrap;
}
.disclaimer-sec .footer-content img {
  height: 67px;
}
.disclaimer-sec .footer-list {
  display: flex;
  padding: 10px;
  align-items: center;
}
.disclaimer-sec .footer-list .contentb {
  text-align: left;
  padding-left: 15px;
}

.features-section .features-list {
  padding-left: 0;
}
.features-section .features-list li {
  margin-bottom: 30px;
  position: relative;
  list-style: none;
}
.features-section .features-list li.active a .tuia-card::before {
  opacity: 1;
}
.features-section .features-list li a {
  display: block;
  text-decoration: none;
}
.features-section .features-list li a .tuia-card {
  background-color: var(--rv-white);
  padding: 20px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 15px 0 #ddd;
  overflow: hidden;
  transition: 0.5s;
}
.features-section .features-list li a .tuia-card:hover {
  transition: 0.5s;
}
.features-section .features-list li a .tuia-card:hover::before {
  opacity: 0.5;
}
.features-section .features-list li a .tuia-card::before {
  content: "";
  width: 100px;
  height: 150px;
  right: -35px;
  top: -61px;
  position: absolute;
  background: var(--rv-primary);
  transition: 0.5s;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: 0.2;
  transform: rotate(-45deg);
}
.features-section .features-list li a .tuia-card .content p {
  color: #555;
}
.features-section .features-list li a .tuia-card .content p:last-child {
  margin-bottom: 0;
}
.features-section .features-list li a .tuia-card .ih-card {
  display: flex;
  align-items: center;
}
.features-section .features-list li a .tuia-card .ih-card .icone {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.features-section .features-list li a .tuia-card .ih-card .icone .flaticonhiw {
  font-size: 30px;
}
.features-section .features-list li a .tuia-card .ih-card .haddings h5 {
  font-weight: 600;
  color: #666;
  margin: 0;
  margin-bottom: 0;
}
.features-section .download-text {
  text-align: center;
}
.features-section .download-text h4 {
  margin-top: 20px;
}
.features-section .download-text .stores {
  justify-content: center;
}
.features-section .tyi-items {
  text-align: center;
}
.features-section .tyi-items img {
  height: 450px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  .features-section .tyi-items {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .features-section .tyi-items img {
    width: 100%;
  }
}

.stores {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .stores {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.stores .stors {
  padding: 15px;
}
.stores .stors:hover {
  transition: 0.5s;
  filter: unset;
}
.stores .stors img {
  transition: 0.5s;
  height: 45px;
}

/* SIP Calculator */
.sip-calculator-section .sip_calculator {
  margin-top: 30px;
}
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
  background-color: #fff;
  border-radius: 6px;
}
.sip-calculator-section .sip_calculator .ui-slider {
  background: #80808091;
  border: var(--rv-primary-light);
  border-radius: 20px;
  display: inline-block !important;
  width: 100%;
  height: 8px;
}
.sip-calculator-section .sip_calculator .ui-slider .ui-slider-handle {
  background: var(--rv-primary);
  border: var(--rv-primary);
  border-radius: 100%;
  width: 22px;
  height: 22px;
  margin-top: -2px;
  cursor: pointer;
}
.sip-calculator-section .sip_calculator .form-control {
  max-width: 100%;
  border: 1px solid var(--rv-primary);
  color: var(--rv-black);
  font-weight: 600;
  font-size: 16px;
  padding-left: 30px;
  border-radius: 3px;
  position: relative;
}
.sip-calculator-section .sip_calculator .form-group label {
  font-size: 18px;
  text-align: left;
  display: inline-block;
  margin: 0;
  width: calc(100% - 130px);
  position: relative;
  color: #1c1817;
}
.sip-calculator-section .sip_calculator .form-group .input-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.sip-calculator-section .sip_calculator .form-group .input-card label {
  flex: 1 0 190px;
}
.sip-calculator-section .sip_calculator .form-group .input-card .input-box {
  position: relative;
  flex: 1 0 160px;
}
.sip-calculator-section .sip_calculator .form-group .input-card .input-box::after {
  position: absolute;
  content: attr(datasimball);
  font-size: 18px;
  color: var(--rv-primary);
  z-index: 9;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sip-calculator-section .sip_cart {
  position: relative;
  padding-top: 50.6%;
  height: 100%;
}
.sip-calculator-section .sip_cart #sipchart {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sip-calculator-section .calculator_output {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sip-calculator-section .calculator_output .datavalue {
  text-align: left;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border: 1px solid var(--rv-primary);
  padding: 20px;
  flex-wrap: wrap;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  flex: 1 0 350px;
  align-items: center;
  justify-content: space-between;
  background: var(--rv-primary-light);
}
.sip-calculator-section .calculator_output .datavalue:nth-child(1) {
  color: var(--rv-primary);
}
.sip-calculator-section .calculator_output .datavalue:nth-child(2) {
  color: var(--rv-primary);
}
.sip-calculator-section .calculator_output .datavalue:nth-child(2) span::before {
  color: var(--rv-secondary);
}
.sip-calculator-section .calculator_output .datavalue:nth-child(3) {
  color: #009688;
}
.sip-calculator-section .calculator_output .datavalue:nth-child(3) span::before {
  color: #009688;
}
.sip-calculator-section .calculator_output .datavalue span {
  position: relative;
  font-size: 22px;
  font-weight: 600;
}
.sip-calculator-section .calculator_output .datavalue span::before {
  content: "₹";
  font-size: 22px;
  color: var(--rv-primary);
}

.lpmodal-open {
  overflow: hidden;
  height: 100vh;
}
.lpmodal-open .main-header.stickyhead {
  z-index: 0;
}
.lpmodal-open header.amain-header {
  z-index: -1;
  position: relative;
}
.lpmodal-open .load-popup {
  display: block;
}

.load-popup {
  width: 100%;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.load-popup .close {
  position: absolute;
  right: -15px;
  top: -15px;
}
.load-popup .lp-cards {
  height: 100%;
}
.load-popup .lpbg {
  background: rgba(0, 0, 0, 0.6509803922);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.load-popup .lp-body {
  max-width: 700px;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  box-shadow: 0 0 15px 0 #eee;
  border-radius: 10px;
}
.load-popup .lp-body .lpb-items img {
  width: 100%;
  height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.calculator-section .calculator-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: -10px;
  padding: 0;
  padding-bottom: 30px;
}
.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-black);
  background: var(--rv-white);
  border: 2px solid var(--rv-black);
  max-width: 100%;
  width: 100%;
  transition: 0.5s;
}
.calculator-section .calculator-list li a.active, .calculator-section .calculator-list li a:hover {
  background-color: var(--rv-primary-light);
  color: var(--rv-primary);
  transition: 0.5s;
  border-color:2px solid var(--rv-primary);
}
.calculator-section .stick_option {
  display: none;
}
.calculator-section .caclulator {
  padding: 20px 0px;
}
.calculator-section .calname {
  float: unset;
  width: unset;
}
.calculator-section .calname .fa {
  margin-right: 10px;
  font-family: "FontAwesome" !important;
}
.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 .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: 33%;
}
.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: #a4d035;
}
.calculator-section #sipbarchart {
  overflow: unset !important;
}
.calculator-section #sipbarchart .highcharts-container {
  width: 100%;
}
.calculator-section .reslultbox {
  float: unset;
}

.section .reslultbox {
  float: unset;
}
.section .presales-cal {
  width: 100%;
  float: unset;
}
.section .presales-container .ins-amt {
  color: #000;
}
.section .presales-result .lc-box {
  color: #000;
}
.section .presales-result .lc-text {
  color: #000;
}
.section .presales-result .ins-amt {
  color: #000;
}

.whatsapp-boxchat .hide {
  display: none;
}
.whatsapp-boxchat .blantershow-chat {
  position: fixed;
  bottom: 100px;
  right: 40px;
  width: 50px;
  height: 50px;
  background-color: #4caf50;
  box-shadow: 0 0 15px 0 #bbb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #4caf50;
  animation: pulse 3s infinite;
  z-index: 99;
}
.whatsapp-boxchat .blantershow-chat:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.whatsapp-boxchat .blantershow-chat svg {
  position: relative;
  right: -2px;
}
.whatsapp-boxchat .whatsapp-chat {
  box-sizing: border-box;
  outline: none;
  position: fixed;
  max-width: 350px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 999999;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
.whatsapp-boxchat .whatsapp-chat.hide {
  animation-name: showhide;
  animation-duration: 1s;
  transform: scale(1);
}
.whatsapp-boxchat .whatsapp-chat .header-chat {
  background: #095e54;
  color: var(--rv-white);
  padding: 20px;
}
.whatsapp-boxchat .whatsapp-chat .header-chat .info-avatar {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
}
.whatsapp-boxchat .whatsapp-chat .header-chat .info-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.whatsapp-boxchat .whatsapp-chat .header-chat .close-chat {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--rv-white);
  font-size: 28px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-boxchat .whatsapp-chat .header-chat .head-home {
  display: flex;
  align-items: center;
}
.whatsapp-boxchat .whatsapp-chat .header-chat .head-home span {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.whatsapp-boxchat .whatsapp-chat .header-chat .head-home small {
  display: flex;
  gap: 5px;
  align-items: center;
}
.whatsapp-boxchat .whatsapp-chat .header-chat .head-home small .online-icon {
  background: #4caf50;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png);
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box {
  position: relative;
  padding: 0 15px;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .hading {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: var(--rv-secondary);
  margin-bottom: 10px;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-group {
  margin-bottom: 15px;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-control {
  height: 45px;
  background-color: var(--rv-white);
  border-color: transparent;
  transition: 0.5s;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  box-shadow: none;
  border-radius: 5px;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .btn {
  width: 100%;
  text-align: center;
  background: var(--rv-primary);
  color: #fff;
  border-radius: 5px;
  border: 2px solid var(--rv-primary);
  padding: 10px 20px;
  transition: 0.5s;
  font-weight: 600;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .btn:hover {
  transition: 0.5s;
  background-color: var(--rv-white);
  color: var(--rv-primary);
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-check.check-box {
  margin-bottom: 10px;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-check.check-box input[type=checkbox] {
  accent-color: var(--rv-secondary);
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-check.check-box label {
  color: var(--rv-secondary);
  line-height: 20px;
  font-size: 14px;
}
.whatsapp-boxchat .whatsapp-chat .blanter-msg {
  display: none;
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

.ppo-section .title-two {
  background: var(--rv-primary);
  margin-bottom: 20px;
  margin-top: 40px;
  padding: 10px 15px;
  color: var(--rv-black);
}
.ppo-section .title-two:first-child {
  margin-top: 0;
}
.ppo-section .logo-container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  padding: 0;
  margin: -10px;
}
.ppo-section .logo-container ul li {
  padding: 10px;
  list-style: none;
}
.ppo-section .logo-container ul li .logo-holder {
  background: var(--rv-white);
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.ppo-section .logo-container ul li .logo-holder img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.login-part {
  max-width: 430px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 30px;
  background-color: var(--rv-white);
  margin: 0 auto;
  box-shadow: 0 0 15px 0 #ddd;
}
.login-part .page-title-heading {
  text-align: center;
  margin-bottom: 20px;
}
.login-part .btn-box {
  text-align: right;
}
.login-part .btn-box a {
  font-weight: 500;
  color: var(--rv-black);
  text-decoration: underline;
}
.login-part .btn-box a:hover {
  color: var(--rv-primary);
}
.login-part .btn-box .button {
  padding-top: 30px;
  text-align: center;
}
.login-part .btn-box .button .btn {
  margin: 0 auto;
}
.login-part .checkinputs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.login-part .checkinputs .fc-lebal {
  display: flex;
  align-items: center;
  margin: 10px;
  position: relative;
}
.login-part .checkinputs .fc-lebal .form-check-label {
  padding: 10px;
  border: 1px solid #2a3644;
  border-radius: 5px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.login-part .checkinputs .fc-lebal input[type=radio] {
  position: absolute;
  left: 8px;
  margin: 0;
}
.login-part .form-control:not([type=button],
[type=chackbox],
[type=radio]) {
  display: block;
  width: 100%;
  background-color: #fff;
  outline: none;
  padding: 10px 15px;
}
.login-part .form-control:focus {
  box-shadow: none;
}
.login-part .form-group {
  margin-bottom: 20px;
}
.login-part .form-group.passinput {
  position: relative;
}
.login-part .form-group.passinput .toggle-password {
  position: absolute;
  right: 2px;
  cursor: pointer;
  bottom: 0;
  width: 50px;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  height: 46px;
  align-items: center;
}
.login-part .form-group.passinput .toggle-password.show {
  opacity: 1;
}
.login-part .form-group.passinput .toggle-password.show i::before {
  content: "\f33f";
}
.login-part input:not([type=radio]) {
  width: 100%;
}
.login-part .mb-25 {
  margin-bottom: 25px;
}

.useful-links-section .useful_links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  padding: 0;
  margin: -10px;
}
.useful-links-section .useful_links li {
  padding: 10px;
  list-style: none;
}
.useful-links-section .useful_links li a {
  text-align: center;
  border: 2px solid var(--rv-primary);
  padding: 10px 20px;
  background: var(--rv-primary);
  display: block;
  border-radius: 5px;
  color: var(--rv-bg-primary);
}
.useful-links-section .useful_links li a:hover {
  color: var(--rv-secondary);
  border-color: var(--rv-secondary);
  background: var(--rv-white);
}

.download-forms .tsname {
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
}
.download-forms .tebbars-cards {
  position: relative;
}
.download-forms .tebbars-cards .tebs-haddings ul.tebs-links {
  display: flex;
  background: var(--rv-primary);
  padding: 15px;
  white-space: nowrap;
  overflow-x: scroll;
}
.download-forms .tebbars-cards .tebs-haddings ul.tebs-links::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #F5F5F5;
}
.download-forms .tebbars-cards .tebs-haddings ul.tebs-links::-webkit-scrollbar {
  width: 0px;
  height: 0;
  background-color: #F5F5F5;
}
.download-forms .tebbars-cards .tebs-haddings ul.tebs-links::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.download-forms .tebbars-cards .tebs-haddings ul.tebs-links li {
  list-style: none;
  padding: 0 15px;
}
.download-forms .tebbars-cards .tebs-haddings ul.tebs-links li.active a {
  background: var(--rv-secondary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  border-bottom: 2px solid var(
--rv-black);
}
.download-forms .tebbars-cards .tebs-haddings ul.tebs-links li a {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--rv-white);
}
.download-forms .tebbars-cards .tebs-content {
  padding-top: 30px;
}
.download-forms .tebbars-cards .tebs-content .tcbodys {
  display: none;
}
.download-forms .tebbars-cards .tebs-content .tcbodys.show {
  display: block;
}
.download-forms .tebbars-cards .tebs-content table.dataTable {
  width: 100% !important;
}
.download-forms .tebbars-cards .tebs-content table.dataTable th {
  max-width: 80% !important;
  width: 100%;
}
.download-forms .tebbars-cards .tebs-content table.dataTable td {
  text-align: right;
}
.download-forms .tebbars-cards .tebs-content table.dataTable td a {
  background: var(--rv-primary);
  padding: 5px 20px;
  color: var(--rv-white);
  border-radius: 5px;
}
.download-forms .tebbars-cards .tebs-content .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.download-forms .tebbars-cards .tebs-content .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-color: var(--rv-bg-primary);
  background: var(--rv-primary);
  color: var(--rv-white) !important;
}
.download-forms .tebbars-cards .tebs-content .dataTables_wrapper .dataTables_paginate .paginate_button.current span a,
.download-forms .tebbars-cards .tebs-content .dataTables_wrapper .dataTables_paginate .paginate_button:hover span a {
  color: var(--rv-white);
}

.fund-performance-section .top_fund_performance ::-webkit-scrollbar {
  width: 6px;
}
.fund-performance-section .top_fund_performance ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.fund-performance-section .top_fund_performance ::-webkit-scrollbar-thumb {
  background: var(--rv-primary);
  border-radius: 10px;
}
.fund-performance-section .top_fund_performance ::-webkit-scrollbar-thumb:hover {
  background: var(--rv-primary);
}
.fund-performance-section .top_fund_performance .dt-buttons {
  margin-bottom: 20px;
}
.fund-performance-section .top_fund_performance .dt-button {
  border: unset;
  background: var(--rv-primary);
  color: var(--rv-white);
  padding: 10px 20px;
  margin-right: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 var(--rv-primary);
  transition: 0.5s;
}
.fund-performance-section .top_fund_performance .dt-button:hover {
  transition: 0.5s;
  background: var(--rv-white);
  color: var(--rv-primary);
}
.fund-performance-section .top_fund_performance ul {
  padding: 0;
  list-style-type: none;
}
.fund-performance-section .top_fund_performance ul li {
  display: inline-block;
  width: 19%;
  font-size: 20px;
  font-weight: 600;
}
.fund-performance-section .top_fund_performance ul li i {
  display: block;
  margin-bottom: 10px;
}
.fund-performance-section .top_fund_performance ul li img {
  width: 50px;
}
.fund-performance-section .top_fund_performance .tfp-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fund-performance-section .top_fund_performance .all_top_funds {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.fund-performance-section .top_fund_performance .all_top_funds .category_side_bar {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  background-color: #eee;
  max-height: 63vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .fund-performance-section .top_fund_performance .all_top_funds .category_side_bar {
    max-width: 100%;
  }
}
.fund-performance-section .top_fund_performance .all_top_funds #main_fund_box {
  vertical-align: top;
  max-height: 65vh;
  overflow-y: auto;
  padding: 5px;
}
.fund-performance-section .top_fund_performance .all_top_funds .tfpall-content {
  width: calc(100% - 240px);
  padding-left: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fund-performance-section .top_fund_performance .all_top_funds .tfpall-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.fund-performance-section .top_fund_performance .all_top_funds .tfpall-content .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.fund-performance-section .fund_performance {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
.fund-performance-section .fund_performance .form-check {
  display: inline-block;
  width: 19%;
  vertical-align: middle;
}
.fund-performance-section .fp-top-card {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin: -15px;
}
.fund-performance-section .radio {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease-in-out;
}
.fund-performance-section .radio .flaticontk {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  font-family: flaticontk !important;
  font-size: 60px;
  font-weight: 500;
  background-image: linear-gradient(180deg, var(--rv-secondary) 0%, var(--rv-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}
.fund-performance-section .radio .flaticontk::before {
  content: "\f107";
}
.fund-performance-section .radio:hover {
  transition: all 0.3s ease-in-out;
}
.fund-performance-section .radio:hover input ~ .checkmark {
  border: 3px solid var(--rv-secondary);
}
.fund-performance-section .radio:nth-child(2) .flaticontk::before {
  content: "\f108";
}
.fund-performance-section .radio:nth-child(3) .flaticontk::before {
  content: "\f109";
}
.fund-performance-section .radio:nth-child(4) .flaticontk::before {
  content: "\f10a";
}
.fund-performance-section .radio:nth-child(5) .flaticontk::before {
  content: "\f10b";
}
.fund-performance-section .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.fund-performance-section .radio .checkmark {
  border: 3px solid #eee;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  background: var(--rv-white);
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fund-performance-section .radio .checkmark em {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  color: var(--rv-primary);
  text-transform: uppercase;
}
.fund-performance-section .form-check-input:checked[type=radio] + span.checkmark {
  border: 3px solid var(--rv-primary);
}
.fund-performance-section #category_wise_fund p {
  margin: 0;
  padding: 4px 15px;
  border: 1px solid #c0e1e7;
  border-bottom: none;
  position: relative;
  cursor: pointer;
  color: var(--rv-secondary);
}
.fund-performance-section #category_wise_fund p:last-child {
  border-bottom: 1px solid #d8edf1;
}
.fund-performance-section #category_wise_fund p:hover {
  background-color: #2b8caa;
  color: var(--rv-white);
}
.fund-performance-section #category_wise_fund p::after {
  position: absolute;
  content: "\f178";
  font-family: var(--rv-font-fontawesome);
  font-size: 16px;
  right: 15px;
  top: 5px;
  opacity: 0.5;
  color: var(--rv-secondary);
}
.fund-performance-section #category_wise_fund p.active {
  background-color: #2b8caa;
  color: var(--rv-white);
}
.fund-performance-section #category_wise_fund .sub_category_items {
  position: relative;
  margin-bottom: 5px;
}
.fund-performance-section #category_wise_fund .sub_category_items:hover {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.fund-performance-section #category_wise_fund .sub_category_items .fund_sub_category {
  display: none;
}
.fund-performance-section #category_wise_fund .sub_category_items .fund_sub_category[type=radio]:checked + label {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.fund-performance-section #category_wise_fund .sub_category_items label {
  display: block;
  width: 100%;
  padding: 3px 10px;
  color: var(--rv-black);
}
.fund-performance-section #myTable th {
  background-color: #d8edf1;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 16px;
  color: var(--rv-secondary);
  text-align: center;
}
.fund-performance-section #myTable td {
  border: 1px solid #d8edf1 !important;
  font-size: 14px;
  line-height: 16px;
  color: var(--rv-secondary);
  padding: 5px;
}
.fund-performance-section #myTable .highcharts-figure {
  display: block;
  padding: 0 !important;
  width: 100% !important;
  margin: 0;
  max-width: 100%;
  border: none !important;
}
.fund-performance-section #myTable #showMap {
  position: relative;
}
.fund-performance-section #myTable #showMap span {
  opacity: 0;
  width: 30px;
  display: block;
  height: 55px;
  z-index: 99;
  position: relative;
  cursor: pointer;
}
.fund-performance-section #myTable #showMap::after {
  content: "+";
  position: absolute;
  font-size: 22px;
  top: 35%;
  left: 40%;
}
.fund-performance-section #myTable .chart_div {
  display: none;
  width: 100% !important;
}
.fund-performance-section #myTable .map_active .chart_div {
  display: block;
}
.fund-performance-section .map_active .highcharts-figure {
  display: block !important;
}
.fund-performance-section .map_active .highcharts-figure #container {
  border: 1px solid #d8edf1 !important;
  padding: 0;
}
.fund-performance-section .loader img {
  width: 60px;
}
.fund-performance-section .highcharts-figure {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
}
.fund-performance-section .highcharts-data-table table {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
  font-family: var(--rv-font);
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.fund-performance-section .highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: var(--rv-gray);
  padding: 0.5em;
}
.fund-performance-section .highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
  padding: 0.5em;
}
.fund-performance-section .highcharts-data-table td {
  padding: 0.5em;
}
.fund-performance-section .highcharts-data-table thead tr {
  background: #f8f8f8;
}
.fund-performance-section .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.fund-performance-section .highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.fund-performance-section td.details-control {
  cursor: pointer;
}
.fund-performance-section text.highcharts-subtitle {
  display: none;
}
.fund-performance-section text.highcharts-credits {
  display: none;
}
.fund-performance-section .search_bar_sub #myInput {
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 5px;
  width: 96%;
}

.form-group.captcha-code {
  display: flex;
  gap: 10px;
}
.form-group.captcha-code .btnRefresh {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group.captcha-code img#captcha_code {
  width: 100px;
}
.form-group.captcha-code .form-control {
  width: 100%;
  max-width: 100%;
}
.form-group.captcha-code .captcha-box {
  width: 100%;
  display: flex;
  gap: 10px;
}

.wizard-stape-body {
  background: var(--rv-white);
  box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  max-width: 767px;
  margin: 0 auto;
}
.wizard-stape-body .back-links {
  padding: 20px 30px;
  border-bottom: 1px solid #F3F3F3;
}
.wizard-stape-body .back-links a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2A2A2A;
}
.wizard-stape-body .content-box {
  padding: 30px;
}
.wizard-stape-body .content-box h3 {
  margin-bottom: 20px;
}
.wizard-stape-body .content-box ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.wizard-stape-body .content-box ul li {
  width: 100%;
  margin-bottom: 10px;
  list-style: none;
}
.wizard-stape-body .content-box ul li label {
  color: var(--rv-black);
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.wizard-stape-body .content-box ul li label::before {
  content: "";
  width: 20px;
  display: block;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin-top: 4px;
}
.wizard-stape-body .content-box ul li label::after {
  content: "";
  width: 10px;
  display: block;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  margin-top: 4px;
}
.wizard-stape-body .content-box ul li input[type=radio] {
  display: none;
}
.wizard-stape-body .content-box ul li input[type=radio]:checked + label::before {
  border: 2px solid var(--rv-primary);
}
.wizard-stape-body .content-box ul li input[type=radio]:checked + label::after {
  background: var(--rv-primary);
}
.wizard-stape-body .content-box.active .btn-netx {
  pointer-events: visible;
  opacity: 1;
}
.wizard-stape-body .content-box .btn-netx {
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  opacity: 0.5;
}

#showformdata {
  display: none;
}

.showformdata #showformdata {
  display: block;
}
.showformdata #showformdata .health-risk {
  z-index: 9999;
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}
.showformdata #showformdata .health-risk .modalbg {
  background: rgba(0, 0, 0, 0.5411764706);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: auto;
  top: 0;
}
.showformdata #showformdata .health-risk .modaldatashow {
  display: block;
}
.showformdata #showformdata .health-risk .modaldatashow h3 {
    background: var(--rv-primary);
    color: var(--rv-white);
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    font-size: 20px;
}
.showformdata #showformdata .health-risk .modaldatashow .pop-body {
  padding: 30px;
}
.showformdata #showformdata .health-risk .form-control {
  margin-bottom: 20px;
}
.showformdata #showformdata .health-risk input {
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 5px;
}
.showformdata #showformdata .health-risk .captcha_code {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.showformdata #showformdata .health-risk .captcha_code #captcha_code {
  width: 70px;
}
.showformdata #showformdata .health-risk .captcha_code .btn-refresh {
  background: var(--rv-secondary);
  border: unset;
  border-radius: 5px;
  color: var(--rv-white);
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.showformdata #showformdata .health-risk .captcha_code .captcha_box {
  width: 100%;
  gap: 15px;
  display: flex;
}
.showformdata #showformdata .health-risk .captcha_code .captcha_box input {
  width: 100%;
}

.modal-open .modalbody {
  z-index: 1;
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

.modalbody .Cmodalcard .maincontentmodal .modalheader h3 {
  color: #fff;
}

.showmodal .modalbody {
  z-index: 99999;
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

.modalbody {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalbody .modalbg {
  background: rgba(0, 0, 0, 0.5411764706);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  top: 0;
}
.modalbody .Cmodalcard {
  max-width: 500px;
  width: 100%;
  z-index: 9;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.modalbody .Cmodalcard .maincontentmodal {
  background: #fff;
  position: relative;
  box-shadow: 0 0 15px 0 #bbb;
  border-radius: 10px;
}
.modalbody .Cmodalcard .maincontentmodal .cmodalclose {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  box-shadow: 0 0 15px 0 #ddd;
  cursor: pointer;
  right: -15px;
  border: unset;
  font-size: 28px;
  top: -15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  z-index: 9;
  align-items: center;
}
.modalbody .Cmodalcard .maincontentmodal .cmodalclose span {
  position: relative;
  transform: rotate(45deg);
}
.modalbody .Cmodalcard .maincontentmodal .cmodalclose span::before, .modalbody .Cmodalcard .maincontentmodal .cmodalclose span::after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  background: #000;
  top: -1px;
  left: -6px;
}
.modalbody .Cmodalcard .maincontentmodal .cmodalclose span::after {
  transform: rotate(90deg);
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards {
  padding: 20px;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdForm .form-group:last-child {
  margin-bottom: 0;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify {
  text-align: center;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify div p {
  font-size: 16px;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify div:last-child {
  width: 100% !important;
  max-width: 90%;
  margin: 0 auto;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify label {
  display: block;
  -moz-text-align-last: left;
       text-align-last: left;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify button {
  background-color: var(--rv-primary);
  border: 1px solid var(--rv-primary);
  color: #fff;
  display: inline-block !important;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 5px;
  transition: 0.5s;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify button :hover {
  transition: 0.5s;
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify #mobileOtp {
  display: block;
  width: 100%;
  background-color: #fff;
  outline: none;
  padding: 10px 15px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  margin-bottom: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modalbody .Cmodalcard .maincontentmodal .modalheader {
  width: 100%;
  background: var(--rv-primary);
  border-radius: 10px 10px 0 0;
  padding: 8px 20px;
}
.modalbody .Cmodalcard .maincontentmodal .modalheader h4 {
  color: var(--rv-white);
  font-size: 20px;
  margin-bottom: 0;
}
.modalbody .Cmodalcard .maincontentmodal .modalheader h6 {
  color: var(--rv-white);
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow {
  display: none;
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow.show {
  display: block;
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow .image {
  margin-bottom: 15px;
  text-align: center;
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow .image img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
  margin: 0 auto;
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow .content {
  padding: 25px;
}

.iframe {
  position: relative;
  max-height: 100%;
  padding-top: 35%;
}
.iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.top-banner-section {
  padding: 100px 0 100px;
  position: relative;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  Z-INDEX: 0;
  margin-top: 70px;
}
.top-banner-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(95deg, rgb(197 197 197) 0%, rgba(133, 206, 228, 0.2) 95%);
}
.top-banner-section .banner-box {
  position: relative;
  z-index: 1;
}
.top-banner-section .banner-box h1,
.top-banner-section .banner-box h2,
.top-banner-section .banner-box h3 {
  color: var(--rv-black);
  margin: 0;
  font-weight: 600;
}
.top-banner-section .banner-box .nevdisc-box {
  display: none;
}
.top-banner-section .banner-box .nevdisc-box.show {
  display: block;
}

.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-secondary-light);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
}

.social-list li span:hover,
.social-list li a:hover {
  transition: 0.5s;
  background: var(--rv-primary);
  color: var(--rv-white);
}

.financial-news-section {
  padding: 80px 0;
  /* TAB */
}
.financial-news-section .news-box {
  background: #eee;
  border-radius: 6px;
  overflow: hidden;
}
.financial-news-section .news-box .image {
  position: relative;
}
.financial-news-section .news-box .image .date {
  background: #b89960;
  padding: 0px 8px;
  border-radius: 30px;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: var(--rv-black);
}
.financial-news-section .news-box .image img {
  width: 100%;
  min-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 160px;
}
.financial-news-section .news-box .content {
  padding: 15px;
}
.financial-news-section .news-box .content h4 {
  font-size: 16px;
  text-align: left;
  margin: 0;
  margin-bottom: 5px;
}
.financial-news-section .news-box .content p {
  line-height: 18px;
  font-size: 15px;
  text-align: left;
  margin: 0;
}
.financial-news-section .rvTab {
  padding: 0;
  margin-bottom: 20px;
  display: flex;
}
.financial-news-section .rvTab .tab_item {
  display: inline-block;
  width: 100%;
}
.financial-news-section .rvTab .tab_item .tab_link {
  background-color: var(--rv-primary);
  display: block;
  padding: 10px 5px;
  font-weight: 600;
  text-align: center;
  color: var(--rv-black);
  border: 1px solid var(--rv-primary);
  width: 100%;
}
.financial-news-section .rvTab .tab_item .tab_link.activelink {
  display: block;
  background-color: var(--rv-secondary);
  color: var(--rv-black);
  border: 1px solid var(--rv-secondary);
}
.financial-news-section .rvTabContent .tab_list {
  width: 100%;
  padding: 10px;
}
.financial-news-section .rvTabContent .tab_list.hide {
  display: none;
}

#error_msg span {
  background: rgba(255, 0, 0, 0.0509803922);
  color: #ff0000;
  border-radius: 5px;
  border: 2px solid #ff0000;
  font-size: 12px;
  padding: 10px;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

#mail-status .success {
  background: rgba(0, 128, 0, 0.1215686275);
  color: #008000;
  border-radius: 5px;
  border: 2px solid #008000;
  margin-bottom: 15px;
  font-size: 12px;
  padding: 10px;
  font-weight: 600;
}

#mail-status .error {
  background: rgba(255, 0, 0, 0.0509803922);
  color: #ff0000;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 2px solid #ff0000;
  font-size: 12px;
  padding: 10px;
  font-weight: 600;
}

.showformdata {
  overflow: hidden;
}

.close-back-btn {
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 5px;
}
.close-back-btn a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-back-btn a span {
  position: relative;
}
.close-back-btn a span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  margin-left: -7px;
  margin-top: -5px;
  transform: rotate(-45deg);
}
.close-back-btn a span::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: -6px;
  top: -1px;
}


.sip-calculator-section .sip_calculator {
  margin-top: 30px;
}
.sip-calculator-section .sip_calculator .sip_box {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
  background-color: #fff;
  border-radius: 6px;
}
.sip-calculator-section .sip_calculator .ui-slider {
  background: #80808091;
  border: var(--rv-primary-light);
  border-radius: 20px;
  display: inline-block !important;
  width: 100%;
  height: 8px;
}
.sip-calculator-section .sip_calculator .ui-slider .ui-slider-handle {
  background: var(--rv-primary);
  border: var(--rv-primary);
  border-radius: 100%;
  width: 22px;
  height: 22px;
  margin-top: -2px;
  cursor: pointer;
}
.sip-calculator-section .sip_calculator .form-control {
  max-width: 100%;
  background-color: var(--rv-primary-light);
  border: 1px solid var(--rv-primary);
  color: var(--rv-primary);
  font-weight: 600;
  font-size: 16px;
  padding-left: 30px;
  border-radius: 3px;
  position: relative;
}
.sip-calculator-section .sip_calculator .form-group label {
  font-size: 18px;
  text-align: left;
  display: inline-block;
  margin: 0;
  width: calc(100% - 130px);
  position: relative;
  color: #1c1817;
}
.sip-calculator-section .sip_calculator .form-group .input-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.sip-calculator-section .sip_calculator .form-group .input-card label {
  flex: 1 0 190px;
}
.sip-calculator-section .sip_calculator .form-group .input-card .input-box {
  position: relative;
  flex: 1 0 160px;
}
.sip-calculator-section .sip_calculator .form-group .input-card .input-box::after {
  position: absolute;
  content: attr(datasimball);
  font-size: 18px;
  color: var(--rv-primary);
  z-index: 9;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sip-calculator-section .sip_cart {
  position: relative;
  padding-top: 50.6%;
  height: 100%;
}
.sip-calculator-section .sip_cart #sipchart {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sip-calculator-section .calculator_output {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sip-calculator-section .calculator_output .datavalue {
  text-align: left;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border: 1px solid var(--rv-primary);
  padding: 20px;
  flex-wrap: wrap;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  flex: 1 0 350px;
  align-items: center;
  justify-content: space-between;
  background: var(--rv-primary-light);
}
.sip-calculator-section .calculator_output .datavalue:nth-child(1) {
  color: var(--rv-primary);
}
.sip-calculator-section .calculator_output .datavalue:nth-child(2) {
  color: var(--rv-primary);
}
.sip-calculator-section .calculator_output .datavalue:nth-child(2) span::before {
  color: var(--rv-secondary);
}
.sip-calculator-section .calculator_output .datavalue:nth-child(3) {
  color: #000;
}
.sip-calculator-section .calculator_output .datavalue:nth-child(3) span::before {
  color: #000;
}
.sip-calculator-section .calculator_output .datavalue span {
  position: relative;
  font-size: 22px;
  font-weight: 600;
}
.sip-calculator-section .calculator_output .datavalue span::before {
  content: "₹";
  font-size: 22px;
  color: var(--rv-primary);
}/*# sourceMappingURL=style.css.map */

