.gold-banner-section {
    background: url("https://www.satvagold.com/assets/img/gold-investment/investment-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #a67430;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-color: #fef9ef;
    min-height: 94vh;
    display: flex;
    align-items: center;
}

.gold-investment-wrapper {
    background-color: #fffbef;
    padding-bottom: 80px;
}

.gold-banner-section .bannerbox-content p.banner-title {
    font-size: 46px;
    font-weight: 700;
    max-width: 630px;
    color: #b58b44;
    line-height: normal;
    margin-top: 0;
}

.gold-banner-section .bannerbox-content .banner-subtitle {
    font-size: 22px;
    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;
    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-investment-wrapper .investment-ideas {
    padding-top: 60px;
}

.gold-investment-wrapper .investment-ideas p.order-no {
    font-size: 48px;
    font-weight: 600;
    color: #b58b44;
    line-height: normal;
}

.gold-investment-wrapper .investment-ideas p.card-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.gold-investment-wrapper .investment-ideas p.card-content {
    font-size: 15px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.gold-investment-wrapper .section-title {
    /* padding-top: 70px 0 40px; */
    text-align: center;
    /* padding: 70px 0 40px; */
    text-align: center;
    color: rgba(3, 2, 1, 1);
    font-size: 46px;
    font-weight: 600;
}

.gold-investment-wrapper .section-title p.title-text {
    font-size: 34px;
    font-weight: 700;
    color: #b58b44;
    line-height: normal;
}

.gold-investment-wrapper .section-title p.subtitle-text {
    font-size: 16px;
    font-weight: 500;
    color: #8a8a8a;
    line-height: normal;
}

.gold-investment-wrapper .gold-caculator-box {
    border-radius: 25px;
    border: 3.24px solid #b58b44;
    padding: 25px 25px;
}

.gold-investment-wrapper .gold-caculator-box .calculator-title {
    font-weight: 700;
    color: #000000;
    font-size: 26px;
    line-height: normal;
}

.gold-investment-wrapper .gold-caculator-box .calculator-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    line-height: normal;
}

.gold-investment-wrapper .gold-caculator-box .inner-title {
    margin-bottom: 16px;
}

.gold-investment-wrapper .gold-caculator-box .calculator-box {
    border: 2px solid rgba(217, 217, 217, 1);
    border-radius: 10px;
    padding: 26px 24px;
}

.gold-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gold-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable {
    border-left: 3px solid rgba(217, 217, 217, 1);
    padding-left: 10px;
}

.gold-investment-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-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable p.text {
    font-size: 27px;
    font-weight: 400;
    line-height: normal;
}

.gold-investment-wrapper .gold-caculator-box .calculator-box button.amount-btn {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 1px solid #000;
    background: transparent;
    padding: 0 14px;
    line-height: 0;
    border-radius: 40px;
    margin: 5px 3px;
    align-items: center;
    justify-content: center;
    height: 40px;
    display: flex;
    gap: 3px;
    border-style: dashed;
    border-color: #b58b44;
}

.gold-investment-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-investment-wrapper .gold-caculator-box .calculator-box .investment-box {
    width: 45%;
}

.gold-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest.amount {
    justify-content: start;
}

.gold-investment-wrapper .gold-caculator-box .calculator-box .amount-options {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gold-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest.grams {
    justify-content: end;
}

.gold-investment-wrapper .gold-caculator-box .calculator-box .exchange-icon {
    width: 10%;
    text-align: center;
}

.gold-investment-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-investment-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-investment-wrapper .gold-caculator-box .calculator-box .confidence-img-wrapper .confidence-img {
    position: relative;
    z-index: 2;
}

.gold-investment-wrapper .gold-caculator-box .calculator-box .confidence-img-wrapper .confidence-ellipse {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.gold-investment-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-investment-wrapper .gold-caculator-box .calculator-box .confidence-benefits {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0;
}

.gold-investment-wrapper .gold-caculator-box .calculator-box .confidence-box .confidence-img {
    text-align: right;
}

.gold-investment-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-investment-wrapper .gold-caculator-box .calculator-box .buy-gold-btn:hover {
    background-color: #8f5f24;
}

.gold-investment-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-investment-wrapper .gold-caculator-box .chart-box {
    border-radius: 8px;
    border: 2px solid rgba(181, 139, 68, 1);
    border-radius: 8px;
    padding: 26px 24px;
}

.gold-investment-wrapper .gold-caculator-box .chart-box p.title {
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    font-weight: 500;
}

.gold-investment-wrapper .gold-caculator-box .chart-box p.percentage {
    color: rgba(13, 150, 32, 1);
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
}

.gold-investment-wrapper .how-it-works-section .step-icon {
    width: 118px;
    height: 120px;
    border: 3px solid rgba(181, 139, 68, 1);
    padding: 20px;
    max-width: fit-content;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gold-investment-wrapper .how-it-works-section .bg-gold {
    background-color: rgba(181, 139, 68, 1);
}

.gold-investment-wrapper .how-it-works-section p.step-title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    margin-top: 15px;
}

.gold-investment-wrapper .who-should-invest .content-box p.title {
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
}

.gold-investment-wrapper .who-should-invest .content-box p.content {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    max-width: 196px;
}

.gold-investment-wrapper .who-should-invest img.invest-img {
    width: 85%;
}

.gold-investment-wrapper .who-should-invest .icon-box .box-card .card-icon-img {
    margin-bottom: 25px;
}

.gold-investment-wrapper .who-should-invest .icon-box .box-card {
    padding: 15px;
    margin-bottom: 25px;
}

.gold-investment-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-investment-wrapper .feature-box-img img.feature-icon {
    width: 100%;
    height: 105px;
}

.gold-investment-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-investment-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-investment-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-investment-wrapper .what-you-get .example-card {
    background: rgba(255, 243, 221, 1);
    border-radius: 32px;
    padding: 35px 25px;
}

.gold-investment-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-investment-wrapper .what-you-get .example-card p.note {
    font-size: 15px;
    padding: 12px 0;
}

.gold-investment-wrapper .investment-benefits {
    padding: 45px 0 60px;
    background: rgba(255, 243, 221, 1);
    margin-top: 35px;
}

.gold-investment-wrapper .investment-benefits .section-title {
    margin: 0 0 35px;
    font-size: 34px;
}

.gold-investment-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: 20px;
    margin-bottom: 6px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}

.investment-benefits .benefit-content .content {
    font-size: 16px;
    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: 28px;
    color: #000;
    font-weight: 500;
    border-bottom: 2px solid #000;
    max-width: fit-content;
}

.gold-benefit-plan ul.list-unstyled {
    margin-top: 50px;
}

.gold-benefit-plan ul.list-unstyled li.key-points p.title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 0.6;
}

.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;
    /* will adjust based on screen */
}

.investment-box .custom-grams .form-control {
    display: block;
    /* width: 80% !important; */
    /* height: calc(2.25rem + 2px); */
    padding: 16px 10px;
    font-size: 20px;
    line-height: 0;
    color: #0b0b0b;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid rgba(181, 139, 68, 1);
    border-radius: 8px 0 0 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-right: none !important;
}

.investment-box .custom-grams .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 10px 16px 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    color: #0b0b0b;
    text-align: center;
    background-color: transparent;
    border-radius: 0 8px 8px 0;
    border-left: none !important;
    line-height: 0;
    border: 2px solid rgba(181, 139, 68, 1);
}

