.disclaimer-sec .content-b {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 40px;
}
.disclaimer-sec .content-b h6 {
  color: var(--rv-white);
}
.disclaimer-sec .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px;
  flex-wrap: wrap;
}
.disclaimer-sec .footer-content img {
  height: 67px;
}
.disclaimer-sec .footer-content .footer-list {
  display: flex;
  padding: 10px;
  align-items: center;
}
.disclaimer-sec .footer-content .footer-list .contentb {
  text-align: left;
  padding-left: 15px;
}
.disclaimer-sec .footer-content .footer-list .contentb h5 {
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .tyi-items {
    text-align: center;
  }
}
.features-section .features-list {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .features-section .features-list {
    margin-top: 30px;
  }
}
.features-section .features-list li {
  margin-bottom: 30px;
  position: relative;
  list-style: none;
}
.features-section .features-list li.active a .tuia-card {
  box-shadow: 0 15px 15px 0 #ddd;
}
.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 5px 10px 0 #ddd;
  overflow: hidden;
  transition: 0.5s;
}
.features-section .features-list li a .tuia-card:hover {
  transition: 0.5s;
  box-shadow: 0 15px 15px 0 #ddd;
}
.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;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  background: var(--rv-secondary);
  transition: 0.5s;
  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;
  padding: 5px;
  align-items: center;
}
.features-section .features-list li a .tuia-card .ih-card .icone svg {
  width: 30px;
  height: 30px;
  fill: var(--rv-secondary);
}
.features-section .features-list li a .tuia-card .ih-card .icone img {
  width: 100%;
  filter: grayscale(1);
}
.features-section .features-list li a .tuia-card .ih-card .haddings h5 {
  font-weight: 600;
  color: #666;
  margin: 0;
  margin-bottom: 0;
}
.features-section .stores {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-top: 20px;
}
@media only screen and (max-width: 992px) {
  .features-section .stores {
    justify-content: center;
  }
}
.features-section .stores .stors {
  padding: 15px;
}
.features-section .stores .stors:hover {
  transition: 0.5s;
  filter: unset;
}
.features-section .stores .stors img {
  transition: 0.5s;
  height: 45px;
}

.lpmodal-open {
  overflow: hidden;
  height: 100vh;
}
.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;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rv-white);
  opacity: 1;
  box-shadow: 0 0 15px 0 #ddd;
  border-radius: 10px;
}
.load-popup .close .icone {
  font-size: 30px;
  color: var(--rv-bg-black);
  z-index: 999;
}
.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;
}

