*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
 margin:0;
 padding:0;
 /*font-family: 'Sequel Sans Medium Disp' !important;*/
}
a {
    color: #af221b;
    text-decoration: none !important;
}
p {
    color: #454545;
}
img{
 max-width:100%;
 
}

.img{
 width:100%;
 height:100px;	
}
a:hover{
 text-decoration:none;
}

.carousel-control.left{
 background:transparent !important;	
}
.carousel-control.right{
 background:transparent !important;	
}
.carousel-control{
 display:none;	
}
.owl-theme .owl-controls .owl-buttons div{
 border-radius:0 !important;
 -webkit-border-radius:0 !important;
 -moz-border-radius:0 !important;	
 border:1px solid;
 padding:3px 4px !important;
 color:#041D5F !important;
}
.owl-buttons{
 display:none;	
}
.banner-area .col-md-8 {
    padding-left: 0;
}
.banner-area .col-md-4 {
    padding-right: 0;
}
.test-slider{
 margin-top:20px;	
}
.owl-theme .owl-controls .owl-page span{
 height:18px !important;
 width:18px !important;	
}
.owl-theme .owl-controls .owl-page.active span{
 background:#fa812b !important;	
}
.carousel-indicators li{
 height:16px;
 width:16px;	
}
.carousel-indicators .active{
 height:18px;
 width:18px;
 background:#1ac995;	
}
.header-top{
 padding:10px 0;	
 position:relative;
}
.menu-area{
 padding:0;	
}
.header-right{
 text-align:right;
 position:relative;	
}

.live-ticker .container {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
}

img.imgs {
    position: absolute;
    top: 0;
    right: 0;
}

.contact-box {
    box-shadow: 0px 2px 16px #d0caca;
    padding: 10px;
    background: white;
    width: 100%;
    text-align: center;
    min-height: 240px;
}

.login{
 display:inline-block;	
}
.login a{
 font-size:18px;
 color:#ffffff;
 background:#05357f;
 padding:10px 15px;
 border-radius:10px;	
}
.login a:hover
{
    background: #11a0c8;
}
.modal-content {
    background: #5ba9d7;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-title {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.modal-body .input {
    text-align: center;
}
.input span {
    color: #ffffff;
}
.input-fld input {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}
.modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
	text-align:center;
}
.login_btn {
    background:#1ac995;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 40px;
}

.news div#myTabContent {
    padding: 5px;
}

.grayBox {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1055;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.box_content {
    background-color: #FFFFFF;
    border: 2px solid #AE6948;
    overflow: hidden;
    padding: 15px;
    position: fixed;
    top: 118px;
    z-index: 1056;
    height: 240px;
    right: 45%;
}
.social-icons{
 /*margin-top:15px;*/
 display:inline-block;	
}
.social-icons ul{
 list-style:none;
 padding:0;	
 margin: 0;
}
.social-icons ul li{
 display:inline-block;
 margin: 0 0px;	
}
.social-icons ul li a {
    color: #5ba9d7;
    background: #fff;
    padding: 6px 13px;
    border-radius: 50%;
    font-size: 15px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 35px;
    height: 35px;
}
.social-icons ul li a:hover {
    background:#5ba9d7;
    border-radius: 50%;
	transition:all 0.2s ease-in-out;
	border:0px solid #ffffff;
}
.feature-in{
 /*background:#5ba9d7;*/
 padding:15px 0; 
 text-align:center;	
}
.heading{
 font-size:25px;
 color:#5ba9d7;
 text-transform:uppercase;
 margin:12px 0 20px;	
 border-bottom: 2px solid #ffffff;
 display: inline-block;
 padding-bottom: 5px;
}
.service_area {
    padding: 0 !important;
}
.feature-all {
    background: #f5f5f5;
    padding: 25px 10px;
    text-align: center;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
}
.fe-head {
    font-size: 16px;
    color: #000000;
    margin: 5px 0;
    font-weight: 600;
}
.feature-all:hover .fe-head {
    color: #fff;
}
.feature-all:hover p{
    color: #fff;
}

.live-news-ticker {
    background-color: #f5f5f5;
    padding: 25px 0;
}

.feature-all p{
 font-size:14px;
 color:#000000;
 text-align:justify;
 display: none;	
}
.feature-all:hover{
    background-color: #5ba9d7;
    transition:all 0.3s ease-in-out;	
}
.feature-all:hover a
{
    text-decoration: none;
}
.feature-icon i {
    font-size: 46px;
    color: #af221b;
    transition:all 0.3s ease-in-out;
}
.feature-all:hover .feature-icon i {
   transition:all 0.3s ease-in-out;
    color: #fff;
}
.fe-inside{
 display:flex;
 margin-bottom :20px;	
}
.fe-inside .col-sm-4{
 display:flex;	
}
.news{
 border:1px solid #999;	
}
.news .nav > li {
    background: #5ba9d7;
    width: 50%;
    text-align: center;
}
.news .nav > li.active a {
    background: #af221b;
	color:#ffffff;
}
.news .nav > li a {
    color: #ffffff;
    padding: 10px 32px;
    border: none;
    display: block;
}

#contact_form {
    margin-top: 15px;
}