.investment-box .custom-grams .form-control:focus {
    color: #0b0b0b;
    background-color: transparent;
    border-color: rgba(181, 139, 68, 1);
    outline: 0;
    box-shadow: none !important;
}

.investment-box .custom-grams {
    width: 80%;
}

.smart-gold-investment {
    padding: 50px 0;
}

.how-it-works-section {
    padding: 15px 0 80px;
}

.how-it-works-section .section-title {
    font-size: 34px;
    margin: 0;
    margin-bottom: 40px;
}

.who-should-invest .section-title {
    font-size: 34px;
    margin-bottom: 45px;
}

.what-you-get .section-title {
    font-size: 34px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.gold-benefit-plan {
    padding: 50px 0 0;
}

.gold-benefit-plan .section-title {
    font-size: 34px;
    margin: 0;
    margin-bottom: 15px;
}

.gold-investment-wrapper .gold-caculator-box .calculator-box .amount-btn .icon svg {
    width: auto;
    height: 24px;
    fill: #be954c;
}

.gold-investment-wrapper .gold-caculator-box .calculator-box .amount-btn.active .icon svg {
    fill: #fff;
    transition: all 0.5s linear;
}

@media only screen and (max-width: 767px) {
    .gold-investment-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: 20px 0 50px;
        min-height: 100%;
        display: block;
    }
    .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: 150px;
        height: 26px;
    }
    .gold-investment-wrapper .investment-ideas p.order-no {
        font-size: 26px;
    }
    .gold-investment-wrapper .investment-ideas p.card-content {
        font-size: 14px;
        font-weight: 400;
    }
    .investment-ideas .card-content {
        padding-bottom: 15px;
    }
    .gold-investment-wrapper .investment-ideas p.card-title {
        margin-bottom: 0;
        font-size: 16px;
    }
    .gold-investment-wrapper .section-title p.title-text {
        font-size: 24px;
    }
    .gold-investment-wrapper .section-title p.subtitle-text {
        font-size: 14px;
        line-height: 1.3;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-title {
        font-size: 22px;
    }
    .gold-investment-wrapper .gold-caculator-box {
        padding: 26px 15px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable p.text {
        font-size: 18px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .amount-options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* gap: 10px; */
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .confidence-benefits {
        flex-direction: column;
        gap: 15px;
    }
    .gold-investment-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-investment-wrapper .gold-caculator-box .calculator-box .confidence-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .gold-investment-wrapper .gold-caculator-box .chart-box p.title {
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
    }
    .gold-investment-wrapper .gold-caculator-box .chart-box p.percentage {
        font-size: 26px;
    }
    .gold-investment-wrapper .investment-benefits .section-title {
        font-size: 24px;
        line-height: 1.2;
    }
    .gold-investment-wrapper .how-it-works-section .step-icon {
        height: 50px;
        width: 50px;
        padding: 8px;
        border-width: 2px;
        border-radius: 10px;
    }
    .gold-investment-wrapper .how-it-works-section p.step-title {
        font-size: 12px;
        font-weight: 400;
        margin-top: 7px;
        line-height: normal;
    }
    .how-it-works-section .middle-arrow {
        padding-top: 15px;
    }
    .gold-investment-wrapper .how-it-works-section img.step-arrow {
        width: auto;
        height: 14px;
    }
    .gold-investment-wrapper .how-it-works-section .arrow-column {
        padding: 0;
    }
    .gold-investment-wrapper .who-should-invest .icon-box .box-card .card-icon-img {
        margin-bottom: 0;
        flex-shrink: 0;
        height: 80px;
    }
    .gold-investment-wrapper .who-should-invest .icon-box .box-card {
        padding: 10px;
    }
    .gold-investment-wrapper .who-should-invest .icon-box .box-card {
        display: flex;
        gap: 20px;
        align-items: center;
        margin-bottom: 6px;
    }
    .gold-investment-wrapper .who-should-invest .content-box p.title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .gold-investment-wrapper .who-should-invest img.icon-image {
        width: auto;
        height: 100%;
    }
    .gold-investment-wrapper .who-should-invest .content-box p.content {
        letter-spacing: 0.5px;
        max-width: 100%;
        line-height: 1.3;
        font-size: 14px;
    }
    .gold-investment-wrapper .what-you-get .feature-box .feature-box-details p.feature-title {
        font-size: 16px;
        font-weight: 600;
    }
    .gold-investment-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-investment-wrapper .feature-box-img img.feature-icon {
        width: 100%;
        height: 100%;
    }
    .gold-investment-wrapper .what-you-get .feature-box {
        margin-bottom: 30px;
        gap: 20px;
    }
    .gold-investment-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-investment-wrapper .what-you-get .example-card .example-details p {
        font-size: 16px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box {
        padding: 26px 15px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box button.amount-btn {
        font-size: 14px;
    }
    .gold-investment-wrapper .investment-ideas {
        padding-top: 35px;
    }
    .investment-benefits .benefit-content .content {
        font-size: 14px;
    }
    .gold-investment-wrapper .investment-benefits {
        margin: 35px 0 0;
    }
    .gold-banner-section .bannerbox-content .banner-note {
        display: flex;
        align-items: center;
        gap: 6px;
        line-height: 1.3;
    }
    .smart-gold-investment {
        padding: 10px 0 25px;
    }
    .how-it-works-section {
        padding: 15px 0 50px;
    }
    .what-you-get .section-title {
        font-size: 24px;
    }
    .how-it-works-section .section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .gold-benefit-plan .section-title {
        font-size: 20px;
        line-height: normal;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box>div.d-flex {
        flex-wrap: wrap;
        gap: 15px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest.amount {
        justify-content: center;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest img {
        width: 35px;
        height: auto;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .exchange-icon img {
        transform: rotate(90deg);
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest.grams {
        justify-content: center;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .investment-box {
        width: 100%;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .exchange-icon {
        width: 100%;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable {
        padding-left: 15px;
        width: 50%;
    }
    .how-it-works-section .row {
        align-items: self-start !important;
    }
    .how-it-works-section .row .col-md-2.col-3 {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .gold-investment-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-investment-wrapper .section-title p.title-text {
        font-size: 36px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable p.subtitle {
        font-size: 16px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .confidence-box p.confidence-text {
        font-size: 18px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .credit-note {
        font-size: 16px;
    }
    .gold-investment-wrapper .who-should-invest .icon-box .box-card {
        text-align: center;
    }
    .gold-investment-wrapper .who-should-invest .content-box p.content {
        max-width: 100%;
        line-height: 1.5;
        font-size: 20px;
    }
    .gold-investment-wrapper .feature-box-img img.feature-icon {
        height: 100%;
    }
    .gold-investment-wrapper .what-you-get .feature-box .feature-box-details p.feature-title {
        font-size: 26px;
    }
    .gold-investment-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-investment-wrapper .what-you-get .feature-box .feature-box-details p.content {
        font-size: 20px;
    }
    .gold-investment-wrapper .what-you-get .example-card .example-details p {
        font-size: 20px;
    }
    .gold-investment-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: 270px;
        height: 65px;
        font-size: 28px;
    }
    .gold-investment-wrapper .investment-ideas p.card-title {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.4px;
        line-height: 1.5;
        max-width: 356px;
    }
    .gold-investment-wrapper .section-title p.subtitle-text {
        font-size: 30px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-subtitle {
        font-size: 28px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable p.subtitle {
        font-size: 24px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .monthly-invest .monthly-invest-lable p.text {
        font-size: 30px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .amount-options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .confidence-label {
        font-size: 30px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .buy-gold-btn {
        padding: 30px;
        font-size: 28px;
    }
    .gold-investment-wrapper .gold-caculator-box .calculator-box .credit-note {
        font-size: 18px;
    }
    .gold-investment-wrapper .gold-caculator-box .chart-box p.title {
        font-size: 28px;
    }
    .gold-investment-wrapper .how-it-works-section p.step-title {
        font-size: 28px;
    }
    .gold-investment-wrapper .who-should-invest img.invest-img {
        width: 100%;
    }
    .gold-investment-wrapper .who-should-invest .content-box p.title {
        font-size: 30px;
    }
    .gold-investment-wrapper .who-should-invest .content-box p.content {
        font-size: 26px;
    }
    .gold-investment-wrapper .what-you-get .feature-box .feature-box-details p.feature-title {
        font-size: 30px;
    }
    .gold-investment-wrapper .what-you-get .feature-box .feature-box-details p.content {
        font-size: 26px;
    }
    .gold-investment-wrapper .what-you-get .example-card p.example {
        font-size: 30px;
    }
    .gold-investment-wrapper .what-you-get .example-card .example-details p {
        font-size: 26px;
    }
    .gold-investment-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-investment-wrapper .gold-caculator-box .calculator-box .confidence-box p.confidence-text {
        font-size: 16px;
    }
}