.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 .difference_percent {
  background: rgba(81, 201, 72, 0.3);
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
  color: #51c948;
}
.ticker_section .tickers .ticker_item .difference_percent::after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  right: 7px;
  background-image: url("../images/trend.png");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 5px;
}
.ticker_section .tickers .ticker_item .difference_percent.negative {
  background: rgba(255, 0, 0, 0.3);
  color: red;
}
.ticker_section .tickers .ticker_item .difference_percent.negative::after {
  background-image: url("../images/decrease.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.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;
}

.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 .difference_percent {
  background: #51c948;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
  color: #fff;
}
.ticker_section .tickers .ticker_item .difference_percent::after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  right: 7px;
  background-image: url("../images/trend.png");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 5px;
  filter: brightness(0) invert(1);
}
.ticker_section .tickers .ticker_item .difference_percent.negative {
  background: red;
  color: #fff;
}
.ticker_section .tickers .ticker_item .difference_percent.negative::after {
  background-image: url("../images/decrease.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.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;
}

.iframe {
  position: relative;
  height: 100%;
  padding-top: 56.6%;
}
.iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.login-part {
  box-shadow: 0 0 15px 0 #eee;
  padding: 30px;
  max-width: 450px;
  width: 100%;
  border-radius: 5px;
  background-color: var(--rv-white);
  border: 1px solid #eee;
  margin: 40px auto;
}
.login-part label {
  color: var(--rv-bg-black);
}
.login-part .form-control {
  border: 1px solid #BEBEBE;
  padding: 15px;
}
.login-part .form-control::-moz-placeholder {
  color: #BEBEBE;
}
.login-part .form-control::placeholder {
  color: #BEBEBE;
}
.login-part .page-title-heading {
  text-align: center;
  margin-bottom: 30px;
}
.login-part .page-title-heading span {
  position: relative;
  display: block;
  padding-bottom: 10px;
}
.login-part .page-title-heading span::after {
  content: "";
  width: 10%;
  position: absolute;
  height: 5px;
  border-radius: 50px;
  background: var(--rv-bg-primary);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.login-part .form-group {
  margin-bottom: 20px;
}
.login-part .checkinputs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.login-part .checkinputs input[type=radio] {
  margin: 0;
  position: relative;
  margin-right: 8px;
  border: 1px solid var(--rv-primary);
}
.login-part .checkinputs .form-check-label {
  padding: 10px;
  display: flex;
  font-weight: 600;
  align-items: center;
}
.login-part input:not([type=radio]) {
  width: 100%;
}
.login-part .mb-25 {
  margin-bottom: 25px;
}
.login-part .form-check-input:checked[type=radio] {
  background: var(--rv-primary);
  border: 1px solid var(--rv-primary);
  box-shadow: 0 0 10px 0 var(--rv-primary);
}
.login-part .form-check-input[type=radio]:before,
.login-part .form-check-input[type=radio]::after {
  content: unset;
}
.login-part .btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-part .btn-box .clickhendler {
  font-weight: 500;
  text-decoration: underline;
  color: var(--rv-bg-primary);
}

.modal-open {
  overflow: hidden !important;
}

.modal-open .ticker_sticky,
.modal-open footer.footer_main {
  position: relative;
  z-index: -3;
}
.modal-open .costom-modal-a {
  z-index: 99;
  visibility: visible;
  pointer-events: visible;
}
.modal-open .costom-modal-a .bg-show {
  background: rgba(0, 0, 0, 0.5803921569);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.costom-modal-a {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.costom-modal-a .close-i {
  position: absolute;
  top: 0;
  right: 0;
}
.costom-modal-a .close-i {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  background: #fff;
  box-shadow: 0 0 15px 0 #777;
  border-radius: 5px;
}
.costom-modal-a .cm-body {
  max-width: 400px;
  width: 100%;
  background-color: var(--rv-white);
  border-radius: 3px;
  position: relative;
  z-index: 999;
}
.costom-modal-a .cm-body .m-hadding {
  background-color: var(--rv-primary);
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
}
.costom-modal-a .cm-body .m-hadding h4 {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--rv-white);
}
.costom-modal-a .cm-body button {
  margin: 0 auto;
}
.costom-modal-a .cm-body .cm-cards {
  padding: 30px;
}

.download-forms .tsname {
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
}
.download-forms select {
  min-width: 150px;
  background: unset;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 2px 10px;
  margin-right: 15px;
}
.download-forms .tebbars-cards {
  position: relative;
}
.download-forms .tebbars-cards .tebs-haddings ul.tebs-links {
  display: flex;
  background: #525252;
  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: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--rv-bg-primary) 10%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  border-bottom: 2px solid var(--rv-primary);
}
.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 .tcbodys .download-list {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.download-forms .tebbars-cards .tebs-content .tcbodys .download-list:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .download-forms .tebbars-cards .tebs-content .tcbodys .download-list {
    border: 1px solid var(--rv-primary);
    flex-wrap: wrap;
  }
}
.download-forms .tebbars-cards .tebs-content .tcbodys .download-list .span-name {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .download-forms .tebbars-cards .tebs-content .tcbodys .download-list .span-name {
    max-width: 100%;
  }
}
.download-forms .tebbars-cards .tebs-content .tcbodys .download-list .downloadlink {
  cursor: pointer;
}
.download-forms .tebbars-cards .tebs-content .tcbodys .download-list .downloadlink i {
  font-weight: 600;
  color: var(--rv-bg-primary);
}
@media only screen and (max-width: 767px) {
  .download-forms .tebbars-cards .tebs-content .tcbodys .download-list .downloadlink {
    background: var(--rv-bg-primary);
    margin-left: 15px;
    margin-bottom: 20px;
    color: var(--rv-white);
  }
  .download-forms .tebbars-cards .tebs-content .tcbodys .download-list .downloadlink i {
    color: var(--rv-white);
  }
}
.download-forms .tebbars-cards .tebs-content .tcbodys .download-list .span-name,
.download-forms .tebbars-cards .tebs-content .tcbodys .download-list .downloadlink {
  border: 1px solid var(--rv-primary);
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: 600;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .download-forms .tebbars-cards .tebs-content .tcbodys .download-list .span-name,
  .download-forms .tebbars-cards .tebs-content .tcbodys .download-list .downloadlink {
    border: unset;
  }
}

.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-white);
  background-color: var(--rv-secondary);
  border: 2px solid var(--rv-secondary);
  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-secondary);
}

