body {
    font-family: 'Montserrat', sans-serif;
}

.overflow {
    overflow: hidden;
}

br {
    display: block;
}

/* common css */
.homepad {
    padding-top: 50px;
    padding-bottom: 50px;
}

.d-flex {
    display: flex !important;
}
.align-items-center{
    align-items: center !important;
}

.border-0 {
    border: 0 !important;
}
.justify-content-center{
    justify-content: center !important;
}

.bg-light {
    background-color: #fff !important;
}
.w-100{
    width: 100% !important;
}
/* banner section */
.banner-desktop {
    background-image: url(/images/banner.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-desktop .banner-gray-rectangle {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-gray .banner-gray-wallate {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-gray .yellow-h1 {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-top: 28px;
}

.banner-gray .gold-details {
    display: flex;
    margin-top: 63px;
}

.banner-gray .gold-buy-content-sip {
    width: 16%;
}

.banner-desktop {
    display: block;
}

.banner-mobile {
    display: none;
}

.gold-buy-content p {
    font-weight: 600;
}

/* sip calculator section */
.sip-calculator .sip-calculator-row {
    display: flex;
    text-align: center;
    justify-content: center;
}

.sip-calculator .section-title {
    margin-bottom: 31px;
}

.sip-calculator .sip-calculator-row2 {
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.sip-calculator .tab .tablinks {
    color: #B7565F;
    border: 1px solid transparent;
    border-radius: 30px;
    background-color: transparent;
    padding: 5px 21px;
    width: fit-content;
}

.sip-calculator .tablinks.active {
    font-weight: bold;
    border-radius: 30px;
    background-color: #f1dee0;
    padding: 5px 21px;
}

.sip-calculator .tabcontent {
    margin-top: 20px;
}

.sip-calculator .sub-desc-yellow {
    color: #E7BA48;
}

.sip-calculator .yellow1 {
    font-weight: 700;
    margin-bottom: 5px;
}

.sip-calculator .sip-calculator-div2 {
    display: flex;
}

.sip-calculator .sip-calculator-img {
    margin-right: 20px;
}

.sip-calculator .amount {
    font-size: 32px;
    font-weight: 700;
}

/* new add */
.amount-price-logo {
    font-size: 25px !important;
}

.amount input {
    width: max-content;
    /* Adjust input width as needed */
}

/* new add */
.sip-calculator .amount span {
    font-size: 18px;
}

.sip-calculator .amount-details {
    border: 1px solid #B7565F;
    border-radius: 15px;
    padding: 15px;
    line-height: 1.3;
    margin: 10px 0;
    text-align: center;
}

.sip-calculator .progressbar {
    display: flex;
    justify-content: space-between;
}

.sip-calculator .progressbar2 {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.sip-calculator .progressbar2 .p1 {
    margin-bottom: 10px;
}

.sip-calculator .sip-calculator-div1 {
    border: 1px solid #B7565F;
    border-radius: 15px 0 0 15px;
    padding: 22px;
    height: 420px;
}

.sip-calculator .sip-calculator-row3 {
    margin-top: 15px;
}

.sip-calculator .column-1 {
    padding-right: 0;
    height: 400px;
}

.sip-calculator .column-2 {
    padding-left: 0;
    height: 400px;
}

.sip-calculator .sip-calculator-div5 {
    border: 1px solid #B7565F;
    border-radius: 0 15px 15px 0;
    padding: 22px;
    text-align: center;
    height: 420px;
}

.sip-calculator .amount-details2 {
    margin-top: 20px;
}

.sip-calculator .chart {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 35px 0 25px 0;
}

.sip-calculator .chart .chart-red-amount {
    font-weight: 600;
}

.sip-calculator .chart .chart-red {
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 1.7;
    margin-bottom: 20px;
    border-left: 10px solid #B7565F;
    padding-left: 20px;
}

.sip-calculator .chart .chart-yellow {
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 1.7;
    border-left: 10px solid #E7BA48;
    padding-left: 20px;
}

.sip-calculator .chart .chart-div {
    display: flex;
    flex-direction: column;
    text-align: start;
}

/* progress bar */
#progress-bar--container {
    display: flex;
    justify-content: center;
}

#progress-bar--container svg {
    width: 400px;
}

#progress--circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
}

#progress--text {
    font-family: var(--primary-font);
    fill: var(--primary-color);
    font-weight: 750;
    font-size: 5.5px;
    transform-origin: center;
    transform: rotate(90deg);
}

svg {
    transform: rotate(-90deg);
}

.meter-info {
    box-sizing: border-box;
    font-family: var(--primary-font);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-color);
    padding: 5px 0px;
}

/* progress bar1 */
#meter--ranger1 {
    background-color: #D9D9D9;
    border-radius: 30px;
    width: 100%;
    height: 5px;
}

