.flex-with-no-space {
    margin-bottom: 10px;
}

.radio-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'proxima-nova';
}

.radio-btn.type2 .circle:checked+span {
    background: 0 0;
    border-color: var(--primary-green);
}

.radio-btn.type2 span {
    border: solid 1px var(--primary-green);
}

.radio-btn span {
    width: 18px;
    height: 18px;
    border: solid 3px #eaeaea;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    background: #fff;
    margin-top: -4px;
}

.radio-btn.type2 .circle:checked+span:after {
    width: 12px;
    height: 12px;
    background: var(--primary-green);
    top: 2px;
    left: 2px;
    transform: translate(0, 0);
}

.radio-btn-input {
    display: none;
}

.circle:checked+span:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*popup css*/
.scan-qr-code .modal-title {
    margin: 18px 0 0;
    font-family: cabinet-grotesk-extrabold !important;
    max-width: 485px;
}

.scan-wrapper-box {
    align-items: flex-end;
}

.scan-mobile-sec {
    width: 368px;
    height: 278px;
}

.bg-div-box {
    display: none;
}

.scan-qr-code .scan-modal-body {
    padding: 0px 0px 0px 40px;
}

.scan-box-right {
    margin-bottom: 25px;
}

.scan-qr-code .scan-box-right p {
    max-width: 315px;
}

.scan-qr-code .scan-box-right p,
.scan-download-para {
    color: var(--black60);
}

/*popup css*/

.output-div-parent {
    border: 1px solid #DDDDDD;
    padding: 16px 20px;
    border-radius: 8px;
}

.output-div li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.list-label {
    font-size: 16px;
    line-height: 20px;
    color: #9A9A9A;
}

.list-amount,
.list-amount .value {
    font-size: 22px;
    line-height: 26px;
    color: var(--black90);
    font-family: 'cabinet-grotesk-bold';
}

.list-amount .value.total-amt-green {
    color: var(--primary-green);
}

.wrape-output-div {
    width: 100%;
    display: block;
}

.wrape-outer-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.funds-returns-dlvry,
.investment-decision {
    margin: 15px 0 5px;
    border-radius: 4px;
    background: #E9F3FF;
    border: 1px solid #ddd;
    position: relative;
}

.funds-returns-dlvry:after,
.investment-decision:after {
    content: "";
    position: absolute;
    width: 0;
    top: -8px;
    height: 0;
    right: 20px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #E9F3FF;
}

.inner-funds-div {
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.funds-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--black90);
    font-family: 'cabinet-grotesk-bold';
    padding-bottom: 8px;
}

.funds-status {
    font-size: 18px;
    line-height: 22px;
    color: #CC3D3D;
    font-family: 'cabinet-grotesk-bold';
}

.funds-returns-dlvry .funds-descr {
    font-size: 14px;
    line-height: 18px;
    color: var(--black60);
    margin-bottom: 10px;
}

.btn-show-data {
    font-size: 14px;
    line-height: 24px;
    color: var(--white-color) !important;
    padding: 6px 12px;
    margin-top: 10px;
    background: var(--primary-green);
    font-family: proxima-nova-semibold;
    outline: none !important;
}

.btn-show-data:hover {
    background: var(--hover-primary-green);
}

.bottom-right-corner {
    position: absolute;
    bottom: -35px;
    right: -16px;
    padding: 25px 24px;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    background: #C7E1FF;
}

/*second card*/
.start-sip-div,
.investment-account {
    margin: 15px 0 5px;
    padding: 20px 0 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.button-recommended-div {
    padding: 0 16px;
    margin-bottom: 10px;
    position: relative;
}

.recommended-tags {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    padding: 2px;
    background: #1777E5;
    width: 103px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 4px;
}

.recommended-tags:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid var(--white-color);
    left: -1px;
    top: 2px;
}

.start-sip-box,
.investment-account {
    position: relative;
}

.start-sip-box:after,
.investment-account:after {
    content: "";
    position: absolute;
    width: 0;
    top: -8px;
    height: 0;
    right: 20px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
}

.start-sip-div .funds-heading {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: proxima-nova-semibold;
    padding-bottom: 16px;
}

.start-sip-div thead {
    background: #F0F7FF;
}

.start-sip-div .table thead tr th {
    font-size: 12px;
    line-height: 16px;
    color: #666;
    font-family: proxima-nova, sans-serif;
    font-weight: normal;
    vertical-align: bottom;
    border-bottom: none;
    padding: 10px 20px;
}

.table-fund-name {
    width: 65%;
}

.start-sip-div .table tbody tr td {
    font-size: 14px;
    line-height: 18px;
    color: var(--black90);
    font-family: proxima-nova, sans-serif;
    border-top: none;
    padding: 10px 20px;
}

.start-sip-div .table tbody tr td:first-child {
    font-family: proxima-nova-semibold;
}

.start-sip-div .table tbody tr td img {
    width: 14px
}

.funds-returns-dlvry.second-bottomSec-kyc {
    margin-top: -8px;
    border: none;
    border-radius: 0;
}

.funds-returns-dlvry.second-bottomSec-kyc:after {
    display: none;
}

.funds-returns-dlvry.second-bottomSec-kyc .bottom-right-corner {
    padding: 28px 34px;
}

.second-bottomSec-kyc .funds-heading {
    font-size: 16px;
    line-height: 20px;
    font-family: proxima-nova-semibold;
    color: #1777E5;
}

.second-bottomSec-kyc .btn-show-data {
    width: 136px;
    margin-top: 6px;
}

.indicate-label {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 12px;
    display: inline-block;
    background: #6880C8;
    vertical-align: middle;
}