.calculator-section .stick_option {
  display: none;
}

.calculator-section .caclulator {
  padding: 20px 0px;
}

.calculator-section .calname {
  float: unset;
  width: unset;
}

.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%;
}

.download-section .TabbedPanels {
  border: unset;
}

.download-section .TabbedPanels .TabbedPanelsTabGroup {
  background: var(--rv-primary);
  border: unset;
}

.download-section .TabbedPanels .TabbedPanelsTabGroup .TabbedPanelsTabHover {
  background: var(--rv-primary);
}

.download-section .TabbedPanels .TabbedPanelsTab {
  background: var(--rv-primary);
  font-family: inherit;
  border: 2px solid var(--rv-primary);
  font-weight: 600;
}

.download-section .TabbedPanels .TabbedPanelsTab.TabbedPanelsTabSelected {
  color: var(--rv-primary);
  background-color: var(--rv-white);
}

.logo-container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.logo-container ul li {
  padding: 10px;
  list-style: none;
}

.logo-container ul li .logo-holder {
  background: var(--bs-white);
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.logo-container ul li .logo-holder img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ppo-section .title-two {
  background-color: var(--rv-primary);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.whatsapp-boxchat .hide {
  display: none;
}
.whatsapp-boxchat .blantershow-chat {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: var(--rv-secondary);
  box-shadow: 0 0 15px 0 #bbb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--rv-secondary);
  z-index: 99;
}
.whatsapp-boxchat .blantershow-chat svg {
  position: relative;
  right: -2px;
}
.whatsapp-boxchat .whatsapp-chat {
  box-sizing: border-box;
  outline: none;
  position: fixed;
  max-width: 320px;
  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;
  background: var(--rv-white);
  border-radius: 50%;
  box-shadow: 0 0 15px 0 #999;
  margin-right: 20px;
}
.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;
  line-height: 20px;
}
.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);
  float: left;
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-check.check-box label {
  color: var(--rv-secondary);
  line-height: 20px;
}
.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;
  }
}

.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);
}

.top_fund_performance .dt-button:hover {
  transition: 0.5s;
  background: var(--rv-white);
  color: var(--rv-primary);
}

.top_fund_performance ::-webkit-scrollbar {
  width: 6px;
}

.top_fund_performance ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.top_fund_performance ::-webkit-scrollbar-thumb {
  background: var(--rv-secondary);
  border-radius: 10px;
}

.top_fund_performance ::-webkit-scrollbar-thumb:hover {
  background: var(--rv-secondary);
}

.top_fund_performance ul {
  padding: 0;
  list-style-type: none;
}

.top_fund_performance ul li {
  display: inline-block;
  width: 19%;
  font-size: 20px;
  font-weight: 600;
}

.top_fund_performance ul li i {
  display: block;
  margin-bottom: 10px;
}

.top_fund_performance ul li img {
  width: 50px;
}

.top_fund_performance .tfp-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_fund_performance .all_top_funds {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.top_fund_performance .all_top_funds .category_side_bar {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  background-color: var(--rv-primary-light);
  max-height: 63vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.top_fund_performance .all_top_funds #main_fund_box {
  vertical-align: top;
  max-height: 65vh;
  overflow-y: auto;
  padding: 5px;
}

.top_fund_performance .all_top_funds .tfpall-content {
  width: calc(100% - 240px);
  padding-left: 30px;
  position: relative;
}

.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 {
  text-align: center;
  margin-bottom: 30px;
}

.fund_performance form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fund_performance .form-check {
  display: inline-block;
  width: 19%;
  vertical-align: middle;
}

.radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 175px;
  width: 175px;
  padding: 10px;
  line-height: 20px;
  align-items: center;
  margin: 0 15px 30px;
  transition: all 0.3s ease-in-out;
}

