@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --rv-primary: #14cc48;
  --rv-bg-primary: #14cc48;
  --rv-secondary: #233e70;
  --rv-bg-secondary: #233e70;
  --rv-white: #fff;
  --rv-black: #000;
  --rv-gray: #726d7b;
  --rv-font: "Poppins", sans-serif;
  --rv-color1: var(--rv-primary);
  --rv-color2: var(--rv-secondary);
  --rv-color3: #726d7b;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--rv-font) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--rv-black);
}
ul li{
  color: #787878;
    
}
p {
  color: #787878;
  font-size: 16px;
}

.btn-primary {
  border-radius: 30px;
  padding: 7px 25px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--rv-secondary);
  border: 2px solid var(--rv-secondary);
  color: var(--rv-white);
}
.btn-primary:hover {
  border: 2px solid var(--rv-primary);
  background: var(--rv-primary);
}

.btn-secondary {
  border-radius: 2px;
  padding: 10px 50px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--rv-secondary);
  border: 2px solid var(--rv-secondary);
  color: var(--rv-white);
}
.btn-secondary:hover {
  border: 2px solid var(--rv-primary);
  background: var(--rv-primary);
}

.main_heading h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #727b99;
}

.main_heading h1 {
  font-weight: 700;
}

.main_section {
  padding: 80px 0;
}

.investor_corner .investor_box .icon {
  display: block;
  background: var(--rv-white);
  padding: 20px;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}

.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg h5,
.dark_bg h6 {
  color: var(--rv-white) !important;
}

.dark_bg p,
.dark_bg a,
.dark_bg li,
.dark_bg span {
  color: var(--rv-white) !important;
}

body.home-page .navbar.navbar-expand-lg {
  position: absolute;
  left: 0;
  background: transparent !important;
  width: 100%;
  border-top: 1px solid #ddd;
  display: block;
}

.navbar-light .navbar-nav .nav-link {
  border: unset;
  transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  transition: 0.5s;
  border: unset;
  color: var(--rv-primary);
}

li.nav-item.dropdown {
  position: relative;
}
li.nav-item.dropdown a.nav-link {
  position: relative;
}
li.nav-item.dropdown a.nav-link::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--rv-black);
  border-left: 1px solid var(--rv-black);
  transform: rotate(-45deg);
  top: 33px;
  right: 8px;
}
li.nav-item.dropdown ul.dropdown-menu li {
  margin-bottom: 5px;
}
li.nav-item.dropdown ul.dropdown-menu li a {
  display: block;
  padding: 5px 0;
  color: var(--rv-black);
  text-decoration: none;
  font-weight: 500;
  transition: 0.5s;
}
li.nav-item.dropdown ul.dropdown-menu li a:hover {
  transition: 0.5s;
  color: var(--rv-bg-primary);
}

.main_banner {
  background-image: url(../images/web-image/banner.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.main_banner div#banner .item {
  height: 80vh;
  display: flex;
  align-items: center;
}

.main_banner .banner_content {
  width: 40%;
}

.main_banner .banner_content h1 {
  font-weight: 700;
  color: var(--rv-black);
  font-size: 4rem;
}

.main_banner .banner_content p {
  color: var(--rv-black);
}

.investor_corner {
  position: relative;
}

.investor_corner .item {
  margin: 15px 10px;
}

.investor_box {
  display: block;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 35px;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.35);
}

#investorCar .investor_box {
  padding: 20px 30px 20px;
  margin-bottom: 0px;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.71);
}

#investorCar .investor_box {
  background: none;
}

#services .owl-nav {
  position: absolute;
  top: 41%;
  width: 100%;
}

#services .owl-nav .owl-prev {
  float: left;
  text-align: left;
  left: -51px;
  position: absolute;
}

#services .owl-nav .owl-next {
  float: right;
  text-align: right;
  right: -51px;
  position: absolute;
}

#services .owl-nav .nav-button {
  color: var(--rv-primary);
  font-size: 47px;
  background: var(--rv-white);
  padding: 0px 29px;
  border-radius: 50%;
  height: 65px;
  text-align: center;
  vertical-align: middle;
  display: table;
  top: -8px;
  position: absolute;
}

.investor_box:hover {
  text-decoration: none;
}

