.planning-consequences .planning img {
    width: 100%;
}

.planning-consequences .planning .list {
    padding: 5px;
    border-radius: 50px;
    background: #eee;
    margin: 15px 0;
    display: flex;
}

.planning-consequences .planning .list i {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}

.planning-consequences .planning .list span {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.planning-consequences .planning-two .list:nth-child(1) {
    transform: translateX(-100px);
}

.planning-consequences .planning-two .list:nth-child(2) {
    transform: translateX(-50px);
}

.planning-consequences .planning-two .list:nth-child(4) {
    transform: translateX(-50px);
}

.planning-consequences .planning-two .list:nth-child(5) {
    transform: translateX(-100px);
}

.planning-consequences .planning-three .list:nth-child(1) {
    transform: translateX(100px);
}

.planning-consequences .planning-three .list:nth-child(2) {
    transform: translateX(50px);
}

.planning-consequences .planning-three .list:nth-child(4) {
    transform: translateX(50px);
}

.planning-consequences .planning-three .list:nth-child(5) {
    transform: translateX(100px);
}

.planning.planning-one {
    width: 100%;
    display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: center;
}

.planning.planning-one img {
    width: 70%;
}

.planning.planning-four {
    width: 100%;
    display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: center;
}

.planning.planning-four img {
    width: 70%;
}

.top_fund_performance ul {
    padding: 0;
    list-style-type: none;
}

.fund_performance {
    text-align: center;
    margin-bottom: 30px;
}

.top_fund_performance ul li {
    display: inline-block;
    width: 19%;
    font-size: 20px;
    font-weight: 600;
}

.fund_performance .form-check {
    display: inline-block;
    width: 19%;
    vertical-align: middle;
}

.top_fund_performance ul li i {
    display: block;
    margin-bottom: 10px;
}

.top_fund_performance ul li img {
    width: 50px;
}


/* RADIO */

.fund_performance .radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 200px;
    width: 200px;
    padding: 10px;
    line-height: 20px;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.fund_performance .radio:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.fund_performance .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.fund_performance .radio em {
    font-style: normal;
    vertical-align: middle;
    padding: 0;
    line-height: 14px;
    font-weight: 600;
    color: #f87322;
    margin-top: 15px;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}

.fund_performance .radio:hover em {
    color: #f87322;
}

.fund_performance form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fund_performance .radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    width: 180px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 3px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 15px 0 #ddd;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.fund_performance .radio .checkmark:hover {
    transition: 0.5s;
}

.fund_performance .radio .checkmark:hover::before {
    transition: 0.5s;
    background: var(--color1);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.fund_performance .radio .checkmark:hover em {
    transition: 0.5s;
    color: var(--white);
}

.fund_performance .radio .checkmark::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    transform: rotate(0deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(252, 117, 9, 0);
    transition: 0.5s;
}

.fund_performance .radio .checkmark .icone {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #eee;
    padding: 15px;
    position: relative;
    border-radius: 50%;
}

.fund_performance .radio .checkmark .icone img {
    width: 100%;
}

.fund_performance .radio .checkmark em {
    width: 100%;
    display: block;
    margin-top: 10px;
    position: relative;
}

.form-check-input:checked[type=radio]+span.checkmark {
    border: 3px solid #f87322;
}

.fund_performance .radio:hover input~.checkmark {
    border: 3px solid #f87322;
}

.mfpf-sections .all_top_funds .content-box {
    background: #fff;
    border: 1px solid #eee;
    height: 100%;
    padding: 30px;
    position: relative;
}

.mfpf-sections .all_top_funds .content-box div#loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mfpf-sections .all_top_funds #main_fund_box {
    width: 100%;
}


/* Layer 2 css */

.category_side_bar {
    display: inline-block;
    width: 100%;
    background-color: #ededf5;
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

#category_wise_fund p {
    margin: 0;
    padding: 4px 15px;
    border: 1px solid #c0e1e7;
    border-bottom: none;
    position: relative;
    cursor: pointer;
    color: #1e769f;
    /* display: inline-block; */
}

#category_wise_fund p:last-child {
    border-bottom: 1px solid #d8edf1;
}

#category_wise_fund p.active {
    background-color: #2b8caa;
    color: #fff;
}

#category_wise_fund p:hover {
    background-color: #2b8caa;
    color: #fff;
}

#category_wise_fund p::after {
    position: absolute;
    content: "\f178";
    font-family: fontawesome;
    font-size: 16px;
    right: 15px;
    top: 5px;
    opacity: 0.5;
    color: #1e769f;
}

#category_wise_fund .sub_category_items {
    position: relative;
}

#category_wise_fund .sub_category_items:hover {
    background: #ff7f5d;
    color: #fff;
}

#category_wise_fund .sub_category_items .fund_sub_category {
    width: 100%;
    position: absolute;
    height: 25px;
    opacity: 0;
    cursor: pointer;
}

#category_wise_fund .sub_category_items .fund_sub_category[type=radio]:checked+label {
    background: #f87322;
    color: #fff;
}

#category_wise_fund .sub_category_items label {
    display: block;
    width: 100%;
    padding: 2px 10px;
}

#myTable th {
    background-color: #d8edf1;
    padding: 10px 5px;
    font-size: 15px;
    line-height: 16px;
    color: #1e769f;
    text-align: center;
}

#myTable td {
    border: 1px solid #d8edf1 !important;
    font-size: 14px;
    line-height: 16px;
    color: #1e769f;
    padding: 5px;
}

