/*================== Latest update : April 07, 2021 ==================*/
/*@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap");*/
.modifyfundType {
    font-size: 10px;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    line-height: normal;
    letter-spacing: 0.31px;
    text-align: center;
    color: #666666;
    padding: 1px 6px;
    background: #e6e6e6;
    margin-right: 5px;
    text-transform: uppercase;
}

.LowRiskType {
    color: #fff;
    background: #38b34e;
    font-size: 10px;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    line-height: normal;
    letter-spacing: 0.31px;
    text-align: center;
    padding: 1px 6px;
    margin-right: 5px;
    text-transform: uppercase;
}

.ModerateLowRiskType {
    color: #fff;
    background: #9fbb42;
    font-size: 10px;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    line-height: normal;
    letter-spacing: 0.31px;
    text-align: center;
    padding: 1px 6px;
    margin-right: 5px;
    text-transform: uppercase;
}

.ModerateRiskType {
    color: #fff;
    background: #debc00;
    font-size: 10px;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    line-height: normal;
    letter-spacing: 0.31px;
    text-align: center;
    padding: 1px 6px;
    margin-right: 5px;
    text-transform: uppercase;
}

.goalPlanningSection {
    padding: 70px 0 0px;
}

    .goalPlanningSection .highcharts-figure {
        margin: 40px 0 0 -20px;
        position: relative;
    }

        .goalPlanningSection .highcharts-figure .highcharts-input-group {
            display: none;
        }

        .goalPlanningSection .highcharts-figure .viewPortfolioDetails {
            position: absolute;
            top: 44px;
            z-index: 1;
            right: 0;
            font-size: 16px;
            /*font-family: "nunitosemibold";*/
            line-height: 500;
            letter-spacing: 0.47px;
            cursor: pointer;
            color: #007ee7;
            margin-bottom: 0;
        }

        .goalPlanningSection .highcharts-figure .maximizecontainer {
            max-width: 600px;
            width: 100%;
        }

        .goalPlanningSection .highcharts-figure .historicalReturns {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.63;
            letter-spacing: 0.5px;
            color: #666666;
            padding-left: 15px;
            padding-bottom: 5px;
        }

        .goalPlanningSection .highcharts-figure .highcharts-button text {
            color: #999999 !important;
            fill: #999999 !important;
            /*font-family: "nunitosemibold";*/
            font-weight: 500;
            font-size: 16px;
        }

        .goalPlanningSection .highcharts-figure .highcharts-range-selector-group {
            -webkit-transform: translate(-50px, -10px);
            transform: translate(-50px, -10px);
        }

        .goalPlanningSection .highcharts-figure input.highcharts-range-selector:focus {
            border: none !important;
            height: 22px !important;
            width: 95px !important;
        }

    .goalPlanningSection .scheme-wrapper {
        padding-bottom: 0 !important;
    }

    .goalPlanningSection .goalGreenValues {
        color: #28ac18 !important;
    }

    .goalPlanningSection .bottomButton {
        position: fixed !important;
        width: 100%;
        left: 50% !important;
        -webkit-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;
        -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
        z-index: 2;
        padding: 28px 0 !important;
    }

    .goalPlanningSection .Questionnaire-section .page-content {
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #d8d8d8;
        background: #fff;
        z-index: 3;
    }

        .goalPlanningSection .Questionnaire-section .page-content .backArrow {
            position: absolute;
            height: 2px;
            width: 24px;
            background: #999999;
            left: 62px;
            top: 46%;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            cursor: pointer;
        }

            .goalPlanningSection .Questionnaire-section .page-content .backArrow::before {
                content: "";
                position: absolute;
                height: 10px;
                width: 2px;
                background: #999999;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                left: 4px;
                cursor: pointer;
            }

            .goalPlanningSection .Questionnaire-section .page-content .backArrow::after {
                content: "";
                position: absolute;
                height: 10px;
                width: 2px;
                background: #999999;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 4px;
                cursor: pointer;
                top: -8px;
            }

        .goalPlanningSection .Questionnaire-section .page-content .pageHeader {
            font-size: 20px;
            font-weight: normal;
            line-height: 1.2;
            letter-spacing: 0.63px;
            text-align: center;
            color: #666666;
            padding: 25px 50px;
        }
