﻿section{margin-bottom:60px;}
.fund-det-wrap p {line-height:150%;
}
   
    .fund-det-wrap a {
        color: mediumblue;
    }
.btn {
    text-align: center;
    display: block;
}

.pg-hdg.fd-hdg {
    padding-left: 60px;
    color: #fff;
    font-size: 2.2em;
}
    .pg-hdg.fd-hdg p {
        line-height: 100%;
        font-size: .35em;
        font-family: roboto;
        text-transform: capitalize;
        color: #ffd700;
        margin-top: 5px;
    }
        .pg-hdg.fd-hdg p span:first-child{margin-right:30px;}
        .box-wrap {
            border-radius: 9px;
            margin-bottom: 35px;
        }
.perf-chart-wrap h3 {
    font-family: 'Roboto Condensed','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;text-align:center;padding:10px 0;font-weight:700;font-size:.85em;text-transform:uppercase;
}
.perf-chart-wrap figcaption{text-align:center;margin-bottom:10px;font-size:.72em;}
.highcharts-figure {text-align:center;}
    .highcharts-figure img{max-width:100%;}
    h2.hdg {
        text-align: center;
        text-transform: uppercase;
        font-family: 'Roboto Condensed','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin: 5px 0 15px;
        font-weight: 700;
        font-size: 1.2em;
    }
.riskometer-wrap > div{padding:25px 15px;}
.perf-sec.box-wrap {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.perf-sec > div:first-child {
    width: 30%;
    background-color: #f9f9f9;
    border-radius: 9px 0px 0px 9px;
}
.perf-sec > div:last-child {
    position: relative;
    background-color: #fff;
    border-radius: 0 9px 9px 0;
    width: 70%;
}
.ret-wrap,  .peer-comp-wrap, .port-hold-wrap, .fund-info-wrap {
    padding: 25px;
}
.change-tenure-wrap {text-align:right;}
.ls-lnk {
    display: flex;
}
.ls-lnk p {
    font-family: 'Roboto Condensed','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: .85em;
    text-transform: uppercase;
    font-weight: 700;position:relative;cursor:default;
}

.main-ret-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.ret-wrap label, .fund-info li label {
    font-size: .72em;
}
.ret-val {
    font-size: 2em;
    line-height: 100%!important;
    font-weight: 700;
    font-family: 'Roboto Condensed','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
    .ret-val::after{content:'%'}
    .dt-as-on, .fund-info li span {
        display: block;
        font-size: .7em;
        font-weight: 300;
        line-height: 100%;
    }
.ls-lnk p:first-child {
    margin-right: 70px;
}
.ls-sip-stmt-wrap{margin:20px 0;}
    .ls-sip-stmt-wrap p{font-size:.9em;line-height:150%;}
    .ls-sip-stmt-wrap strong {
        font-weight: 500;
    }
    /*Fund Info*/
.fund-info{display:flex;flex-wrap:wrap;}
    .fund-info > div:first-child{width:75%;}
    .fund-info .riskometer-wrap {
        width: 25%;
    }
.fund-info-wrap li > p{text-transform:capitalize;}
.fm-info-wrap {
    padding: 0 25px;
}
    .fm-info-wrap h3{font-weight:bold;}
    .fund-info-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
.fm-list{display:flex;justify-content:space-between;flex-wrap:wrap}
    .fm-list li {
        margin-bottom: 30px;
    }
    .fm-list h4 {
        padding: 10px 0;
        font-weight: 500;
        font-size: .9em;
    }
    .fund-info-wrap > li {
        width: 33.33%
    }
.fm-list .fm-pic {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid;
    padding: 10px;
}
.fm-list .fm-profile {
    font-size: .85em;
    line-height: 150%;
}
.fund-info-wrap > li.full {
    width: 100%
}
.sec-fund-info .se-desc {
    padding:0 25px 25px;
}
    .sec-fund-info .se-desc h3 {
        font-weight: bold;
        margin-bottom: 10px;
    }
    .sec-fund-info .se-desc p {
        margin-bottom: 20px;
        line-height: 150%;
    }
    .sec-fund-info .se-desc strong{font-weight:500;}
.riskometer-wrap h3{font-weight:bold;}

 .peer-data th, .peer-data td, .port-data th, .port-data td {
    border: 1px solid #666;
    padding: 7px;
    text-align: right;
    font-size: .85em;
}
    .peer-data.ls th.sip, .peer-data.ls td.sip {
        display: none;
    }

.port-data td {
    width: 33.33%;
}
    .hold-tab-cont.other td {
        width: 50%;
    }

     .peer-data th:first-child, .peer-data td:first-child, .port-data th:first-child, .port-data td:first-child {
        text-align: left;
    }

    .peer-data td span{display:block;padding:5px 0;}
.hold-tab-bar ul{display:flex;justify-content:space-between;}
.hold-tab-bar .se-desc  {margin-bottom:15px;
}
.hold-tab-bar li{display:flex;}
    .hold-tab-bar li span {
        margin-left: 5px;
        font-weight: 500;
        line-height: 150%;
    }
.port-hold-data-wrap {
    margin: 30px 0;position:relative;
}
.hold-more-wrap {
    margin-top: 15px;
}
    .port-hold-data-wrap h3 {
        font-weight: 700;
        margin-bottom: 15px;
    }

/* Responsive code*/
@media (max-width: 690px) {
    .b-c a, .b-c p {
        padding: 5px 15px 5px 0px;
    }
        
        .pg-hdg.fd-hdg {
            font-size: 1.3em;
            line-height: 110%;
        }
        .pg-hdg.fd-hdg p {font-size:.55em;}
        .perf-sec > div:last-child {
            border-radius: 0 0 9px 9px;
        }
    .perf-sec > div {
        width: 100% !important;
    }

        .perf-sec > div:first-child {
            border-radius: 9px 9px 0 0;
        }
    .peer-data .col-3Y {
        min-width: 25%;
    }
    .fund-info > div {
        width: 100% !important;
    }
   /* .hold-tab-bar ul{flex-direction:column;}*/
    .fund-info-wrap > li {
        width: 50%;
    }
    .hold-tab-bar li {padding:7px 0;}
     .ret-comp-wrap th:nth-child(3), .ret-comp-wrap th:nth-child(4), .ret-comp-wrap td:nth-child(2), .ret-comp-wrap td:nth-child(3), .ret-comp-wrap td:nth-child(4) {
        display: none;
    }

    .col-1M, .col-3M, .col-6M, .col-1Y, .col-2Y, .col-5Y, .col-10Y {
        display: none;
    }
     .port-hold-data-wrap{width:100%!important;}
    .port-data::after{display:none!important;}
   
}