#contact_form .form-group {
    margin-bottom: 7px;
}

#contact_form input, div#contact_form textarea {
    width: 100%;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid #000000;
}

.nav-tabs {
    background-color: #5ba9d7;
}

.live-ticker{

}
.market-head {
    background: #5ba9d7;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 17px;
}

#frmContact {
    padding: 5px 10px;
}
.footer-in{
 padding:10px 0;	
}
.footer-list ul{
 list-style: none;	
 margin: 0px;
 padding: 0px;
}
.footer-list ul li{
 margin:4px 0;
}
.footer-list ul li a{
 font-size:15px;
 color:#fff;
 padding: 0px 20px;
 text-decoration: none;
}
.footer-list
{
    text-align: center;
}
.footer-list ul li a:hover {
 color:#ffffff;
}

ul.footer-list {
    list-style: none;
}

ul.footer-list .add {
    float: right;
    width: 87%;
}

ul.footer-list li {
    clear: both;
    margin-bottom: 5px;
}

.footer-list .fa{
 width:40px;
 color:#1ac995;
 font-size:20px;
 margin:5px 0;	
}
.footer-list li{
 font-size:17px;
 color:#ffffff;	
}
.footer-head{
 font-size:24px;
 color:#ffffff;
}
.address-dtls {
    margin-top: 10px;
}
.footer-head {
    margin-bottom: 15px;
}
.footer-btm{
 /*background:#1ac995;*/
 padding:15px 0;
 text-align:center;	
}
.footer-btm p{
 color:#fff;
 font-size:14px;
 margin:0;	
}
.copyright{
 font-size:20px;
 color:#fff;	
}
.title {
    background: #5ba9d7;
    color: #fff;
    font-size: 22px;
    margin: 15px 0;
	padding:10px;
}
.right-side .feature-all {
    margin: 15px 0;
}

.middle-area {
    margin: 10px 0px;
}
.mail-call 
{
    
}
.mail-call ul
{
    float: right;
    margin: 0;
    margin-top: 4px;
}
.mail-call ul li
{
    display: inline-block;
}
.mail-call ul li a{
    color: #fff;
}
.mail-call ul li i{
    color: #fff;
    margin-right: 10px;
    margin-left: 20px;
}
.header-bottom
{
    background: #5ba9d7;
}
#frame1
{
    margin-top: 15px;
}
.welcome h3
{
    background: #5ba9d7;
    color: #fff;
    padding: 8px;
    font-size: 22px;
}
#myCarousel img
{
    width: 100%;
}
.footer
{
    background: #5ba9d7;
}
.footer-bottom
{
    background: #af221b;
}
.footer-list ul li
{
    display: inline-block;
}
.marb-20 
{
    margin-bottom: 20px;
}

