.calculation-result .about-chart .amt-principal:before {
    background: #dddddd !important;
}

.calculation-result .inflation-values {
    width: 140px;
}

#earn_more{
    background-color: #F1FFF0;padding: 10px;
}
.bottom-invest-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.invest-content {
    margin-right: 12px;
}
.invest-content p {
    font-size: 14px;
    line-height: 18px;
}
.bottom-invest-section .cta-primary{
    width: 123px;
}
.selected_input{
border: 1px solid #ddd;
    background: #fff;
    padding: 7px 16px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
}
.dropdown-wrap .dropdown-arrow {
    right: 16px;
    background: #fff;
}
.dropdown-wrap.selected .dropdown-arrow:after{
top: 5px;
}

@media (max-width: 991px) {
    .dropdown-wrap .dropdown-arrow {
        background: #F9F8F3;
    }
    #earn_more{
        padding: 10px 10px 10px 16px;
    }
    .calculation-result .amount-values {
        margin-left: 0px;
    }
    .sec-calculator .tax-slab-box .main-box {
        padding-top: 16px;
    }
    .cal-table tr td:first-child {
        padding-right: 0px;
    }

    .cal-table th:first-child {
        border-radius: 4px 0px 0px 4px;
    }

    /* isApp and Mweb */
    .sec-calculator .cal-table th{
        padding: 8px;
        font-size: 13px;
    }
    .sec-calculator .cal-table tr td {
        padding: 12px 12px 0px 8px;
    }
    .sec-calculator .calculation-content{
        margin-top: 20px;
    }
    .section-title-md {
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        text-align: left;
        margin-top: 20px;
    }

    .section-subtitle {
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

    .cal-tax-exemption {
        padding: 0px;
    }

    .sec-calculator .bg-apricot {
        background-color: #ffffff;
    }

    .sec-calculator .form-ctrl {
        background-color: #ffffff;
    }
    .sec-calculator .calculation-content {
        box-shadow: none;
        border-radius: 0px;
    }
    .sec-calculator .calculation-result {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .isApp .btn-form-group {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 12px 20px 20px 20px;
        background: #fff;
        margin-bottom: 0px;
    }
    .custom-primary {
        background-color: var(--primary-green);
        color: #ffffff !important;
        padding: 12px;
    }
    .calculator-form .btn-form-group .calci-button-ctrl {
        margin-bottom: 0px;
    }
    .isApp .cal-tax-exemption {
        padding-bottom: 50px;
    }
    .isApp .mweb-ctas {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        background: #ffffff;
        padding: 12px 20px 20px 20px;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 18%);
        z-index: 10;
    }
    .mweb-ctas .cta{
        padding: 12px;
    }
    .isApp #fd_result{
        /*margin-top:20px;*/
    }
    .onpage-offer-card {
        padding: 12px 0px 18px;
    }
    .isApp .calculation-content {
        padding-bottom: 80px;
    }

    /* .bg-apricot.main-content{
        padding-left: 0px;
        padding-right: 0px;
    } */
    /* .sec-calculator .cal-tax-exemption,
    .sec-calculator .calculation-content .mweb-ctas,
    .sec-calculator .calculation-content .onpage-offer-card,
    .sec-calculator .output-table-parent,
    .sec-calculator .visible-goal
    {
        padding-left: 16px;
        padding-right: 16px;
    } */


    .sec-calculator .calculation-content #fd_result hr
    {
        margin-left: 16px;
        margin-right: 16px;
    }
    .sec-calculator .earn-icon{
        margin-left: 6px;
    }
    .sec-other-calculator .calculation-result .bar-graphic-body .chart-box{
        width: 330px;
    }
    .wraper-fund-detail {
        padding: 0 16px;
    }
    .wraper-fund-detail .fund-detail-section{
        display: block;
        margin-bottom: 13px;
    }
    .wraper-fund-detail .ranked-section {
        width: 150px;
        margin: 0 auto;
    }
    .wraper-fund-detail .ranked-section .etm-heading-4{
        text-align: center;
    }
    .wraper-fund-detail .rank-numbering {
        width: 100%;
        margin: 0 auto;
    }
    .wraper-fund-detail .fund-detail-table {
        width: 100%;
        padding-left: 0;
        margin: 22px auto 0;
    }
    .wraper-fund-detail .fund-detail-table table tr td {
        padding: 15px 0 13px;
        border-bottom: 1px solid #ccc;
    }
    .wraper-fund-detail .fund-detail-table table tr:last-child td{
        border-bottom: none;
    }
    .wraper-fund-detail .invest-content {
        margin-right: 0;
    }
    .dropdown-wrap .selected_input{
        background: #F9F8F3;
    }
    /* isApp and Mweb */

}

