.homepage .home {
  display: none;
}

.main-section {
  padding: 80px 0;
}

.disclaimer-sec .content-b {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.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;
}

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

.whatsapp-boxchat .hide {
  display: none;
}
.whatsapp-boxchat .blantershow-chat {
  position: fixed;
  bottom: 20px;
  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-primary);
  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: 50px;
  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-primary);
}
.whatsapp-boxchat .whatsapp-chat .wapp-main-box .wapp-box .form-check.check-box label {
  color: var(--rv-primary);
  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;
  }
}

.social-midia-f {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  overflow: hidden;
  z-index: 99;
}
.social-midia-f ul li {
  list-style: none;
  background: #ddd;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 50px 0 0 50px;
  transform: translateX(70%);
  border: 1px solid #ddd;
  transition: 0.5s;
}
.social-midia-f ul li:hover {
  transition: 0.5s;
  transform: translateX(0);
  background: var(--white);
  border-right: unset;
}
.social-midia-f ul li:hover a .icone {
  transition: 0.5s;
  background: #ddd;
}
.social-midia-f ul li:hover a .name-links {
  transition: 0.5s;
  color: var(--color-p);
  opacity: 1;
}
.social-midia-f ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.5s;
}
.social-midia-f ul li a .icone {
  display: flex;
  justify-content: center;
  transition: 0.5s;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
}
.social-midia-f ul li a .icone svg {
  width: 25px;
  height: 25px;
}
.social-midia-f ul li a .name-links {
  transition: 0.5s;
  font-weight: 600;
  opacity: 0;
  margin-left: 5px;
}

.sip-card .text_input {
  width: 100%;
  max-width: 150px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 8px 20px;
  color: var(--rv-black);
}
.sip-card .text_input:focus {
  outline: unset;
  box-shadow: unset;
  border-color: var(--rv-primary);
}
.sip-card .hide-span {
  display: none;
}
.sip-card .form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--rv-transparent);
  height: 1rem;
  padding: 0 !important;
  width: 100%;
}
.sip-card .form-range:focus {
  outline: 0;
}
.sip-card .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0;
}
.sip-card .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0;
}
.sip-card .form-range::-moz-focus-outer {
  border: 0;
}
.sip-card .form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--rv-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(22, 28, 45, 0.1);
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}
.sip-card .form-range::-webkit-slider-thumb:active {
  background-color: var(--rv-secondary);
}
.sip-card .form-range::-webkit-slider-runnable-track {
  background-color: var(--rv-gray);
  border-color: var(--rv-transparent);
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(22, 28, 45, 0.075);
  color: var(--rv-transparent);
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.sip-card .form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: var(--rv-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(22, 28, 45, 0.1);
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}
.sip-card .form-range::-moz-range-thumb:active {
  background-color: var(--rv-secondary);
}
.sip-card .form-range::-moz-range-track {
  background-color: var(--rv-secondary-light);
  border-color: var(--rv-transparent);
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(22, 28, 45, 0.075);
  color: var(--rv-transparent);
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.sip-card .form-range:disabled {
  pointer-events: none;
}
.sip-card .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--rv-secondary-light);
}
.sip-card .form-range:disabled::-moz-range-thumb {
  background-color: var(--rv-secondary-light);
}
@media (prefers-reduced-motion: reduce) {
  .sip-card .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .sip-card .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.sip-card .sip-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px;
}
.sip-card .sip-row .sipod {
  width: 100%;
}
.sip-card .sip-row .sip-cols {
  padding: 10px;
}
.sip-card .sip-row .sip-cols.cols-input {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .sip-card .sip-row .sip-cols.cols-input {
    width: 100%;
  }
}
.sip-card .sip-row .sip-cols.cols-chart {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .sip-card .sip-row .sip-cols.cols-chart {
    width: 100%;
  }
}
.sip-card .sipodata .sip-cols {
  max-width: 33.3%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .sip-card .sipodata .sip-cols {
    max-width: 100%;
  }
}
.sip-card .sipodata .sip-cols:nth-child(1) .sipo-card {
  background: var(--rv-color1);
}
.sip-card .sipodata .sip-cols:nth-child(2) .sipo-card {
  background: var(--rv-color2);
}
.sip-card .sipodata .sip-cols:nth-child(3) .sipo-card {
  background: var(--rv-color3);
}
.sip-card .sipodata .sip-cols .sipo-card {
  box-shadow: 0 0 15px 0 #bbb;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: var(--rv-primary);
}
.sip-card .sipodata .sip-cols .sipo-card .display_result,
.sip-card .sipodata .sip-cols .sipo-card .result_text {
  color: var(--rv-white);
}
.sip-card .sipc-body .sip-cols {
  width: 100%;
}
.sip-card .sipc-body .sip-cols .sipc-items .slider_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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 #bbb;
  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;
  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-primary);
}
.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;
}
.features-section .stores .stors {
  padding: 15px;
}
.features-section .stores .stors:hover {
  transition: 0.5s;
  filter: unset;
}
.features-section .stores .stors img {
  height: 45px;
  transition: 0.5s;
}