.indicate-label.second {
    background: #D89627;
}

/*third card*/
.back-button {
    font-size: 12px;
    background: transparent;
    line-height: 16px;
    color: var(--primary-green);
    margin-bottom: 12px;
    font-family: proxima-nova-bold;
}

span.back-img,
span.forward-img {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 1px;
}

.back-img img {
    width: 4px;
    margin-top: -10px;
}

.before-mf .funds-heading {
    font-size: 16px;
    line-height: 20px;
    font-family: proxima-nova-semibold;
}

.bottom-button-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-button-section .btn-show-data {
    color: var(--black90) !important;
    font-family: proxima-nova, sans-serif;
    background: var(--white-color);
    padding: 4px 12px;
    border: 1px solid #ddd;
    width: 47%;
    transition: all 0.5s;
}

.bottom-button-section .btn-show-data:hover {
    color: var(--white-color) !important;
    background: var(--hover-primary-green);
    border: 1px solid var(--hover-primary-green);
}

/*fourth card*/
.investment-decision .funds-heading {
    font-size: 16px;
    line-height: 20px;
    font-family: proxima-nova-semibold;
    margin-bottom: 12px;
}

.decisions-section {
    background: var(--white-color);
    padding: 15px 12px 5px;
    border: 1px solid #ddd;
    width: 420px;
    max-width: 100%;
    /* transition: all 0.5s; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
}

.decisions-section.mrgn-btm {
    margin-bottom: 15px;
}

.decisions-section:hover,
.decisions-section:active {
    background-color: #f9f8f3;
}

.decisions-section .investment-heading {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    font-family: proxima-nova-semibold;
    padding-bottom: 8px;
}

.decisions-section .investment-highlighted,
.investment-account .top-funds,
.open-account span {
    color: var(--primary-green);
    font-family: proxima-nova-semibold;
}

.decisions-section .investment-subhead {
    font-size: 12px;
    line-height: 16px;
}

.decision-inner-section-right img {
    width: 20px;
}

/*fifth-card*/
.investment-account.pdg {
    padding: 12px 0 0;
    overflow: initial;
}

.investment-account .top-right-corner {
    position: absolute;
    top: 0px;
    right: 0px;
}

.investment-account .open-account {
    padding: 10px 0px 20px 20px;
    overflow: hidden;
}

.button-n-topfunds,
.button-n-topfunds .best-sip,
.button-n-topfunds a {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.btn.get-started {
    width: 127px;
}

.button-n-topfunds .top-funds {
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 0px 15px
}

.button-n-topfunds .forward-img {
    margin-left: 5px;
}

.worth-of-invstmnt {
    background: #E9F3FF;
    padding: 8px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.worth-of-invstmnt p {
    margin: 0px 0px 0px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #1777E5;
}

.worth-of-invstmnt p span {
    font-family: proxima-nova-semibold;
}

.onboarding,
.best-sip,
.portfolio-health {
    cursor: pointer;
}

.calculation-result .graphic-body .right-up-arrow:after {
    left: 66px;
}

/*media css*/
@media(min-width: 992px) {
    .flex-with-no-space .radio-btn {
        width: auto;
        margin-right: 30px;
    }

    .indicate-label {
        display: none;
    }

    .bottom-right-corner .device,
    .start-sip-div .device {
        display: none;
    }
}

@media(max-width: 991px) {
    .output-div-parent {
        border: none;
        padding: 20px 0px 0 0px;
        border-radius: 0;
    }

    .mweb-lists-des {
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 10px 10px !important;
        /* background: #F9F8F2; */
    }

    .mweb-lists-des:nth-of-type(2) {
        padding-top: 32px;
    }

    .wrape-outer-div .list-label {
        font-size: 18px;
        line-height: 22px;
        color: var(--black90);
    }

    .list-label span#third-label {
        font-family: proxima-nova-semibold;
    }

    .list-amount .value {
        font-size: 16px;
        line-height: 20px;
    }

    .wrape-outer-div .list-amount .value {
        font-size: 18px;
        line-height: 22px;
    }

    .start-sip-div {
        border-radius: 0;
    }

    .table-fund-name {
        width: 50%;
    }

    .bottom-button-section {
        display: block;
    }

    .bottom-button-section .btn-show-data {
        width: 100%;
    }

    .funds-returns-dlvry .funds-descr {
        width: 185px;
    }

    /* .graphic-content {
background: #F9F8F3;
padding: 0 32px 32px;
} */
    .decisions-section {
        width: 100%;
    }

    .open-account .funds-heading {
        max-width: 200px;
    }

    .funds-returns-dlvry.second-bottomSec-kyc .bottom-right-corner {
        padding: 22px 34px 28px;
    }

    .bottom-right-corner .web,
    .start-sip-div .web {
        display: none;
    }

    .btn-show-data {
        font-size: 12px;
    }

    .first-sec .inner-funds-div,
    .second-bottomSec-kyc .inner-funds-div {
        padding: 20px 20px 20px 10px;
    }

    .investment-account .open-account {
        padding: 10px 0px 20px 10px;
    }

    .bottom-right-corner {
        right: -23px;
        padding: 18px 33px 18px 16px;
        width: 100px;
        height: 100px;
    }

    .top-right-corner img {
        width: 90px;
        height: 85px;
    }

    .indicate-label {
        margin-right: 4px;
        margin-top: -4px;
    }

    .list-label {
        font-size: 14px;
        line-height: 18px;
    }

    .calculation-result .graphic-body .right-up-arrow:after {
        left: 61px;
    }

    .calculation-result .graphic-body .right-up-arrow {
        right: 8px;
    }
}

.qr-scan-section {
    display: none;
}