#meter--ranger1::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #B7565F 0%, #B7565F var(--slider-percentage, 24%), #D9D9D9 var(--slider-percentage, 24%), #D9D9D9 100%);
    height: 5px;
    border-radius: 30px;
}

#meter--ranger1::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: -7px;
}

/* progress bar2 */
#meter--ranger2 {
    background-color: #D9D9D9;
    border-radius: 30px;
    width: 100%;
    height: 5px;
}

#meter--ranger2::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #B7565F 0%, #B7565F var(--slider-percentage, 24%), #D9D9D9 var(--slider-percentage, 24%), #D9D9D9 100%);
    height: 5px;
    border-radius: 30px;
}

#meter--ranger2::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: -7px;
}

/* progress bar3 */
#meter--ranger3 {
    background-color: #D9D9D9;
    border-radius: 30px;
    width: 100%;
    height: 5px;
}

#meter--ranger3::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #B7565F 0%, #B7565F var(--slider-percentage, 24%), #D9D9D9 var(--slider-percentage, 24%), #D9D9D9 100%);
    height: 5px;
    border-radius: 30px;
}

#meter--ranger3::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: -7px;
}

/* progress bar4 */
#meter--ranger4 {
    background-color: #D9D9D9;
    border-radius: 30px;
    width: 100%;
    height: 5px;
}

#meter--ranger4::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #B7565F 0%, #B7565F var(--slider-percentage, 24%), #D9D9D9 var(--slider-percentage, 24%), #D9D9D9 100%);
    height: 5px;
    border-radius: 30px;
}

#meter--ranger4::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: -7px;
}

/* benefits */
.benefits {
    background-color: #FFF9EB;
}

.benefits h4 {
    display: flex;
    text-align: center;
    justify-content: center;
}

.benefits .benefits-row-column {
    margin-top: 70px;
    width: 26.333333%;
}

.benefits .cart-body {
    background-color: #B7565F;
    border-radius: 20px;
    text-align: center;
}

.benefits .cart-img-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 35px;
    line-height: 1.3;
    min-height: 200px;
    font-weight: 500;
    padding-top: 40px;
}

.benefits .cart-img {
    padding: 14px;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 42%;
    height: 62%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: -65px;
    left: 27%;
    background-color: #FFF9EB;
}

.benefits .cart {
    position: relative;
}

.benefits .benefits-row {
    display: flex;
    justify-content: space-between;
}

.benefits-desktop {
    display: block;
}

.benefits-mobile {
    display: none;
}

/* stored */
.stored .stored-row {
    padding-bottom: 0;
    width: 100%;
    height: 100%;
}

.stored h4 {
    text-align: center;
}

.stored .cart {
    background-color: #B7565F;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 35px;
}

.stored .cart-img-title {
    font-size: 30px;
    color: #ffffff;
    margin: 20px 0 0 0;
    position: relative;
}

.stored .cart-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stored .lines {
    border: 1px solid #fff;
    width: 60%;
    margin: 18px 0;
}

.stored .cart-img-p {
    color: #ffffff;
    font-size: 16px;
}

