.gold-banner-section {
    background: url("../img/gold-investment/secure-plan-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #a67430;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-color: #fef9ef;
    /* min-height: calc(100vh - 160px); */
    display: flex;
    align-items: center;
    height: 60vh;
    border-bottom: 1px solid #ffe6bd;
}

.gold-secure-plan-wrapper {
    background-color: #fffbef;
    padding-bottom: 80px;
}

.gold-banner-section .bannerbox-content {
    margin: 0;
}

.gold-banner-section .bannerbox-content p.banner-title {
    font-size: 38px;
    font-weight: 700;
    color: #b58b44;
    line-height: normal;
    margin-top: 0;
}

.gold-banner-section .bannerbox-content .banner-subtitle {
    font-size: 18px;
    color: #8a8a8a;
    margin-bottom: 50px;
    max-width: 500px;
    font-weight: 500;
    line-height: normal;
    max-width: 550px;
    letter-spacing: 0.6px;
    margin-top: 30px;
}

.gold-banner-section .bannerbox-content .btn-gold-invest:hover {
    background-color: transparent;
    color: #b58b44;
    border: 2px solid #b58b44;
    box-shadow: none;
}

.gold-banner-section .bannerbox-content .banner-note {
    font-size: 12px;
    font-weight: 600;
    color: #b58b44;
    margin-top: 15px;
}

.gold-banner-section .bannerbox-content .btn-gold-invest {
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #b58b44;
    width: max-content;
    /* padding: 10px 20px; */
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    border: 2px solid #b58b44;
    transition: ease all 0.5s;
}

.gold-secure-plan-wrapper .investment-ideas {
    padding: 0;
}

.gold-secure-plan-wrapper .investment-ideas p.order-no {
    font-size: 38px;
    font-weight: 600;
    color: #b58b44;
    line-height: normal;
}

.gold-secure-plan-wrapper .investment-ideas p.card-title {
    font-size: 18px;
    font-weight: 600;
}

.gold-secure-plan-wrapper .investment-ideas p.card-content {
    font-size: 14px;
    font-weight: 400;
    color: #8a8a8a;
}

.gold-secure-plan-wrapper .section-title {
    text-align: center;
    text-align: center;
    color: rgba(3, 2, 1, 1);
    font-size: 38px;
    font-weight: 700;
}

.gold-secure-plan-wrapper .section-title p.title-text {
    font-size: 38px;
    font-weight: 700;
    color: #b58b44;
    line-height: normal;
}

.gold-secure-plan-wrapper .section-title p.subtitle-text {
    font-size: 18px;
    font-weight: 500;
    color: #8a8a8a;
    line-height: normal;
}

.gold-secure-plan-wrapper .gold-caculator-box {
    border-radius: 25px;
    border: 3.24px solid #b58b44;
    padding: 25px 25px;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-title {
    font-weight: 700;
    color: #000000;
    font-size: 34px;
    line-height: normal;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: normal;
}

.gold-secure-plan-wrapper .gold-caculator-box .inner-title {
    margin-bottom: 16px;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box {
    border: 2px solid rgba(217, 217, 217, 1);
    border-radius: 10px;
    padding: 26px 24px;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .monthly-invest {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable {
    border-left: 3px solid rgba(217, 217, 217, 1);
    padding-left: 10px;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable p.subtitle {
    font-size: 12px;
    color: rgba(143, 143, 143, 1);
    font-weight: 400;
    margin-bottom: 0px;
    line-height: normal;
    text-transform: uppercase;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable p.text {
    font-size: 27px;
    font-weight: 400;
    line-height: normal;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box button.amount-btn {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    border: 1px solid #000;
    background: transparent;
    padding: 15px 14px;
    line-height: 0;
    border-radius: 40px;
    margin: 5px 3px;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box button.amount-btn.active {
    background: rgba(181, 139, 68, 1);
    color: #fff;
    border: 1px solid rgba(181, 139, 68, 1);
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .investment-box {
    width: 45%;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .monthly-invest.amount {
    justify-content: start;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .investment-box .amount-options {
    margin-top: 30px;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .monthly-invest.grams {
    justify-content: end;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .exchange-icon {
    width: 10%;
    text-align: center;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-label {
    font-weight: 500;
    margin: 20px 0 10px;
    color: rgba(181, 139, 68, 1);
    font-size: 20px;
    text-decoration: underline;
    text-decoration-color: rgba(181, 139, 68, 1);
    text-decoration-thickness: 2px;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-underline-offset: 0.8rem;
    margin-bottom: 0;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-box {
    border: 2px solid rgba(181, 139, 68, 1);
    border-radius: 15px;
    padding: 15px 0 0 15px;
    width: 27%;
}

.gold-caculator-box .calculator-box .confidence-img-wrapper {
    position: relative;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-img-wrapper .confidence-img {
    position: relative;
    z-index: 2;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-img-wrapper .confidence-ellipse {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-box p.confidence-text {
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    letter-spacing: normal;
    margin-bottom: 0;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-benefits {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-box .confidence-img {
    text-align: right;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .buy-gold-btn {
    background-color: #a67430;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px;
    transition: background-color 0.3s ease;
    line-height: 0 !important;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .buy-gold-btn:hover {
    background-color: #8f5f24;
}

.gold-secure-plan-wrapper .gold-caculator-box .calculator-box .credit-note {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    padding-left: 20px;
    font-style: italic;
}

.gold-secure-plan-wrapper .gold-caculator-box .chart-box {
    border-radius: 8px;
    border: 2px solid rgba(181, 139, 68, 1);
    border-radius: 8px;
    padding: 26px 24px;
}

.gold-secure-plan-wrapper .gold-caculator-box .chart-box p.title {
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    font-weight: 500;
}

.gold-secure-plan-wrapper .gold-caculator-box .chart-box p.percentage {
    color: rgba(13, 150, 32, 1);
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
}

.gold-secure-plan-wrapper .how-it-works-section .step-icon {
    width: 118px;
    height: 120px;
    max-width: fit-content;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gold-secure-plan-wrapper .how-it-works-section .bg-gold {
    background-color: rgba(181, 139, 68, 1);
}

.gold-secure-plan-wrapper .how-it-works-section p.step-title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    margin-top: 15px;
}

.gold-secure-plan-wrapper .who-should-invest div.content-box p.title {
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
}

.gold-secure-plan-wrapper .who-should-invest div.content-box p.content {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    max-width: 196px;
}

.gold-secure-plan-wrapper .who-should-invest img.invest-img {
    width: 85%;
}

.gold-secure-plan-wrapper .who-should-invest .icon-box .box-card .card-icon-img {
    margin-bottom: 25px;
}

.gold-secure-plan-wrapper .who-should-invest .icon-box .box-card {
    padding: 15px;
    margin-bottom: 25px;
}

.gold-secure-plan-wrapper .what-you-get .feature-box {
    display: flex;
    align-items: center;
    gap: 26px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px 25px;
    margin-bottom: 42px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.gold-secure-plan-wrapper .feature-box-img img.feature-icon {
    width: 100%;
    height: 105px;
}

.gold-secure-plan-wrapper .what-you-get .feature-box .feature-box-details p.feature-title {
    font-size: 28px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
}

.gold-secure-plan-wrapper .what-you-get .feature-box .feature-box-details p.content {
    font-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
}

.gold-secure-plan-wrapper .what-you-get .example-card p.example {
    font-size: 28px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    text-align: center;
}

.gold-secure-plan-wrapper .what-you-get .example-card {
    background: rgba(255, 243, 221, 1);
    border-radius: 32px;
    padding: 35px 25px;
}

.gold-secure-plan-wrapper .what-you-get .example-card .example-details p {
    border-bottom: 3px solid rgba(181, 139, 68, 1);
    padding: 12px 0;
    margin-bottom: 0;
    font-size: 18px;
}

.gold-secure-plan-wrapper .what-you-get .example-card p.note {
    font-size: 15px;
    padding: 12px 0;
}

.gold-secure-plan-wrapper .investment-benefits {
    /* margin: 40px 0 50px; */
    padding-bottom: 60px;
    background: rgba(255, 243, 221, 1);
}

.gold-secure-plan-wrapper .investment-benefits .section-title {
    margin: 0 0 35px;
}

.gold-secure-plan-wrapper .investment-benefits .section-title span {
    color: rgba(181, 139, 68, 1);
    font-weight: 700;
}

.investment-benefits .benefit-columns {
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
}

.investment-benefits .benefit-col {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.investment-benefits .benefit-item {
    display: flex;
    gap: 16px;
    align-items: center;
}

.investment-benefits .benefit-content .title {
    font-size: 18px;
    margin-bottom: 6px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}

.investment-benefits .benefit-content .content {
    font-size: 14px;
    color: rgba(128, 128, 128, 1);
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 768px) {
    .investment-benefits .benefit-columns {
        flex-direction: column;
        gap: 40px;
    }
}

.container-fluid.investment-container {
    padding: 0 65px;
}

.gold-benefit-plan p.inner-title {
    font-size: 22px;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
    border-bottom: 2px solid #000;
    max-width: fit-content;
    padding-bottom: 8px;
}

.gold-benefit-plan ul.list-unstyled li.key-points img.key-point-icon {
    width: auto;
    height: 60px;
}

.gold-benefit-plan ul.list-unstyled {
    margin-top: 50px;
}

.gold-benefit-plan ul.list-unstyled li.key-points p.title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}

.gold-benefit-plan ul.list-unstyled li.key-points {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding-bottom: 30px;
}

.gold-benefit-plan ul.list-unstyled li.key-points p.content {
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}

.gold-benefit-plan .key-benefits-box .golden-bg {
    position: relative;
    overflow: hidden;
}

.gold-benefit-plan .key-benefits-box .right-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://www.satvagold.com/assets/img/gold-investment/vector/timer-bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    /* background-position: center; */
    z-index: 0;
}

.gold-benefit-plan .key-benefits-box .right-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://www.satvagold.com/assets/img/gold-investment/vector/timer-bg-line.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    /* background-position: right center; */
    z-index: 1;
}

.gold-benefit-plan .key-benefits-box {
    background-color: #fff3dd;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.gold-benefit-plan .key-benefits-box .box-left {
    padding: 45px 40px 126px;
}

.gold-benefit-plan .key-benefits-box .left-bottom-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.gold-caculator-box .chart-box .chart-container {
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 1rem 0;
}

.gold-caculator-box .chart-box .chart-container .chart {
    position: relative;
    width: 100%;
    height: 382px;
}

.smart-gold-investment .gold-savings-box {
    border-radius: 18px;
    border: 1px solid #b58b44;
    padding: 25px 30px;
    margin-top: 20px;
    position: relative;
}

.smart-gold-investment .gold-savings-box .mainRowBox {
    align-items: end;
}

.smart-gold-investment .gold-savings-box p.inner-title {
    font-weight: 700;
    color: #000000;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 40px;
}

.smart-gold-investment .gold-savings-box label.form-label {
    color: rgba(133, 133, 133, 1);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.smart-gold-investment .gold-savings-box .gold-weight-calculation .custom-range-wrapper {
    margin-bottom: 0px;
}

.smart-gold-investment .gold-savings-box .gold-weight-calculation .gold-weight-input p.weight-counts span {
    font-size: 12px;
    color: rgba(133, 133, 133, 1);
}

.smart-gold-investment .gold-savings-box .gold-weight-calculation .gold-weight-input p.weight-counts strong {
    color: rgba(181, 139, 68, 1);
}

.smart-gold-investment .gold-savings-box .gold-weight-calculation p.weight-counts {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
}

.smart-gold-investment .gold-savings-box .gold-weight-calculation .gold-weight-input {
    border: 1px solid rgba(181, 139, 68, 1);
    border-radius: 8px;
    padding: 10px 15px;
}

.min-max-weight {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 12px;
}

.min-max-weight span {
    font-size: 14px;
    line-height: normal;
}

.smart-gold-investment .gold-savings-box .gold-weight-calculation {
    margin-bottom: 20px;
}

.smart-gold-investment .gold-savings-box .plan-calculations {
    margin-bottom: 0;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px dashed rgb(241 212 164);
    margin: 0;
    align-items: center;
    padding: 12px 0;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation p.title {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation p.title span {
    font-size: 12px;
    font-weight: 500;
    color: rgb(156 156 156);
    display: block;
    margin-top: 3px;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation p.price {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation p.price.text-gold {
    color: rgba(181, 139, 68, 1);
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation p.price.text-danger {
    color: rgba(255, 116, 116, 1);
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation p.price.text-success {
    color: rgba(93, 161, 75, 1);
}

#goldRange {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: linear-gradient(to right, #b58b44 25%, #dbdbdb 25%);
    outline: none;
    cursor: pointer;
}

#goldRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #b58b44;
    border-radius: 50%;
    margin-top: -5px;
    cursor: pointer;
}

#goldRange::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #b58b44;
    border-radius: 50%;
    cursor: pointer;
}

#goldRange::-moz-range-track {
    background: none;
    border: none;
}

.smart-gold-investment .gold-savings-box .chart-box {
    border: 0px solid rgba(181, 139, 68, 1);
    border-radius: 0;
    padding: 25px 25px 10px;
    background: #be954c14;
    margin-top: 20px;
}

.smart-gold-investment .gold-savings-box .chart-box p.title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.smart-gold-investment .gold-savings-box .chart-box p.percentage {
    color: rgba(13, 150, 32, 1);
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
}

.smart-gold-investment .gold-savings-box .gold-required-section .badge {
    background: linear-gradient( 97.46deg, #c28b1e 0.9%, #ffecc6 32.22%, #e6b95f 47.62%, #c28b1e 59.94%, #f5cd7e 70.76%, #c28b1e 82.96%, #ffcb62 98.15%);
    border-radius: 32px;
    padding: 12px 21px;
    font-size: 16px;
    top: -20px;
    display: inline-block;
    position: absolute;
    left: 37.5%;
    color: rgba(0, 0, 0, 1);
}

.smart-gold-investment .gold-savings-box .gold-required-section {
    background: rgba(51, 51, 51, 1);
    border: 3px solid;
    border: 3.24px solid #b58b44;
    border-radius: 22px;
    padding: 50px 20px 20px;
    position: relative;
    height: 100%;
}

.smart-gold-investment .gold-savings-box .gold-required-section p.heading {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    border-bottom: 2px solid #b58b44;
}

.smart-gold-investment .gold-savings-box .gold-required-section p.rate {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: normal;
    padding-top: 8px;
}

.gold-savings-box .gold-required-section .gold-required-content {
    border: 0.81px solid #b58b44;
    border-radius: 10px;
    padding: 15px;
}

.gold-savings-box .gold-required-section .divider {
    border-top: 3px solid #b58b44;
    margin: 30px 0;
}

.gold-savings-box .gold-required-section .donut-chart-box .chart-information ul li {
    padding-bottom: 8px;
}

.gold-savings-box .gold-required-section .donut-chart-box .chart-information ul {
    list-style: disc;
    color: #fff;
    margin-left: 25px;
}

.gold-savings-box .gold-required-section .donut-chart-box .chart-information ul li::marker {
    color: #b58b44;
}

.gold-savings-box .gold-required-section .donut-chart-box .donut-chart-container .label {
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    flex-direction: column;
    gap: 8px;
}

.gold-savings-box .gold-required-section .donut-chart-box .donut-chart-container .label span {
    font-size: 12px;
    max-width: 150px;
    text-align: center;
    color: #fff;
}

.gold-savings-box .gold-required-section .donut-chart-box .donut-chart-container .color-box {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
}

.gold-savings-box .gold-required-section .donut-chart-box .donut-chart-container .left-label {
    top: 48%;
    left: -45%;
    transform: translateY(-50%);
}

.gold-savings-box .gold-required-section .donut-chart-box .donut-chart-container .right-label {
    top: -13%;
    right: -5%;
}

.gold-required-section .donut-chart-box .donut-chart-container {
    position: relative;
    width: 100%;
    max-width: 45%;
    height: 100%;
    margin: auto;
    top: 0;
    margin-top: 65px;
}

.gold-required-section .donut-chart-box .donut-chart-container .center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.gold-required-section .donut-chart-box #donutChart {
    width: 100%;
    height: auto;
    z-index: 0;
}

.gold-required-section .donut-chart-box .donut-chart-container .left-label::after {
    content: "";
    position: absolute;
    top: 62px;
    left: 40%;
    width: 100%;
    height: 100%;
    background-image: url(https://www.satvagold.com/assets/img/gold-investment/vector/bottom-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: right center; */
    z-index: 1;
}

.gold-required-section .donut-chart-box .donut-chart-container .right-label::before {
    content: "";
    position: absolute;
    top: 45%;
    left: -75%;
    width: 100%;
    height: 100%;
    background-image: url(https://www.satvagold.com/assets/img/gold-investment/vector/left-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: right center; */
    z-index: 1;
}

.ui-widget.ui-widget-content.customRangeSg {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    z-index: 9;
    background: #c8c8c8;
    border-color: #c8c8c8 !important;
}

.ui-widget.ui-widget-content.customRangeSg:hover {
    opacity: 1;
}

.ui-widget.ui-widget-content.customRangeSg .ui-slider-handle {
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    outline: none;
}

.investment-form-section {
    position: relative;
    z-index: 1;
}

.investment-form-section .formInner {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0px 10px 0px #eee;
    padding: 35px;
    background: #fff;
    border-radius: 10px;
}

.investment-form-section .formInner .form-group {
    margin-bottom: 25px;
}

.investment-form-section .formInner .form-group:first-child {
    margin-bottom: 15px;
}

.investment-form-section .formInner .form-group:last-child {
    margin: 0;
}

.investment-form-section .formInner .form-group input.form-control {
    height: 50px;
    font-size: 14px;
    border: 1px solid #eee;
    box-shadow: none;
    background: #fff;
    padding: 0 15px;
    border-radius: 10px;
}

.investment-form-section .formInner .form-group input.form-control:focus {
    border-color: #b58b44;
}

.investment-form-section .formInner .form-group .btn-sip {
    background: #b58b44;
    width: 100%;
    height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    line-height: unset;
    min-height: unset;
    border-radius: 10px;
}

.investment-form-section .formInner .form-group .btn-sip img {
    height: 18px;
}

.investment-form-section .formInner .formContent {
    margin-bottom: 20px;
    border-bottom: 1px dashed #d3b580;
    padding-bottom: 7px;
}

.investment-form-section .formInner .formContent span {
    background-color: #e3f6ec;
    font-size: 10px;
    color: #21c179;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.investment-form-section .formInner .formContent p {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.investment-form-section .formInner .form-group ul {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.investment-form-section .formInner .form-group ul li {
    border: 1px solid rgba(16, 16, 16, .13);
    padding: 5px 16px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s linear;
}

.investment-form-section .formInner .form-group ul li.active {
    background: #b58b44;
    color: #fff;
    border-color: #b58b44;
}

.investment-form-section .formInner .formNotes {
    margin-top: 12px;
}

.investment-form-section .formInner .formNotes p {
    color: #717171;
    font-size: 12px;
}

.investment-form-section .formInner .formNotes p span {
    color: #000;
}

.investment-form-section .formInner .form-group:first-child span.errorShow {
    color: tomato;
    font-size: 11px;
}

.smart-gold-investment {
    padding: 50px 0;
}

.how-it-works-section {
    padding: 50px 0;
    background: #fff3dd;
    margin: 50px 0;
}

.how-it-works-section .section-title {
    font-size: 34px;
    margin-bottom: 35px;
}

.who-should-invest .section-title {
    font-size: 34px;
    margin-bottom: 40px;
}

.what-you-get {
    padding: 50px 0;
}

.gold-secure-plan-wrapper .investment-benefits {
    padding: 35px 0 50px;
}

.gold-benefit-plan {
    padding: 50px 0 0;
}

.gold-benefit-plan .section-title {
    font-size: 34px;
}

.what-you-get .section-title {
    font-size: 34px;
}

.smart-gold-investment .section-title p.title-text {
    font-size: 34px;
}

.gold-secure-plan-wrapper .smart-gold-investment .section-title .subtitle-text {
    font-size: 16px;
}

.highlight-price-section {
    margin-top: 45px;
}

.highlight-price-section .highlightBox {
    border: 2px solid #ff4444;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 1px 12px #ffc9c9;
}

.highlight-price-section .highlightBox.success {
    border-color: #4dbf4d;
    box-shadow: 0 1px 12px #afe7af;
}

.highlight-price-section .highlightBox p:first-child {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dashed #b58b44;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.highlight-price-section .highlightBox p:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    color: #b58b44;
}

.smart-gold-investment .gold-savings-box .noteText {
    background: #be954c36;
    padding: 8px 15px;
    margin-top: 20px;
}

.smart-gold-investment .gold-savings-box .noteText p {
    color: #000;
    font-weight: 700;
    margin: 0;
}

.smart-gold-investment .gold-savings-box .noteText ul {
    list-style: circle;
    padding-left: 18px;
}

.smart-gold-investment .gold-savings-box .noteText ul li {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}

.gold-banner-section .bannerbox-content img.planLogo {
    width: 70%;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation.first {
    border: 0;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation.first p {
    font-weight: 700;
    font-size: 16px;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation.second p {
    color: #dc3545!important;
    font-weight: 700;
    font-size: 16px;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation.third p {
    color: #52b149 !important;
    font-weight: 700;
    font-size: 16px;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation.fourth p.title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation.fourth p.price {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation.fourth p.title span {
    display: unset;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation.fourth {
    border: 0;
    background: #52b149;
    border-radius: 10px;
    padding: 10px 12px;
    margin-top: 10px;
}

.goldPlan-calculationInfo-Sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 25px;
    align-items: end;
    flex-direction: column;
}

.goldPlan-calculationInfo-Sec .calculationInfo.danger {
    background: #dc35450f;
}

.goldPlan-calculationInfo-Sec .calculationInfo {
    padding: 12px 15px;
    width: 75%;
    border-radius: 12px;
    text-align: center;
}

.goldPlan-calculationInfo-Sec .calculationInfo.success {
    background: #52b14914;
}

.goldPlan-calculationInfo-Sec .calculationInfo.danger p.title {
    color: #dc3545;
    font-weight: 700;
    font-size: 16px;
}

.goldPlan-calculationInfo-Sec .calculationInfo .pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.goldPlan-calculationInfo-Sec .calculationInfo .pricing p {
    margin: 0;
}

.goldPlan-calculationInfo-Sec .calculationInfo.danger .pricing {
    border-top: 1px solid #dc354530;
    padding-top: 15px;
}

.goldPlan-calculationInfo-Sec .calculationInfo.danger .pricing p.t1 {
    font-size: 14px;
    color: #dc3545;
    font-weight: 700;
    background: transparent;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #dc3545;
}

.goldPlan-calculationInfo-Sec .calculationInfo.danger .pricing p.t3 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    background: #dc3545;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #dc3545;
}

.goldPlan-calculationInfo-Sec .calculationInfo.danger .pricing p.t2 {
    font-size: 14px;
    color: #dc3545;
    font-weight: 700;
}

.goldPlan-calculationInfo-Sec .calculationInfo.success .pricing {
    border-top: 1px solid #52b14936;
    padding-top: 15px;
}

.goldPlan-calculationInfo-Sec .calculationInfo.success p.title {
    color: #52b149;
    font-weight: 700;
    font-size: 16px;
}

.goldPlan-calculationInfo-Sec .calculationInfo.success .pricing p.t1 {
    font-size: 14px;
    color: #52b149;
    font-weight: 700;
    background: transparent;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #52b149;
}

.goldPlan-calculationInfo-Sec .calculationInfo.success .pricing p.t3 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    background: #52b149;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #52b149;
}

.goldPlan-calculationInfo-Sec .calculationInfo.success .pricing p.t2 {
    font-size: 16px;
    color: #52b149;
    font-weight: 700;
}

.smart-gold-investment .gold-savings-box .successAssign-line {
    background: #52b149;
    position: absolute;
    left: 33%;
    width: 11.3%;
    height: 2px;
    top: 44.5%;
    transform: rotate(-27deg);
}

.smart-gold-investment .gold-savings-box .successAssign-line:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 0 14px 14px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-bottom-color: #52b149;
    right: 0;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%) rotate(315deg);
}

.smart-gold-investment .gold-savings-box .dangerAssign-line {
    background: #dc3545;
    position: absolute;
    left: 30.5%;
    width: 16%;
    height: 2px;
    top: 35%;
    transform: rotate(-50deg);
}

.smart-gold-investment .gold-savings-box .dangerAssign-line:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 0 14px 14px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-bottom-color: #dc3545;
    right: 0;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%) rotate(315deg);
}

.smart-gold-investment .gold-savings-box .goldPlan-logo {
    width: 40%;
    margin: 25px auto 30px;
    position: relative;
    left: 12%;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation.third {
    border: 0;
}

.smart-gold-investment .gold-savings-box .gold-plan-calculation-box {
    border: 1px dashed rgb(190 149 76);
    border-radius: 10px;
    padding: 0px 12px;
    margin-top: 10px;
    background: #be954c14;
}

.smart-gold-investment .gold-savings-box p.inner-title img.planLogo1 {
    width: auto;
    height: 40px;
    margin-left: 7px;
}

.f16-w600 {
    font-size: 16px;
    font-weight: 700;
}

.sabul {
    list-style: square;
    padding: revert;
}

.gold-benefit-terms li {
    margin-bottom: 15px;
}

.gold-benefit-terms-box {
    padding: 5rem;
    background-color: #fff3dd;
    border-radius: 18px;
    border: 1px solid #fff3dd;
}

.smart-gold-investment .gold-savings-box .price-information-table table {
    margin: 0;
    background: #faf3e2;
    border-color: #cbac775e !important;
}

.smart-gold-investment .gold-savings-box .price-information-table table thead tr th {
    border-color: #cbac775e !important;
    padding: 12px 5px;
    background: #f1e6cc;
    font-weight: 700;
}

.smart-gold-investment .gold-savings-box .price-information-table table tbody tr td {
    border-color: #cbac775e !important;
    padding: 8px 5px;
    font-size: 14px;
}

.smart-gold-investment .gold-savings-box .price-information-table table tbody tr.lastColumn td {
    background: #be954c;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.smart-gold-investment .gold-savings-box .plan-calculations#summaryTableFinal {
    width: 75%;
    margin: 20px 0 0 auto;
}

.smart-gold-investment .gold-savings-box .gold-weight-calculation .custom-input-wrapper {
    margin-top: 12px;
}

.smart-gold-investment .gold-savings-box .gold-weight-calculation .custom-input-wrapper .form-group {}

.smart-gold-investment .gold-savings-box .gold-weight-calculation .custom-input-wrapper .form-group input {
    background: #faf3e2;
    border: 1px solid #f1e6cc;
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    color: #000;
    border-radius: 6px;
    box-shadow: none;
}

.smart-gold-investment .gold-savings-box .gold-weight-calculation .custom-input-wrapper .form-group span.errorShow {
    color: tomato;
    font-size: 11px;
}


/* Inquiry Section */

.inquiry-section {
    text-align: center;
    margin: 40px 0 0;
}

.inquiry-section p {
    font-size: 20px;
    font-weight: 700;
    color: #be954c;
    margin-bottom: 15px;
}

.inquiry-section button {
    background: #be954c;
    padding: 10px 25px;
    line-height: normal;
    height: auto;
    min-height: auto;
    font-weight: 600;
    border-radius: 30px;
}

.inquiry-section button:hover {
    background: #be954c;
}

#queryInquiryModel {}

#queryInquiryModel .modal-body {
    padding: 0;
    border-radius: 15px;
}

#queryInquiryModel .modal-body .inquiry-model-form {}

#queryInquiryModel .modal-body .inquiry-model-form .inquiry-model-close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #be954c;
    padding: 7px 15px;
    border-radius: 0;
}

#queryInquiryModel .modal-body .inquiry-model-form .inquiry-model-close p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

#queryInquiryModel .modal-body .inquiry-model-form .inquiry-model-close button.btn {
    background: transparent;
    color: #fff;
    padding: 0;
    line-height: normal;
    margin: 0;
    height: auto;
    min-height: fit-content;
    font-size: 18px;
}

#queryInquiryModel .modal-body .inquiry-model-form .inquiry-model-close button.btn i {
    padding: 0;
}

#queryInquiryModel .modal-content {
    border: 0;
    border-radius: 15px;
    overflow: hidden;
}

#queryInquiryModel .modal-body .inquiry-model-form form {
    padding: 20px;
}

#queryInquiryModel .modal-body .inquiry-model-form form .form-group {
    margin-bottom: 15px;
}

#queryInquiryModel .modal-body .inquiry-model-form form .form-group input.form-control {
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
    padding: 0 15px;
    box-shadow: none;
}

#queryInquiryModel .modal-body .inquiry-model-form form .form-group textarea.form-control {
    resize: none;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: none;
    padding: 7px 15px;
}

#queryInquiryModel .modal-body .inquiry-model-form form button.btn {
    min-height: unset;
    line-height: normal;
    height: 40px;
    border-radius: 10px;
    width: 100%;
    background: #be954c;
    font-weight: 600;
    text-transform: uppercase;
}

#queryInquiryModel .modal-body .inquiry-model-form form .inquiryMsg {}

#queryInquiryModel .modal-body .inquiry-model-form form .inquiryMsg p {
    font-size: 14px;
    color: #0f940f;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
}

#queryInquiryModel .modal-body .inquiry-model-form form .inquiryMsg.error p {
    color: #e66767;
}

@media only screen and (max-width: 767px) {
    .gold-benefit-terms-box {
        padding: 3rem;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .chart-box {
        padding: 26px 14px;
    }
    .gold-caculator-box .chart-box .chart-container {
        padding: 1rem 0;
    }
    .container-fluid.investment-container {
        padding: 0 15px !important;
    }
    .gold-banner-section {
        background-position: cover;
        padding: 0;
        min-height: 100%;
        display: block;
        height: auto;
    }
    .investment-form-section {
        padding: 30px 0 30px;
    }
    .gold-banner-section .bannerbox-content {
        margin: 0;
    }
    .gold-banner-section .bannerbox-content p.banner-title {
        margin-top: 50px;
        font-size: 20px;
    }
    .gold-banner-section .bannerbox-content .banner-subtitle {
        font-size: 14px;
        margin: 15px 0 25px;
    }
    .gold-banner-section .bannerbox-content .btn-gold-invest {
        font-size: 14px;
        width: max-content;
        height: 26px;
    }
    .gold-secure-plan-wrapper .investment-ideas p.order-no {
        font-size: 26px;
    }
    .gold-secure-plan-wrapper .investment-ideas p.card-content {
        font-size: 14px;
        font-weight: 400;
    }
    .investment-ideas .card-content {
        padding-bottom: 15px;
    }
    .gold-secure-plan-wrapper .investment-ideas p.card-title {
        margin-bottom: 0;
        font-size: 16px;
    }
    .gold-secure-plan-wrapper .section-title p.title-text {
        font-size: 24px;
    }
    .gold-secure-plan-wrapper .section-title p.subtitle-text {
        font-size: 14px;
        line-height: 1.3;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-title {
        font-size: 22px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box {
        padding: 26px 15px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable p.text {
        font-size: 18px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .investment-box .amount-options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* gap: 10px; */
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-benefits {
        flex-direction: column;
        gap: 15px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-box p.confidence-text {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0.8px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .chart-box p.title {
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .chart-box p.percentage {
        font-size: 26px;
    }
    .gold-secure-plan-wrapper .section-title {
        font-size: 24px;
        line-height: 1.2;
    }
    .gold-secure-plan-wrapper .how-it-works-section .step-icon {
        height: 50px;
        width: 50px;
    }
    .gold-secure-plan-wrapper .how-it-works-section p.step-title {
        font-size: 12px;
        font-weight: 600;
        margin-top: 5px;
    }
    .gold-secure-plan-wrapper .how-it-works-section img.step-arrow {
        width: auto;
        height: 14px;
    }
    .gold-secure-plan-wrapper .how-it-works-section .arrow-column {
        padding: 0;
    }
    .gold-secure-plan-wrapper .who-should-invest .icon-box .box-card .card-icon-img {
        margin-bottom: 0;
        flex-shrink: 0;
        height: 80px;
    }
    .gold-secure-plan-wrapper .who-should-invest .icon-box .box-card {
        padding: 10px;
    }
    .gold-secure-plan-wrapper .who-should-invest .icon-box .box-card {
        display: flex;
        gap: 20px;
        align-items: center;
        margin-bottom: 6px;
    }
    .gold-secure-plan-wrapper .who-should-invest div.content-box p.title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .gold-secure-plan-wrapper .who-should-invest img.icon-image {
        width: auto;
        height: 100%;
    }
    .gold-secure-plan-wrapper .who-should-invest div.content-box p.content {
        letter-spacing: 0.5px;
        max-width: 100%;
        line-height: 1.3;
        font-size: 14px;
    }
    .gold-secure-plan-wrapper .what-you-get .feature-box .feature-box-details p.feature-title {
        font-size: 16px;
        font-weight: 600;
    }
    .gold-secure-plan-wrapper .what-you-get .feature-box .feature-box-details p.content {
        font-size: 14px;
        letter-spacing: 0.5px;
        max-width: 100%;
        line-height: 1.3;
    }
    .gold-secure-plan-wrapper .feature-box-img img.feature-icon {
        width: 100%;
        height: 100%;
    }
    .gold-secure-plan-wrapper .what-you-get .feature-box {
        margin-bottom: 30px;
        gap: 20px;
    }
    .gold-secure-plan-wrapper .what-you-get .example-card p.example {
        font-size: 24px;
    }
    .investment-benefits .benefit-icon {
        width: auto;
        height: auto;
    }
    .investment-benefits .benefit-item {
        align-items: flex-start;
    }
    .gold-benefit-plan p.inner-title {
        font-size: 20px;
        line-height: 1.2;
        padding-bottom: 10px;
    }
    .gold-benefit-plan ul.list-unstyled li.key-points p.title {
        line-height: 1.3;
        max-width: 100%;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .gold-benefit-plan .key-benefits-box .box-left {
        padding: 45px 20px 10px;
    }
    .gold-benefit-plan ul.list-unstyled {
        margin-top: 30px;
    }
    .gold-benefit-plan ul.list-unstyled li.key-points p.content {
        line-height: 1.3;
        font-size: 14px;
    }
    .gold-benefit-plan ul.list-unstyled li.key-points {
        gap: 20px;
    }
    .investment-benefits .benefit-content .title {
        line-height: 1.3;
        font-size: 16px;
    }
    .gold-secure-plan-wrapper .what-you-get .example-card .example-details p {
        font-size: 16px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box {
        padding: 26px 15px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box button.amount-btn {
        font-size: 16px;
    }
    .gold-secure-plan-wrapper .investment-ideas {
        padding-top: 0;
    }
    .investment-benefits .benefit-content .content {
        font-size: 14px;
    }
    .gold-secure-plan-wrapper .investment-benefits {
        margin: 0;
    }
    .gold-banner-section .bannerbox-content .banner-note {
        display: flex;
        align-items: center;
        gap: 6px;
        line-height: 1.3;
    }
    .gold-required-section .donut-chart-box .donut-chart-container .center-logo {
        height: 70px;
    }
    .smart-gold-investment .gold-savings-box .gold-required-section {
        margin-top: 25px;
    }
    .smart-gold-investment .gold-savings-box .gold-required-section .badge {
        left: 25%;
    }
    .smart-gold-investment .gold-savings-box {
        padding: 25px 15px;
    }
    .smart-gold-investment .gold-savings-box p.inner-title {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    .smart-gold-investment .gold-savings-box p.inner-title img.planLogo1 {
        height: 24px;
    }
    .smart-gold-investment .gold-savings-box .gold-weight-calculation p.weight-counts {
        font-size: 16px;
    }
    .smart-gold-investment .gold-savings-box label.form-label {
        font-size: 12px;
    }
    .gold-banner-section .bannerbox-content .btn-gold-invest {
        font-size: 16px;
    }
    .smart-gold-investment .gold-savings-box .gold-plan-calculation p.price {
        font-size: 18px;
    }
    .smart-gold-investment .gold-savings-box .gold-required-section p.rate {
        font-size: 15px;
    }
    .gold-savings-box .gold-required-section .gold-required-content {
        margin-bottom: 25px;
    }
    .plan-information-wrapper .mt-5 {
        margin-top: 0 !important;
    }
    .smart-gold-investment .gold-savings-box .gold-required-section p.heading {
        font-size: 14px;
    }
    .gold-savings-box .gold-required-section .gold-required-content:last-child {
        margin-bottom: 0;
    }
    .gold-savings-box .gold-required-section .gold-required-content {
        margin-top: 15px;
    }
    .gold-savings-box .gold-required-section .donut-chart-box .donut-chart-container .right-label {
        top: -30%;
        right: -26px;
    }
    .gold-required-section .donut-chart-box .donut-chart-container .right-label::before {
        top: 36%;
    }
    .gold-savings-box .gold-required-section .donut-chart-box .donut-chart-container .label span {
        max-width: 112px;
    }
    .gold-required-section .donut-chart-box .donut-chart-container .left-label::after {
        background-image: url(https://www.satvagold.com/assets/img/gold-investment/vector/bottom-arrow1.png);
    }
    .gold-savings-box .gold-required-section .donut-chart-box .donut-chart-container .left-label {
        top: 103%;
        left: -10px;
        transform: translateY(-50%);
    }
    .gold-required-section .donut-chart-box .donut-chart-container .left-label::after {
        top: -17px;
        left: 82%;
    }
    .gold-required-section .donut-chart-box .donut-chart-container {
        margin: 26px 0 95px;
    }
    .gold-savings-box .gold-required-section .donut-chart-box .chart-information ul li {
        font-size: 14px;
    }
    .how-it-works-section {
        margin: 0px 0 30px;
        padding: 30px 0;
    }
    .how-it-works-section .row {
        align-items: self-start !important;
    }
    .how-it-works-section .row .col-md-3.col-3 {
        padding: 0;
    }
    .how-it-works-section .middle-arrow {
        padding-top: 15px;
    }
    .highlight-price-section .highlightBox {
        margin-bottom: 25px;
    }
    .highlight-price-section .highlightBox.success {
        margin: 0;
    }
    .gold-banner-section .bannerbox-content img.planLogo {
        margin: 35px auto 5px;
    }
    .smart-gold-investment .gold-savings-box .gold-weight-calculation .gold-weight-input {
        padding: 5px 10px;
    }
    .smart-gold-investment .gold-savings-box .gold-weight-calculation .gold-weight-input p.weight-counts strong {
        color: #48a947;
    }
    .smart-gold-investment .gold-savings-box .gold-weight-calculation .gold-weight-input p.weight-counts span {
        color: #48a947;
    }
    .goldPlan-calculationInfo-Sec {
        margin-top: 15px;
        gap: 15px;
    }
    .goldPlan-calculationInfo-Sec .calculationInfo {
        width: 100%;
    }
    .smart-gold-investment .gold-savings-box .goldPlan-logo {
        display: none;
    }
    .smart-gold-investment .gold-savings-box .successAssign-line {
        display: none;
    }
    .smart-gold-investment .gold-savings-box .dangerAssign-line {
        display: none;
    }
    .goldPlan-calculationInfo-Sec .calculationInfo {
        padding: 12px;
        border-radius: 8px;
    }
    .goldPlan-calculationInfo-Sec .calculationInfo.danger p.title {
        font-size: 16px;
    }
    .goldPlan-calculationInfo-Sec .calculationInfo.danger .pricing p.t1 {
        font-size: 14px;
        border-radius: 7px;
        padding: 5px 10px;
    }
    .goldPlan-calculationInfo-Sec .calculationInfo.danger .pricing {
        gap: 7px;
    }
    .goldPlan-calculationInfo-Sec .calculationInfo.danger .pricing p.t3 {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 7px;
    }
    .goldPlan-calculationInfo-Sec .calculationInfo.success p.title {
        font-size: 16px;
    }
    .goldPlan-calculationInfo-Sec .calculationInfo.success .pricing p.t1 {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 7px;
    }
    .goldPlan-calculationInfo-Sec .calculationInfo.success .pricing {
        gap: 7px;
    }
    .goldPlan-calculationInfo-Sec .calculationInfo.success .pricing p.t3 {
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 7px;
    }
    .smart-gold-investment .gold-savings-box .gold-plan-calculation.first p {
        font-size: 14px;
    }
    .smart-gold-investment .gold-savings-box .gold-plan-calculation p.title {
        font-size: 14px;
    }
    .smart-gold-investment .gold-savings-box .gold-plan-calculation p.price {
        font-size: 14px;
    }
    .smart-gold-investment .gold-savings-box .gold-plan-calculation.fourth p.title {
        font-size: 14px;
    }
    .smart-gold-investment .gold-savings-box .gold-plan-calculation.fourth p.price {
        font-size: 14px;
    }
    .smart-gold-investment .gold-savings-box .noteText {
        font-size: 12px;
    }
    .smart-gold-investment .gold-savings-box .chart-box {
        padding: 25px 10px 10px;
    }
    .smart-gold-investment .gold-savings-box .chart-box p.title {
        font-size: 16px;
    }
    .smart-gold-investment .gold-savings-box .chart-box p.percentage {
        font-size: 20px;
    }
    .smart-gold-investment .gold-savings-box .noteText ul li {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .smart-gold-investment .gold-savings-box .plan-calculations#summaryTableFinal {
        width: 100%;
        margin: 15px 0 15px auto;
    }
    .smart-gold-investment .gold-savings-box .gold-plan-calculation.fourth {
        border-radius: 6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .gold-secure-plan-wrapper .section-title {
        padding: 80px 0 40px;
        font-size: 38px;
    }
    .gold-banner-section {
        min-height: 100%;
        /* padding: 80px 0; */
    }
    .gold-banner-section .bannerbox-content p.banner-title {
        font-size: 28px;
    }
    .gold-banner-section .bannerbox-content .banner-note {
        font-size: 14px;
    }
    .gold-secure-plan-wrapper .section-title p.title-text {
        font-size: 36px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable p.subtitle {
        font-size: 16px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-box p.confidence-text {
        font-size: 18px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .credit-note {
        font-size: 16px;
    }
    .gold-secure-plan-wrapper .who-should-invest .icon-box .box-card {
        text-align: center;
    }
    .gold-secure-plan-wrapper .who-should-invest div.content-box p.content {
        max-width: 100%;
        line-height: 1.5;
        font-size: 20px;
    }
    .gold-secure-plan-wrapper .feature-box-img img.feature-icon {
        height: 100%;
    }
    .gold-secure-plan-wrapper .what-you-get .feature-box .feature-box-details p.feature-title {
        font-size: 26px;
    }
    .gold-secure-plan-wrapper .what-you-get .feature-box .feature-box-details p.content {
        letter-spacing: 0.8px;
    }
    .gold-benefit-plan .key-benefits-box .box-left {
        padding: 48px 40px 25px;
    }
    .gold-secure-plan-wrapper .what-you-get .feature-box .feature-box-details p.content {
        font-size: 20px;
    }
    .gold-secure-plan-wrapper .what-you-get .example-card .example-details p {
        font-size: 20px;
    }
    .gold-secure-plan-wrapper .what-you-get .example-card p.note {
        font-size: 18px;
    }
    .investment-benefits .benefit-content .title {
        font-size: 22px;
    }
    .investment-benefits .benefit-content .content {
        font-size: 20px;
    }
    .gold-benefit-plan ul.list-unstyled li.key-points p.title {
        font-size: 22px;
    }
    .gold-benefit-plan ul.list-unstyled li.key-points p.content {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1140px) {
    .gold-banner-section {
        /* padding: 110px 0; */
        min-height: 100%;
    }
    .gold-banner-section .bannerbox-content .banner-note {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        font-size: 24px;
    }
    .gold-banner-section .bannerbox-content .banner-note img {
        width: auto;
        height: 40px;
    }
    .gold-banner-section .bannerbox-content .banner-subtitle {
        font-size: 28px;
    }
    .gold-banner-section .bannerbox-content .btn-gold-invest {
        width: max-content;
        height: 65px;
        font-size: 28px;
    }
    .gold-secure-plan-wrapper .investment-ideas p.card-title {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.4px;
        line-height: 1.5;
        max-width: 356px;
    }
    .gold-secure-plan-wrapper .section-title p.subtitle-text {
        font-size: 30px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-subtitle {
        font-size: 28px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable p.subtitle {
        font-size: 24px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable p.text {
        font-size: 30px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .investment-box .amount-options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-label {
        font-size: 30px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .buy-gold-btn {
        padding: 30px;
        font-size: 28px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .credit-note {
        font-size: 18px;
    }
    .gold-secure-plan-wrapper .gold-caculator-box .chart-box p.title {
        font-size: 28px;
    }
    .gold-secure-plan-wrapper .how-it-works-section p.step-title {
        font-size: 28px;
    }
    .gold-secure-plan-wrapper .who-should-invest img.invest-img {
        width: 100%;
    }
    .gold-secure-plan-wrapper .who-should-invest div.content-box p.title {
        font-size: 30px;
    }
    .gold-secure-plan-wrapper .who-should-invest div.content-box p.content {
        font-size: 26px;
    }
    .gold-secure-plan-wrapper .what-you-get .feature-box .feature-box-details p.feature-title {
        font-size: 30px;
    }
    .gold-secure-plan-wrapper .what-you-get .feature-box .feature-box-details p.content {
        font-size: 26px;
    }
    .gold-secure-plan-wrapper .what-you-get .example-card p.example {
        font-size: 30px;
    }
    .gold-secure-plan-wrapper .what-you-get .example-card .example-details p {
        font-size: 26px;
    }
    .gold-secure-plan-wrapper .what-you-get .example-card p.note {
        font-size: 22px;
        padding: 12px 0;
        line-height: 1.4;
    }
    .investment-benefits .benefit-content .title {
        font-size: 28px;
        line-height: 1.5;
    }
    .investment-benefits .benefit-content .content {
        font-size: 26px;
    }
    .investment-benefits .benefit-item,
    .gold-benefit-plan ul.list-unstyled li.key-points {
        align-items: flex-start;
    }
    .gold-benefit-plan ul.list-unstyled li.key-points p.title {
        font-size: 28px;
        line-height: 1.5;
    }
    .gold-benefit-plan ul.list-unstyled li.key-points p.content {
        font-size: 26px;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 400px) and (max-width: 450px) {
    .gold-secure-plan-wrapper .gold-caculator-box .calculator-box .confidence-box p.confidence-text {
        font-size: 16px;
    }
}