.testimonial_area #testimonial_list .single_testimonial {
  padding: 30px 10px;
}
.calculator-section .calculator-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
  padding-bottom: 30px;
}
.calculator-section .calculator-list li {
  max-width: 25%;
  width: 100%;
  padding: 10px;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .calculator-section .calculator-list li {
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .calculator-section .calculator-list li {
    max-width: 100%;
  }
}
.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;
  border-radius: 5px;
}
.calculator-section .calculator-list li a.active, .calculator-section .calculator-list li a:hover {
  background-color: var(--rv-primary);
  color: var(--rv-white);
  transition: 0.5s;
  border-color: var(--rv-primary);
}
.calculator-section .form-control {
  height: 45px;
}
.calculator-section select.form-control:not([size]):not([multiple]) {
  height: 45px;
}
.calculator-section .table th {
  background: var(--rv-primary);
}
.calculator-section .cal-result .sip-tg .nav.nav-pills li a.nav-link {
  display: block;
  width: 100%;
  margin: 0;
  max-width: 100%;
  background: var(--rv-white);
  border: 2px solid var(--rv-primary);
  color: var(--rv-primary);
}
.calculator-section .cal-result .sip-tg .nav.nav-pills li a.nav-link.active.show, .calculator-section .cal-result .sip-tg .nav.nav-pills li a.nav-link:hover {
  background: var(--rv-primary) !important;
  border: 2px solid var(--rv-primary);
  color: var(--rv-white);
}
.calculator-section .btn.submit {
  background: var(--rv-primary);
  border: 1px solid var(--rv-primary) !important;
  color: var(--rv-white);
  transition: 0.5s;
}
.calculator-section .btn.submit:hover {
  transition: 0.5s;
  background: var(--rv-white);
  color: 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 a {
  float: unset;
}
.calculator-section .calname a[title="Click to Open PDF"] {
  padding: 0;
}
.calculator-section .calname .fa {
  margin-right: 10px;
  font-family: "FontAwesome" !important;
}
.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;
}
.calculator-section .stpperform .tab-content div#table .col-md-6 {
  max-width: 100%;
  flex: 0 0 100%;
}
.calculator-section .fund_performance .fundperfonmance a {
  color: var(--rv-black);
  padding: 5px 0;
}
.calculator-section .presales-container .ins-amt {
  color: var(--rv-black);
  background: #eee;
}
.calculator-section .presales-result .lc-text,
.calculator-section .presales-result .lc-box,
.calculator-section .pre-inputbox #removeButton > span,
.calculator-section .pre-inputbox #btnAdd > span {
  color: var(--rv-black);
}
.calculator-section .humanlife .presales-container .row .col-lg-6:last-child {
  margin-top: 94px !important;
}
.calculator-section .stpperform div#showDiv .col-md-12 .row:first-child .col-md-6 {
  max-width: 100%;
  flex: 0 0 100%;
}
.calculator-section .stpperform div#showDiv .col-md-12 .row:first-child .col-md-6 #dsummary,
.calculator-section .stpperform div#showDiv .col-md-12 .row:first-child .col-md-6 #ssummary {
  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(230px, 1fr));
}
.logo-container ul li {
  padding: 10px;
  list-style: none;
}
.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;
}
.logo-container ul li .logo-holder img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.logo-container ul li {
  padding: 10px;
  list-style: none;
}
.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;
}
.logo-container ul li .logo-holder img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.loginpanel_section .top-banner-section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}
@media only screen and (max-width: 992px) {
  .loginpanel_section .top-banner-section {
    padding: 80px 0 !important;
  }
}
.loginpanel_section .top-banner-section .banner-box h1 {
  color: var(--rv-white);
  margin-bottom: 0;
  color: #fff;
}
.loginpanel_section .login-part {
  box-shadow: 0 0 15px 0 #eee;
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: var(--rv-white);
  border: 1px solid #eee;
}
.loginpanel_section .login-part .form-control {
  padding: 15px;
}
.loginpanel_section .clickhendler {
  color: var(--rv-primary);
}
.loginpanel_section .login-part .form-group {
  margin-bottom: 20px;
}
.loginpanel_section .login-part input[type=radio] {
  margin-right: 8px;
  accent-color: var(--rv-secondary);
}
.loginpanel_section .form-check-input:checked {
  background-color: var(--color-theme);
  border-color: var(--color-theme);
}
.loginpanel_section .login-part .form-check-label {
  padding: 10px;
  border: 1px solid #2a3644;
  color: var(--rv-primary);
  border-radius: 5px;
  padding-left: 30px;
}
.loginpanel_section .login-part input:not([type=radio]) {
  width: 100%;
}
.loginpanel_section .mb-25 {
  margin-bottom: 25px;
}
.loginpanel_section .page-title-heading {
  text-align: center;
  margin-bottom: 30px;
}
.loginpanel_section .page-title-heading h3 {
  color: var(--rv-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 .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: #2a3644;
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
}

.costom-modal-a .cm-body .m-hadding h4 {
  margin-bottom: 0;
  color: var(--rv-white);
}

.costom-modal-a .cm-body .cm-cards {
  padding: 30px;
}

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

.top-banner-section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}
@media only screen and (max-width: 992px) {
  .top-banner-section {
    padding: 80px 0 !important;
  }
}
.top-banner-section .banner-box h1 {
  color: var(--bs-white);
  margin-bottom: 0;
  color: #fff;
}

.bg-color {
  background: var(--rv-bg-primary);
}
.disclaimer-sec , .contentb h5 , .content-b  h5
{
    color: #fff;
}