.investor_box h5 {
  font-weight: 600;
  font-size: 16px;
  padding: 20px 0 5px 0;
  /*height: 68px;*/
  color: var(--rv-black);
}

.investor_box p {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: var(--rv-black);
}

.hexa_box {
  display: block;
  width: 220px;
  height: 220px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.hexa_box.hexa_box1 {
  margin-right: 0;
}

.hexa_box.hexa_box2 {
  margin-right: 10px;
}

.hexa_box.hexa_box4 {
  margin-left: 0;
}

.hexa_box::before {
  content: "";
  position: absolute;
  background-image: url(../images/hexa_shape1.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hexa_box::after {
  content: "";
  position: absolute;
  background-image: url(../images/hexa_shape2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hexa_box .icon {
  position: relative;
  z-index: 999;
  padding-top: 52px;
}

.hexa_box .icon img {
  width: 65px;
}

.hexa_box h5 {
  position: relative;
  z-index: 999;
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  padding-top: 5px;
}

.service_box {
  background-color: var(--rv-white);
  text-decoration: none;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.service_box:hover {
  transition: all 0.3s ease-in-out;
}

.main_section .col-md-3 {
  padding: 0 10px;
}

.service_box .icon {
  border-radius: 26%;
  text-align: center;
  padding: 15px;
  margin-bottom: 10px;
}

.service_box .icon img:nth-child(2) {
  display: none;
}

.service_box:hover .icon img:nth-child(2) {
  display: block;
}

.service_box h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.service_box:hover h5,
.service_box:hover p,
.service_box:hover a {
  text-decoration: none;
}

.testimonial_card {
  position: relative;
}

.testimonial_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  border-radius: 15px 15px 0 0;
}

.testimonials {
  background: var(--rv-white);
}

.testimonials p {
  color: var(--rv-black);
  font-size: 17px;
}

.testimonials .images {
  position: relative;
}

.testimonials h3 {
  font-size: 18px;
  position: absolute;
  background: var(--rv-black) 6b;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--rv-white);
  padding: 14px;
}

#blog .client_info ul li img {
  padding-right: 10px;
}

.testimonials .client_info {
  margin-top: 20px;
}

.testimonials .client_info h4 {
  font-weight: 600;
  margin: 0;
}

.testimonials .client_info h5 {
  font-weight: 500;
}

#testimonialCar .owl-nav {
  position: relative;
  margin-top: -80px;
}

#testimonialCar .owl-nav button {
  background-color: #9d9d9d !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#testimonialCar .owl-nav button span {
  color: var(--rv-white);
  font-size: 40px;
  font-weight: 200;
  line-height: 38px;
}

#testimonialCar .owl-nav .owl-prev {
  position: absolute;
  left: 20%;
}

#testimonialCar .owl-nav .owl-next {
  position: absolute;
  right: 20%;
}

.footer_top .navbar-brand {
  display: block;
}

.footer_main {
  padding: 80px 0 0 0;
  background: var(--rv-secondary);
}

.foot_widget .foot_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--rv-white);
  margin-bottom: 20px;
}

.foot_widget ul {
  list-style-type: none;
  padding-left: 10px;
}

.foot_widget ul li a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  padding: 5px 0;
  display: block;
  transition: all 0.3s ease-in-out;
}

.foot_widget ul li a:hover {
  color: var(--rv-white);
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}

.foot_widget a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  display: block;
  color: var(--rv-white);
  transition: all 0.3s ease-in-out;
}

.foot_widget a:hover {
  color: var(--rv-white);
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}

.footer_bottom {
  padding: 20px 1.25rem;
  background: var(--rv-black);
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #a2a1a1;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--rv-primary);
}

#captcha_code {
  width: 90px !important;
  height: 46px !important;
  border-radius: 5px;
}

.btnRefresh {
  height: 46px;
  border-radius: 5px;
  background-color: #24285b;
  color: var(--rv-white);
}

#captcha {
  width: calc(100% - 185px);
  height: 46px;
  border-radius: 5px;
  border: 1px solid #f1f4f8;
  box-shadow: none;
  color: #161c2d !important;
}

.getintouch_section .main_heading h1 {
  margin-bottom: 5px;
  font-size: 42px;
}

.getintouch_section .main_heading h2 {
  font-size: 32px;
  font-weight: 700;
}

