﻿

.fh-header-summary > div {
    display: flex;
}

    .fh-header-summary > div p {
        margin-right: 75px;
        width: 150px;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .fh-header-summary > div label {
        margin-bottom: 6px;
    }

    .fh-header-summary > div i {
        color: #999;
        font-weight: 400;
        font-size: .9em;
    }

    .fh-header-summary > div span {
        font-size: 1.1em;
        font-weight: 500;
    }

.fund-house-content {display:flex;}
.fund-house-content > .col-1 {
    width:25%;
}
    .fund-house-content > .col-2 {
        width: 75%;
    }
.fh-menu {
    margin-top: -10px;
}
.fh-menu a {
    display: block;
    margin: 20px 0;
    padding: 10px 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.fh-content-wrap {
    margin-top: 15px;
}
    .fh-content-wrap h2 {
        color: var(--blue);
        position: relative;
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 120%;
        text-transform:capitalize;
    }
.about-amc {
    padding-top: 15px;
}
    .about-amc > p {
        margin-bottom: 20px;
        line-height: 125%;
    }
    .about-amc > p > strong{font-weight:600;}
.fund-house-list.fund-list-wrap ul li:last-child {
    flex-direction:column;
}
.fund-house-list ul a{margin-left: 10px;}
body.loaded {
    .fund-house-list a
{
    font-size: .8em;
    text-decoration: none !important;
    
}
}