.radio i {
  display: block;
  height: 80px;
  width: 80px;
  background-image: url("../images/equity-cal.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: hue-rotate(245deg);
}

.radio:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.radio:hover input ~ .checkmark {
  border: 3px solid var(--rv-secondary);
}

.radio:nth-child(2) i {
  background-image: url("../images/debt.png");
}

.radio:nth-child(3) i {
  background-image: url("../images/hybrid.png");
}

.radio:nth-child(4) i {
  background-image: url("../images/sol.png");
}

.radio:nth-child(5) i {
  background-image: url("../images/other.png");
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 175px;
  width: 175px;
  border-radius: 10px;
  border: 3px solid var(--rv-primary-light);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.radio .checkmark em {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  color: var(--rv-secondary);
  text-transform: uppercase;
}

.form-check-input:checked[type=radio] + span.checkmark {
  border: 3px solid var(--rv-secondary);
}

#category_wise_fund p {
  margin: 0;
  padding: 4px 15px;
  border: 1px solid #c0e1e7;
  border-bottom: none;
  position: relative;
  cursor: pointer;
  color: var(--rv-secondary);
}

#category_wise_fund p:last-child {
  border-bottom: 1px solid #d8edf1;
}

#category_wise_fund p:hover {
  background-color: #2b8caa;
  color: var(--rv-white);
}

#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);
}

#category_wise_fund p.active {
  background-color: #2b8caa;
  color: var(--rv-white);
}

#category_wise_fund .sub_category_items {
  position: relative;
  margin-bottom: 5px;
}

#category_wise_fund .sub_category_items:hover {
  background: var(--rv-secondary);
  color: var(--rv-white);
}

#category_wise_fund .sub_category_items .fund_sub_category {
  display: none;
}

#category_wise_fund .sub_category_items .fund_sub_category[type=radio]:checked + label {
  background: var(--rv-secondary);
  color: var(--rv-white);
}

#category_wise_fund .sub_category_items label {
  display: block;
  width: 100%;
  padding: 3px 10px;
}

#myTable th {
  background-color: #d8edf1;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 16px;
  color: var(--rv-secondary);
  text-align: center;
}

#myTable td {
  border: 1px solid #d8edf1 !important;
  font-size: 14px;
  line-height: 16px;
  color: var(--rv-secondary);
  padding: 5px;
}

#myTable .highcharts-figure {
  display: block;
  padding: 0 !important;
  width: 100% !important;
  margin: 0;
  max-width: 100%;
  border: none !important;
}

#myTable #showMap {
  position: relative;
}

#myTable #showMap span {
  opacity: 0;
  width: 30px;
  display: block;
  height: 55px;
  z-index: 99;
  position: relative;
  cursor: pointer;
}

#myTable #showMap::after {
  content: "+";
  position: absolute;
  font-size: 22px;
  top: 35%;
  left: 40%;
}

#myTable .chart_div {
  display: none;
  width: 100% !important;
}

#myTable .map_active .chart_div {
  display: block;
}

.map_active .highcharts-figure {
  display: block !important;
}

.map_active .highcharts-figure #container {
  border: 1px solid #d8edf1 !important;
  padding: 0;
}

.loader img {
  width: 60px;
}

.highcharts-figure {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
}

.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;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: var(--rv-gray);
  padding: 0.5em;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
  padding: 0.5em;
}

.highcharts-data-table td {
  padding: 0.5em;
}

.highcharts-data-table thead tr {
  background: #f8f8f8;
}

.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

td.details-control {
  cursor: pointer;
}

.dt-buttons {
  margin-bottom: 20px;
}

text.highcharts-subtitle {
  display: none;
}

text.highcharts-credits {
  display: none;
}

.search_bar_sub #myInput {
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 5px;
  width: 96%;
}

.rvmd-filx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rvmd-filx label {
  max-width: 100px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top_fund_performance .all_top_funds .category_side_bar {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .top_fund_performance .all_top_funds .tfpall-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}