.newsletter {
  margin-bottom: 50px;
  text-align: center;
  margin-top: -20rem;
  background: var(--rv-primary);
  padding: 30px;
  border-radius: 20px;
}

.newsletter h1 {
  font-weight: 700;
  font-size: 40px;
}

.newsletter_form .form-group {
  position: relative;
  width: 60%;
  margin: 20px auto;
}

.newsletter_form .form-group .form-control {
  border-radius: 40px;
  height: 60px;
}

.newsletter_form .form-group .btn-primary {
  position: absolute;
  right: 6px;
  top: 6px;
}

.sip_section {
  padding: 40px 0;
}

.sip_section .ui-slider.ui-slider-horizontal {
  border: 1px solid #9d9d9d;
  border-radius: 30px;
  height: 10px;
}

.sip_section .ui-slider-handle {
  background: #9d9d9d !important;
  border-radius: 100%;
  width: 22px !important;
  height: 22px !important;
  border: 1px solid #9d9d9d !important;
  outline: none !important;
}

.sip_section .ui-slider-range {
  background-color: #9d9d9d;
  border: 1px solid #9d9d9d !important;
  height: 12px !important;
  margin-top: -1px;
  border-radius: 30px 0 0 20px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #252525;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.main_banner .banner_content h1 span {
  color: var(--rv-black);
  font-weight: 300;
  line-height: 1.1;
  font-size: 3.4rem;
  display: block;
}

.main_banner .banner_content h5 {
  color: var(--rv-black);
}

.icon1-hover {
  display: none;
}

.investor_box:hover .icon1-hover {
  display: none;
}

.aboutus_section {
  position: relative;
}

.testimonial_section {
  background-repeat: no-repeat;
  background-position: initial;
  background-size: initial;
}

.testimonial_section .main_heading {
  margin-bottom: 4rem;
}

#blog {
  background: #f1f1f1;
}

.testimonial_section .main_heading h2,
.testimonial_section .main_heading p {
  color: var(--rv-white);
}

.form-group .form-control {
  border: 1px solid rgba(202, 202, 202, 0.8);
}

#blog a {
  text-decoration: none;
}
#blog h3 {
  line-height: 1.2;
  text-align: left;
  margin-top: 12px;
  font-weight: 500;
}

#blog .client_info ul {
  padding: 0px;
  text-align: left;
  border-bottom: 2px solid var(--rv-primary);
  padding-bottom: 20px;
}

#investorCar .owl-item img {
  width: 100px;
  margin-right: 15px;
  margin: 0 auto;
  height: 100px;
  border-radius: 50px;
}

#blog .client_info ul li {
  display: inline-block;
  margin-right: 10px;
}

#blog .client_info ul li i {
  color: var(--rv-primary);
}

#blog ul li img {
  width: auto;
  float: left;
  margin-top: 6px;
}

.social-footer {
  padding: 0px;
}

.social-footer li {
  display: inline-block;
}

.footer_bottom p {
  margin: 0;
  color: var(--rv-white);
}

.nav-top {
  background-color: var(--rv-white);
}

.nav-top ul {
  padding-left: 0px;
  margin: 0;
}

.nav-top ul li {
  display: inline-block;
  margin-right: 5px;
  color: #0b0b0b;
  padding: 4px 0px;
}

.social {
  float: right;
}

.foot_widget a i {
  color: var(--rv-primary);
  margin-right: 8px;
}

.footer_bottom ul {
  margin: 0px;
}

.footer_bottom ul li {
  display: inline-block;
  margin-left: 18px;
  text-align: right;
}

.testimonial_section .main_heading h5,
.sip_section .main_heading h5 {
  color: var(--rv-primary);
}

.aboutus_section .main_heading h1 {
  font-size: 1.9rem;
}

.testimonials a {
  text-decoration: none;
}

.investor_box_mt {
  margin-top: 12rem;
}

.investor_corner ul {
  list-style-type: none;
  padding-left: 0px;
}

.investor_corner ul li {
  color: #787878;
}

#investorCar .investor_box p {
  text-align: center;
  z-index: 9999999999;
  position: relative;
}