.stored .cart-img-image1 {
    width: 50%;
}

.stored .stored-row {
    display: block;
}

.stored .test-slider {
    display: none;
}

.stored .cart .cart-header {
    display: flex;
    justify-content: center;
}

/* start-sip */
.start-sip .ul-li {
    font-size: 24px;
    margin-bottom: 50px;
    margin-top: 20px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.start-sip .tab2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
}

.start-sip .tablinks2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #b8565f;
    border: 1px solid #e6b848;
    width: -webkit-fill-available;
    border-radius: 10px;
    padding: 10px 15px;
    background: transparent;
    text-align: start;
}

.start-sip .tablinks2.active {
    background-color: #e6b848;
}

.start-sip .tablinks2 .sub-desc {
    margin-top: 20px;
}

.start-sip .ul-li {
    margin-right: 90px;
}

.start-sip .sip-row {
    display: flex;
    justify-content: space-between;
}

/* user */
.user .user-row1 {
    display: flex;
    justify-content: center;
}

.user iframe {
    width: 100%;
    height: 430px;
}

.user .user-row2 {
    padding-bottom: 0;
}

.user-desktop {
    display: block;
}

.user-mobile {
    display: none;
}

.youtube-slider {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.youtube-slider .slick-slide {
    margin-right: 8px;
}

.youtube-slider iframe {
    width: 386px;
    height: 538px;
    aspect-ratio: 9 / 16;
    border: none;
}

@media (max-width: 1199.98px) {
    .user-desktop {
        display: none;
    }

    .user-mobile {
        display: block;
    }
}

@media (max-width: 1024.98px) {
    br {
        display: none;
    }

    .stored .cart-img-title {
        font-size: 24px;
    }

    .start-sip br {
        display: block;
    }

    .youtube-slider .slick-slide {
        margin-right: 8px;
    }

    .youtube-slider iframe {
        width: 300px;
        height: 500px;
        aspect-ratio: 9 / 16;
        border: none;
    }

    .benefits .cart-img {
        width: 52%;
        display: flex;
        top: -67px;
        left: 24%;
    }

    .desktop-rectangle {
        max-width: 70%;
    }

    .banner-desktop .banner-gray-rectangle {
        position: absolute;
        bottom: 0;
        right: -216px;
    }

    .desktop-wallate {
        max-width: 80%;
    }

    .banner-gray .gold-buy-content-sip {
        width: 32%;
    }
}

@media (max-width: 991.98px) {
    .stored .stored-row {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }

    .sip-calculator .amount {
        font-size: 26px;
        font-weight: 700;
    }

    .benefits .cart-img {
        width: 48%;
        left: 26%;
        height: 78%;
        top: -93px;
    }

    .benefits .cart-img img {
        width: 80%;
    }

    .benefits .cart-img-title {
        font-size: 30px;
        text-align: center;
    }

    .row.benefits-row::before {
        display: none;
    }

    .benefits .cart-img {
        padding: 0;
    }

    .benefits .cart-body {
        padding: 0 10px;
    }

    .sip-calculator .sip-calculator-div1 {
        border-radius: 15px 15px 0 0;
    }

    .sip-calculator .sip-calculator-div5 {
        border-radius: 0 0 15px 15px;
    }

    .sip-calculator .column-1 {
        padding-right: 15px;
    }

    .sip-calculator .column-2 {
        padding-left: 15px;
    }

    .start-sip .ul-li {
        margin-left: 17px;
        font-size: 20px;
        gap: 30px;
    }

    .benefits .benefits-row-column {
        margin-top: 105px;
    }

    .start-sip .sip-row {
        display: flex;
        justify-content: space-between;
    }

    .start-sip .tabcontent2 img {
        width: 85%;
    }

    .stored .stored-row {
        display: none !important;
    }

    .stored .test-slider {
        display: block !important;
    }

    .stored .cart {
        margin: 10px;
    }

    .test-slider .slick-dots {
        bottom: -40px;
    }

    .test-slider .slick-dots li button:before {
        color: #B7565F;
        opacity: 1;
        font-size: 14px;
    }

    .test-slider .slick-dots li.slick-active button:before {
        color: #FFF6E3;
        opacity: 1;
        font-size: 10px;
        border: 2px solid #B7565F;
        width: 13px;
        height: 13px;
        line-height: 10px;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        top: 3px;
        left: 3px;
    }

    .banner-mobile {
        background-image: url(/images/banner-mobile.png);
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .banner-mobile .banner-gray-rectangle {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .banner-gray .yellow-h1 {
        font-size: 40px;
    }

    .banner-gray .yellow-h1 .section-title {
        font-size: 40px;
    }

    .banner-gray .gold-buy-content-sip {
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
    }

    .banner-bottom-images {
        width: 40%;
        margin-right: 14px;
        margin-bottom: 12px;
    }

    .banner-gray .gold-buy-content-sip {
        justify-content: start;
        flex-direction: column;
    }

    .gold-buy-content p {
        margin: 0;
    }

    .mobile-wallet {
        width: 65%;
    }

    .gold-buy-content-sip p br {
        display: block;
    }

    .banner-gray .banner-gray-wallate {
        position: absolute;
        bottom: 39px;
        right: -95px;
    }

    .gold-buy-content {
        margin-bottom: 25px;
    }

    .sip-calculator .sip-calculator-row3 {
        margin-top: 25px;
    }

    .rectangle-mobile {
        width: 500px;
    }

    .benefits .benefits-row-column {
        width: 49.333333%;
    }

    .desktop-rectangle {
        max-width: 70%;
    }

    .banner-desktop .banner-gray-rectangle {
        position: absolute;
        bottom: 0;
        right: -312px;
    }

    .banner-desktop .desktop-wallate {
        width: 75%;
    }

    .banner-desktop .banner-gray-wallate {
        position: absolute;
        bottom: 15px;
        right: -95px;
    }

    .youtube-slider .slick-slide {
        margin-right: 8px;
    }

    .youtube-slider iframe {
        width: auto;
        height: 538px;
        aspect-ratio: 9 / 16;
        border: none;
    }

    .banner-gray .gold-buy-content-sip {
        width: 12%;
    }

    .gold-buy-content p {
        font-size: 14px;
        line-height: 18px;
    }

}

@media (max-width: 850px) {
    .start-sip .ul-li {
        margin-right: 20px;
    }

    .start-sip .tab2 {
        gap: 30px;
    }
}

@media (max-width: 768.98px) {
    .benefits .cart-img {
        width: 57%;
        left: 22%;
        height: 64%;
        top: -73px;
    }

    .banner-desktop .banner-gray-rectangle {
        bottom: 0;
        right: -322px;
    }

    .desktop-rectangle {
        max-width: 60%;
    }

    .banner-desktop .desktop-wallate {
        width: 60%;
    }

    .banner-desktop .banner-gray-wallate {
        right: -134px;
    }

    .banner-gray .gold-buy-content-sip {
        width: 14%;
    }

    .gold-buy-content p {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 767.98px) {
    .benefits-row-column {
        width: 50%;
    }

    .benefits-row {
        display: flex;
        flex-wrap: wrap;
    }

    .sip-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .start-sip .ul-li {
        font-size: 16px;
    }

    .start-sip .tablinks2 .sub-desc {
        margin-top: 4px;
    }

    .start-sip .tab2 {
        gap: 24px;
    }

    .btn-buy {
        font-size: 16px;
    }

    .start-sip br {
        display: none;
    }

    .banner-bottom-images {
        width: 12%;
    }
}

@media (max-width: 712px) {
    .benefits .cart-img {
        width: 41%;
        left: 31%;
        height: 64%;
        top: -64px;
    }
}

@media (max-width: 600px) {
    .stored .stored-row {
        display: grid;
        gap: 10px;
        width: -webkit-fill-available;
    }

    .start-sip .tablinks2 {
        padding: 4px 5px;
    }

    .start-sip .ul-li {
        font-size: 14px;
    }

    .benefits .cart-img {
        width: 46%;
        left: 29%;
        height: 64%;
        top: -73px;
    }
}

@media (max-width: 575.98px) {
    .tab {
        display: flex;
    }

    .stored .stored-row {
        display: grid;
        gap: 8px;
    }

    .start-sip ul li p {
        font-size: 20px;
    }

    .start-sip ul {
        margin-bottom: 18px;
        margin-top: 0px;
        gap: 17px;
    }

    .user iframe {
        width: 100%;
        height: 185px;
    }

    .sip-calculator .tablinks.active {
        padding: 5px 10px;
    }

    .row.benefits-row {
        display: flex;
    }

    .benefits-row-column {
        width: 49.333333% !important;
    }

    .start-sip .tabcontent2 img {
        width: 100%;
    }

    .homepad {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .row.homepad.sip-row {
        padding-top: 0;
        padding-bottom: 0;
    }

    .start-sip .ul-li {
        margin-bottom: 0;
        gap: 13px;
    }

    .benefits-desktop {
        display: none;
    }

    .benefits-mobile {
        display: block;
    }

    .cart-img-image1 {
        width: 80%;
    }

    .benefits .cart-img {
        width: 37%;
        left: 33%;
        height: 59%;
        top: -76px;
    }

    .test-slider .slick-dots {
        bottom: -35px;
    }

    .sip-calculator .chart {
        flex-direction: column;
    }

    .img-chart {
        width: 70%;
    }

    .chart-color {
        display: flex;
    }

    .sip-calculator .chart .chart-red {
        margin-bottom: 0;
        padding-right: 25px;
    }

    .sip-calculator .column-1 {
        height: auto;
    }

    .sip-calculator .column-2 {
        height: auto;
    }

    .sip-calculator .sip-calculator-div1 {
        border: none;
        padding: 0;
        height: auto;
        margin-bottom: 20px;
    }

    .sip-calculator .sip-calculator-div5 {
        border: none;
        padding: 0;
        height: auto;
        margin-bottom: 20px;
    }

    .sip-calculator .amount-details {
        text-align: start;
    }

    .row.user-row2 {
        margin-right: auto;
        margin-left: auto;
    }

    .banner-bottom-images {
        width: 80%;
        margin-right: 8px;
    }

    .banner-gray .gold-details {
        flex-direction: column;
    }

    .benefits .cart-img {
        width: 43%;
        left: 30%;
        height: 70%;
        top: -93px;
    }

    .benefits .cart-img-title {
        font-size: 18px;
        text-align: center;
    }

    .banner-desktop {
        display: none;
    }

    .banner-mobile {
        display: block;
    }

    .rectangle-mobile {
        width: 292px;
    }

    .mobile-wallet {
        width: 50%;
    }

    .banner-gray .banner-gray-wallate {
        position: absolute;
        bottom: 3px;
        right: -250px;
    }

    .banner-gray .gold-buy-content-sip {
        flex-direction: row;
    }

    br {
        display: none;
    }

    .youtube-slider .slick-slide {
        margin-right: 8px;
    }

    .youtube-slider iframe {
        width: 100%;
        height: 400px;
        aspect-ratio: 9 / 16;
        border: none;
    }
}

@media (max-width: 425.98px) {

    /* .benefits .cart-img{width: 67%;left: 17%;height: 63%;top: -79px;} */
    .benefits .benefits-row-column {
        margin-top: 80px;
    }

    .banner-gray .yellow-h1 .section-title-mobile {
        line-height: 2.2;
    }

    .rectangle-mobile {
        width: 280px;
    }

    .tablinks2 {
        line-height: normal;
    }

    .sip-title {
        line-height: normal;
    }

    .start-sip .tab2 {
        gap: 14px;
    }

    .benefits .cart-img-title {
        min-height: 137px;
    }

    .benefits .cart-img {
        width: 67%;
        left: 17%;
        height: 86%;
        top: -79px;
    }

    /* .benefits .cart-img img{width: 64%;} */
}

@media (max-width: 420.98px) {
    .start-sip .ul-li {
        font-size: 14px;
        line-height: 1.2;
    }

    .start-sip .sub-desc {
        font-size: 12px;
        line-height: 1.2;
    }

    .start-sip .tab2 {
        gap: 20px;
    }

    .cart-img-image1 {
        width: 86%;
    }

    .benefits .cart-img {
        width: 43%;
        left: 28%;
        height: 68%;
        top: -54px;
    }

    .benefits .benefits-row-column {
        margin-top: 60px;
    }

    .benefits .cart-img-title {
        min-height: 130px;
    }

    .start-sip .tablinks2 {
        font-size: 11px;
    }

    .row.homepad.sip-row {
        margin-top: 25px;
    }
}

@media (max-width: 375.98px) {

    /* .benefits .cart-img{width: 52%;left: 25%;height: 64%;top: -52px;} */
    .benefits .cart-img {
        width: 47%;
        left: 28%;
        height: 64%;
        top: -46px;
    }

    .banner-gray .yellow-h1 {
        font-size: 34px;
    }

    .banner-gray .yellow-h1 .section-title {
        font-size: 34px;
    }

    .gold-buy-content p {
        font-size: 14px;
        line-height: normal;
    }

    .rectangle-mobile {
        width: 237px;
    }

    .mobile-wallet {
        width: 35%;
    }

    .banner-gray .banner-gray-wallate {
        bottom: 10px;
        right: -303px;
    }

    .gold-buy-content {
        margin-bottom: 12px;
    }

    .banner-gray .gold-details {
        display: flex;
        margin-top: 32px;
    }

    .banner-gray .yellow-h1 .section-title-mobile {
        line-height: 2.2;
    }

    .banner-gray .yellow-h1 {
        margin-bottom: 15px;
    }

    .start-sip .tablinks2 {
        font-size: 11px;
    }

    .row.homepad.sip-row {
        margin-top: 25px;
    }
}

@media (max-width: 360.98px) {
    .homepad {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner-gray .yellow-h1 {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .banner-gray .gold-buy-content-sip {
        width: 35%;
    }

    /* .benefits .cart-img{width: 56%;left: 22%;height: 56%;top: -37px;} */
    .banner-gray .gold-buy-content-sip {
        width: 18%;
    }

    .gold-buy-content p {
        font-size: 11px;
        margin: 0 auto;
        line-height: normal;
    }

    .gold-buy-content {
        margin-bottom: 6px;
    }

    .banner-gray .gold-details {
        display: flex;
        margin-top: 30px;
    }

    .rectangle-mobile {
        width: 200px;
    }

    .mobile-wallet {
        width: 29%;
    }

    .banner-gray .banner-gray-wallate {
        bottom: 12px;
        right: -350px;
    }

    .banner-gray .yellow-h1 .section-title-mobile {
        font-size: 30px;
        line-height: 2.2;
    }

    .btn-theme-primary {
        padding: 7px 14px;
    }

    .start-sip .tab2 {
        gap: 11px;
    }

    .start-sip .tablinks2 .sub-desc {
        font-size: 10px;
    }

    .start-sip .tablinks2 {
        font-size: 12px;
    }

    .start-sip .tablinks2 {
        font-size: 11px;
    }

    .row.homepad.sip-row {
        margin-top: 5px;
    }

    .benefits .cart-img {
        width: 49%;
        left: 26%;
        height: 56%;
        top: -34px;
    }
}

@media (max-width: 320.98px) {
    .benefits .cart-img {
        width: 49%;
        left: 26%;
        height: 56%;
        top: -40px;
    }
}