@media (max-width:320px) {
    .sec-other-calculator .calculation-result .bar-graphic-body .chart-box{
        width: 300px;
    }
}

.calculation-content.overlay:before {
    z-index: 1;
}

.add-table tr td:first-child a:hover {
    color: var(--primary-green);
}

@media (min-width:992px) {

    .sec-other-calculator .calculation-result .about-chart {

        justify-content: center !important;
    }
}

.calculation-result .about-chart {
    padding-top: 5px;
}

.sec-calculator .table-listing li:nth-child(2) .property .property-child,
.sec-calculator .table-listing li:nth-child(3) .property .property-child {
    padding-right: 0px !important;
}

.calculation-result .amount-values {
    width: 85% !important;
}

.see-how-switch .light-label.active {
    color: #222222;
}

.investment-switch .rounder {
    background-color: var(--primary-green);
}

.investment-switch .rounder:before {
    content: url('../../../../assets/icms/images/calculator/left-arrow.svg');
}

.investment-switch input:checked+.rounder:before {
    content: url('../../../../assets/icms/images/calculator/right-arrow.svg');

}

.summary-label {
    font-weight: 600;
    margin: 10px 0px 5px;
}

.summary ul li {
    line-height: 21px;
    color: #454545;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    width: 100%;
    text-align: left;
    list-style-type: none;
}

.summary ul li::before {
    content: '';
    top: 7px;
    position: absolute;
    width: 8px;
    height: 20px;
    background: url("../../../../assets/icms/images/calculator/Ellipse.svg") no-repeat;
    background-size: 100%;
    left: 0;
    display: inline-block;
}

/* table */
.cal-table {
    width: 100%;
}

.cal-table th {
    background-color: #F9F8F3;
    padding: 12px;
    ;
}

.cal-table tr td {
    padding: 12px 12px 0px 12px;
}

.cal-table tr td:nth-child(2),
.cal-table tr td:nth-child(3) {
    text-align: center;
}

.cal-table th:first-child {
    border-radius: 4px 0px 0px 4px;
}

.cal-table th:last-child {
    border-radius: 0px 4px 4px 0px;
}



.c-5star {
    background-color: #03D000;
}

.c-4star {
    background-color: #7EEC00;
}

.c-3star {
    background-color: #B6E616;
}

.c-2star {
    background-color: #d8ee2b;
}

.c-1star {
    background-color: #ecde03;
}

.c-star img {
    margin-top: -6px;
    margin-left: 2px;
}

/* Radio button style */
.flex-with-no-space {
    margin-bottom: 10px;
}

.radio-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'proxima-nova';
}

.radio-btn-input {
    display: none;
}

.radio-btn.type2 .circle:checked+span {
    background: 0 0;
    border-color: var(--primary-green);
}

.radio-btn.type2 span {
    border: solid 2px var(--primary-green);
}

.radio-btn span {
    width: 18px;
    height: 18px;
    border: solid 3px #eaeaea;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    background: #fff;
    margin-top: -4px;
}

.radio-btn.type2 .circle:checked+span:after {
    width: 12px;
    height: 12px;
    background: var(--primary-green);
    top: 2px;
    left: 2px;
    transform: translate(0, 0);
}

.circle:checked+span:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-btn.type2 .circle:checked+span {
    background: 0 0;
    border-color: var(--primary-green);
}

.radio-btn.type2 span {
    border: solid 1px var(--primary-green);
}