@media only screen and (max-width: 992px) {
    .navbar-collapse{
            z-index: 99;
                   padding: 30px;
    }
    .main_banner .banner_content{
        width: 100%;
 

    }
    .home-about{
         padding-top: 50px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
  .investor_box_mt {
    margin-top: 0rem;
  }
  .main_banner {
    min-height: auto;
        position: relative;
    z-index: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    color: var(--rv-black);
    font-size: 15px;
    font-weight: 600;
        text-align: left;
  }
  .navbar-collapse .navbar-nav .nav-item {
    padding: 0.5rem;
  }
  .navbar.navbar-expand-lg:not('home-page') {
    top: 65px;
  }
  .nav-top {
    z-index: 9999999;
    text-align: center;
  }
  .social {
    float: none;
  }
  .main_section {
    padding: 40px 0;
  }
}
.nav-top ul li img {
  padding-right: 3px;
}

.nav-top ul.social li img {
  padding: 0;
}

.investor_box .more {
  color: var(--rv-primary);
}

.footer_section img,
.customers_box img {
  float: left;
  padding-right: 21px;
  margin-bottom: 21px;
}

.footer_section h3,
.footer_section p,
.customers_box h3,
.customers_box p {
  color: var(--rv-white);
}

.customers_section .main_heading h1 {
  color: var(--rv-primary);
  padding: 0px 8rem 1rem;
}

.customers_box {
  margin-top: 43px;
}

#banner .owl-prev {
  position: absolute;
  top: 64%;
  margin-left: -26rem;
  display: block !important;
  border: 0px solid black;
  line-height: 24px;
}

#banner .owl-next {
  position: absolute;
  top: 64%;
  right: 0;
  margin-right: -26rem;
  display: block !important;
  border: 0px solid black;
  line-height: 24px;
}

#investorCar .owl-prev {
  left: 0;
}

#investorCar .owl-next {
  right: 0;
}

#investorCar .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
  line-height: 24px;
}

#investorCar .owl-prev .nav-button,
#investorCar .owl-next .nav-button,
#banner .owl-prev .nav-button,
#banner .owl-next .nav-button {
  font-size: 82px;
  line-height: 40px;
  padding: 10px;
  border-radius: 56px;
}

#investorCar .owl-prev i,
#investorCar .owl-next i,
#banner .owl-prev i,
#banner .owl-next i {
  transform: scale(1, 6);
  color: #ccc;
}

#banner .owl-nav.disabled {
  display: block;
}

.customers_section {
  background-image: url(../images/customers_section.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.navbar.navbar-expand-lg .container-fluid {
  display: block;
}

a.navbar-brand img {
  height: 80px;
}

.navbar-brand img,
.login-btn {
  margin: 20px auto;
  display: block;
}

.navbar-btn.btn.login-btn {
  display: inline-block;
  background: transparent;
  border: 1px solid var(--rv-primary) !important;
  color: var(--rv-primary);
}

.investor_box.blue {
  background: var(--rv-primary);
}

.investor_box.green {
  background: #00cf81;
}

.investor_services .investor_box {
  background: var(--rv-white);
  transition: all 0.3s ease-in-out;
}

.investor_services .investor_box:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 15px 15px 0 #aaa;
  transform: translateY(-10px);
}

.investor_services .investor_box p,
.investor_services .investor_box h5 {
  color: #303030;
}

.investor_services .investor_box .icon {
  display: block;
}

.investor_services .investor_box {
  padding: 17px;
}

.social-footer li a img {
  background: var(--rv-white);
  padding: 3px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

#investorCar .owl-dots {
  margin-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
}
#investorCar .item {
  padding: 0 80px;
}
@media only screen and (max-width: 767px) {
         #investorCar .item {
  padding: 0 35px;
}
}
#investorCar .item .investor_box {
  box-shadow: none;
  background: var(--rv-white);
}

.investor_box {
  transition: all 0.3s ease-in-out;
}

.investor_box:hover {
  transition: all 0.3s ease-in-out;
}

.investor_box:hover .icon {
  transition: all 0.3s ease-in-out;
}

/* TICKER */
/* TICKER */
@media only screen and (max-width: 767px) {

.how-we-section .hww-itame {
    margin-bottom: 30px;
}
.calculator-section .reslultbox{
        float: unset;

}
.blog_section .blogs {
    padding-bottom: 30px;
}
body.home-page .navbar.navbar-expand-lg{
        position: unset;
}
 .navbar.navbar-expand-lg .dsmnone {
    display: none;
}
 .navbar.navbar-expand-lg .col-sm-6 {
    width: 50%;
}
.navbar.navbar-expand-lg .col-sm-6.col-md-8 {
    text-align: right;
}
}

