.fund-house-hide,
.categories-hide,
.consistancy-hide,
.rating-hide,
.fund-size-hide,
.nav-hide{
    display: none;
}
.calculating {
    font-size: 12px !important;
    font-weight: normal;
}
@-webkit-keyframes fadeInUpFilter {
    0% {
        -webkit-transform: translate3d(0, 300px, 0);
        transform: translate3d(0, 300px, 0);
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fadeInUpFilter {
    0% {
        -webkit-transform: translate3d(0, 300px, 0);
        transform: translate3d(0, 300px, 0);
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.fadeInUpFilter {
    -webkit-animation-name: fadeInUpFilter;
    animation-name: fadeInUpFilter;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.consistancy-filter-li {
    cursor: pointer;
}
.header_title .align-btn {
    margin-top: 12px;
}
.why-dealmoney-for-investment {
    margin: 20px 0;
}
.why-dealmoney-for-investment h4 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #76467d;
}
.why-dealmoney-for-investment ul {
    display: block;
    list-style: none;
}
.why-dealmoney-for-investment ul:after {
    display: table;
    clear: both;
    content: "";
}
.why-dealmoney-for-investment ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    padding: 8px 15px;
}
.why-dealmoney-for-investment ul li:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    content: "";
    opacity: .2;
    background-color: #464646;
}
.why-dealmoney-for-investment ul li:last-child:after {
    content: none;
}
.why-dealmoney-for-investment ul li:first-child {
    padding-left: 0;
}
.why-dealmoney-for-investment ul li span {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
.mutual-funds-slider.banner .banner_description {
    top: 0;
    left: 0;
    width: 65%;
    padding: 20px 30px;
    transform: none;
}
.mutual-funds-slider.banner .banner_description h2 {
    padding: 0;
    margin: 0;
    font-size: 28px;
    text-transform: none;
    border-left: 0;
}
.mutual-funds-slider.banner .owl-carousel,
.investment-ideas-wrapper .investment-ideas {
    padding: 0 0 30px;
}
.mutual-funds-slider.banner .owl-theme .owl-dots,
.investment-ideas-wrapper .owl-theme .owl-dots,
.mutual-fund-option-slider.owl-theme .owl-dots {
    bottom: 5px;
    text-align: center;
}
.mutual-funds-slider.banner .owl-theme .owl-dots .owl-dot span,
.investment-ideas-wrapper .owl-theme .owl-dots .owl-dot span,
.mutual-fund-option-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #dedede;
}
.mutual-funds-slider.banner .owl-theme .owl-dots .owl-dot.active span,
.investment-ideas-wrapper .owl-theme .owl-dots .owl-dot.active span,
.mutual-fund-option-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #e8a133;
}
.investment-ideas-warpper {
    margin: 20px 0;
}
.investment-ideas-wrapper .investment-ideas .media-wrapper {
    position: relative;
    margin-bottom: 15px;
    background-color: #efefef;
}
.investment-ideas-wrapper .investment-ideas .media-wrapper span {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 21px;
    height: 21px;
    font-size: 14px;
    line-height: 20px;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #eca525;
}
.investment-ideas-wrapper .investment-ideas .media-wrapper .media-heading {
    max-width: 125px;
    font-size: 12px;
    font-weight: bold;
    color: #646464;
    margin-left: 10px;
    margin-top: 25px;
}
.investment-ideas-wrapper .investment-ideas .media-body,
.investment-ideas-wrapper .investment-ideas .media-left,
.investment-ideas-wrapper .investment-ideas .media-right {
    vertical-align: middle;
}
.mutual-funds-by-category .tab-content {
    padding: 20px 30px;
    background-color: #eeeeee;
}
.mutual-funds-by-category .tab-content .media-heading {
    font-size: 14px;
    font-weight: bold;
    color: #51044c;
}
.mutual-funds-by-category .tab-content .tab-pane .tab-data:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d1d1d1;
}
.mutual-funds-by-category .tab-content .media p {
    font-size: 13px;
    line-height: 16px;
    color: #555;
}
.mutual-funds-by-category .tab-content .tab-data .row .col-md-3 {
    margin-bottom: 20px;
}
.mutual-funds-by-category .tab_container,
.top-performing-funds .tab_container {
    margin: 35px 0 40px;
}
.jar-container {
    position: relative;
    margin-bottom: 40px;
}
.jar-container .jar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    padding: 55px 60px;
}
.top-performing-funds .yearfilters ul li {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 15px;
    line-height: 24px;
    list-style-type: none;
    border-right: 1px solid #ddd;
}
.top-performing-funds .yearfilters ul li:first-child {
    padding-left: 0;
}
.top-performing-funds .yearfilters ul li:last-child {
    border-right: 0;
}
.top-performing-funds .yearfilters ul li a {
    color: #989898;
    outline: none;
}
.top-performing-funds .yearfilters ul li.active a,
.top-performing-funds .yearfilters ul li a:hover,
.top-performing-funds .yearfilters ul li a:focus {
    color: #5b2a62;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive > table > thead > tr > th {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    white-space: nowrap;
    color: #151515;
    border-right: 1px solid #fff;
    background-color: #ddd;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper {
    position: relative;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive > table > tbody > tr > td {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    white-space: nowrap;
    color: #151515;
    background-color: #fff;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive > table > tbody > tr:nth-child(odd) > td {
    background-color: #e6e6e6;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .yellow_btn {
    padding: 3px 12px;
    font-size: 12px;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip {
    position: absolute;
    width: 300px;
    background-color: #efefef;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip-overlay,
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip .close-btn {
    display: none;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td.open .tooltip {
    opacity: 1;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td.tooltip-wrapper {
    cursor: pointer;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip:after {
    position: absolute;
    top: 18px;
    left: -8px;
    width: 16px;
    height: 16px;
    content: "";
    transform: rotate(45deg);
    background-color: #efefef;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip table tr td {
    padding: 15px 20px;
    font-size: 13px;
    color: #646464;
    border-bottom: 1px solid #d3d3d3;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip table tr td:last-child {
    text-align: right;
}
.top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table thead tr th span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}
.invest-now-container {
    position: relative;
    padding: 30px 0;
    margin-bottom: 50px;
    background-color: #35dfe6;
}
.invest-now-container .data-wrapper {
    padding: 0 30px 0 15px;
}
.invest-now-container .col-sm-8 .col-sm-4 {
    border-right: 1px solid rgba(7,168,175,.59);
}
.invest-now-container .data p {
    min-height: 45px;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.invest-now-container .purpul_btn {
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
    margin-top: 32%;
}
.invest-now-container .col-sm-6 {
    position: static;
    padding: 0;
}
.invest-now-container .col-sm-6 .data-wrapper {
    padding-left: 0;
}
.owl-carousel.mutual-fund-option-slider .owl-item {
    text-align: center;
}
.owl-carousel.mutual-fund-option-slider .owl-item img {
    display: inline-block;
    width: auto;
    vertical-align: top;
    max-height: 60px;
}
.mutual-fund-option-slider {
    margin-bottom: 30px;
}
.mutual-fund-option-slider .item span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}
.filter-options {
    position: relative;
    margin-bottom: 30px;
    text-align: right;
}
.filter-options.fixed {
    position: fixed;
    right: 0;
    bottom: 15px;
    left: 0;
    z-index: 3;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    background: #dedede;
}
.filter-options.fixed .filter-btns {
    position: relative;
    display: inline-block;
    width: 1140px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: right;
}
.filter-options .sort-btn span {
    margin-right: 10px;
}
.filter-options .sort-btn {
    display: inline-block;
    height: 35px;
    padding: 0 20px;
    margin-right: 20px;
    font-size: 13px;
    line-height: 35px;
    vertical-align: top;
    color: #fff;
    border-radius: 5px;
    background: #75487c;
}
.filter-options .filter-btn {
    display: inline-block;
    height: 35px;
    padding: 0 12px;
    font-size: 18px;
    line-height: 35px;
    vertical-align: top;
    color: #fff;
    border-radius: 5px;
    background: #75487c;
}
.sort-filter .arrow-down,
.main-filter .arrow-down {
    position: absolute;
    top: 100%;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid #efefef;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.sort-filter.open,
.main-filter.open {
    display: block;
}
.main-filter .returns {
    padding: 10px 20px;
    border-top: 1px solid rgba(70, 70, 70, .2);
}
.main-filter .returns h4,
.main-filter .consistancy h4 {
    margin: 0 0 8px;
    font-size: 13px;
}
.main-filter .returns ul li {
    display: inline-block;
    height: 30px;
    padding: 0 20px;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    list-style-type: none;
    color: #fff;
    border-radius: 20px;
}
.main-filter .returns ul:not(".fund-listing") li:nth-child(4),
.main-filter .returns ul:not(".fund-listing") li:nth-child(5) {
    margin-bottom: 0;
}
.main-filter .returns ul.fund-listing:after {
    display: table;
    clear: both;
    content: "";
}
.main-filter .returns h4 {
    display: inline-block;
}
.main-filter .returns .clear-btn {
    float: right;
    margin-top: 4px;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
    color: #662f6d;
}
.main-filter .returns ul.fund-listing li {
    float: left;
    width: 100%;
    height: inherit;
    padding: 0;
    padding-right: 15px;
    padding-left: 20px;
    margin-right: 0;
    margin-bottom: 8px;
    line-height: 16px;
    color: #646464;
}
.fund-listing-wrapper {
    max-height: 100px;
}
.fund-listing-wrapper .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    background-color: #dbdbdb;
}
.fund-listing-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
    height: 25px !important;
    line-height: 25px !important;
    background: #662f6d !important;
}
.fund-listing-wrapper .mCSB_scrollTools .mCSB_dragger {
    height: 25px !important;
    line-height: 25px !important;
}
.main-filter .returns ul.fund-listing li .checkbox {
    margin: 0;
}
.main-filter .returns ul.fund-listing li label {
    min-height: inherit;
    padding: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: #646464;
}
.main-filter .returns.star-ratings ul li {
    padding: 0 15px;
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
    background:#B4B4B4;
}
.main-filter .consistancy {
    padding: 15px 20px;
    border-top: 1px solid rgba(70, 70, 70, .2);
}
.main-filter .consistancy-rate ul li {
    display: inline-block;
    margin-left: 10px;
    list-style: none;
    vertical-align: middle;
}
.main-filter .consistancy-rate ul li span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    vertical-align: top;
    border-radius: 50%;
    background: #b9b9b9;
}
.main-filter .consistancy-rate ul li span.filled {
    background: #8dc029;
}
.main-filter .consistancy-rate ul li .fa-plus {
    color: #75487c;
}
.main-filter .consistancy-rate ul li .fa-minus {
    color: #bbb;
}
.main-filter .consistancy-rate ul li .fa-minus,
.main-filter .consistancy-rate ul li .fa-plus {
    font-size: 14px;
    cursor: pointer;
}
.main-filter .consistancy-rate {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 12px;
    background: #dadada;
}
.main-filter {
    position: absolute;
    /* top: -555px; */
    right: 0;
    z-index: 999991;
    display: none;
    width: 370px;
    text-align: left;
    background: #efefef;
}
.sort-filter {
    position: absolute;
    top: -235px;
    right: 60px;
    z-index: 999991;
    display: none;
    width: 275px;
    text-align: left;
    background: #efefef;
}
.sort-filter ul {
    list-style: none;
}
.sort-filter ul li.selected {
    background: url("/sites/default/files/selected.png") 92% center no-repeat;
}
.sort-filter ul li {
    position: relative;
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    text-align: left;
    color: #888;
    border-top: 1px solid rgba(70, 70, 70, .2);
}
.sort-filter ul li span {
    font-weight: 400;
    color: #646464;
}
.sort-filter .filter-title,
.main-filter .filter-title {
    position: relative;
    padding: 8px 20px;
}
.sort-filter .filter-title h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #888;
}
.main-filter .filter-title h4 {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #888;
}
.main-filter .filter-title h5 {
    display: inline-block;
    margin: 0;
    margin-left: 45%;
    font-size: 11px;
    cursor: pointer;
    color: #662f6d;
}
.sort-filter .filter-title .close-btn,
.main-filter .filter-title .close-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer;
    transform: translateY(-50%);
}
.know-more-section {
    background: rgb(116,20,198);
    background: linear-gradient(0deg, rgba(116,20,198,1) 0%, rgba(83,5,150,1) 100%);
    margin-bottom: 20px;
}
.know-more-section .col-md-3 .media-wrapper {
    min-height: 100%;
    padding: 30px 30px 30px 0;
    border-right: 1px solid rgba(200,136,255,.59);
}
.know-more-section .col-md-3:last-child .media-wrapper {
    border-right: 0;
}
.know-more-section .col-md-3:first-child .media-wrapper {
    padding-left: 30px;
}
.know-more-section .col-md-3 {
    padding-left: 0;
}
.know-more-section .col-md-3 .media-wrapper .media-heading {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.know-more-btn-wrapper {
    margin: 20px 0 40px;
}
.investment-ideas-wrapper .investment-ideas .media-wrapper > a {
    display: inline-block;
    vertical-align: top;
}
.top-performing-funds .table-responsive {
    overflow-x: auto;
}
.top-performing-funds .table-responsive table {
    width: 100%;
}
.header_title p {
    color: #898989;
}
.first-timer.why-dealmoney-for-investment ul li {
    width: 33.33%;
}
.first-timer.why-dealmoney-for-investment ul li span:last-child {
    width: calc(100% - 65px);
    padding-right: 12px;
}
.dropdown-filters {
    padding: 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid #707070;
    background: #e6e6e6;
}
.dropdown-filters .quotes_select .select-wrapper select {
    width: 100%;
}
.dropdown-filters .quotes_select .select-wrapper {
    position: relative;
    width: 330px;
    padding: 0;
    line-height: 30px;
}
.dropdown-filters .right-data {
    text-align: right;
}
.dropdown-filters .right-data span {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    line-height: 30px;
    vertical-align: top;
    color: #333;
}
.dropdown-filters .right-data select,
.dropdown-filters .right-data select:hover,
.dropdown-filters .right-data select:focus {
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border: 0;
    border-bottom: 2px solid #5b2a62;
    outline: none;
    background: transparent;
}
.fund-description {
    padding: 15px 15px 0;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 18px 1px rgba(112,112,112,.2);
    -moz-box-shadow: 2px 2px 18px 1px rgba(112,112,112,.2);
    box-shadow: 2px 2px 18px 1px rgba(112,112,112,.2);
}
.fund-description .top-patch {
    display: table;
    width: 100%;
}
.fund-description .bottom-patch {
    padding: 18px 33px 18px 85px;
    margin: 0 -15px;
    background: #f7f7f7;
}
.fund-description .bottom-patch .fund-summary ul li {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    border-left: 1px solid rgba(102,102,102,.2);
}
.fund-description .bottom-patch .fund-summary ul li:first-child {
    padding-left: 0;
    border-left: 0;
}
.fund-description .bottom-patch .fund-summary ul li label {
    display: block;
    margin: 0;
    font-size: 11px;
    font-weight: normal;
}
.fund-description .bottom-patch .fund-summary ul li > span {
    display: block;
    font-size: 12px;
    font-weight: 600;
}
.fund-description .bottom-patch .fund-summary ul li > span span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 4px;
    margin-right: 3px;
    vertical-align: top;
    border-radius: 50%;
    background: #dadada;
}
.fund-description .bottom-patch .fund-summary ul li > span span.filled {
    background: #4eb106;
}
.fund-description .logo-img {
    display: table-cell;
    width: 70px;
    padding-right: 10px;
    vertical-align: top;
}
.fund-description .fund-detail .top-patch .fund-data .title h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #51044c;
}
.fund-description .fund-detail .top-patch .fund-data .title,
.fund-description .fund-detail .top-patch .fund-data .tags {
    display: inline-block;
    margin-top: 12px;
    vertical-align: top;
}
.fund-description .fund-detail .top-patch .fund-data .tags {
    margin-top: 18px;
}
.fund-description .fund-detail .top-patch .fund-data .tags ul li {
    display: inline-block;
    padding: 0 5px;
    margin-left: 5px;
    font-size: 11px;
    line-height: 20px;
    vertical-align: top;
    color: #6c3d07;
    background: #ffeea7;
}
.fund-description .fund-detail .top-patch .fund-data {
    display: inline-block;
    vertical-align: top;
}
.fund-description .fund-detail .top-patch .fund-data .other-details {
    margin-top: 15px;
    margin-bottom: 20px;
}
.fund-description .fund-detail .top-patch .fund-data .other-details ul li {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    border-left: 1px solid rgba(70, 70, 70, .2);
}
.fund-description .fund-detail .top-patch .fund-data .other-details ul li:first-child {
    padding-left: 0;
    border-left: 0;
}
.fund-description .fund-detail .top-patch .fund-data .other-details ul li label {
    display: block;
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    text-align: left;
    color: #555;
}
.fund-description .fund-detail .top-patch .fund-data .other-details ul li span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #555;
}
.fund-description .fund-detail .top-patch .fund-data .other-details ul li span.green {
    color: #4eb106;
}
.fund-description .fund-detail .top-patch .fund-data .other-details ul li span.red {
    color: red;
}
.fund-description .fund-detail .top-patch .rating-data {
    display: inline-block;
    float: right;
    text-align: right;
}
.fund-description .fund-detail .top-patch .rating-data .rating {
    margin-bottom: 15px;
}
.fund-description .fund-detail .top-patch .rating-data .yellow_btn {
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
}
.fund-description .fund-detail .top-patch .rating-data .rating > span {
    display: inline-block;
    padding: 0 15px;
    line-height: 28px;
    text-align: center;
    vertical-align: top;
    border-radius: 15px;
    background: #83bc14;
}
.fund-description .fund-detail .top-patch .rating-data .rating span {
    margin-top: 12px;
    font-weight: 900;
    color: #fff;
}
.long-term-equity-fund .fund-name {
    display: table;
}
.long-term-equity-fund .logo {
    padding-right: 10px;
}
.long-term-equity-fund .logo,
.long-term-equity-fund .name {
    display: table-cell;
    vertical-align: top;
}
.long-term-equity-fund h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #333;
}
.long-term-equity-fund .watchlist,
.long-term-equity-fund .watchlist:hover,
.long-term-equity-fund .watchlist:focus {
    display: inline-block;
    height: 35px;
    padding: 0 20px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 35px;
    vertical-align: top;
    color: #333;
    border: 1px solid #707070;
    border-radius: 4px;
}
.long-term-equity-fund .watchlist span,
.long-term-equity-fund .watchlist:hover span,
.long-term-equity-fund .watchlist:focus span {
    font-size: 18px;
    line-height: 18px;
}
.long-term-equity-fund ul.tags li {
    display: inline-block;
    height: 20px;
    padding: 0 4px;
    margin-right: 5px;
    font-size: 11px;
    line-height: 20px;
    list-style-type: none;
    vertical-align: top;
    color: #6c3d07;
    background: #ffeea7;
}
.long-term-equity-fund .yellow_btn {
    height: 35px;
    vertical-align: top;
}
.long-term-equity-fund .other-details {
    margin-top: 20px;
}
.long-term-equity-fund .other-details ul li {
    display: inline-block;
    padding: 5px 30px;
    list-style-type: none;
    vertical-align: top;
    border-right: 1px solid #464646;
}
.long-term-equity-fund .other-details ul li:first-child {
    padding-left: 0;
}
.long-term-equity-fund .other-details ul li:last-child {
    border-right: 0;
}
.long-term-equity-fund .other-details ul li label {
    display: block;
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    color: #555;
}
.long-term-equity-fund .other-details ul li > span {
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
    color: #555;
}
.long-term-equity-fund .other-details ul li > span .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    vertical-align: middle;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4eb106;
    border-left: 10px solid transparent;
}
.box-shadow {
    -webkit-box-shadow: 2px 2px 18px 1px rgba(112,112,112,.2);
    -moz-box-shadow: 2px 2px 18px 1px rgba(112,112,112,.2);
    box-shadow: 2px 2px 18px 1px rgba(112,112,112,.2);
}
.long-term-equity-fund .other-details ul li > span.red .triangle {
    border-top: 10px solid red;
    border-bottom: 10px solid transparent;
}
.long-term-equity-fund .other-details ul li > span.green {
    color: #4eb106;
}
.long-term-equity-fund .other-details ul li > span.red {
    color: red;
}
.long-term-equity-fund .fund-graph {
    padding: 30px;
    margin-top: 30px;
}
.long-term-equity-fund .fund-graph .graph-filter {
    margin-bottom: 20px;
}
.long-term-equity-fund .fund-graph .graph-filter select,
.long-term-equity-fund .fund-graph .graph-filter select:hover,
.long-term-equity-fund .fund-graph .graph-filter select:focus {
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border: 0;
    border-bottom: 2px solid #5b2a62;
    outline: none;
    background: transparent;
}
.long-term-equity-fund .fund-graph .graph-filter span {
    margin: 0 10px;
}
.long-term-equity-fund .fund-graph #nav_graph_chart {
    height: 300px;
}
.google-visualization-tooltip {
    border: solid 1px #bdbdbd;
    border-radius: 2px;
    background-color: white;
    position: absolute;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    font-family: arial;
    white-space: nowrap;
}
.google-visualization-tooltip div ul li{
    padding:10px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}