.output-table tr th:first-child {
    padding-left: 0px;
}
.output-table tr td:nth-child(1) .value {
    padding-left: 0px;
}
.fund-detail-section {
    padding: 4px 0 20px;
display: flex;
    justify-content: space-between;
    align-items: baseline;
margin-bottom: 20px;
padding-bottom:20px;
    border-bottom: 1px solid #eee;
}
.ranked-section {
    position: relative;
    padding: 10px 0 22px;
    min-height: 191px;
}

.ranked-section {
   position: relative;
    padding: 0px 0 0px;
    min-height: 136px;
    width: 40%;
}
.ranked-section .heading-group{ text-align: center; position: relative;}
.ranked-section .geniuslogo{ position: absolute; left:calc(50% - 45px); bottom:5px;}
.locked-sec .icon{ width:60px; height:60px; display: inline-grid; place-items:center; background:#FFFBED; border-radius:50%; cursor: pointer;}

.ranked-section .etm-heading-4 {
    font-size: 16px;
    line-height: 17px;
    font-family: proxima-nova-semibold;
    text-align: center;
    color: #222;
    padding: 0px 0 20px;
    margin: 0;
}
.rank-numbering {
    text-align: center;
    position: relative;
    padding: 12px;
    width: 64%;
    cursor: pointer;
}
.rank-numbering .etm-heading-h2 {
    font-family: proxima-nova-semibold;
    font-size: 44px;
    line-height: 40px;
    color: #222;
    margin: 0;
    padding: 0;
}
.rank-numbering p {
    font-size: 12px;
    line-height: 17px;
    color: #666;
    padding: 4px 0 0;
}
.ranking_image-part {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
/* .ranked-section:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 0;
    background: url(http://localhost:8000/static/images/funds/chart-bar.svg) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 33px;
} */
.fund-detail-table {
    width: 60%;
    padding-left: 28px;
}
.fund-detail-table table {
    margin-bottom: 0;
}
.fund-detail-table table tr td {
    border: none;
    font-size: 14px;
    line-height: 17px;
    color: #666;
    padding: 0px 0 22px;
}
.fund-detail-table table tr td strong{
color: #222;
}
.fund-detail-table table tr td:last-child {
    text-align: right;
}
.fund-detail-table table tr:last-child td {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .flex-with-no-space .radio-btn {
        width: auto;
        margin-right: 30px;
    }
    .ranked-section .heading-group{
      width:64%;
    }
}
@media(min-width:320px) {
    .calculation-content {
        display: block !important;
    }
}

@media(min-width:320px) {
    .calculation-content {
        display: block;
    }
}

@media(min-width:992px) {
    .add-table.table-responsive {
        overflow-x: initial;
        min-height: 433px;
    }
    .table-wrapper {
        margin-bottom: 40px;
    }
}
@media(max-width:991px) {
    .add-table.table-responsive {
        overflow-x: initial;
        min-height: 305px;
    }
}

.output-table-parent {
    border: 1px solid #DDDDDD;
    padding: 20px;
    border-radius: 8px;
}
.output-table tr td {
    color: var(--black60);
    font-size: 18px;
    line-height: 16px;
    font-weight: 400;
    padding: 6px 0;
    width: 33.33%;
}
.output-table tr th:nth-child(2), .output-table tr td:nth-child(2) {
    text-align: right;
}
.output-table tr td .value {
    line-height: 27px;
}
.calci-switch.investment-switch .rounder:before{
    padding: 0px 0;
}

@media(max-width:991px) {
    .output-table tr td {
        color: var(--black60);
        font-size: 14px;
        line-height: 18px;
        padding: 2px 0;
    }
    .output-table-parent {
        padding: 8px 16px;
    }
    .output-table tr td .value,
    .output-table tr td:nth-child(1) .value .bold,
    .output-table tr td:nth-child(2) .value .bold {
        font-family: proxima-nova-semibold;
    }
}
@media(min-width:992px) {
    .sec-other-calculator .calculation-result .chart-box{
        height: 400px;
    }
}