.questionnaire-header {
    font-weight: 500;
    margin-bottom: 1.6rem;
}

        .goalPlanningSection .Questionnaire-section .page-content .closeIcon {
            position: absolute;
            content: "";
            background: url(../images/close-icon.svg) no-repeat;
            background-size: contain;
            right: 38px;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 23px;
            height: 23px;
            cursor: pointer;
        }

    .goalPlanningSection .Questionnaire-section .container {
        padding-top: 73px !important;
    }

    .goalPlanningSection .goalsteps-header {
        font-size: 16px;
        color: #222222;
        line-height: normal;
        font-weight: 500;
        /*font-family: "nunitosemibold";*/
        letter-spacing: 0.47px;
        margin-bottom: 8px;
    }

    .goalPlanningSection .goalsteps-para {
        font-size: 16px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 0.47px;
        color: #666666;
        margin-bottom: 0;
    }

    .goalPlanningSection .investmentGoal {
        width: 100%;
        padding-bottom: 30px;
        display:none;
    }

        .goalPlanningSection .investmentGoal .investment-chooseGoal {
            max-width: 436px;
            width: 100%;
        }

            .goalPlanningSection .investmentGoal .investment-chooseGoal .investment-goalHeader {
                font-size: 24px;
                font-weight: bold;
                /*font-family: "nunitobold";*/
                line-height: 1;
                letter-spacing: 0.75px;
                color: #000000;
                padding-bottom: 16px;
            }

            .goalPlanningSection .investmentGoal .investment-chooseGoal .investment-goalPara {
                font-size: 16px;
                font-weight: normal;
                line-height: normal;
                letter-spacing: 0.47px;
                color: #666666;
            }

        .goalPlanningSection .investmentGoal .investmentGoal-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 44px 0 0;
        }

            .goalPlanningSection .investmentGoal .investmentGoal-wrapper .investment-chooseGoal .investment-goalUL .investment-goallist {
                border-radius: 4px;
                border: solid 1px #dddddd;
                background-color: #ffffff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 18px 30px;
                cursor: pointer;
            }

                .goalPlanningSection .investmentGoal .investmentGoal-wrapper .investment-chooseGoal .investment-goalUL .investment-goallist:not(:first-child) {
                    margin-top: 16px;
                }

                .goalPlanningSection .investmentGoal .investmentGoal-wrapper .investment-chooseGoal .investment-goalUL .investment-goallist .investment-goallistSteps {
                    padding-left: 27px;
                }

            .goalPlanningSection .investmentGoal .investmentGoal-wrapper .investment-Goalinvest {
                width: 100%;
                background: #f8f8f8;
                margin: 0 0 0 15px;
            }

                .goalPlanningSection .investmentGoal .investmentGoal-wrapper .investment-Goalinvest .investment-chooseGoal {
                    max-width: 391px;
                    margin: 0 auto;
                    text-align: center;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    height: 100%;
                }

                    .goalPlanningSection .investmentGoal .investmentGoal-wrapper .investment-Goalinvest .investment-chooseGoal img {
                        margin: 0 auto;
                    }

                    .goalPlanningSection .investmentGoal .investmentGoal-wrapper .investment-Goalinvest .investment-chooseGoal .goalsteps-header {
                        padding-top: 24px;
                    }

                    .goalPlanningSection .investmentGoal .investmentGoal-wrapper .investment-Goalinvest .investment-chooseGoal .goalsteps-para {
                        padding-top: 5px;
                    }

                    .goalPlanningSection .investmentGoal .investmentGoal-wrapper .investment-Goalinvest .investment-chooseGoal button {
                        margin-top: 24px;
                    }

    .goalPlanningSection .lifestyleGoal {
        width: 100%;
        padding-bottom: 30px;
        display: none;
    }

        .goalPlanningSection .lifestyleGoal .container {
            width: 100%;
        }

            .goalPlanningSection .lifestyleGoal .container .lifestyleGoalUL {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                max-width: 87%;
                margin: 0 auto;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }

                .goalPlanningSection .lifestyleGoal .container .lifestyleGoalUL .lifestyleGoalList {
                    border-radius: 6px;
                    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
                    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
                    background-color: #ffffff;
                    max-width: 266px;
                    width: 23%;
                    height: 212px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin: 8px;
                    cursor: pointer;
                }
                    .goalPlanningSection .lifestyleGoal .container .lifestyleGoalUL .lifestyleGoalList:hover {
                        transform: scale(1.04);
                        transition: all 200ms 0s ease-in-out;
                    }

                    .goalPlanningSection .lifestyleGoal .container .lifestyleGoalUL .lifestyleGoalList h2 {
                        margin: 0;
                        padding-top: 16px;
                        font-size: 20px;
                        font-weight: 500;
                        /*font-family: "nunitosemibold";*/
                        line-height: 1.3;
                        letter-spacing: 0.6px;
                        text-align: center;
                        color: #333333;
                    }

    .goalPlanningSection .Goal-Planning-Section {
        width: 100%;
        display: none;
    }

        .goalPlanningSection .Goal-Planning-Section .Tax-Planning-Screenone {
            /*height: 780px;*/
            height: calc(100vh - 80px);
            position: relative;
            overflow: hidden !important;
        }

            .goalPlanningSection .Goal-Planning-Section .Tax-Planning-Screenone::after {
                position: fixed;
                content: "";
                background: url("../images/goals-clouds.svg") no-repeat;
                background-size: cover;
                width: 100%;
                height: 190px;
                bottom: 0;
                z-index: -1;
            }

            .goalPlanningSection .Goal-Planning-Section .Tax-Planning-Screenone .taxplanner-steps-section {
                padding-top: 80px;
            }

                .goalPlanningSection .Goal-Planning-Section .Tax-Planning-Screenone .taxplanner-steps-section .taxplanner-inputbox {
                    max-width: 330px;
                    width: 100%;
                    height: 60px;
                    padding: 12px;
                    border-radius: 4px;
                    border: solid 1px #edf1f5;
                    background-color: #f1f2f6;
                    margin: 0 auto;
                    margin-bottom: 17px;
                    line-height: 1.46;
                }

                    .goalPlanningSection .Goal-Planning-Section .Tax-Planning-Screenone .taxplanner-steps-section .taxplanner-inputbox .taxplanner-input {
                        background: transparent;
                        height: 100%;
                        width: 100%;
                        text-align: center;
                        font-size: 24px;
                        font-weight: 500;
                        /*font-family: "nunitosemibold" !important;*/
                        line-height: 1.46;
                        letter-spacing: 0.75px;
                        text-align: center;
                        color: #000000;
                    }
                    .goalPlanningSection .Goal-Planning-Section .Tax-Planning-Screenone .taxplanner-steps-section .taxplanner-inputbox .taxplanner-input#txtyears {
                         padding-right: 42px;
                    }

                    .goalPlanningSection .Goal-Planning-Section .Tax-Planning-Screenone .taxplanner-steps-section .maximise-transferfields {
                        margin-top: 22px;
                    }

                    .goalPlanningSection .Goal-Planning-Section .Tax-Planning-Screenone .taxplanner-steps-section .maximise-transferfields .retirementinfo {
                        padding-bottom: 10px;
                    }

                .goalPlanningSection .Goal-Planning-Section .Tax-Planning-Screenone .taxplanner-steps-section .retirementinfo {
                    font-size: 16px;
                    font-weight: normal;
                    line-height: normal;
                    letter-spacing: normal;
                    color: #222222;
                    text-align: center;
                }

                .goalPlanningSection .Goal-Planning-Section .Tax-Planning-Screenone .taxplanner-steps-section .retirement-yearsBtns {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    padding-top: 21px;
                }

                    .goalPlanningSection .Goal-Planning-Section .Tax-Planning-Screenone .taxplanner-steps-section .retirement-yearsBtns button:not(:first-child) {
                        margin-left: 12px;
                    }

        .goalPlanningSection .Goal-Planning-Section .questionnaire-buttons {
            /*position: absolute;
            left: 50%;
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
            bottom: 0px;*/
        }

            .goalPlanningSection .Goal-Planning-Section .questionnaire-buttons .maimise-hit-info {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding-bottom: 30px;
                opacity: 0.6;
                font-size: 16px;
                font-weight: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #222222;
                white-space: nowrap;
            }

                .goalPlanningSection .Goal-Planning-Section .questionnaire-buttons .maimise-hit-info span {
                    padding: 0 5px;
                }

        .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .Investment-progress {
            width: 160px;
            height: 5px;
            border-radius: 2.5px;
            margin: 0 auto;
            background-color: #ebebeb;
        }

            .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .Investment-progress .progress-bar {
                height: 5px;
                border-radius: 2.5px;
                background-color: #0081e4;
            }

                .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .Investment-progress .progress-bar.step-1 {
                    width: 20%;
                }

                .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .Investment-progress .progress-bar.step-2 {
                    width: 40%;
                }

                .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .Investment-progress .progress-bar.step-3 {
                    width: 60%;
                }

                .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .Investment-progress .progress-bar.step-4 {
                    width: 80%;
                }

                .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .Investment-progress .progress-bar.step-5 {
                    width: 100%;
                }

            .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .Investment-progress .current-progressbar {
                font-size: 14px;
                font-weight: 500;
                /*font-family: "nunitosemibold";*/
                line-height: normal;
                letter-spacing: 0.41px;
                color: #666666;
                padding: 15px 0;
                text-align: center;
            }

                .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .Investment-progress .current-progressbar .currentScreen {
                    color: #000;
                }

        .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .right-schemeInfo {
            font-size: 16px;
            font-weight: normal;
            line-height: normal;
            letter-spacing: 0.47px;
            text-align: center;
            color: #666666;
            padding-top: 50px;
        }

        .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .progress-drop-info {
            color: #222222;
            padding: 0;
            padding-bottom: 10px;
            letter-spacing: normal;
        }

        .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .questionnaire-steps-section .questionnaire-section-page {
            display: none;
        }

            .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .questionnaire-steps-section .questionnaire-section-page.active {
                display: block;
            }

            .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .questionnaire-steps-section .questionnaire-section-page .questionnaire-header {
                font-size: 24px;
                font-weight: 500;
                /*font-family: "nunitosemibold";*/
                line-height: 1.46;
                letter-spacing: 0.75px;
                color: #000000;
                max-width: 55%;
                margin: 0 auto;
                padding: 13px 15px 24px;
            }

            .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .questionnaire-steps-section .questionnaire-section-page .questionnaire-steps .questionnaire-stepsul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                max-width: 590px;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin: 0 auto;
            }

                .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .questionnaire-steps-section .questionnaire-section-page .questionnaire-steps .questionnaire-stepsul .questionnaire-stepslist {
                    margin: 10px;
                    cursor: pointer;
                    min-width: 149px;
                    border-radius: 6px;
                    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
                    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
                    background-color: #ffffff;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-size: 16px;
                    font-weight: normal;
                    line-height: normal;
                    letter-spacing: normal;
                    text-align: center;
                    color: #666666;
                    padding: 13px 15px;
                }

                    .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .questionnaire-steps-section .questionnaire-section-page .questionnaire-steps .questionnaire-stepsul .questionnaire-stepslist.active {
                        color: #0081e4;
                        border: solid 1px #0081e4;
                        background-color: #edf7ff;
                    }

            .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .questionnaire-steps-section .questionnaire-section-page .questionnaire-steps .questionnaire-saferul {
                max-width: 730px;
            }

        .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .questionnaire-buttons {
            padding: 40px 0px;
        }

            .goalPlanningSection .Goal-Planning-Section .Questionnaire-Allsteps .questionnaire-buttons .progress-prev {
                background: transparent;
                font-size: 16px;
                font-weight: 500;
                /*font-family: "nunitosemibold";*/
                line-height: normal;
                letter-spacing: 0.5px;
                color: #007ee7;
                margin-right: 30px;
            }

        .goalPlanningSection .Goal-Planning-Section .Questionnaire-Modal {
            -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
            background-color: rgba(255, 255, 255, 0.92);
            z-index: 3;
            padding-bottom: 30px;
        }

            .goalPlanningSection .Goal-Planning-Section .Questionnaire-Modal .Questionnaire-Modal-Header {
                font-size: 24px;
                font-weight: 500;
                /*font-family: "nunitosemibold";*/
                line-height: 1.46;
                letter-spacing: 0.75px;
                text-align: center;
                color: #000000;
                padding: 0 10px;
            }

            .goalPlanningSection .Goal-Planning-Section .Questionnaire-Modal .modal-schemeInfo {
                font-size: 14px;
                font-style: normal;
                line-height: 1.57;
                letter-spacing: 0.41px;
                color: #666666;
                padding: 10px 15px 20px;
                max-width: 390px;
                margin: 0 auto 40px;
            }

                .goalPlanningSection .Goal-Planning-Section .Questionnaire-Modal .modal-schemeInfo span {
                    font-weight: 500;
                    /*font-family: "nunitosemibold";*/
                }

        .goalPlanningSection .Goal-Planning-Section .advisoryRiskAnalsyis img {
            margin: 0 auto;
            margin-bottom: 15px;
        }

        .goalPlanningSection .Goal-Planning-Section .advisoryRiskAnalsyis .questionnaire-header {
            padding-bottom: 16px !important;
        }

        .goalPlanningSection .Goal-Planning-Section .advisoryRiskAnalsyis .retirementinfo {
            padding-bottom: 50px;
        }

        .goalPlanningSection .Goal-Planning-Section .advisoryRiskAnalsyis .primary-button {
            margin-bottom: 30px;
        }

        .goalPlanningSection .Goal-Planning-Section .goal-section-page .questionnaire-header {
            padding-bottom: 12px !important;
        }

        .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSliders {
            padding-bottom: 30px;
        }

        .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            padding-top: 85px;
        }

            .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedLHS {
                width: 50%;
                padding: 0 30px;
            }

                .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedLHS .goalBasedLHSWrapper {
                    max-width: 405px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    width: 100%;
                    margin-left: auto;
                }

                    .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedLHS .goalBasedLHSWrapper h2 {
                        font-size: 20px;
                        font-weight: 500;
                        /*font-family: "nunitosemibold";*/
                        line-height: normal;
                        letter-spacing: 0.59px;
                        color: #222222;
                        margin: 0;
                        padding-left: 24px;
                    }

            .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS {
                width: 50%;
                padding: 0 30px;
            }

                .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper {
                    max-width: 405px;
                    width: 100%;
                    margin-right: auto;
                }

                    .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider {
                        max-width: 320px;
                        width: 100%;
                        margin: 0;
                        position: relative;
                        -webkit-box-shadow: inset 0 1px 3px 0 rgba(192, 192, 192, 0.5);
                        box-shadow: inset 0 1px 3px 0 rgba(192, 192, 192, 0.5);
                        border: 1px solid #f6f6f6;
                        background-color: #f6f6f6 !important;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider .ui-slider-handle {
                            display: block;
                            position: absolute;
                            top: 50%;
                            -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                            width: 20px;
                            height: 20px;
                            background-color: #fff;
                            border-radius: 100%;
                            -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
                            box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
                            cursor: pointer;
                            outline: none;
                        }

                        .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider .value {
                            display: block;
                            position: absolute;
                            bottom: 50px;
                            left: 50%;
                            -webkit-transform: translateX(-35%);
                            transform: translateX(-35%);
                            font-size: 13px;
                            border-radius: 4px;
                            -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
                            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
                            background-color: #ffffff;
                            color: #666666;
                            padding: 13px;
                            white-space: nowrap;
                        }

                            .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider .value::after {
                                content: "";
                                position: absolute;
                                bottom: -24px;
                                left: 30%;
                                border: solid transparent;
                                height: 0;
                                width: 0;
                                pointer-events: none;
                                border-color: rgba(194, 225, 245, 0);
                                border-top-color: #fff;
                                border-width: 12px;
                                margin-left: -5px;
                            }

                        .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider ul {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            padding-top: 20px;
                        }

                            .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider ul li {
                                width: 25%;
                                /*font-family: Nunito;*/
                                font-size: 12px;
                                line-height: normal;
                                letter-spacing: 0.35px;
                                color: #999999;
                            }

                                .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider ul li:last-child {
                                    text-align: right;
                                }

                                .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider ul li.active::before {
                                    background-color: #0081e4 !important;
                                }

                                .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider ul li:nth-child(1)::before {
                                    position: absolute;
                                    content: "";
                                    width: 16px;
                                    height: 16px;
                                    -webkit-box-shadow: inset 0 1px 3px 0 rgba(192, 192, 192, 0.5);
                                    box-shadow: inset 0 1px 3px 0 rgba(192, 192, 192, 0.5);
                                    background-color: #f6f6f6;
                                    border-radius: 50%;
                                    top: -6px;
                                    z-index: 2;
                                    /*left: -1px;*/
                                    left: 4px;
                                }

                                .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider ul li:nth-child(2)::before {
                                    position: absolute;
                                    content: "";
                                    width: 16px;
                                    height: 16px;
                                    -webkit-box-shadow: inset 0 1px 3px 0 rgba(192, 192, 192, 0.5);
                                    box-shadow: inset 0 1px 3px 0 rgba(192, 192, 192, 0.5);
                                    background-color: #f6f6f6;
                                    border-radius: 50%;
                                    top: -6px;
                                    z-index: 2;
                                    left: 33.33%;
                                }

                                .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider ul li:nth-child(3)::before {
                                    position: absolute;
                                    content: "";
                                    width: 16px;
                                    height: 16px;
                                    -webkit-box-shadow: inset 0 1px 3px 0 rgba(192, 192, 192, 0.5);
                                    box-shadow: inset 0 1px 3px 0 rgba(192, 192, 192, 0.5);
                                    background-color: #f6f6f6;
                                    border-radius: 50%;
                                    top: -6px;
                                    z-index: 2;
                                    left: 66.99%;
                                }

                                .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider ul li:nth-child(4)::before {
                                    position: absolute;
                                    content: "";
                                    width: 16px;
                                    height: 16px;
                                    -webkit-box-shadow: inset 0 1px 3px 0 rgba(192, 192, 192, 0.5);
                                    box-shadow: inset 0 1px 3px 0 rgba(192, 192, 192, 0.5);
                                    background-color: #f6f6f6;
                                    border-radius: 50%;
                                    top: -6px;
                                    z-index: 2;
                                    left: 99.99%;
                                }

                        .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider .ui-state-default,
                        .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider .ui-widget-content .ui-state-default,
                        .goalPlanningSection .Goal-Planning-Section .goal-section-page .goalBasedSplit .goalBasedRHS .range-slider-wrapper .slider .ui-widget-header .ui-state-default {
                            border: 9px solid #0081e4 !important;
                        }

        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .advisory-getPlan {
            margin-top: 0 !important;
            padding: 13px 53px;
        }

        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .goalPlanningEstimate {
            font-size: 12px;
            font-weight: normal;
            line-height: 2.17;
            letter-spacing: 0.38px;
            color: #222222;
            padding-top: 50px;
            padding-bottom: 19px;
            margin-bottom:0;
        }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .goalPlanningEstimate span {
                font-weight: 500;
                /*font-family: "nunitosemibold";*/
                color: #0081e4;
                cursor: pointer;
            }

        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .advisorySchemeSection {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-bottom: 32px;
        }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .advisorySchemeSection .scheme-section:nth-child(1), .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .advisorySchemeSection .scheme-section:nth-child(3) {
                margin-right: 18px;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .advisorySchemeSection .scheme-section:nth-child(3), .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .advisorySchemeSection .scheme-section:nth-child(4) {
                margin-top: 18px;
            }

        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo {
            display: none;
        }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-rateinfo {
                font-size: 14px;
                font-weight: normal;
                line-height: 1.5;
                letter-spacing: 0.44px;
                color: #666666;
                max-width: 430px;
            }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-rateinfo.taxplanner-recommendinfo {
                    font-size: 16px;
                    padding: 16px 0 32px;
                    max-width: 525px;
                }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisoryReturns-status {
                padding-top: 40px;
                color: #222222;
                padding-bottom: 0;
                position: relative;
            }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisoryReturns-status::before {
                    position: absolute;
                    content: "";
                    width: 100%;
                    height: 1px;
                    background: #979797;
                    opacity: 0.2;
                    top: 0;
                    left: 0;
                }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisoryReturns-amt {
                font-size: 20px;
                font-weight: 500;
                /*font-family: "nunitosemibold";*/
                font-stretch: normal;
                letter-spacing: 0.63px;
                color: #222222;
                padding-top: 3px;
                padding-bottom: 40px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisoryReturns-amt span {
                    font-size: 20px;
                    font-weight: 500;
                    /*font-family: "nunitosemibold";*/
                    line-height: normal;
                    letter-spacing: normal;
                    color: #28ac18;
                    padding-left: 10px;
                }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisoryReturns-status {
                padding-top: 32px !important;
                color: #222222;
                padding-bottom: 0 !important;
                position: relative;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .estimate-info {
                font-size: 12px;
                font-weight: normal;
                line-height: 1.4;
                letter-spacing: 0.38px;
                color: #222222;
                padding-top: 23px;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section .scheme-wrapper {
                padding-bottom: 0 !important;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section input {
                padding-top: 10px;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section .placeholder {
                display: none;
                color: #999999;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section label {
                color: #999999;
                opacity: 1;
                -webkit-transform: translateX(0%) translateY(27px);
                transform: translateX(0%) translateY(27px);
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding-top: 0px;
            }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan,
                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar {
                    width: 50%;
                    padding: 80px 0 32px;
                }
                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan {
    padding-bottom:80px;
                }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionbar_inner,
                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .taxplanner-recommendtionbar_inner {
                        margin-left: 0;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionbar_inner .taxplanner-recommendtionplan-header,
                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .taxplanner-recommendtionbar_inner .taxplanner-recommendtionplan-header {
                            font-size: 24px;
                            font-weight: 500;
                            /*font-family: "nunitosemibold";*/
                            line-height: 1.46;
                            letter-spacing: 0.75px;
                            color: #000000;
                        }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar {
                    background: #f7f8fa;
                }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .taxplanner-recommendtionbar_inner .maimise-projected-amt .maimise-projected-ul {
                        border-radius: 4px;
                        border: solid 1px #dddddd;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        padding: 24px 32px;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .taxplanner-recommendtionbar_inner .maimise-projected-amt .maimise-projected-ul .maimise-projected-list .maimise-projected-header {
                            font-size: 12px;
                            font-weight: normal;
                            line-height: normal;
                            letter-spacing: 0.35px;
                            color: #666666;
                        }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .taxplanner-recommendtionbar_inner .maimise-projected-amt .maimise-projected-ul .maimise-projected-list .maimise-projected-val {
                            font-size: 16px;
                            color: #222222;
                            line-height: normal;
                            font-weight: 500;
                            /*font-family: "nunitosemibold";*/
                            letter-spacing: 0.47px;
                            margin-bottom: 0;
                        }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .taxplanner-recommendtionbar_inner .highcharts-axis-title {
                        display: none;
                    }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .taxplanner-recommendtionbar_inner .highcharts-point {
                        fill: #accc42;
                        /*width: 15px;*/
                        stroke: #accc42;
                    }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .taxplanner-recommendtionbar_inner .highcharts-negative {
                        fill: #4a4b4b;
                        stroke: #4a4b4b;
                    }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .taxplanner-recommendtionbar_inner .succesAdvisory {
                        margin: 0 auto 28px;
                    }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .taxplanner-recommendtionbar_inner .advisory-schemeline {
                        max-width: 450px;
                        margin: 0 auto;
                        line-height: 2;
                        padding-top: 13px;
                    }
                    .goalPlanningSection 
                    .Goal-Planning-Section 
                    .goalPlanning-ScreenTwo 
                    .Advisory-section 
                    .Tax-Planning-Screentwo 
                    .taxplanner-recommendtion 
                    .taxplanner-recommendtionbar 
                    .taxplanner-recommendtionbar_inner 
                    .succesAdvisory {
                        max-width: 60%;
                    }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .taxplanner-recommendtionbar_inner .advisory-schemeline span {
                        font-weight: 500;
                        /*font-family: "nunitosemibold";*/
                    }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .taxplanner-recommendtionbar_inner .primary-button {
                        padding: 13px 53px;
                        margin-top: 50px;
                    }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .maimise-projected-amt .maimise-projected-ul {
                        border-radius: 4px;
                        border: solid 1px #dddddd;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        padding: 25px;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .maimise-projected-amt .maimise-projected-ul .maimise-projected-list .maimise-projected-header {
                            font-size: 12px;
                            font-weight: normal;
                            line-height: normal;
                            letter-spacing: 0.35px;
                            color: #666666;
                        }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .maimise-projected-amt .maimise-projected-ul .maimise-projected-list .maimise-projected-val {
                            font-size: 16px;
                            font-weight: 500;
                            /*font-family: "nunitosemibold";*/
                            line-height: normal;
                            letter-spacing: 0.47px;
                            color: #222222;
                        }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .highcharts-axis-title {
                        display: none;
                    }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .highcharts-point {
                        fill: #accc42;
                        /*width: 15px;*/
                        stroke: #accc42;
                    }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar .highcharts-negative {
                        fill: #4a4b4b;
                        stroke: #4a4b4b;
                    }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner {
                    margin-right: 0;
                    padding-bottom: 0 !important;
                }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .taxplanner-recommendtionplan-header {
                        font-size: 24px;
                        font-weight: bold;
                        /*font-family: "nunitobold";*/
                        line-height: normal;
                        letter-spacing: 0.63px;
                        color: #222222;
                    }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .maximise-foliorecommend {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        padding-bottom: 16px;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .maximise-foliorecommend .taxplanner-schemeamount {
                            margin: 0;
                            -webkit-box-flex: 1;
                            -ms-flex: 1;
                            flex: 1;
                        }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .maximise-foliorecommend .modifyFolio,
                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .maximise-foliorecommend .modifyAllocation {
                            font-size: 14px;
                            font-weight: 500;
                            /*font-family: "nunitosemibold";*/
                            line-height: normal;
                            letter-spacing: 0.41px;
                            color: #0081e4;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            cursor: pointer;
                        }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .maximise-foliorecommend .modifyFolio img,
                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .maximise-foliorecommend .modifyAllocation img {
                                margin-right: 6px;
                            }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper {
                        border-top: 1px solid #d8d8d8;
                        padding: 23px 0;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper .recomendation-returnssection .recomendation-returnsLHS {
                            width: 100%;
                        }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper .recomendation-returnssection .recomendation-returnsLHS .maximise-retuns-ul {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                justify-content:space-between;
                            }

                                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper .recomendation-returnssection .recomendation-returnsLHS .maximise-retuns-ul li {
                                   /* max-width: 200px;
                                    width: 100%;*/
                                }

                                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper .recomendation-returnssection .recomendation-returnsLHS .maximise-retuns-ul li:nth-child(1) {
                                        white-space: nowrap;
                                    }

                                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper .recomendation-returnssection .recomendation-returnsLHS .maximise-retuns-ul li:nth-child(2) {
                                        padding-left: 15px;
                                    }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner,
                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner {
                    max-width: 670px;
                    padding: 0 81px 0 93px;
                }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .taxplanner-scheme,
                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner .taxplanner-scheme {
                        font-size: 16px;
                        font-weight: normal;
                        line-height: normal;
                        letter-spacing: 0.47px;
                        color: #222222;
                        padding-bottom: 5px;
                    }
                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .taxplanner-scheme {
                            margin-bottom:0;
                        }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .taxplanner-schemeamount,
                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner .taxplanner-schemeamount {
                            font-size: 20px;
                            font-weight: bold;
                            /*font-family: "nunitobold";*/
                            line-height: normal;
                            letter-spacing: 0.63px;
                            color: #222222;
                            margin-bottom: 10px;
                        }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .taxplanner-rateinfo,
                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner .taxplanner-rateinfo {
                        font-size: 14px;
                        font-weight: normal;
                        line-height: 1.5;
                        letter-spacing: 0.44px;
                        color: #666666;
                        max-width: 430px;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .taxplanner-rateinfo.taxplanner-recommendinfo,
                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner .taxplanner-rateinfo.taxplanner-recommendinfo {
                            font-size: 16px;
                            padding: 12px 0 32px;
                            max-width: 525px;
                        }
p.taxplanner-rateinfo.taxplanner-recommendinfo {
    padding-bottom:0 !important;
    margin-bottom:17px;
}
                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .recomendation-riskBoxWrapper,
                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper {
                        padding-top: 32px;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .recomendation-riskBoxWrapper .recomendation-riskBox,
                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper .recomendation-riskBox {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                        }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .recomendation-riskBoxWrapper .recomendation-riskBox .taxplanner-fundheader,
                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper .recomendation-riskBox .taxplanner-fundheader {
                                font-size: 16px;
                                color: #222222;
                                line-height: normal;
                                font-weight: 500;
                                /*font-family: "nunitosemibold";*/
                                letter-spacing: 0.5px;
                                padding-bottom: 0;
                                padding-right: 10px;
                            }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .recomendation-riskBoxWrapper .recomendation-riskBox .taxplanner-risklist,
                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper .recomendation-riskBox .taxplanner-risklist {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                            }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .recomendation-riskBoxWrapper .recomendation-returnssection,
                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper .recomendation-returnssection {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            padding-top: 10px;
                        }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .recomendation-riskBoxWrapper .recomendation-returnssection .recomendation-returnstxt,
                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper .recomendation-returnssection .recomendation-returnstxt {
                                font-size: 12px;
                                font-weight: normal;
                                line-height: normal;
                                letter-spacing: 0.35px;
                                color: #666666;
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                padding-bottom: 6px;
                            }

                                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .recomendation-riskBoxWrapper .recomendation-returnssection .recomendation-returnstxt span,
                                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper .recomendation-returnssection .recomendation-returnstxt span {
                                    margin-left: 9px;
                                    cursor: pointer;
                                }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionbar_inner .recomendation-riskBoxWrapper .recomendation-returnssection .recomendation-returnsval,
                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .taxplanner-recommendtion .taxplanner-recommendtionplan_inner .recomendation-riskBoxWrapper .recomendation-returnssection .recomendation-returnsval {
                                font-size: 16px;
                                color: #222222;
                                line-height: normal;
                                font-weight: 500;
                                /*font-family: "nunitosemibold";*/
                                font-size: 14px;
                                letter-spacing: normal;
                            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section {
                padding: 0;
                margin: 0;
                height: auto;
            }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section .scheme-bottomSection {
                    padding: 20px 0;
                    background: #ffffff;
                    position: fixed;
                    width: 100%;
                    bottom: 0px;
                    z-index: 1;
                }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section .scheme-bottomSection .primary-button {
                        margin-left: 10px;
                    }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section .container {
                    padding-top: 0 !important;
                }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section .container .bottom-bar .bottom-rhs {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: end;
                        -ms-flex-pack: end;
                        justify-content: flex-end;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section .container .bottom-bar .bottom-rhs .recomendation-taxstatus {
                            padding-right: 100px;
                        }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section .container .bottom-bar .bottom-rhs .recomendation-taxstatus .recomendation-taxtxt {
                                font-size: 12px;
                                font-weight: normal;
                                line-height: normal;
                                letter-spacing: 0.35px;
                                color: #666666;
                            }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section .container .bottom-bar .bottom-rhs .recomendation-taxstatus .recomendation-taxamt {
                                padding-top: 6px;
                                font-size: 14px;
                                font-weight: 500;
                                /*font-family: "nunitosemibold";*/
                                line-height: normal;
                                letter-spacing: normal;
                                color: #222222;
                            }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .scheme-section.scheme-wrapper {
                    padding-bottom: 0;
                }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenone .advisoryReturns-amt {
                padding-bottom: 4px !important;
                margin-bottom: 0;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenone .estimate-info {
                /*padding-bottom: 30px;*/
                padding-top: 0;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenone .highcharts-grid-line {
                stroke-dasharray: 8 4;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenone .highcharts-axis-line {
                display: none;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenone .highcharts-stack-labels {
                /*font-family: Nunito;*/
                font-size: 12px;
                line-height: 1;
                letter-spacing: 0.35px;
                position: relative;
            }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenone .highcharts-stack-labels::after {
                    content: "";
                    position: absolute;
                    width: 10px;
                    height: 10px;
                }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenone .returnsEstimateChart .highcharts-point {
                stroke: #ebeeeb;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenone .returnsEstimateChart .highcharts-color-1 {
                /*width: 50px;*/
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenone .returnsEstimateChart .highcharts-color-0 {
                /*width: 50px;*/
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenone .highcharts-data-label-color-0,
            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenone .highcharts-data-label-color-1 {
                display: none;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenone .highcharts-plot-lines-0 {
                -webkit-transform: translate(-21px, 0px);
                transform: translate(-21px, 0px);
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenfour {
                display: none;
            }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenfour .taxplanner-recommendtionbar {
                    background: #fff;
                }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-chartscreenfour .taxplanner-recommendtionplan {
                    background: #f7f8fa;
                }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-fund-ratio {
                padding: 23px 0 40px;
            }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-fund-ratio .advisory-rationLegends {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    padding-bottom: 16px;
                }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-fund-ratio .advisory-rationLegends .advisory-rationLegend {
                        font-size: 14px;
                        font-weight: normal;
                        line-height: normal;
                        letter-spacing: 0.41px;
                        color: #222222;
                        position: relative;
                        padding-left: 30px;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-fund-ratio .advisory-rationLegends .advisory-rationLegend .legendBox {
                            width: 20px;
                            height: 20px;
                            position: absolute;
                            left: 10px;
                            top: 50%;
                            -webkit-transform: translate(-50%, -50%);
                            transform: translate(-50%, -50%);
                        }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-fund-ratio .advisory-rationLegends .advisory-rationLegend:not(:last-child) {
                            padding-right: 28px;
                        }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-fund-ratio .fund-ratioBar {
                    max-width: 657px;
                    width: 100%;
                    height: 6px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-fund-ratio .fund-ratioBar.advisorydebtRatio, .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-fund-ratio .fund-ratioBar.advisoryequityRatio, .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-fund-ratio .fund-ratioBar.advisorygoldRatio {
                        height: 6px;
                    }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-fund-ratio .fund-ratioBar p:nth-child(1) {
                        border-top-left-radius: 4.5px;
                        border-bottom-left-radius: 4.5px;
                    }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .advisory-fund-ratio .fund-ratioBar p:last-child {
                        border-top-right-radius: 4.5px;
                        border-bottom-right-radius: 4.5px;
                    }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .dark-lilac {
                background: #ae60ac;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .dark-blue {
                background: #5942f2;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screentwo .dark-orange {
                background: #ff8b00;
            }

        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree {
            display: none;
            height: auto;
        }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree .container .Questionnaire-Modal .modal-schemeInfo {
                font-size: 16px;
            }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree .container .Questionnaire-Modal.Tax-planning-userdetails {
                display: block;
            }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree .container .Questionnaire-Modal.Tax-planning-userdetails .scheme-section {
                    background: transparent;
                    padding: 0;
                    height: auto;
                }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree .container .Questionnaire-Modal.Tax-planning-userdetails .scheme-section .scheme-wrapper {
                        padding: 0;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree .container .Questionnaire-Modal.Tax-planning-userdetails .scheme-section .scheme-wrapper .scheme-contentwrapper {
                            padding: 0;
                            margin: 0;
                        }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree .container .Questionnaire-Modal.Tax-planning-userdetails .scheme-section .scheme-wrapper .scheme-contentwrapper .tranfer-fields {
                                -webkit-box-pack: center;
                                -ms-flex-pack: center;
                                justify-content: center;
                                padding: 0 20px 20px;
                                -webkit-box-orient: vertical;
                                -webkit-box-direction: normal;
                                -ms-flex-direction: column;
                                flex-direction: column;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                            }

                                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree .container .Questionnaire-Modal.Tax-planning-userdetails .scheme-section .scheme-wrapper .scheme-contentwrapper .tranfer-fields .transfer-amountfield {
                                    max-width: 240px;
                                    margin: 0 auto;
                                }

                                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree .container .Questionnaire-Modal.Tax-planning-userdetails .scheme-section .scheme-wrapper .scheme-contentwrapper .tranfer-fields .transfer-amountfield.tax-planning-email {
                                        margin-top: 17px;
                                        margin-bottom: 70px;
                                    }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree .container .Questionnaire-Modal.Tax-plaiing-success {
                text-align: center;
            }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree .container .Questionnaire-Modal.Tax-plaiing-success img {
                    margin: 0 auto 31px;
                }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree .container .Questionnaire-Modal.Tax-plaiing-success .Questionnaire-Modal-Header {
                    max-width: 520px;
                    margin: 0 auto;
                }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .Tax-Planning-Screenthree .container .Questionnaire-Modal.Tax-plaiing-success .modal-schemeInfo {
                    padding-bottom: 50px;
                }

        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal {
            z-index: 2;
            padding: 50px 30px;
        }

            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container {
                padding-top: 0;
            }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-header {
                    font-size: 20px;
                    font-weight: 500;
                    /*font-family: "nunitosemibold";*/
                    line-height: normal;
                    letter-spacing: normal;
                    color: #222222;
                }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-recommendinfo {
                    font-size: 14px;
                    font-weight: normal;
                    line-height: 1.57;
                    letter-spacing: 0.41px;
                    padding-top: 9px;
                    color: #666666;
                }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box {
                    padding: 30px 0;
                }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        padding: 30px 0;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list:not(:first-child) {
                            border-top: 1px solid #d8d8d8;
                        }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-funds {
                            max-width: 460px;
                            width: 100%;
                        }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-funds .taxplanner-fundheader {
                                font-size: 16px;
                                font-weight: 500;
                                /*font-family: "nunitosemibold";*/
                                line-height: normal;
                                letter-spacing: 0.5px;
                                color: #222222;
                                padding-bottom: 0;
                            }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-funds .maimise-modify-fundinfo {
                                font-size: 14px;
                                font-weight: 500;
                                /*font-family: "nunitosemibold";*/
                                line-height: normal;
                                letter-spacing: normal;
                                color: #222222;
                                margin-bottom: 0;
                            }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            position: relative;
                        }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .scheme-section {
                                padding: 0;
                                margin-right: 16px;
                            }

                                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .scheme-section .distribution-field {
                                    max-width: 140px;
                                    margin-right: 16px;
                                }

                                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .scheme-section .floating-form .placeholder {
                                    display: none;
                                }

                                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .scheme-section .floating-form label {
                                    opacity: 1;
                                    -webkit-transform: translateX(0%) translateY(27px);
                                    transform: translateX(0%) translateY(27px);
                                    color: #999999;
                                }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .modify-maximiseBtn {
                                font-size: 16px;
                                font-weight: 500;
                                /*font-family: "nunitosemibold";*/
                                line-height: normal;
                                letter-spacing: 0.5px;
                                color: #007ee7;
                                cursor: pointer;
                            }

                            .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box {
                                display: none;
                                position: absolute;
                                right: 0;
                                top: 60px;
                                max-width: 380px;
                                width: 100%;
                                border-radius: 2px;
                                -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
                                box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
                                background-color: #ffffff;
                                padding: 28px 20px;
                                z-index: 2;
                            }

                                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box.active {
                                    display: block !important;
                                }

                                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box::after {
                                    content: "";
                                    position: absolute;
                                    width: 0;
                                    height: 0;
                                    margin-left: -0.5em;
                                    top: 0;
                                    right: 80px;
                                    -webkit-box-sizing: border-box;
                                    box-sizing: border-box;
                                    border: 1em solid black;
                                    border-color: transparent transparent #fff #fff;
                                    -webkit-transform-origin: 0 0;
                                    transform-origin: 0 0;
                                    -webkit-transform: rotate(135deg);
                                    transform: rotate(135deg);
                                    -webkit-box-shadow: -2px 1px 2px 0 rgba(0, 0, 0, 0.15);
                                    box-shadow: -2px 1px 2px 0 rgba(0, 0, 0, 0.15);
                                }

                                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box .replaceremove-info {
                                    font-size: 14px;
                                    font-weight: normal;
                                    line-height: normal;
                                    letter-spacing: 0.44px;
                                    color: #222222;
                                    margin-bottom: 15px;
                                }

                                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box .replaceremove-info.replaceremove-infodown {
                                        padding-bottom: 0 !important;
                                        padding-top: 15px !important;
                                        margin-bottom:0;
                                    }

                                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box .replace-schemeBox {
                                    border: solid 1px #222222;
                                    padding: 10px 20px;
                                    border-radius: 4px;
                                    height: 60px;
                                    cursor: pointer;
                                }

                                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box .replace-schemeBox:not(:last-child) {
                                        margin-bottom: 8px;
                                    }

                                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box .replace-schemeBox .replace-schemeName {
                                        font-size: 14px;
                                        font-weight: 500;
                                        /*font-family: "nunitosemibold";*/
                                        line-height: normal;
                                        letter-spacing: 0.44px;
                                        color: #222222;
                                        margin-bottom: 4px;
                                    }

                                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box .replace-schemeBox .replace-schemeul {
                                        display: -webkit-box;
                                        display: -ms-flexbox;
                                        display: flex;
                                        -webkit-box-pack: justify;
                                        -ms-flex-pack: justify;
                                        justify-content: space-between;
                                    }

                                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box .replace-schemeBox .replace-schemeul li {
                                            font-size: 14px;
                                            font-weight: normal;
                                            line-height: normal;
                                            letter-spacing: 0.44px;
                                            color: #666666;
                                        }

                                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box .replaceremove-delete {
                                    display: -webkit-box;
                                    display: -ms-flexbox;
                                    display: flex;
                                    -webkit-box-align: center;
                                    -ms-flex-align: center;
                                    align-items: center;
                                    font-size: 14px;
                                    font-weight: normal;
                                    line-height: normal;
                                    letter-spacing: 0.44px;
                                    color: #f86059;
                                    border-top: 1px solid #d8d8d8;
                                    padding-top: 16px;
                                    cursor: pointer;
                                    margin-top: 24px;
                                }

                                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box .replaceremove-delete.replaceremovegrey-delete {
                                        color: #999999;
                                    }

                                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .maximise-modify-schemes .replace-remove-box .replaceremove-delete img {
                                        margin-right: 5px;
                                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .maximise-modify-box .maximise-modify-list .modify-maximise-addback {
                            display: none;
                        }

                .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .modify-modalbottom {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .modify-modalbottom .modify-modalBtns {
                        max-width: 500px;
                        width: 100%;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .modify-modalbottom .modify-modalBtns .primary-button {
                            margin-left: 16px;
                        }

                    .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .modify-modalbottom .modify-totalLumpsumAmt {
                        max-width: 200px;
                        width: 100%;
                        margin-right: 16px;
                    }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .modify-modalbottom .modify-totalLumpsumAmt .totalLumpsumAmt-text {
                            font-size: 12px;
                            font-weight: normal;
                            line-height: normal;
                            letter-spacing: 0.35px;
                            color: #666666;
                        }

                        .goalPlanningSection .Goal-Planning-Section .goalPlanning-ScreenTwo .Advisory-section .maximise-modify-modal .container .modify-modalbottom .modify-totalLumpsumAmt .totalLumpsumAmt-val {
                            font-size: 14px;
                            font-weight: 600;
                            line-height: normal;
                            letter-spacing: normal;
                            color: #222222;
                            padding-top: 6px;
                        }

/* SLIDER STATRS HERE */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #fff !important;
    width: 26px !important;
    height: 26px !important;
    border: 3px solid #0081e4 !important;
    cursor: pointer !important;
}

.ui-widget-header {
    background: #0081e4 !important;
}

.ui-widget-content {
    height: 6px !important;
    border-radius: 3px !important;
}

.ui-slider .ui-slider-handle {
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ui-widget-content {
    border: 1px solid #dbdeeb !important;
    background: #dbdeeb !important;
}

    /* SLIDER ENDS HERE */
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 9px solid #0081e4 !important;
    }

.GoalPlanningError {
    /*width: 1440px;
    height: 791px;
    padding: 0 0 186px;
    background-color: #ffffff;*/
    font-size: 14px !important;
    /*font-family: nunito;*/
    color: red;
}

.postfix-noofyears {
    position: relative;
    left: 140px;
    font-size: 24px;
    bottom: 16px;
    color: #000;
    line-height: 1.46px;
    font-weight:500;
    padding-left: 10px;
    /*font-family: 'nunitosemibold';*/
}

.AdvisoryError {
    display: none;
    font-size: 16px;
    color: red;
    margin: 12px 0px 0 -12px;
}

.risk-questionnaire-section {
    display: none;
}

.loadingx {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    z-index: 3004;
    background: rgba(0,0,0,.3);
}

    .loadingx .imgAni img {
       margin-bottom:-22px;
        /*margin-bottom: 14px;*/
        /*width: 63px;
        height: 61px;*/
    }

    .loadingx p {
        font-size: 1.4rem;
        margin: 0;
    }

.prefix {
    position: absolute;
    top: 14px;
    font-size: 16px;
    font-weight: 500;
    /*font-family: "nunitosemibold" !important;*/
}

.postlogin-test-res {
    display: none;
}

.postfix-year {
    position: absolute;
    left: 25px;
    font-size: 16px;
    top: 14px;
    font-weight: 500;
    /*font-family: 'nunitosemibold';*/
}
#txtInitialInv, #txtMonthExpenses {
    padding-left: 10px;
}
#btnLoginLater {
    display: none;
}

.retirementPlanningEstimate {
    display: none;
}

.pan-container {
    width: 300px;
    margin: auto;
    padding-top: 20px;
}

#txtPAN {
    /* padding-top: 0; */
    text-align: center;
    /*font-size: 24px;*/
    line-height: 1.46;
    letter-spacing: 0.75px;
}

.pan-btn-wrapper {
    text-align: center;
    margin-top: 60px;
}

/*edit now Tooltip css*/
div.goalPlanningEstimate a {
    position: relative;
}

.colorBlue {
    color: #0081E4;
    font-weight: bold;
}

.hoverToolBox {
    position: absolute;
    width: 420px;
    bottom: calc(100% + 20px);
    background-color: #F7F8FA;
    padding: 42px 34px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 6px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    z-index: 9;
    cursor: default;
    transition: all 0.25s ease;
    opacity: 0;
    visibility: hidden;
}

    .hoverToolBox.active {
        visibility: visible;
        opacity: 1;
    }

    .hoverToolBox:after, .hoverToolBox:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .hoverToolBox:after {
        border-color: rgba(255, 0, 0, 0);
        border-top-color: #F7F8FA;
        border-width: 15px;
        margin-left: -15px;
    }

    .hoverToolBox:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: rgba(0, 0, 0, 0.2);
        border-width: 18px;
        margin-left: -18px;
    }

    .hoverToolBox .floating-form .empty-val-input .select-selected {
        text-align: left;
    }

    .hoverToolBox .floating-form .custom-select .select-items {
        width: calc(100% + 40px);
    }

    .hoverToolBox .select-items > div {
        text-align: left;
    }

    .hoverToolBox .row:not(:last-child) {
        margin-bottom: 20px;
    }

    .hoverToolBox .row p {
        font-size: 12px;
        line-height: 26px;
        letter-spacing: 0.375px;
        color: #222222;
        margin-bottom: 5px;
        text-align: left;
    }

    .hoverToolBox .row #confirmRate {
        padding: 5px 40px;
        margin-top: 0;
    }

.closeToolBox {
    /*font-family: "Nunito", sans-serif !important;*/
    position: absolute;
    top: 11px;
    right: 20px;
    color: #f00 !important;
    font-size: 16px;
}

.maximizecontainer {
    height: 550px;
}
ul.investment-goalUL .investment-goallist {
    position: relative;
}
ul.investment-goalUL .investment-goallist::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #222;
    border-left: none;
    border-bottom: none;
    transform: rotate( 45deg);
    position: absolute;
    right: 32px;
    top: 50%;
    z-index: 1;
}
ul.investment-goalUL .investment-goallist:hover .investment-goallistSteps .goalsteps-header {
    color:#0081e4;
}
ul.investment-goalUL .investment-goallist:hover::after {
    border-color:#0081e4;
}
.Tax-Planning-Screenone .pan-container .floating-form {
    padding: 0 0px;
}

.Tax-Planning-Screenone .pan-container .floating-form .empty-val-input {
    max-width: 308px;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    border: solid 1px #edf1f5;
    background-color: #f1f2f6;
}
input.progress-next.maximisereturns-next.primary-button {
    width: 144px;
}
.taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .transfer-amountfield.secondaryBackgroundColor{
    background-color: #f1f2f6 !important;
}
.taxplanner-recommendtionplan .taxplanner-recommendtionplan_inner .transfer-amountfield.secondaryBackgroundColor .floating-form {
    padding:0 10px;
}
.taxplanner-recommendtionplan_inner p.taxplanner-rateinfo.taxplanner-recommendinfo.advisoryReturns-status {
    color: #222222 !important;
    margin-bottom: 1px;
}
.chart-first .returnsEstimateChart .highcharts-root {
    width: 74% !important;
    /*width: 40% !important;*/
    /*height: 157px;*/
}
    .chart-first .returnsEstimateChart .highcharts-root .highcharts-axis-labels.highcharts-xaxis-labels text {
        font-size: 1.2rem;
        /*font-family: "nunitosemibold" !important;*/
        font-weight: 500 !important;
    }
    .chart-first .returnsEstimateChart .highcharts-root .highcharts-axis-labels.highcharts-xaxis-labels text:nth-child(2n) {
        /*transform: translateY(-13px);*/
    }
    .chart-first .returnsEstimateChart .highcharts-root .highcharts-axis-labels.highcharts-yaxis-labels text {
        /*font-family: "nunitoregular" !important;*/
        font-weight: normal !important;
        opacity: 0.4;
    }
.maximizecontainer .highcharts-root g.highcharts-grid.highcharts-yaxis-grid .highcharts-grid-line {
    display: none;
}
.maximizecontainer .highcharts-root g.highcharts-grid.highcharts-yaxis-grid .highcharts-grid-line:nth-child(3) {
    display: block;
}
@media only screen and (max-width: 1370px) {
    .goalPlanningSection .container {
        max-width: 1100px;
    }
}

.goalplanner-username {
    background: transparent;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    line-height: 1.46;
    letter-spacing: 0.75px;
    text-align: center;
    color: #000000;
}
.goalplanner-inputbox {
    max-width: 308px;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    border: solid 1px #edf1f5;
    background-color: #f1f2f6;
    margin: 0 auto;
}
#txtTargetAmount{
    padding-left:10px;
}
.info-tip {
    width: 340px;
    top: 170%;
    left: 0%;
    font-size: 1.4rem;
}

.commn-tooltip {
    visibility: hidden;
    background-color: #fff;
    color: #666;
    border-radius: 6px;
    padding: 22px 15px;
    position: absolute;
    z-index: 1;
    margin-left: -90px !important;
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 15%);
    background-color: rgba(255, 255, 255, 0.92);
}

.img-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .img-tooltip .info-tip:after {
        top: -7%;
        left: 42%;
        -webkit-transform: rotate(139deg);
        transform: rotate(139deg);
    }

    .img-tooltip:hover .info-tip {
        visibility: visible;
    }
.coming-soon-tag{

    font-size: 1.4rem;
    color: #24e343;
}
.savetaxes {
    display: flex;
    align-items: center;
}

    .savetaxes .img-tooltip {
        margin-left: 6px;
        margin-top: -6px;
    }

    .savetaxes .info-tip.commn-tooltip {
        width: 350px;
        z-index: 2;
        padding: 10px;
    }

    .savetaxes .disclaimer-content li h3 {
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .savetaxes .disclaimer-content li p {
        font-size: 1.2rem;
    }
@media only screen and (max-width: 567px) {

    .savetaxes .img-tooltip .info-tip.commn-tooltip {
        left: -70px;
    }
}