.how-we-section .hww-itame {
  height: 100%;
}
.how-we-section .hww-itame a {
  display: block;
  border: 2px solid var(--colordata);
  position: relative;
  transition: 0.5s;
}
.how-we-section .hww-itame a:hover {
  transition: 0.5s;
}
.how-we-section .hww-itame a:hover::before {
  transition: 0.5s;
  height: 100%;
}
.how-we-section .hww-itame a::before {
  transition: 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  opacity: 0.5;
  bottom: 0;
  background: var(--colordata);
  z-index: 0;
}
.how-we-section .hww-itame .investor_box {
  margin: 0;
}
.how-we-section .hww-itame .investor_box .icon {
  background-color: var(--rv-white);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid var(--colordata);
  position: relative;
}
.how-we-section .hww-itame .investor_box h5,
.how-we-section .hww-itame .investor_box p {
  position: relative;
}
.how-we-section .hww-itame .investor_box:hover {
  padding-bottom: 30px;
}

.main_heading {
  margin-bottom: 50px;
}
.main_heading h3 {
  margin: 0;
  font-size: 2.3125rem;
  font-weight: 600;
}

.bg-color {
  background-color: #e9ecf1;
}

.contact-address-box .inner ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: -15px;
}
.contact-address-box .inner ul li {
  list-style: none;
  padding: 15px;
  max-width: 50%;
  width: 100%;
  height: 100%;
}
.contact-address-box .inner ul li:last-child {
  max-width: 100%;
  width: 100%;
}
.contact-address-box .inner ul li .title h4 {
  color: var(--rv-primary);
}
.contact-address-box .inner ul li p {
  margin: 0;
}
.contact-address-box .inner ul li .contect-content {
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #bbb;
  padding: 30px;
  height: 100%;
}
.contact-address-box .inner ul li .contect-content a {
  text-decoration: none;
  color: var(--rv-black);
}

.acard {
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: 0.5s;
}
.acard:hover {
  transition: 0.5s;
  box-shadow: 0 0 15px 0 #ddd;
}

.about-image {
  height: 350px;
  width: auto;
}

#partner .item {
  border: 1px solid #ddd;
  padding: 5px;
}

.blog_section .blogs a {
  text-decoration: none;
}
.blog_section .blogs .images img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_section .blogs .client_info ul {
  padding: 0;
}
.blog_section .blogs .client_info ul li {
  list-style: none;
}


.top_fund_performance ::-webkit-scrollbar {
  width: 6px;
}
.top_fund_performance ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.top_fund_performance ::-webkit-scrollbar-thumb {
  background: #459db4;
  border-radius: 10px;
}
.top_fund_performance ::-webkit-scrollbar-thumb:hover {
  background: #459db4;
}
.top_fund_performance .dt-buttons {
  margin-bottom: 20px;
}
.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;
}
.top_fund_performance .dt-button:hover {
  transition: 0.5s;
  background: var(--rv-white);
  color: var(--rv-primary);
}
.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;
}
@media only screen and (max-width: 767px) {
  .top_fund_performance .all_top_funds .category_side_bar {
    max-width: 100%;
  }
}
.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;
}
@media only screen and (max-width: 767px) {
  .top_fund_performance .all_top_funds .tfpall-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.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;
}
.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: 200px;
  width: 200px;
  padding: 10px;
  line-height: 20px;
  align-items: center;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
}
.radio i {
  display: block;
  height: 80px;
  width: 80px;
  background-image: url("../images/web-image/equity-cal.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.radio:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.radio:hover input ~ .checkmark {
  border: 3px solid #459db4;
}
.radio:nth-child(2) i {
  background-image: url("../images/web-image/debt.png");
}
.radio:nth-child(3) i {
  background-image: url("../images/web-image/hybrid.png");
}
.radio:nth-child(4) i {
  background-image: url("../images/web-image/sol.png");
}
.radio:nth-child(5) i {
  background-image: url("../images/web-image/other.png");
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  border: 3px solid #d8edf1;
  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-primary);
  text-transform: uppercase;
}

.form-check-input:checked[type=radio] + span.checkmark {
  border: 3px solid #459db4;
}

#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: #459db4;
  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: #459db4;
  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;
}

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