#myTable .highcharts-figure {
    display: block;
    padding: 0 !important;
    width: 100% !important;
    margin: 0;
    max-width: 100%;
    border: none !important;
}

.map_active .highcharts-figure {
    display: block !important;
}

.map_active .highcharts-figure #container {
    border: 1px solid #d8edf1 !important;
    padding: 0;
}


/* .map_active .highcharts-figure #container {
    padding: 0;
} */

#myTable #showMap {
    position: relative;
}

#myTable #showMap span {
    opacity: 0;
    width: 30px;
    display: block;
    height: 55px;
    z-index: 99;
    position: relative;
    cursor: pointer;
}

#myTable #showMap::after {
    content: "+";
    position: absolute;
    font-size: 22px;
    top: 35%;
    left: 40%;
}

.loader img {
    width: 60px;
}


/* LAYER 3 */

#loader {
    display: inline-block;
    width: calc(100% - 245px);
    vertical-align: top;
}

#main_fund_box {
    display: inline-block;
    vertical-align: top;
    max-height: 65vh;
    overflow-y: auto;
    padding: 5px;
}

#myTable .chart_div {
    display: none;
    width: 100% !important;
}

#myTable .map_active .chart_div {
    display: block;
}


/* Map Div CSS */


/* #myTable tr {
    display: block;
} */

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #ff7f5d;
}

td.details-control {
    cursor: pointer;
}

text.highcharts-subtitle {
    display: none;
}

text.highcharts-credits {
    display: none;
}

.search_bar_sub #myInput {
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 5px;
    width: 96%;
}

.news #myTabContent img {
    display: none;
}

.news .nav-item {
    display: inline-block;
    width: 33%;
}

.news .nav-item .nav-link {
    background-color: #deefd6;
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 20px;
    color: #333;
    font-size: 18px;
}

.news .nav-item .nav-link.active {
    background: #ff7f5d;
    color: #fff;
}

.whyus-section {
    /*background: #f5f8f3;*/
    /*padding-bottom: 0;*/
}

.whyus-section .image img {
    width: 100%;
}

.whyus-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1098039216);
    margin-bottom: 20px;
}

.whyus-box .icon i {
    font-size: 60px;
}

.whyus-box.box2 {
    margin-top: 130px;
    transform: translateX(130px);
    margin-bottom: 40px;
}

.whyus-box.box3 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.whyus-box.box4 {
    margin-top: 100px;
    transform: translateX(-130px);
    margin-bottom: 40px;
    text-align: right;
}

.whyus-box.box5 {
    text-align: right;
}

.proccess-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.proccess-section::after {
    content: "";
    border-top: 2px dashed #000;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 60px;
    z-index: 0;
}

.proccess-section .box {
    text-align: center;
    position: relative;
    z-index: 9;
}

.proccess-section .box .icon {
    background-color: #ddd;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.proccess-section .box .icon i {
    font-size: 80px;
}

.planning-box {
    position: relative;
}

.planning-box img {
    filter: grayscale(1);
    transition: all 0.3s;
}

.planning-box:hover img {
    filter: grayscale(0);
    transition: all 0.3s;
}

.planning-box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    background: linear-gradient(0deg, black, transparent);
    padding: 25px 15px;
    transition: all 0.3s;
}

.planning-box:hover .text {
    height: 100%;
    transition: all 0.3s;
    background: linear-gradient(0deg, #ff7f5d, transparent);
}

.planning-box .text h4 {
    color: #fff;
}

.planning-box .text p {
    color: #fff;
}

.founder-img {
    position: relative;
}

.founder-img::after {
    content: "";
    position: absolute;
    border: 12px solid #ff7f5d;
    width: 260px;
    height: 300px;
    top: -30px;
    left: -30px;
    z-index: 0;
}

.founder-img img {
    width: 90%;
    position: relative;
    z-index: 9;
}

.founder-img .linkedin-profile {
    position: absolute;
    left: -40px;
    z-index: 9;
    bottom: 50px;
    background-color: #ff7f5d;
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.founder-img:hover .linkedin-profile {
    left: 0px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.TabbedPanelsTab {
    background-color: #ff7f5d !important;
    width: 24.8%;
    padding: 20px !important;
    text-align: center;
}

.TabbedPanelsTabSelected {
    background-color: #ff7f5d !important;
}

.mftc-section {
    background: linear-gradient(180deg, var(--color1) 50%, var(--white) 50%);
}

.mftc-section .main_heading h1 {
    color: var(--white);
}

.mftc-section .list-cal {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--white);
    border: 1px solid #eee;
    padding: 5px;
}

.mftc-section .list-cal li {
    margin-bottom: 10px;
    width: 100%;
}

.mftc-section .list-cal li a {
    display: block;
    background-color: var(--color1);
    text-align: left;
    color: var(--white);
    transition: 0.5s;
    max-width: 100%;
	width: 100%;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid var(--color1);
}

.mftc-section .list-cal li a i {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    font-family: "FontAwesome";
}

.mftc-section .list-cal li a:hover {
    transition: 0.5s;
    background-color: var(--white);
    color: var(--color1);
}

.mftc-section .main-cal-right {
    border: 1px solid #eee;
    height: 100%;
    background-color: var(--white);
    padding: 20px;
    position: relative;
}

.mftc-section .main-cal-right .reslultbox .color-red {
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    font-weight: 600;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
}

.mftc-section div#loading_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*# sourceMappingURL=mf-style.css.map */