/*---- Slider ---*/
.slider-section{
    position: relative;
    overflow: hidden;
}
.hero-slider-01{
    position: relative;
}
.single-slide.bg-img{
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 5;
    height: 550px;
}
.single-slide.bg-img:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(8, 24, 69, .4);
}
.slider-content{
    position: relative;
    z-index: 9;
    padding: 0 0;
}
.slider-content .sub-title{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-transform: inherit;
    font-weight: 500;
    position: relative;
    margin-bottom: 22px;
}
.slider-content .sub-title:after{
    position: relative;
    right: -24px;
    top: -3px;
    width: 60px;
    height: 2px;
    background: #F0F4F9;
    content: '';
    display: inline-block;
}
.slider-content h2{
    font-size: 58px;
    line-height: 62px;
    color: #fff;
    margin: 0 0 38px;
}
.slider-content p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: -15px 0 0;
}
.slider-content .grap-btn{
    height: 60px;
    padding: 20px 27px;
}
.slider-content .to_bottom{
    margin-left: 14px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    color: #ffff;
}
.slider-content .to_bottom:hover{
    border-color: #009444;
}
.slider-content .to_bottom::before{
    background: #009444;
    border-radius: 0;
}
.slider-section .owl-dots{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 20px;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.slider-section .owl-dots button{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    outline: none;
    position: relative;
    margin: 0 5px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-dots button.active,
.slider-section .owl-dots button:hover{
    background: #af221b;
}
.owl-carousel .owl-dots button span{
    display: none;
}
.slider-section .owl-carousel .owl-nav{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;;
    width: 1140px;
    text-align: right;
    position: absolute;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slider-section .owl-carousel .owl-nav button{
    text-align: center;
    z-index: 5;
    font-size: 28px;
    line-height: 54px;
    width: 50px;
    height: 50px;
    margin: 10px 0 5px auto;
    background: #009444;
    color: #fff;
    position: relative;
    border: none;
    outline: none;
    z-index: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-carousel .owl-nav button:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: #0f1a2c;
    border-radius: 50%;
    text-align: center;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-carousel .owl-nav button:hover:after{
    width: 100%;
    height: 100%;
}
.slider-section .owl-item.active .slider-content .sub-title{
    animation-delay: 1.4s;
    animation-name: fadeInLeft;
}
.slider-section .owl-item.active .slider-content h2 {
    animation-delay: 1.7s;
    animation-name: fadeInLeft;
}
.slider-section .owl-item.active .slider-content .to_top{
    animation-delay: 1.9s;
    animation-name: fadeInUp;
}
.slider-section .owl-item.active .slider-content .to_bottom{
    animation-delay: 2.1s;
    animation-name: fadeInUp;
}

.features {
    padding: 40px 0;
}
.gray_box {
    background-color: #eee;
    /*padding: 10px;*/
    min-height: 300px;
}
.gray_box.news {
    padding: 0;
    margin-top: 45px;
    border: none;
    min-height: 345px;
}
.gray_box.news #myTab {
    margin-top: -46px;
    border: none;
    background-color: transparent;
}
.news .nav > li {
    background: transparent;
}
.news .nav > li a {
    background-color: #5ba9d7;
    border-radius: 0;
    margin: 0;
    border: none;
}
.news .nav > li a:hover {
    background-color: #af221b !important;
    color: #fff !important;
}
.radio_group {
    margin: 15px 0;
}
.btn_login {
    background-color: #af221b;
    border: 1px solid #af221b;
    width: 88px;
    padding: 6px;
    vertical-align: initial;
    padding: 0px !important;
}
.form-group {
    margin-bottom: 5px !important;
}
.form-group .form-control {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#captcha {
    display: inline-block;
    width: calc(100% - 125px);
    vertical-align: middle;
    border-radius: 0;
    border: none;
}
.btnRefresh {
    font-size: 13px !important;
    background-color: #5ba9d7;
    color: #fff;
    height: 32px;
    border-radius: 0 !important;
    vertical-align: middle;
    padding: 5px !important;
}
.login_btn {
    background-color: #af221b !important;
    border: 1px solid #af221b !important;
}
.testimonials {
    text-align: center;
}
.testimonials h5 {
    margin-bottom: 5px;
    line-height: 15px;
    font-weight: 600;
}

.advertisement_area {
    text-align: center;
}
.advertisement_area img{
   margin: 10px 0;
}

.accordion-button:not(.collapsed) {
    color: #af221b;
    background-color: #ecd1d2;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #af221b;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(227 30 37, 0.2);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.calculators_main {
    margin-bottom: 140px;
}
#vtab {
    margin: auto;
    width: 670px;
    height: 100%;
    float: none;
}

.news_tab #myTab {
    background-color: transparent;
}
.news_tab #myTab .nav-item {
    width: 50%;
}
.news_tab #myTab .nav-item .nav-link.active {
    background-color: #af221b;
}
.news_tab #myTab .nav-link {
    background-color: #5ba9d7;
    color: #fff;
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 10px;
}
.owl-carousel .owl-item img
{
    width: auto;
    margin: 0px auto;
}
.contain table tr td , .contain table tr th
{
    border: 1px solid #000;
    padding-top: 15px;
}
.new-account
{
    background: #5ba9d7;
    color: #fff;
    padding: 10px 23px;
    border-radius: 35px;
    margin-right: 25px;
}
#frmContact .form-group .form-control
{
    border: 1px solid #00000026;
    border-radius: 3px;
}
#frmContact .form-group label
{
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
}
.main-header
{
    background: #5ba9d7;
    padding: 5px 0px;
}
#signinForm
{
    border: solid 0px #eee;
    text-align: center;
    background: #4a7903;
    padding: 5px 10px;
    border-radius: 2px;
    float: left;
}
.radio_group
{
    margin: 0px;
    width: 30%;
    text-align: left;
    float: left;
}
.fields_group
{
    width: 70%;
    float: right;
}
.logo
{
    margin-top: 8px;
}

