.bfl-investment-calc-main-wrapper{padding:20px;box-shadow:0 0 8px 0 rgba(0,0,0,0.16);border-radius:8px}
.acordian-txt-wrap{display:flex;align-items:center}
.bfl-heading-accor-wrap{align-items:center;justify-content:space-between;display:flex;margin:-20px -20px 0;padding:20px 20px 0;cursor:pointer}
.bfl-uncollapsible-accord{align-items:center;justify-content:space-between;display:flex;margin:-20px -20px 0;padding:20px 20px 0;cursor:pointer}
.bfl-invest-heading-accor{display:flex;align-items:center;justify-content:space-between}
.accord-arrow-icon{content:"";border:solid var(--orange);border-width:0 2px 2px 0;padding:3px;transform:rotate(45deg);transition:transform .3s linear}
.active-accord{transform:rotate(225deg)}
.mf-ttip-img{width:15px;height:15px;position:relative;margin-left:10px}
.mf-ttip-img img{width:100%;height:100%}
.fund-tooltip .bottom{min-width:200px;top:22px;left:50%;transform:translate(-50%,0);padding:8px;color:var(--black);background-color:var(--white);font-weight:normal;font-size:12px;line-height:14px;border-radius:8px;position:absolute;z-index:99999999;box-sizing:border-box;box-shadow:0 0 8px 0 rgba(0,0,0,0.16);display:none}
.fund-tooltip .bottom i{position:absolute;bottom:100%;left:50%;margin-left:-12px;width:24px;height:12px;overflow:hidden}
.fund-tooltip .bottom i::after{content:'';position:absolute;width:12px;height:12px;left:50%;transform:translate(-50%,50%) rotate(45deg);background-color:var(--white);box-shadow:0 0 8px 0 rgba(0,0,0,0.16)}
.fund-tooltip .top{min-width:200px;top:-4px;left:50%;transform:translate(-50%,-100%);padding:8px;color:var(--black);background-color:var(--white);font-weight:normal;font-size:12px;line-height:14px;border-radius:8px;position:absolute;z-index:9;box-sizing:border-box;box-shadow:0 0 8px 0 rgba(0,0,0,0.16);display:none}
.fund-tooltip .top i{position:absolute;top:100%;left:50%;margin-left:-12px;width:24px;height:12px;overflow:hidden}
.fund-tooltip .top i::after{content:'';position:absolute;width:12px;height:12px;left:50%;transform:translate(-50%,-50%) rotate(45deg);background-color:var(--white);box-shadow:0 0 8px 0 rgba(0,0,0,0.16)}
.bg-color .brush-bg{background-color:var(--white)}
@media screen and (min-width:280px) and (max-width:600px){.bfl-investment-calc-main-wrapper{padding:15px}
.bfl-heading-accor-wrap{margin:-15px -15px 0;padding:18px 16px 0}
.bfl-uncollapsible-accord{margin:-15px -15px 0;padding:18px 16px 0}
.bfl-mf-heading-h2 .mf-ttip-img.tooltip{display:none}
.mf-ttip-img{width:13px;height:13px}
.acordian-txt-wrap{align-items:center}
}