.google-visualization-tooltip div ul li:last-child{
    border-bottom: none;
}
.google-visualization-tooltip div ul li div{
    height: 15px;
    width: 15px;
    margin-right: 10px;
    margin-top: 3px;
    border: 1px solid #490945;
    float: left;
}
.long-term-equity-fund  .scheme-details {
    padding: 30px 25px;
    margin-top: 30px;
}
.long-term-equity-fund  .scheme-details ul li {
    display: inline-table;
    width: auto;
    padding-right: 40px;
    margin-bottom: 10px;
    vertical-align: top;
    vertical-align: top;
}
.long-term-equity-fund  .scheme-details ul li > span {
    display: table-cell;
    padding-right: 12px;
    vertical-align: middle;
}
.long-term-equity-fund  .scheme-details ul li > span .title {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #555;
}
.long-term-equity-fund  .scheme-details ul li > span .detail {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.long-term-equity-fund  .scheme-details ul li > span .normal {
    font-size: 10px;
    font-weight: normal;
}
.long-term-equity-fund  .scheme-details ul li > span .exclamation {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    vertical-align: top;
    color: #fff;
    border-radius: 50%;
    background: #e99b21;
}
.long-term-equity-fund .fund-analysis {
    padding: 25px 30px;
    margin-top: 30px;
}
.long-term-equity-fund .fund-analysis h5 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.long-term-equity-fund .fund-analysis h6 {
    margin: 2px 0 0;
    font-size: 13px;
    font-weight: bold;
    color: #555;
}
.long-term-equity-fund .fund-analysis p {
    min-height: 55px;
    padding-right: 5px;
    margin: 5px 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #555;
}
.long-term-equity-fund .fund-analysis ul li.green {
    background: #5eb81e;
}
.long-term-equity-fund .fund-analysis ul li.red {
    background: red;
}
.long-term-equity-fund .fund-analysis ul li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 2px;
    list-style-type: none;
    border-radius: 50%;
    background: #b9b9b9;
}
.long-term-equity-fund .returns-calculator {
    padding: 25px 30px;
    margin-top: 30px;
}
.long-term-equity-fund .returns-calculator .right-data {
    display: inline-block;
    float: right;
    margin: -5px 0 0;
    text-align: right;
    vertical-align: top;
}
.long-term-equity-fund .returns-calculator .right-data span {
    margin: 0 10px;
}
.long-term-equity-fund .returns-calculator .right-data select,
.long-term-equity-fund .returns-calculator .right-data select:hover,
.long-term-equity-fund .returns-calculator .right-data select:focus {
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border: 0;
    border-bottom: 2px solid #5b2a62;
    outline: none;
    background: transparent;
}
.long-term-equity-fund .returns-calculator .right-data ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 30px;
    vertical-align: top;
    border: 0;
}
.long-term-equity-fund .returns-calculator .right-data ul li:last-child {
    margin-right: 0;
}
.long-term-equity-fund .returns-calculator .right-data ul li label {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.long-term-equity-fund .returns-calculator .right-data ul li span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    color: #333;
}
.long-term-equity-fund .returns-calculator h3.heading_small {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.long-term-equity-fund .returns-calculator h3.heading_small span {
    position: absolute;
    top: 100%;
    left: 10px;
    display: block;
    padding-top: 4px;
    font-size: 11px;
    font-weight: normal;
    color: #555;
}
.long-term-equity-fund .returns-calculator .major-details {
    margin-top: 15px;
    text-align: center;
}
.long-term-equity-fund .returns-calculator ul li {
    display: inline-block;
    padding: 0 25px;
    list-style-type: none;
    vertical-align: top;
    border-right: 1px solid rgba(70, 70, 70, .2);
}
.long-term-equity-fund .returns-calculator ul li:last-child {
    border: 0;
}
.long-term-equity-fund .returns-calculator ul li label {
    display: block;
    font-size: 11px;
    line-height: 0;
    color: #555;
}
.long-term-equity-fund .returns-calculator ul li span {
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    color: #555;
}
.long-term-equity-fund .returns-calculator ul li span.green {
    color: #4eb106;
}
.long-term-equity-fund .returns-calculator ul li span.red {
    color: red;
}
.long-term-equity-fund .returns-calculator table {
    margin-top: 30px;
}
.long-term-equity-fund .returns-calculator table thead th {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    color: #333;
    background: none;
}
.long-term-equity-fund .returns-calculator table thead th:first-child {
    text-align: left;
}
.long-term-equity-fund .returns-calculator table thead th:last-child {
    text-align: right;
}
.long-term-equity-fund .returns-calculator table tbody td {
    padding: 20px 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #666;
}
.long-term-equity-fund .returns-calculator table tbody td:first-child {
    width: 400px;
    text-align: left;
}
.long-term-equity-fund .returns-calculator.multicaps-comparison table tbody td {
    padding: 10px 15px;
    font-size: 16px;
}
.long-term-equity-fund .returns-calculator.multicaps-comparison table tbody td:first-child {
    width: 450px;
    font-size: 14px;
    font-weight: normal;
    color: #51044c;
}
.long-term-equity-fund .returns-calculator table tbody td:last-child {
    text-align: right;
}
.long-term-equity-fund .returns-calculator table tbody tr:nth-child(odd) td {
    background: #f7f7f7;
}
.long-term-equity-fund .returns-calculator table tbody tr:nth-child(even) td {
    background: #ededed;
}
.long-term-equity-fund .returns-calculator table ul li {
    display: inline-block;
    width: 11px;
    height: 11px;
    padding: 0;
    list-style-type: none;
    vertical-align: middle;
    border: 0;
    border-radius: 50%;
    background: #b9b9b9;
}
.long-term-equity-fund .returns-calculator table ul li.green {
    background: #4ba00e;
}
.long-term-equity-fund .returns-calculator table ul li.red {
    background: red;
}
.long-term-equity-fund .returns-calculator table .star-rating {
    display: inline-block;
    padding: 0 15px;
    font-weight: 900;
    line-height: 28px;
    text-align: center;
    vertical-align: top;
    color: #fff;
    border-radius: 15px;
    background: #83bc14;
}
.long-term-equity-fund .returns-calculator.multicaps-comparison table tbody td > span.green {
    font-size: 16px;
}
.long-term-equity-fund .returns-calculator table tbody td > span.green {
    display: inline-block;
    float: none;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    vertical-align: top;
    color: #4ba00e;
}
.long-term-equity-fund .returns-calculator table tbody td .yellow_btn {
    width: 55px;
    height: 24px;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
}
.long-term-equity-fund .returns-calculator table tbody td .label {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #333;
}
.long-term-equity-fund .returns-calculator table tbody td .representation {
    position: relative;
    display: block;
}
.long-term-equity-fund .returns-calculator table tbody td .empty {
    display: block;
    height: 9px;
    margin-top: 10px;
    background: #e3e3e3;
}
.long-term-equity-fund .returns-calculator table tbody td .representation .green,
.long-term-equity-fund .returns-calculator table tbody td .representation .red {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 9px;
    margin: 0;
    background: red;
}
.long-term-equity-fund .returns-calculator table tbody td .representation .green{
    background: #5eb81e;
}
.long-term-equity-fund .returns-calculator table tbody td .red {
    color: red;
    float: none;
    font-size: 18px;
}
.long-term-equity-fund .returns-calculator .range-slider {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 50px;
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.long-term-equity-fund .returns-calculator .range-slider .range-bar {
    display: inline-block;
    width: 450px;
    height: 9px;
    vertical-align: top;
    background: rgb(242,28,0);
    background: linear-gradient(to right, rgba(242,28,0,1) 0%, rgba(96,182,30,1) 15%, rgba(94,184,30,1) 100%);
}
.long-term-equity-fund .returns-calculator .range-slider .range-labels div {
    position: absolute;
}
.long-term-equity-fund .returns-calculator .range-slider .range-labels div span:first-child {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}
.long-term-equity-fund .returns-calculator .range-slider .range-labels div span:last-child {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #333;
}
.long-term-equity-fund .returns-calculator .range-slider .range-labels .low {
    top: -24px;
    left: -55px;
}
.long-term-equity-fund .returns-calculator .range-slider .range-labels .high {
    top: -24px;
    right: -65px;
}
.long-term-equity-fund .returns-calculator .range-slider .range-labels .low span:first-child {
    color: #f21c00;
}
.long-term-equity-fund .returns-calculator .range-slider .range-labels .average {
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.long-term-equity-fund .returns-calculator .range-slider .range-labels div span:first-child {
    color: #5eb81e;
}
.long-term-equity-fund .returns-calculator .range-slider .range-point {
    position: absolute;
    top: -3px;
    right: 0;
    left: 0;
    width: 3px;
    height: 15px;
    margin: auto;
    background-color: #5eb81e;
}
.long-term-equity-fund .returns-calculator .portfolio-table table {
    margin: 0;
}
.long-term-equity-fund .returns-calculator .portfolio-table table tr td {
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
.long-term-equity-fund .returns-calculator a.note,
.long-term-equity-fund .returns-calculator a.note:hover,
.long-term-equity-fund .returns-calculator a.note:focus {
    display: inline-block;
    margin: 0 50%;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    color: #333;
}
.long-term-equity-fund .returns-calculator .table-title {
    margin: 15px 0 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333;
}
.long-term-equity-fund .returns-calculator .range-slider span {
    display: inline-block;
    vertical-align: top;
}
.long-term-equity-fund .riskometer {
    margin-top: 40px;
}
.long-term-equity-fund .riskometer .left-panel,
.long-term-equity-fund .riskometer .right-panel {
    padding: 25px 30px;
}
.long-term-equity-fund .riskometer .right-panel {
    padding: 20px 30px;
}
.long-term-equity-fund .riskometer .left-panel span.note strong {
    color: #ff7800;
}
.long-term-equity-fund .riskometer .left-panel span.note {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #898989;
}
.long-term-equity-fund .riskometer .left-panel .graph {
    position: relative;
    margin-bottom: 40px;
}
.long-term-equity-fund .riskometer .left-panel .graph .clock-point {
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    z-index: 2;
    width: 23px;
    height: 23px;
    margin: auto;
    border-radius: 50%;
    background: #662f6d;
}
.long-term-equity-fund .riskometer .left-panel .graph .graph-hand {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: 0;
    margin-left: -110px;
    transition: transform 1s linear;
    transform: rotate(8deg);
    transform-origin: right;
    border-width: 4px 110px 4px 0;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
    transform-style: preserve-3D;
}
.long-term-equity-fund .riskometer .left-panel .graph .graph-hand.level-1 {
    transform: rotate(15deg);
}
.long-term-equity-fund .riskometer .left-panel .graph .graph-hand.level-2 {
    transform: rotate(56deg);
}
.long-term-equity-fund .riskometer .left-panel .graph .graph-hand.level-3 {
    transform: rotate(90deg);
}
.long-term-equity-fund .riskometer .left-panel .graph .graph-hand.level-4 {
    transform: rotate(125deg);
}
.long-term-equity-fund .riskometer .left-panel .graph .graph-hand.level-5 {
    transform: rotate(165deg);
}
.long-term-equity-fund .riskometer .right-panel h5 {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: bold;
    color: #646464;
}
.long-term-equity-fund .riskometer .right-panel p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #898989;
}
.long-term-equity-fund .riskometer .right-panel p:last-child {
    margin-bottom: 0;
}
.long-term-equity-fund .riskometer .right-panel ul {
    margin-bottom: 10px;
}
.long-term-equity-fund .riskometer .right-panel ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    vertical-align: top;
    color: #898989;
}
.long-term-equity-fund .riskometer .right-panel ul li span {
    font-weight: bold;
}
.long-term-equity-fund .contact-details {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 60px;
}
.long-term-equity-fund .contact-details .left-panel {
    padding: 30px;
}
.long-term-equity-fund .contact-details .left-panel h5 {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: bold;
    color: #646464;
}
.long-term-equity-fund .contact-details .left-panel ul li {
    display: table;
    margin-bottom: 20px;
    vertical-align: top;
}
.long-term-equity-fund .contact-details .left-panel ul li:last-child {
    margin-bottom: 0;
}
.long-term-equity-fund .contact-details .left-panel ul li .icon,
.long-term-equity-fund .contact-details .left-panel ul li .detail {
    display: table-cell;
    padding-right: 10px;
}
.long-term-equity-fund .contact-details .left-panel ul li .detail,
.long-term-equity-fund .contact-details .left-panel ul li a,
.long-term-equity-fund .contact-details .left-panel ul li a:hover,
.long-term-equity-fund .contact-details .left-panel ul li a:focus {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #898989;
}
.btn-secondary.dropdown-toggle {
    width: 300px;
    padding: 5px 15px;
    text-align: left;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background: url("../images/icon/select-dropdown.png") right center no-repeat #f9ffff;
}
.dropdown-filters .dropdown-menu {
    z-index: 2;
    padding: 0;
    background: #fff;
    webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-filters .dropdown-menu .dropdown-item,
.dropdown-filters .dropdown-menu .dropdown-item:hover,
.dropdown-filters .dropdown-menu .dropdown-item:focus {
    display: block;
    width: 300px;
    padding: 10px 15px;
    background: #efefef;
    color: #333;
    /*border-bottom: 1px solid #000;*/
    border-bottom: 1px solid rgba(70, 70, 70, .2);
}
.dropdown-filters .dropdown-menu .dropdown-item.selected {
    background: url("../images/icon/selected.png") 92% 4px no-repeat #efefef;
}
.modal-backdrop {
    background-color: rgba(0,0,0,.7);
}
.holding-detail-popup .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #4c4c4c;
}
.holding-detail-popup .modal-header {
    padding: 20px 30px 10px;
    border: 0;
}
.holding-detail-popup .modal-header .close {
    margin-top: -28px;
    font-size: 28px;
    opacity: .6;
    color: #4c4c4c;
}
.holding-detail-popup .modal-body {
    padding: 0 0 20px;
    border: 0;
}
.holding-detail-popup .table-wrapper {
    max-height: 400px;
    padding: 0 30px;
    overflow-y: auto;
}
.holding-detail-popup .table-wrapper table tr td {
    padding: 10px 0;
    font-size: 15px;
    line-height: 22px;
    color: #4a4a4a;
    border-bottom: 1px solid #d5d5d5;
}
.holding-detail-popup .table-wrapper table tr td:last-child {
    text-align: right;
}
.holding-detail-popup .table-wrapper table tr:last-child td {
    border: 0;
}
@media(max-width: 1024px) {
    .long-term-equity-fund .scheme-details ul li {
        padding-right: 15px;
    }
    .long-term-equity-fund .scheme-details ul li:last-child {
        padding-right: 0;
    }
    .filter-options.fixed .filter-btns {
        width: 940px;
    }
    .long-term-equity-fund .returns-calculator {
        position: relative;
        overflow: hidden;
    }
    .long-term-equity-fund .riskometer .left-panel .graph .graph-hand {
        margin-left: -85px;
        border-width: 4px 85px 4px 0;
    }
    .long-term-equity-fund .fund-graph #nav_graph_chart {
        height: 220px;
    }
}
@media only screen and (max-width: 991px) {
    .btn-secondary.dropdown-toggle,
    .dropdown-filters .dropdown-menu .dropdown-item,
    .dropdown-filters .dropdown-menu .dropdown-item:hover,
    .dropdown-filters .dropdown-menu .dropdown-item:focus {
        width: 250px;
    }
    .filter-options.fixed .filter-btns {
        width: calc(750px - 30px);
    }
    .long-term-equity-fund .fund-name {
        display: block;
        margin: 20px 0;
    }
    .long-term-equity-fund .btn-wrapper {
        margin-bottom: 20px;
        text-align: left;
    }
    .long-term-equity-fund .other-details ul li {
        padding: 5px 15px;
    }
    .long-term-equity-fund .scheme-details {
        padding-bottom: 5px;
    }
    .long-term-equity-fund .fund-analysis .row > .col-md-6:last-child {
        margin-top: 30px;
    }
    .long-term-equity-fund .scheme-details ul li {
        margin-bottom: 20px;
    }
    .dropdown-filters .quotes_select .select-wrapper {
        width: 200px;
    }
    .fund-description .fund-detail .top-patch .fund-data .other-details ul li {
        padding: 0 12px;
    }
    .top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10001;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.7);
    }
    .top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip {
        position: fixed;
        top: 10px;
        left: 50%;
        z-index: 10002;
        display: none;
        transform: translateX(-50%);
    }
    .top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip table {
        border-top: 1px solid #d3d3d3;
    }
    .top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip table tr td {
        padding: 8px 12px;
    }
    .top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip .close-btn {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin: 10px;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        vertical-align: top;
        color: #646464;
        border: 1px solid #646464;
        border-radius: 50%;
    }
    .top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip:after {
        content: none;
    }
    .top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip-overlay.open,
    .top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive table tbody tr td .tooltip.open {
        display: block;
    }
    .why-dealmoney-for-investment ul li span {
        font-size: 14px;
    }
    .why-dealmoney-for-investment ul li span:last-child {
        width: calc(100% - 50px);
        margin-right: 0;
    }
    .mutual-funds-slider.banner .banner_description {
        width: 56%;
        padding: 15px;
    }
    .mutual-funds-slider.banner .banner_description h2 {
        font-size: 18px;
    }
    .banner .banner_description .yellow_btn {
        padding: 4px 12px;
        margin-top: 8px;
        margin-left: 0;
        font-size: 13px;
    }
    .jar-container .jar-text {
        width: 60%;
        padding: 3% 7%;
    }
    .invest-now-container .data-wrapper {
        padding: 10px 0;
    }
    .invest-now-container .row > .col-sm-4 {
        padding-left: 0;
    }
    .invest-now-container .data p {
        min-height: 65px;
    }
    .know-more-section .col-md-3:nth-child(odd) .media-wrapper {
        padding-left: 30px;
    }
    .know-more-section .col-md-3 {
        padding-left: 15px;
    }
    .know-more-section .col-md-3 .media-wrapper {
        min-height: 135px;
    }
    .long-term-equity-fund .fund-graph #nav_graph_chart {
        height: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .long-term-equity-fund .returns-calculator .range-slider .range-bar {
        width: 100%;
    }
    .long-term-equity-fund .returns-calculator .range-slider {
        width: calc(100% - 100px);
    }
    .long-term-equity-fund .returns-calculator .range-slider .range-labels .low {
        top: -20px;
        left: -48px;
    }
    .long-term-equity-fund .returns-calculator .range-slider .range-labels div span:first-child {
        font-size: 14px;
    }
    .long-term-equity-fund .returns-calculator .range-slider .range-labels div span:last-child {
        font-size: 12px;
    }
    .long-term-equity-fund .returns-calculator .range-slider .range-labels .high {
        top: -20px;
        right: -45px;
    }
    .long-term-equity-fund .returns-calculator table {
        margin-top: 0;
    }
    .long-term-equity-fund .returns-calculator .major-details {
        margin-bottom: 10px;
    }
    .holding-detail-popup .modal-header {
        padding: 20px 10px 10px;
    }
    .holding-detail-popup .modal-title {
        font-size: 13px;
    }
    .holding-detail-popup .modal-header .close {
        margin-top: -24px;
    }
    .holding-detail-popup .table-wrapper {
        padding: 0 10px;
    }
    .holding-detail-popup .table-wrapper table tr td {
        font-size: 12px;
        line-height: 14px;
    }
    .btn-secondary.dropdown-toggle,
    .dropdown-filters .dropdown-menu .dropdown-item,
    .dropdown-filters .dropdown-menu .dropdown-item:hover,
    .dropdown-filters .dropdown-menu .dropdown-item:focus {
        width: 100%;
    }
    .dropdown-filters .dropdown-menu {
        width: 100%;
    }
    .filter-options.fixed .filter-btns {
        width: calc(100% - 20px);
    }
    .filter-options.fixed {
        bottom: -30px;
    }
    .long-term-equity-fund .returns-calculator table thead th {
        font-size: 13px;
    }
    .long-term-equity-fund .returns-calculator table tbody td {
        padding: 15px;
        font-size: 14px;
    }
    .long-term-equity-fund .returns-calculator table tbody td .label {
        font-size: 10px;
    }
    .long-term-equity-fund .returns-calculator h3.heading_small span {
        padding-top: 0;
    }
    .long-term-equity-fund .returns-calculator.multicaps-comparison .right-data {
        margin-top: 10px;
    }
    .long-term-equity-fund .returns-calculator .table-responsive {
        margin-bottom: 0;
    }
    .long-term-equity-fund .returns-calculator table tbody td > span.green {
        font-size: 14px;
        line-height: 1;
    }
    .long-term-equity-fund h4 {
        font-size: 16px;
    }
    .long-term-equity-fund .returns-calculator .right-data {
        float: none;
    }
    .long-term-equity-fund .returns-calculator .right-data ul li label {
        font-size: 14px;
        line-height: 18px;
    }
    .long-term-equity-fund .riskometer .left-panel,
    .long-term-equity-fund .riskometer .right-panel {
        padding: 15px;
    }
    .long-term-equity-fund .riskometer .right-panel {
        margin-top: 20px;
    }
    .long-term-equity-fund .contact-details {
        width: 100%;
        margin-bottom: 10px;
    }
    .long-term-equity-fund .contact-details .left-panel {
        padding: 15px;
        margin-bottom: 15px;
    }
    .long-term-equity-fund .fund-name {
        margin-bottom: 10px;
    }
    .long-term-equity-fund .other-details ul li {
        display: inline-block;
        width: 45%;
        padding: 0;
        margin-right: 4%;
        margin-bottom: 10px;
        border: 0;
    }
    .long-term-equity-fund .other-details ul li:nth-child(even) {
        margin-right: 0;
    }
    .long-term-equity-fund .fund-graph {
        padding: 10px;
        margin-top: 10px;
    }
    .long-term-equity-fund .fund-graph .graph-filter select,
    .long-term-equity-fund .fund-graph .graph-filter select:hover,
    .long-term-equity-fund .fund-graph .graph-filter select:focus {
        margin-bottom: 8px;
    }
    .long-term-equity-fund .scheme-details {
        padding: 15px 15px 5px;
    }
    .long-term-equity-fund .scheme-details ul li {
        width: 49%;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .long-term-equity-fund .scheme-details ul li > span.icon {
        width: 40px;
        padding-right: 5px;
    }
    .long-term-equity-fund .scheme-details ul li > span .normal {
        font-size: 9px;
    }
    .long-term-equity-fund .scheme-details {
        margin-top: 20px;
    }
    .long-term-equity-fund .fund-analysis {
        padding: 15px;
        margin-top: 20px;
    }
    .long-term-equity-fund .fund-analysis .row > .col-md-6:last-child {
        margin-bottom: 10px;
    }
    .long-term-equity-fund .returns-calculator .right-data {
        text-align: left;
    }
    .long-term-equity-fund .returns-calculator .right-data select {
        margin-bottom: 8px;
        font-size: 12px;
    }
    .long-term-equity-fund .returns-calculator ul li {
        margin-bottom: 10px;
    }
    .long-term-equity-fund .returns-calculator ul li label {
        font-size: 10px;
    }
    .long-term-equity-fund .returns-calculator ul li span {
        font-size: 12px;
        line-height: 16px;
    }
    .long-term-equity-fund .returns-calculator ul li {
        padding: 0 5px;
    }
    .long-term-equity-fund .returns-calculator {
        padding: 15px;
        margin-top: 20px;
    }
    .long-term-equity-fund .fund-analysis .row .col-sm-4 {
        margin-bottom: 15px;
    }
    .long-term-equity-fund .fund-analysis .row .col-sm-4:last-child {
        margin-bottom: 0;
    }
    .long-term-equity-fund .fund-analysis p {
        min-height: inherit;
    }
    .long-term-equity-fund .scheme-details ul li > span .title {
        font-size: 10px;
    }
    .long-term-equity-fund .scheme-details ul li > span .detail {
        font-size: 11px;
    }
    .long-term-equity-fund .other-details ul li > span {
        font-size: 18px;
    }
    .long-term-equity-fund .other-details ul li > span.green {
        display: block;
        float: none;
    }
    .sort-filter,
    .main-filter {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    .filter-options {
        margin-bottom: 10px;
    }
    .fund-listing-wrapper .mCSB_inside > .mCSB_container {
        margin-right: 10px;
    }
    .main-filter .returns ul.fund-listing li {
        padding-right: 5px;
    }
    .first-timer.why-dealmoney-for-investment ul li {
        width: 100%;
    }
    .dropdown-filters .quotes_select .select-wrapper {
        width: 100%;
    }
    .dropdown-filters .right-data {
        padding-top: 8px;
        clear: both;
        text-align: center;
    }
    .dropdown-filters {
        margin-top: 10px;
    }
    .dropdown-filters .right-data select {
        width: 100%;
        font-size: 13px;
    }
    .dropdown-filters .right-data span {
        margin-top: 8px;
    }
    .fund-description {
        padding: 10px 10px 0;
        margin-bottom: 15px;
    }
    .fund-description .logo-img {
        width: 45px;
        padding-right: 10px;
    }
    .fund-description .fund-detail .top-patch .fund-data .title,
    .fund-description .fund-detail .top-patch .fund-data .tags {
        display: block;
        margin-top: 0;
    }
    .fund-description .fund-detail .top-patch .fund-data .title h3 {
        font-size: 13px;
    }
    .fund-description .fund-detail .top-patch .fund-data .tags ul li {
        margin-left: 0;
    }
    .fund-description .fund-detail .top-patch .fund-data .other-details {
        margin: 5px 0 0;
    }
    .fund-description .fund-detail .top-patch .fund-data .other-details ul li {
        width: 48%;
        padding: 0;
        margin-bottom: 5px;
        border: 0;
    }
    .fund-description .fund-detail .top-patch .rating-data {
        display: block;
        float: none;
        margin-bottom: 5px;
        text-align: left;
    }
    .fund-description .fund-detail .top-patch .rating-data .rating span {
        margin-top: 0;
    }
    .fund-description .fund-detail .top-patch .rating-data .rating {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 5px;
        vertical-align: top;
    }
    .fund-description .fund-detail .top-patch .rating-data .invest-btn {
        display: inline-block;
        vertical-align: top;
    }
    .fund-description .fund-detail .top-patch .rating-data .invest-btn .yellow_btn {
        padding: 4px 15px;
    }
    .fund-description .fund-detail .top-patch .fund-data .other-details ul li label {
        font-size: 10px;
    }
    .fund-description .fund-detail .top-patch .fund-data .other-details ul li span {
        font-size: 12px;
        line-height: 16px;
    }
    .fund-description .fund-detail .top-patch .rating-data .rating > span {
        font-size: 12px;
    }
    .fund-description .bottom-patch {
        padding: 10px 10px 0 55px;
        margin: 0 -10px;
    }
    .fund-description .bottom-patch .fund-summary ul li {
        width: 48%;
        padding: 0;
        margin-bottom: 10px;
        border: 0;
    }
    .header_title .align-btn {
        margin-top: 0;
    }
    .header_title ul li {
        margin-bottom: 0;
        margin-left: 0;
    }
    .date_list .yellow_btn {
        margin-top: 5px;
    }
    .why-dealmoney-for-investment {
        margin: 0;
    }
    .why-dealmoney-for-investment ul li {
        display: block;
        float: none;
        width: auto;
        padding: 8px 0;
        border: 0;
    }
    .why-dealmoney-for-investment ul li:after {
        content: none;
    }
    .why-dealmoney-for-investment ul li span:last-child {
        width: inherit;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 4px;
    }
    .investment-ideas-wrapper .owl-carousel .owl-item img {
        margin: 0;
    }
    .investment-ideas-wrapper .investment-ideas .media-wrapper {
        margin-bottom: 5px;
    }
    .mutual-funds-slider.banner .owl-theme .owl-dots,
    .investment-ideas-wrapper .owl-theme .owl-dots,
    .mutual-fund-option-slider.owl-theme .owl-dots {
        bottom: 15px;
    }
    .owl-theme .owl-controls {
        margin-top: 0;
    }
    .investment-ideas-wrapper .investment-ideas {
        padding: 0 0 15px;
    }
    .mutual-funds-slider.banner .banner_description {
        position: static;
        width: 100%;
        padding: 0;
    }
    .mutual-funds-slider.banner .banner_description h2 {
        font-size: 16px;
        color: #646464;
    }
    .mutual-funds-by-category .tab_container .tab_head,
    .top-performing-funds .tab_container .tab_head {
        overflow-x: auto;
    }
    .mutual-funds-by-category .tab_container .tab_head .nav-tabs,
    .top-performing-funds .tab_container .tab_head .nav-tabs {
        width: auto;
        white-space: nowrap;
    }
    .mutual-funds-by-category .tab_container .tab_head .nav-tabs li,
    .top-performing-funds .tab_container .tab_head .nav-tabs li {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .mutual-funds-by-category .tab-content {
        padding: 15px 15px 10px;
    }
    .mutual-funds-by-category .tab-content .tab-data .row .col-md-3 {
        margin-bottom: 10px;
    }
    .mutual-funds-by-category .tab-content .tab-pane .tab-data:not(:last-child) {
        margin-bottom: 20px;
    }
    .mutual-funds-by-category .tab_container,
    .top-performing-funds .tab_container {
        margin: 0 0 20px;
    }
    .jar-container .jar-text {
        position: static;
        width: 100%;
        padding: 10px 0;
    }
    .jar-container .jar-text h3 {
        margin: 0 0 10px;
        font-size: 16px;
    }
    .jar-container {
        margin-bottom: 10px;
    }
    .top-performing-funds .yearfilters ul li {
        padding: 0 3px;
        font-size: 12px;
    }
    .top-performing-funds .yearfilters ul li {
        margin-bottom: 8px;
    }
    .top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive > table > thead > tr > th,
    .top-performing-funds .tab_container .tab-content .tab-pane .table-wrapper .table-responsive > table > tbody > tr > td {
        padding: 5px 12px;
        font-size: 12px;
    }
    .top-performing-funds .table-responsive {
        margin-bottom: 0;
    }
    .invest-now-container {
        padding: 10px 15px;
        margin-bottom: 30px;
    }
    .invest-now-container .data p {
        min-height: inherit;
        font-size: 13px;
        line-height: 22px;
    }
    .invest-now-container .col-sm-8 .col-sm-4 {
        border: 0;
    }
    .invest-now-container .data-wrapper .image {
        display: inline-block;
        width: 80px;
        vertical-align: middle;
    }
    .invest-now-container .data-wrapper .data {
        display: inline-block;
        width: calc(100% - 85px);
        vertical-align: middle;
    }
    .invest-now-container .purpul_btn {
        position: static;
        margin: 10px 0;
        transform: none;
    }
    .know-more-section .col-md-3 {
        padding-left: 0;
    }
    .know-more-section .col-md-3:nth-child(odd) .media-wrapper,
    .know-more-section .col-md-3 .media-wrapper {
        min-height: inherit;
        padding: 10px;
    }
    .mutual-fund-option-slider {
        margin-bottom: 15px;
    }
    .know-more-section .col-md-3 .media-wrapper .media-heading {
        font-size: 13px;
        line-height: 18px;
    }
    .know-more-section .col-md-3 .media-wrapper .media-object {
        width: 70px !important;
    }
    .know-more-section {
        padding: 10px 0;
    }
    .know-more-btn-wrapper {
        margin: 10px 0 20px;
    }
    .long-term-equity-fund .fund-graph #nav_graph_chart {
        height: 150px;
    }
}


/* explore stock market css */

/* body {
    margin: 0px;
    padding: 0px;
    color: #333333;
    background: #f9ffff;
    font-family: "Open Sans",sans-serif;
} */

button{
    border: none;
    outline: none;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
    display: none;
}

/* banner section  */
.banner-section{
    margin-top: 50px;
    margin-bottom: 30px;
}

.banner-section .row{
    padding:20px
}

.banner-section img{
    width: 100%;
}

.carousel-indicators li {
    background-color:#C3C3C3;
    border:none;
}

.carousel-indicators .active {
    background-color:#FAB505;
}

.carousel-indicators {
    margin-bottom: -25px;
}


/* banner section  */


/* investment-section */
.investment-section{
    margin-top: 50px;
    margin-bottom: 30px;
}

.btnInvestment{
    background: #5B2067 0% 0% no-repeat padding-box;
    border-radius: 20px;
    font-size: 35px;
    font-weight: 600;
    color: white;
    padding: 10px 20px;
    pointer-events: none;
}

.investment-section .row{
    margin-top: 30px;
    padding: 10px 100px;
}


.investment-section h3{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    color: #5F2365;
    margin-top: 0px;
}

.investment-section .btnRight{
    background: #FAB505 0% 0% no-repeat padding-box;
    border-radius: 9px;
    color: #5F2365;
    font-size: 20px;
    padding: 9px 11px;
}

.investment-section .imgContainer{
    padding: 14px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #5B2067;
    border-radius: 14px;
    width: 109px;
    height: 115px;
    margin-bottom: 10px;
}

/* investment-section */

/* stock-section */
.stock-section{
    margin-top: 50px;
    margin-bottom: 70px;
}

.stock-section .btnStock{
    background: #5B2067 0% 0% no-repeat padding-box;
    border-radius: 20px;
    font-size: 35px;
    font-weight: 600;
    color: white;
    padding: 10px 20px;
    pointer-events: none;
}

.stock-section .tabContainer{
    margin-top: 30px;
    padding-right: 200px;
    padding-left: 200px;
}

.stock-section .tabmenu{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #6F3B79;
    border-radius: 20px;
    margin-bottom: -29px;
    position: relative;
}

.stock-section .dispContainer{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #5B285B;
    border-radius: 32px;
    margin-bottom: 50px;
}

/* .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover,.nav>li>a:focus {
    color: #5B285B;
    background: #FAB505 0% 0% no-repeat padding-box;
    border-radius: 20px;
}
.section .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover,.nav>li>a:focus {
    color: #5B285B;
    background: transparent !important;
    border-radius: 20px;
}

.nav>li>a:focus, .nav>li>a:hover {
    border-radius: 20px;
} */

.stock-section .nav>li>a{
    color: #5B285B;
    font-size: 17px !important; 
    font-weight: bold;
    padding: 8px 10px;
}

.stock-section .row{
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px 60px 20px 60px;
}

.stock-section .boxContainer{
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 30px 10px;
    margin-top: 10px;
    /* height: 340px; */
}

.stock-section .btnRight{
    background: #FAB505 0% 0% no-repeat padding-box;
    border-radius: 9px;
    color: #5F2365;
    font-size: 25px;
    padding: 0px 10px 3px;
}
.stock-section h3, h1{
    font-weight:600;
    letter-spacing: 0px;
    color: #5F2365 ;
    font-size: 20px;
}
.stock-section p{
    letter-spacing: 0px;
    color: #5F2365;
    font-weight: 400;
    font-size: 14px;
}

.stock-section .stock-img-container{
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    height: 60px;
    margin-bottom: 15px;
}
.btnRight img {
    padding: 5px;
}

/* stock-section */


/* open-demat-account and why-dealmoney*/
.open-demat-account, .why-dealmoney{
    margin-top: 30px;
    margin-bottom: 10px;
}

.openAccountBtn{
background: #5B2067 0% 0% no-repeat padding-box;
border-radius: 20px;
color: white;
font-size: 35px;
font-weight: 600;
padding: 0px 20px 10px 20px;
}

.open-demat-account .row, .why-dealmoney .row{
    padding: 30px 60px 0px 60px;
}

.open-demat-account img , .why-dealmoney img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.open-demat-account h4, .why-dealmoney h4{
    letter-spacing: 0px;
    color: #5F2365;
    font-weight: bold;
}

/* open-demat-account and why-dealmoney*/



/* Media Queries */

@media(width:768px){
    /* .stock-section .nav>li>a{
        font-size: 17px !important;} */
.stock-section .tabContainer {
            margin-top: 30px;
            padding-right: 180px;
            padding-left: 180px;
        }
}

@media(max-width:767px){
    .investment-section .row {
        margin-top: 30px;
        padding: 10px 20px;
    }

    .nav-justified>li>a {
        margin-bottom: 0px;
    }

    .stock-section .nav>li>a {
   
        white-space: nowrap;
    }

    .stock-section .tabContainer {
        margin-top: 30px;
        padding-right: 100px;
        padding-left: 100px;
    }

    .stock-section .tabContainer{
        padding-right: 250px;
        padding-left: 250px;
        margin-bottom: -60px;
    }

    .stock-section .nav>li>a{
        padding: 5px;
    }

    .stock-section .row {
        margin-top: 50px;
    }
    
    .stock-section .nav>li>a{
        font-size: 17px !important;
    }
    .nav-justified>li>a {
         margin-bottom: 0px;
    }
}
@media(max-width:630px){
    .stock-section .tabContainer {
        padding-right: 150px;
        padding-left: 150px;
    }
}
@media(max-width:500px){
    .stock-section .tabContainer {
        padding-right: 90px;
        padding-left: 90px;
    }
    .openAccountBtn , .btnInvestment, .stock-section .btnStock{
        font-size: 25px;
        padding: 8px 10px;    
    }
    .open-demat-account .row, .why-dealmoney .row {
        padding: 30px 0px 0px 0px;
    }
}
@media(max-width:400px){
    .stock-section .tabContainer {
        padding-right: 40px;
        padding-left: 40px;
    }

    .stock-section .row {
        padding: 20px 20px 20px 20px;
    }

    .openAccountBtn , .btnInvestment, .stock-section .btnStock{
        font-size: 23px;
        padding: 8px 10px;    
    }

    .col-xs-6{
        padding-left: 5px;
        padding-right: 5px;
    }

    .open-demat-account h4, .why-dealmoney h4 {
        font-size: 15px;
    }

}

@media (max-width: 370px){
.stock-section .tabContainer {
    padding-right: 60px;
    padding-left: 60px;
}
}
@media(max-width:300px){
    .stock-section .tabContainer {
        padding-right: 40px;
    padding-left: 40px;
    }

    .openAccountBtn , .btnInvestment, .stock-section .btnStock{
        font-size: 20px;
        padding: 8px 10px;    
    }
}

@media(min-width:1204) {
    .open-demat-account .row, .why-dealmoney .row {
        padding: 30px 80px 0px 80px;
    }
}

@media(min-width:1200px){
    .stock-section .tabContainer {
        padding-right: 250px;
        padding-left: 250px;
    }
}

.media {
  display: flex;
}
.investment-ideas-wrapper {
margin-top: 20px;
}
.media-body p {
font-size: 13px;
line-height: 16px;
color: #555;
margin-left: 10px;
}
.media-body h4 {
font-size: 14px;
font-weight: bold;
color: #51044c;
margin-left: 10px;
}
.mutual-funds-by-category a.nav-link:active {
    /* background: #5b2a62 !important;
    color: #ffffff !important;
    border: 0px; */
}
.tab_container .tab_head .nav-tabs li a.nav-link.active
{
    background: #5b2a62 !important;
    color: #ffffff !important;
    border: 0px;
}
.top-performing-funds .tab_container .tab-content {
    padding: 0px;
}
.top-performing-funds ul {
    margin-bottom: 0px;
}
.purpul_btn {
    background: #5b2a62 !important;
    border: 0px;
    color: #ffffff !important;
    padding: 8px 15px;
    font-size: 13px;
    text-transform: none;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    font-weight: normal;
    text-align: center;
}