.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: #5ba9d7;
  border-radius: 10px;
}

.fund-performance-section
  .top_fund_performance
  ::-webkit-scrollbar-thumb:hover {
  background: #5ba9d7;
}

.fund-performance-section .top_fund_performance .dt-buttons {
  margin-bottom: 20px;
}

.fund-performance-section .top_fund_performance .dt-button {
  border: unset;
  background: #5ba9d7;
  color: #fff;
  padding: 10px 20px;
  margin-right: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #5ba9d7;
  transition: 0.5s;
}

.fund-performance-section .top_fund_performance .dt-button:hover {
  transition: 0.5s;
  background: #fff;
  color: #5ba9d7;
}

.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,
    #4a7903 0%,
    #5ba9d7 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 #4a7903;
}

.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: #fff;
  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: #5ba9d7;
  text-transform: uppercase;
}

.fund-performance-section
  .form-check-input:checked[type="radio"]
  + span.checkmark {
  border: 3px solid #5ba9d7;
}

.fund-performance-section
  .form-check-input:checked[type="radio"]
  + span.checkmark::before {
  content: "\f269";
  position: absolute;
  width: 30px;
  height: 30px;
  color: #5ba9d7;
  font-family: bootstrap-icons !important;
  background: #fff;
  top: 0;
  border: 1px solid #5ba9d7;
  right: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fund-performance-section #category_wise_fund p {
  margin: 0;
  padding: 4px 15px;
  border: 1px solid #c0e1e7;
  border-bottom: none;
  position: relative;
  cursor: pointer;
  color: #4a7903;
}

.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: #fff;
}

.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: #4a7903;
}

.fund-performance-section #category_wise_fund p.active {
  background-color: #2b8caa;
  color: #fff;
}

.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: #5ba9d7;
  color: #fff;
}

.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: #5ba9d7;
  color: #fff;
}

.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: #4a7903;
  text-align: center;
}

.fund-performance-section #myTable td {
  border: 1px solid #d8edf1 !important;
  font-size: 14px;
  line-height: 16px;
  color: #4a7903;
  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%;
}
.fund-performance-section .sorting_1 {
	min-width: 210px;
}