:root, [data-bs-theme=light] {
    --vz-gold: #d99a29;
    --vz-gold-primary: #2D4359;
    --vz-gold-text-primary: #013443;
    --vz-gold-primary-emphasis: #03485c;
    --vz-gold-primary-rgb: 19,197,107;
    --vz-gold-grey: #bababa;
    --vz-border-color: #d99a29;
    --vz-light-500-bg-subtle: #f5f5f5;
    --vz-border-radius: 1rem;
    --vz-border-radius: 0.25rem;
    --vz-gold-bg-subtle: #fff4e0;
    --vz-gold-bg-nav: #2D4359;
    --vz-gold-bg-nav-border: #D9D9D9;
}

body {
    background: #ecf9fd;
}

.isl-home-gold .navbar-nav .container {
    padding: 0px;
}

.isl-home-gold .navbar {
    background: #fff7d6;
    background: linear-gradient(45deg, #f1eddd, #ffd839) !important;
    background: linear-gradient(45deg, #f7ffdd, #ffd630) !important;
    box-shadow: 0px 0px 3px #c9c1a4;
    background: var(--vz-gold-bg-nav) !important;
    border-bottom: 1px solid var( --vz-gold-bg-nav-border);
    padding: 0px;
}

.isl-home-gold .navbar-nav .nav-item {
    padding: 6px !important;
}

    .isl-home-gold .navbar-nav .nav-item.isl-back-button {
        background: #dfa700;
        padding: 3px 15px !important;
        margin-bottom: -1px;
        margin: -5px 0px;
    }

        .isl-home-gold .navbar-nav .nav-item.isl-back-button .nav-link {
            color: #fff;
            font-weight: bold !important;
            font-size: 16px !important;
            display: flex;
            align-items: center;
            line-height: 1.2;
        }

            .isl-home-gold .navbar-nav .nav-item.isl-back-button .nav-link i {
                margin-right: 5px;
            }

.isl-home-gold .topnav .navbar-nav .nav-item .nav-link {
    padding: 0px;
    text-transform: capitalize;
}

.isl-home-gold .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    transition: all 1.5s;
    color: #eee;
    letter-spacing: 0.3px;
}

.isl-home-gold .navbar-nav .nav-item.active {
    background-color: #d99a29;
    background-color: transparent;
    color: #fff;
}

    .isl-home-gold .navbar-nav .nav-item.active .nav-link {
        color: #fff;
        font-weight: 600;
    }

.isl-header--nav .navbar-nav .nav-item.active .nav-link:after {
    display: none;
}

.home-subHeader {
    display: none;
}

.isl-header--nav .navbar-nav .nav-item.dropdown {
    padding: 15px 15px !important;
    width: auto;
}

.isl-header--nav .navbar-nav .dropdown-menu {
    position: absolute;
}

.isl-header--nav .navbar-nav .dropdown-toggle::after {
    content: " ";
}

.isl-header--nav .navbar-nav .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: 0.205em;
    content: "";
    border-top: 0.4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

.isl-header--nav .navbar-nav .dropdown-menu ul {
    padding-left: 0rem;
}

    .isl-header--nav .navbar-nav .dropdown-menu ul li {
        padding: 0rem;
    }

.isl-header--nav .topnav .navbar-nav .dropdown-menu a {
    float: none;
    display: block;
    color: #000;
    text-align: left;
    padding: 7px 16px;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.desktop {
}

.mobile {
    display: none !important;
}

.menu {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    align-content: center;
    width: 100%;
    height: 3.5rem;
    padding: 0 0rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    background: #fff7d6;
    background: linear-gradient(45deg, #f1eddd, #ffd839);
    background: linear-gradient(45deg, #f7ffdd, #ffd630);
    box-shadow: 0px 0px 6px #c9c1a4;
    background: #ffd630;
    background: #fff;
    z-index: 999;
    /*box-shadow: 0px 0px 5px #000;*/
}

.form-check-label .desktop {
    display: inline-block;
}

.modal.fade.show {
    z-index: 9999;
}

.modal .modal-content {
    background: #fff !important;
    box-shadow: none;
}

.position-relative.mb-3 {
    padding-bottom: 10px;
}

.isl-home-goldBody .page-content {
    min-height: calc(100vh - 52px);
    padding: 0px;
    padding-top: 52px;
}

.isl-gold--banner {
    background: url('https://pic.islamicly.com/web/gold/Header.png');
    background: var(--vz-gold-bg-nav);
    background-size: cover;
    padding: 80px 0px 120px;
}

    .isl-gold--banner .gold-subTitle {
        color: #fff;
        font-size: 50px;
        font-weight: bold !important;
    }

.isl-gold--banner__term {
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}

    .isl-gold--banner__term .flex-shrink-0.border-right {
        border-right: 1px solid #fff;
        margin-right: 25px;
    }

.isl-gold--banner__term-item p {
    font-size: 18px;
    color: #fff;
    margin: 0px 25px;
}

.isl-gold--banner__strip {
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
}

.isl-gold--banner__strip-user {
}

    .isl-gold--banner__strip-user img:not(:first-child) {
        margin-left: -10px;
    }

.isl-gold--banner__strip-text {
    color: #033A37;
    font-size: 17px;
    margin-left: 10px;
}

.isl-gold--purchase {
    background: url('https://pic.islamicly.com/web/gold/table.png') !important;
    background-size: cover !important;
    padding: 27px 30px 10px;
    margin-top: -90px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    background-position: center center;
}

.isl-gold--purchase__title {
    font-size: 40px;
    color: #000;
}

.isl-gold--purchase__live {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 15px 0px 10px;
}

    .isl-gold--purchase__live .color-red {
        color: #FF0000;
    }

    .isl-gold--purchase__live .small {
        font-size: 14px;
    }

.isl-gold--purchase__price {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 15px 0px 10px;
}

    .isl-gold--purchase__price .small {
        font-size: 18px;
    }

.isl-gold--purchase__alert {
    font-size: 14px;
    max-width: 300px;
}

.card-header-tabs--purchase {
    margin-bottom: 30px;
}

    .card-header-tabs--purchase .nav-item {
    }

        .card-header-tabs--purchase .nav-item .nav-link {
            color: #000 !important;
            font-size: 20px;
            font-weight: 600;
            width: max-content;
            margin: 0 auto;
            padding: 0px;
        }

            .card-header-tabs--purchase .nav-item .nav-link.active {
                background-color: transparent !important;
                color: #000 !important;
                border-bottom: 2px solid #000;
            }

.isl-gold--purchase .form-radio-outline .form-check-input:checked[type=radio]::before {
    top: 1px;
    position: absolute;
    font-size: 16px;
    left: 1px;
}

.isl-gold--purchase .form-check label {
    cursor: pointer;
    font-size: 16px;
    color: #000;
    margin-left: 5px;
}

.blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
}



@keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    from, to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.popular-buy {
    bottom: -23px;
    left: 0px;
    width: 100%;
    background: #033A37;
    text-align: center;
    color: #fff;
    padding: 3px;
    border-radius: 0px 0px 10px 10px;
}

.btn-goldBuy, .btn-goldBuy:hover {
    background: #2B2B2B;
    border-color: #2B2B2B;
    color: #fff;
}

.isl-realGold {
    background: url('https://pic.islamicly.com/web/gold/HeaderBG1.png') !important;
    background-size: cover;
    padding: 60px 0px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.isl-realGold {
    background: url('https://pic.islamicly.com/web/gold/ShariahRealGoldBG.png') !important;
}
.isl-gold--howItWorks.no-bg {
    background: transparent !important;
}






.page-SignedUser {
    margin-top: 30px;
}

.isl-gold--accInfo {
    background: url('https://pic.islamicly.com/web/gold/ShariahGoldlockerBG.png');
    background: url('https://pic.islamicly.com/web/gold/shariahgoldlocker BG.png');
    background-size: contain;
    margin-bottom: 20px;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
}

    .isl-gold--accInfo h3 {
        background: linear-gradient(to right, #f3ad3b, #f7dd80);
        background-clip: text;
        color: transparent;
        margin-top: 15px;
        margin-bottom: 10px;
    }

.page-SignedUser .isl-gold--purchase {
    background: url(https://pic.islamicly.com/web/gold/table.png) !important;
    background-size: cover !important;
    padding: 20px 30px;
    margin-bottom: 30px !important;
}

.isl-gold--accInfo__list {
}

.isl-gold--accInfo__list-img {
    height: 42px;
    margin-bottom: 17px;
}

.isl-gold--accInfo__list .text-label {
    background: linear-gradient(to right, #f3ad3b, #f7dd80);
    background-clip: text;
    color: transparent;
    font-size: 16px;
}

.isl-gold--accInfo__list .text-value {
    background: linear-gradient(to right, #f3ad3b, #f7dd80);
    background-clip: text;
    color: transparent;
    font-size: 22px;
    font-weight: 600;
}

.isl-gold--accInfo .popular-buy {
    bottom: -20px;
    padding: 0px;
}

.isl-gold--accInfo__list-imgRight {
    width: 20px;
}

.isl-gold--accInfo.isl-gold--accInfo__summary {
    background: url('https://pic.islamicly.com/web/gold/Daily_Savings_header.png') !important;
    background-size: cover;
    margin-bottom: 20px;
    padding: 20px;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.isl-gold--goals {
}

    .isl-gold--goals .gold-subTitle {
    }

.isl-gold--goals__list {
}

.isl-gold--goals__list-item {
    background: #1D1D1D;
    box-shadow: 0px 0px 5px #DDA53B;
    border-radius: 8px;
    padding: 30px 20px;
}

    .isl-gold--goals__list-item img {
        max-height: 90px;
        margin: 0 auto 25px;
        display: block;
    }

    .isl-gold--goals__list-item h5 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .isl-gold--goals__list-item p {
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin-bottom: 0px;
    }

.isl-gold--summary {
}

.isl-gold .rounded.border-radius-rounded {
    border-radius: 30px !important;
}

.isl-gold--summary__header {
    background: #033A37;
    border-radius: 10px;
    border-bottom: 5px solid #F7DD80;
    padding: 15px 10px;
}

.new-checkout_form .nostyle li span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--vz-gold-primary);
    width: 50%;
}

.new-checkout_form .nostyle li {
    padding: 10px 0px;
}

    .new-checkout_form .nostyle li span.fs-24 {
        font-size: 24px;
    }

.savings-zone h3 {
    color: var(--vz-gold-primary);
    margin-bottom: 15px;
}

.savings-zone ul li span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--vz-gold-primary);
}

.savings-zone .amount_saved {
    background: #00C8C1;
    border: 0.5px dashed #D2C061;
    border-radius: 0px 0px 25px 25px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .savings-zone .amount_saved span {
        color: #000;
        font-size: 22px;
    }

.form-label {
    font-size: 15px;
}

.auto-lease-details-partial ul li {
    text-align: left;
}

    .auto-lease-details-partial ul li h4 {
        color: #3c3c3c;
        font-size: 12px;
        font-weight: 600;
        line-height: 150%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

.isl-gold--dailySavings {
    background: url('https://pic.islamicly.com/web/gold/Daily_Savings_header.png') !important;
    background-size: cover;
    margin-bottom: 20px;
    padding: 20px;
    background-repeat: no-repeat;
}

.isl-gold--introSlider {
    background: #FFF8E2;
    padding: 35px 0px 50px;
}

    .isl-gold--introSlider img {
        float: right;
    }

    .isl-gold--introSlider h3 {
        color: #033A37;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.3;
        max-width: 550px;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    .isl-gold--introSlider p {
        color: #033A37;
        font-size: 24px;
        max-width: 550px;
        margin: 0 auto;
        margin-bottom: 0px;
        text-align: center;
    }

.carousel-indicators {
    bottom: -50px;
    border-radius: 10px;
}

    .carousel-indicators [data-bs-target] {
        width: 5px;
        height: 5px;
        background-color: #033A37;
    }

.isl-gold--zeroInterestSlider {
    background: url('https://pic.islamicly.com/web/gold/ZeroInterestBG.png');
    background-size: cover;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 70px 0px 20px;
    background-repeat: no-repeat;
    background-position: bottom;
}

    .isl-gold--zeroInterestSlider h3 {
        max-width: 800px;
        margin: 0 auto;
    }

.isl-gold--zeroInterestSlider {
}

.isl-gold--zeroInterestSlider__list {
}

.isl-gold--zeroInterestSlider__list-item {
    position: relative;
    background: #00B8AE;
    box-shadow: 0px 0px 6px #007e77;
    padding: 0px 30px 30px;
    margin-top: 50px;
    min-height: 360px;
    border-radius: 8px;
    margin-bottom: 50px;
}

    .isl-gold--zeroInterestSlider__list-item img {
        max-width: 100%;
    }

.isl-gold--zeroInterestSlider__list-item--img {
    position: absolute;
    left: 42%;
    top: -50px;
    background: #077973;
    padding: 15px;
    border-radius: 83px;
    height: 90px;
    width: 90px;
}

.isl-gold--zeroInterestSlider__list-item--title {
    padding-top: 60px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}

.isl-gold--zeroInterestSlider__list-item--desc {
    padding-top: 25px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
}

.isl-realGoldBox {
    background: #ffecca;
    padding: 15px;
    /* border: 1px solid #033a37; */
    border-radius: 8px;
    box-shadow: 0px 0px 3px #033a37;
}

.isl-gold--purchase .sip_buy_gold_item {
    border-radius: 10px;
    padding: 10px 25px;
    background: #2B2B2B;
    border-color: #2B2B2B;
}

    .isl-gold--purchase .sip_buy_gold_item img {
        height: 35px;
    }

        .isl-gold--purchase .sip_buy_gold_item img.go_to_icon {
            height: 15px;
        }

    .isl-gold--purchase .sip_buy_gold_item .bold_black_text {
        color: #ffffff;
        margin: 0px;
    }

    .isl-gold--purchase .sip_buy_gold_item .item_info span {
        color: #dddddd;
    }

.isl-gold--whyDigital {
    background: #ecf9fd;
    padding-top: 0px;
    padding-bottom: 50px;
}

.isl-gold--jewellery {
    background: linear-gradient(to top, #0333a37, #08a098);
    background: linear-gradient(to left, #033A37, #08A098) !important;
    padding-bottom: 50px;
}

.isl-gold--jewellery__list {
    margin-top: 40px;
}

.isl-gold--jewellery__list-item {
    background: #00B8AE;
    padding: 30px 55px;
    border-radius: 8px;
}

.isl-gold--jewellery__list-item--title {
    font-size: 62px;
    font-weight: 600;
}

.isl-gold--jewellery__list-item--subTitle {
    font-weight: 500;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #eee;
}

.isl-gold--jewellery__list-item img {
    height: 180px;
}

.isl-gold--jewellery__list-pos {
    background: linear-gradient(to left, #033A37, #08A098);
    z-index: 9;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    left: 45%;
    top: 27%;
}

    .isl-gold--jewellery__list-pos .fa {
        font-size: 60px;
        color: #fff;
        font-weight: 300;
    }

.isl-gold--bigGains {
    padding: 30px;
}

.isl-gold--blogSlider {
    background: #033A37 !important;
    padding: 50px 0px;
}

.isl-gold--blogSlide__list img {
    max-width: 100%;
}

.isl-gold--landingLocker {
    padding: 50px 0px;
}

.isl-gold--deliver {
    background: url('https://pic.islamicly.com/web/gold/24KGolddelivered.png') !important;
    background-size: cover;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 70px 0px 40px;
    background-repeat: no-repeat;
    background-position: right;
}
.isl-gold--deliver__img {
    max-height: 70px;
    max-width: 100%;
}
.isl-gold--deliver__product {
    margin-top: 30px;
}
.isl-gold--deliver__product-item {
    background: #00635D;
    box-shadow: 0px 0px 3px #033A37;
    padding: 20px;
    border-radius: 10px;
    min-height: 330px;
}
.isl-gold--deliver__product-item--imgHolder {
    min-height: 190px;
}
.isl-gold--deliver__product-item img {
    max-height: 200px;
    display: block;
    margin: 0 auto;
}
    .isl-gold--deliver {
    }
.isl-gold--deliver {}

    .isl-gold--deliver .sip_buy_gold_item {
        border-radius: 10px;
        padding: 10px 25px;
        background: #2B2B2B;
        border-color: #2B2B2B;
    }
.text-white-60 {
    color: rgba(255, 255, 255, 0.6) !important;
}
.text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important;
}
.text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important;
}
.delivery-banner.desktop div p {
    /* font: 800 24px / 31.2px Sarabun; */
    color: #083863;
    float: left;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 5px;
}
.delivery-banner.desktop {
    /*font: 700 14px / 18.2px Sarabun Light;*/
    font-size: 16px;
    line-height: 1.2;
    border-radius: 8px;
}
.isl-gold--purchase {
    border-radius: 10px;
}

.isl-home-gold .navbar {
    padding: 5px 0px;
}

.isl-gold--jewelleryExchange {
    background: #fff !important;
    padding: 40px 0px 10px;
}
    .isl-gold--jewelleryExchange .sip_buy_gold_item {
        border-radius: 10px;
        padding: 10px 25px;
        background: #2B2B2B;
        border-color: #2B2B2B;
    }
.isl-gold--jewelleryExchange__works .card-body {
    margin-top: 1.5rem !important;
    background: linear-gradient(45deg, #FFF7E0, #FAF9F6) !important;
    box-shadow: 0px 0px 3px #c9c1a4;
    padding-bottom: 30px !important;
}
    .isl-gold--jewelleryExchange__works .nav-tabs-custom.card-header-tabs {
        margin-top: -1.5rem;
    }
.isl-gold--jewelleryExchange {
}
.isl-gold--jewelleryExchange {}
.isl-gold--jewelleryExchange {}

    .isl-gold--jewelleryExchange .btn-gold {
        background-color: #2B2B2B !important;
        border-color: #2B2B2B !important;
        color: #fff !important;
    }
.isl-gold--safe {
    background: #033A37;
    padding: 30px 0px;
    background: linear-gradient(45deg, #e5ce8d, #ffeaab) !important;
}
    .isl-gold--safe .secured-by-images img {
        height: 30px;
        margin: 0px 15px;
    }
.isl-gold--works {
    padding: 20px 0px !important;
}
    .isl-gold--works .nav-tabs-custom.nav-gold .nav-item {
        position: relative;
        max-width: 15%;
    }

    .isl-gold--works .nav-tabs-custom.card-header-tabs.nav-gold .nav-link {
        display: flex;
        align-items: center;
        font-size: 22px;
        justify-content: center;
    }
/*.isl-gold--works__faqCustom .accordion {
    display: flex;
    flex-flow: wrap;
}
.isl-gold--works__faqCustom .accordion-item {
    width: 33.33%;
    width: 32%;
    float: left;
    margin: 0 0.65%;
    margin-bottom: 6px;

}*/

.isl-gold--works__faqCustom .accordion-item:not(:first-of-type) {
    margin-top: 0px;
    border: var(--vz-accordion-border-width) solid var(--vz-accordion-border-color);
}
.isl-gold--works__faqCustom .accordion .collapse {
    padding: 0px 0 0px;
}
.isl-gold--works__faqCustom .accordion-button {
    font-size: 15px;
    padding: 10px 15px;
}
.isl-gold--howItWorks {
    background: #033A37 !important;
    padding: 30px 0px;
}
    .isl-gold--howItWorks .gold-subTitle {
        color: #F7DD80;
    }
    .isl-gold--howItWorks .nav-justified .nav-item .nav-link {
        background: #848484;
        padding: 12px;
        border-radius: 8px;
        color: #C3C3C3 !important;
        font-size: 20px;
    }
        .isl-gold--howItWorks .nav-justified .nav-item .nav-link.active {
            background: linear-gradient(45deg, #ffe66a, #d8a85c) !important;
            color: #323232 !important;
            font-weight: 600;
        }
.isl-gold--howItWorks {}
.isl-realGold--stepper {
    margin-top: 25px;
}
.isl-realGold--stepper__list {}
.isl-realGold--stepper__list-step {
    background: linear-gradient(45deg, #ffe66a, #d8a85c) !important;
    color: #323232;
    width: 70px;
    height: 70px;
    border-radius: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
    padding: 6px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    z-index: 9;
    margin-top: -1.6rem;
    padding-top: 10px;
}
.isl-realGold--stepper__list-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.isl-realGold--stepper__list-text {
    color: #F7DD80;
    font-size: 16px;
}

/*.isl-realGold--stepper__list .signin-other-title .title {
    display: inline-block;
    position: relative;
    z-index: 9;
    background-color: var(--vz-secondary-bg);
    padding: 0px 0px;
    margin-top: -30px;
}*/
.isl-realGold--stepper__list .signin-other-title:after {
    content: "";
    position: absolute;
    width: 120%;
    height: 1px;
    left: -10%;
    right: 0;
    border-top: 1px solid #ccc;
    top: 10px;
}
span.fd {
    width: 9px;
    height: 5px;
    color: #277A87;
    display: list-item;
    font-size: 30px;
    line-height: 0.5;
    padding: 0px;
    margin: 0px;
    margin-right: -15px;
    margin-left: 20px;
}
span.sgb {
    width: 9px;
    height: 5px;
    color: #FFBF00;
    display: list-item;
    font-size: 30px;
    line-height: 0.5;
    padding: 0px;
    margin: 0px;
    margin-right: -15px;
}
span.gains {
    width: 9px;
    height: 5px;
    color: #4CE3FC;
    display: list-item;
    font-size: 30px;
    line-height: 0.5;
    padding: 0px;
    margin: 0px;
    margin-right: -15px;
}
.isl-gold--blogSlider .post-img img {
    display: block;
    margin: 0 auto;
    max-width: 99%;
}
.isl-gold--purchase__price span {
    background: linear-gradient(45deg, #ffda45, #ffa425) !important;
    color: #033A37;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 6px;
}
.savings-zone .amount_saved {
    background: #707070;
    padding: 8px 30px;
}
    .savings-zone .amount_saved span {
        color: #fff;
        font-size: 18px;
    }
.savings-zone h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.savings-zone ul li {
    margin-bottom: 0px;
}
.savings-zone-pad {
    padding: 12px 15px;
}



.btn-gold {
    background-color: #2B2B2B !important;
    border-color: #2B2B2B !important;
    color: #fff !important;
}

.btn-silver {    
    background-color: var(--vz-gold-bg-nav) !important;
    border-color: var(--vz-gold-bg-nav) !important;
    color: #fff !important;
}
.water-slider .range-slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .water-slider .range-slider input[type=range] {
        -webkit-appearance: none;
        /* Hides the slider so that custom slider can be made */
        width: 100%;
        /* Specific width is required for Firefox. */
        background: transparent;
        /* Otherwise white in Chrome */
    }

        .water-slider .range-slider input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
        }

        .water-slider .range-slider input[type=range]:focus {
            outline: none;
            /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
        }

        .water-slider .range-slider input[type=range]::-ms-track {
            width: 100%;
            cursor: pointer;
            /* Hides the slider so custom styles can be added */
            background: transparent;
            border-color: transparent;
            color: transparent;
        }

.water-slider .range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 20px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 24px 0px;
    z-index: 100;
}

    .water-slider .range-slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #2c3e50;
        cursor: pointer;
        -webkit-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out;
    }

        .water-slider .range-slider__range::-webkit-slider-thumb:hover {
            background: #0069B2;
        }

    .water-slider .range-slider__range:active::-webkit-slider-thumb {
        background: #0069B2;
    }

    .water-slider .range-slider__range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: #2c3e50;
        cursor: pointer;
        -moz-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out;
    }

        .water-slider .range-slider__range::-moz-range-thumb:hover {
            background: #0069B2;
        }

    .water-slider .range-slider__range:active::-moz-range-thumb {
        background: #0069B2;
    }

    .water-slider .range-slider__range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0069B2;
    }

.water-slider .range-slider__value {
    width: 100px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background: #2c3e50;
    padding: 8px 12px;
}

.water-slider ::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

.water-slider input::-moz-focus-inner,
.water-slider input::-moz-focus-outer {
    border: 0;
}

.owl-wrapper.owl-page  span {
    background: #D6D6D6;
}

.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
    background-color: #0088cc;
}
.owl-pagination {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 20px;
    margin: 0px 5px;
}
    .owl-controls .owl-page.active {
        background: #0088cc;
    }
    .owl-buttons {
        display: none;
    }

.isl-gold--blogSlider .owl-pagination {
    display: none;
}
.new-checkout_form .nostyle li span {
    font-weight: 500;
    font-size: 19px;
}
    .new-checkout_form .nostyle li span.pull-right {
        font-weight: 600;
        width: 100%;
    }
.savings-zone {
    background: linear-gradient(to bottom, #ffedb3, #fff9e8);
}
.sip_buy_gold_item {
    border-radius: 10px;
    padding: 10px 25px;
    background: #2B2B2B;
    border-color: #2B2B2B;
}
.sip_buy_gold_item .bold_black_text {
    color: #ffffff;
    margin: 0px;
}

 .sip_buy_gold_item .item_info span {
    color: #dddddd;
}
.isl-gold--whyDigital .gold-titleBig {
    margin-top: -90px !important;
}

.userLogin-gold {}
    .userLogin-gold .modal-content {
        border: 0px;
    }
    .userLogin-gold .modal-title {
        font-size: 20px;
        font-weight: 600;
    }
    .userLogin-gold .modal-body button.btn-success,
    .userLogin-gold .modal-body button.btn-success:hover {
        background: #033a37;
        border-color: #033a37;
        font-size: 18px;
        border: 0px;
        max-width: 300px;
        margin: 0 auto;
        display: block;
        padding: 9px 10px !important;
    }
.userLogin-gold .form-control, .userLogin-gold .form-select {
    height: 46px;
    isplay: block;
    width: 100%;
    padding: .5rem .9rem;
    font-size: .825rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--vz-body-color);
    background-color: var(--vz-input-bg-custom);
    background-clip: padding-box;
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--vz-border-radius);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.userLogin-gold input:-webkit-autofill,
.userLogin-gold input:-webkit-autofill:focus,
.userLogin-gold input:-webkit-autofill:hover,
.userLogin-gold select:-webkit-autofill,
.userLogin-gold select:-webkit-autofill:focus,
.userLogin-gold select:-webkit-autofill:hover,
.userLogin-gold textarea:-webkit-autofill,
.userLogin-gold textarea:-webkit-autofill:focus,
.userLogin-gold textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    transition: background-color 5000s ease-in-out 0s;
}
.userLogin-gold .modal-body button.password-addon {
    background: transparent;
    color: #fff;
    padding: 5px;
    border: 0;
    margin-right: 0px;
    font-size: 13px;
    top: 10px !important;
}
.userLogin-gold {}
.userLogin-gold {}


.isl-shariahRealGold {
    background: linear-gradient(to bottom, #fff7e0, #faf9f6);
    border-radius: 8px;
}
.isl-gold--dailySavings__realGold {
    background: url('https://pic.islamicly.com/web/gold/ShariahRealGoldBG.png') !important;
    background-size: cover;
    margin-bottom: 20px;
    padding: 0px 50px 20px;
    border-radius: 8px;
}
.isl-gold--goals__buy {
    background: url('https://pic.islamicly.com/web/gold/buy-sip.png') !important;
    background-size: cover;
    margin-bottom: 20px;
    padding:20px 50px 20px;
    border-radius: 8px;
}



.banner-section {
    background: url(https://pic.islamicly.com/web/gold/SIP-banner-backgroung-web.svg) center no-repeat;
    background-size: cover;
}
.isl-realGold--sipBanner {
    background: url('https://pic.islamicly.com/web/gold/sipiconsSIPHeader.png') center no-repeat;
    background-size: cover;
    padding-top: 12px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

    .isl-realGold--sipBanner .right-section {
        align-self: center;
    }
        .isl-realGold--sipBanner .right-section .sip-banner-img {
            margin-bottom: 0px;
            margin-right: -13vw;
        }

.banner-section .left-section h1 {
    margin: 40px 0 10px 0;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}
.banner-section .left-section {
    margin-right: 80px;
    width: 40%;
}
    .banner-section .left-section .saving-sip-button-container button.btn-light {
        --vz-btn-bg: var(--vz-light);
        --vz-btn-border-color: var(--vz-light);
        --vz-btn-hover-bg: var(--vz-light-text-emphasis);
        --vz-btn-hover-border-color: var(--vz-light-text-emphasis);
        --vz-btn-focus-shadow-rgb: var(--vz-light-rgb);
        --vz-btn-active-bg: var(--vz-light-text-emphasis);
        --vz-btn-active-border-color: var(--vz-light-text-emphasis);
        background: #fff;
        color: #00bbb4;
    }
.isl-gold--purchase1 {
    margin-top: 30px !important;
}
.gold-sip-calculator-container {
    margin-top: 30px;
}
    .gold-sip-calculator-container .container {
        padding: 30px 30px;
        background: url('https://pic.islamicly.com/web/gold/sipiconsgraph.png') center no-repeat;
        background-size: cover;
    }

.graph_main_wrapper p {
    margin-top: -30px;
}
.rangeslider__fill {
    background: #033a37 !important;
    position: absolute;
}
.rangeslider--horizontal {
    height: 12px !important;
    width: 100%;
}
    .rangeslider--horizontal .rangeslider__handle {
        top: -7px !important;
        width: 25px !important;
        height: 25px !important;
    }

.rangeslider__handle:after {
    width: 15px !important;
    height: 15px !important;
}


.advantages-of-sip-container .isl-gold--invest {
    border-radius: 10px;
    border: 1px solid #FFB245;
    background: linear-gradient(180deg, #F2ECD9 0%, #F2ECD9 104.39%);
    box-shadow: 10px 10px 34px 0px rgba(0, 0, 0, 0.30) inset;
}

.next-goal-container {
    padding: 24px;
    border-radius: 8px;
    background: #02333a url(https://pic.islamicly.com/web/gold/sip-goal.svg) no-repeat 98% 100%;
    background: #ffffea url(https://pic.islamicly.com/web/gold/SIP.png) no-repeat 98% 100%;
    padding: 40px;
    background-position: right bottom;
}
.entire_bal.active, .upto_bal.active {
    background: #033a37;
}
.checkmark, .autoLeaseConsent input[type=checkbox] {
    border: 1px solid #033a37;
}
.autoLeaseConsent .saveText a {
    font-size: 12px;
    color: #033a37;
}
.autoLeaseConsent input[type=checkbox]:checked {
    background-color: #033a37;
    opacity: 1;
}
.card.isl-gold--deliver__product-item {
    background: #fff;
    min-height: 430px;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
    background-color: #033a37;
}
.md-stepper-horizontal .md-step.active .md-step-title {
    font-weight: 400;
    color: #033a37;
}
.md-stepper-horizontal .md-step .md-step-circle {
    border: 1px solid #033a37;
}
.isl-home-gold .navbar-nav .nav-item.dropdown a {
    display: flex;
    align-items: center;
}
.isl-home-gold .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    /*display: none;*/
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
    margin-top: -11px;
    font-size: 22px;
}
.isl-home-gold .navbar-nav .nav-item.dropdown .dropdown-menu li a {
    font-size: 14px;
    color: #323232;
}

.form-control:hover {
    box-shadow: none;
    border: 1px solid rgba(120, 130, 140, .13);
    background: #d5d9de !important;
    color: #333;
}




@media screen and (max-width: 1040px) {
    .isl-header--nav {
            width: 100%;
        }

        .mobile {
            display: flex !important;
        }

        .desktop {
            display: none;
        }

        .form-check-label .desktop {
            display: none;
        }
        /*.gold_purity_info.desktop {
        display: flex;
    }*/

        .isl-home-v5 .isl-header--nav .menu .navbar-nav {
            width: 100%;
            height: auto;
        }

            .isl-home-v5 .isl-header--nav .menu .navbar-nav .nav-item {
                padding: 1px 5px !important;
                margin: 0px 0px;
                width: 20%;
                text-align: center;
            }

                .isl-home-v5 .isl-header--nav .menu .navbar-nav .nav-item:first-child {
                    border-top-left-radius: 1.5rem;
                }

                .isl-home-v5 .isl-header--nav .menu .navbar-nav .nav-item:last-child {
                    border-top-right-radius: 1.5rem;
                }

                .isl-home-v5 .isl-header--nav .menu .navbar-nav .nav-item:not(:last-child) {
                    border-right: 1px solid #ffe879;
                }

        .menu .navbar-nav {
            display: flex;
            align-items: center;
            justify-content: space-around;
            display: inline-block;
        }

            .menu .navbar-nav .nav-item {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                border: none;
                outline: none;
                color: #000;
            }

            .menu .navbar-nav .nav-link {
                display: grid;
                width: 100%;
                text-align: center;
            }

        .topnav a:not(:first-child) {
            display: block;
        }

        .isl-header--nav .topnav a {
            float: none;
            display: block;
            color: #000;
            text-align: left;
            padding: 7px 16px;
            text-decoration: none;
            font-size: 16px;
            text-transform: capitalize;
            font-weight: 600;
        }


        .isl-home-v5 .isl-header--nav .menu .navbar-nav .nav-item.active .nav-link {
            color: #fff;
            font-weight: 500;
        }

        .page-content {
            padding: calc(50px + 1.5rem) calc(1.5rem* .5) 60px calc(1.5rem* .5);
        }

        .mobile-responsiveFlex {
            flex-direction: column-reverse;
        }
            /*.mobile-responsiveFlex--col {
    flex-direction: column;
}*/
            .mobile-responsiveFlex img {
                max-height: 150px;
            }

        .gold-titleBig {
            font-size: 26px;
            margin-bottom: 0.5rem;
        }

        .card-body {
            padding: 0px;
        }

        .gold_purity_info {
            right: auto;
            top: -110px;
            left: 15px;
        }

        .form-floating {
            margin-bottom: 10px;
        }

        .isl-gold--calculations .col:nth-child(6),
        .isl-gold--calculations .col:nth-child(5) {
            display: none
        }

        .fs-18 {
            font-size: 13px !important;
        }

        .mobile-responsiveFlex--col .form-check-label {
            font-size: 14px;
        }

        .isl-gold .mobile-responsiveFlex--col .form-check-input {
            width: 1.3em;
            height: 1.3em;
        }

        .mobile-responsiveFlex--col .form-radio-outline .form-check-input:checked[type=radio]::before {
            top: 1.35px;
            font-size: 11px;
            left: 2px;
        }

        .col-xs-5 {
            max-width: 40%;
            width: 100%;
        }

        .col-xs-2 {
            max-width: 20%;
            width: 100%;
        }

        .isl-gold--calculations .btn {
            margin-bottom: 10px;
        }

        .form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
            height: calc(2.5rem + calc(var(--vz-border-width)* 2));
            min-height: calc(2.5rem + calc(var(--vz-border-width)* 2));
            line-height: 1.25;
        }

        .form-floating > label {
            padding: 0.7rem .9rem;
        }

        .fs-22 {
            font-size: 16px !important;
        }

        .isl-gold--calculations .col {
            padding-left: 5px;
            padding-right: 5px;
        }

            .isl-gold--calculations .col:first-child {
                padding-left: 10px;
            }

            .isl-gold--calculations .col:last-child {
                padding-right: 10px;
            }

        .isl-gold--calculations .btn {
            width: 100%;
            font-size: 12px;
            font-weight: 600;
            padding: 0.4rem 0.4rem !important;
        }

        .isl-gold--invest .card {
            margin: 0px 0;
            margin-bottom: 0.7rem;
            padding: 0px;
        }

        .margin-t-20 {
            margin-top: 0px;
        }

        .sip-wrapper {
            margin: 0px 0px 10px;
            height: 80px;
        }

            .sip-wrapper p {
                width: 76%;
                float: left;
                font-size: 0.8rem;
                line-height: 1.2;
                margin: 0px;
            }

            .sip-wrapper.sip-wrapper-2 p {
                font-size: 0.8rem;
                width: 85%;
            }

            .sip-wrapper img {
                width: 15%;
                float: left;
                margin: 0 auto;
                margin-right: 15px;
                display: block;
            }

            .sip-wrapper p img {
                float: inline-end;
            }

        .form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
            color: rgba(var(--vz-body-color-rgb), .65);
            -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
            transform: scale(.85) translateY(-0.7rem) translateX(.15rem);
        }

        .p-3.isl-gold--invest {
            padding: 0rem !important;
        }

            .p-3.isl-gold--invest .gold-titleBig {
                font-size: 19px;
                margin-bottom: 0.5rem !important;
            }

        .checkout_form {
            padding: 30px 15px;
        }

        .new-checkout_form .nostyle li span, .savings-zone ul li span {
            font-size: 14px;
            line-height: 19px;
        }

        .savings-zone h4 {
            font-size: 15px;
        }

        .savings-zone-pad {
            padding: 15px 15px;
        }

        .savings-zone .amount_saved span {
            font-size: 14px;
        }

        .input-group .form-floating.w-80 {
            width: 60% !important;
        }

        .btn-height--50 {
            height: 42px !important;
        }

        .input-group .btn.btn-lg.py-2 {
            padding: 0.45rem 1rem !important;
            font-size: 16px !important;
        }

        .fs-14 {
            font-size: 13px !important;
        }

        .card-radio {
            padding: 0;
            margin-bottom: 5px;
        }

        .modal.fade.show {
            z-index: 9999;
        }

        .modal .modal-content {
            background: #fff !important;
            box-shadow: none;
        }

        .position-relative.mb-3 {
            padding-bottom: 10px;
        }

        .alert-warning ul {
            padding-left: 1rem;
        }

        .fs-20 {
            font-size: 17px !important;
        }

        .footerbottom .mobile {
            display: block !important;
        }
    }


@media (max-width: 800px) {
    .isl-home-gold .navbar {
        padding: 5px 15px;
    }

    .isl-home-goldBody .page-content {
        min-height: calc(100vh - 50px);
        padding-top: 50px;
    }

    .isl-gold--banner .container {
        display: none;
    }

    .isl-gold--banner {
        padding: 0px 0px 120px;
    }

    .isl-gold--purchase {
        margin: -80px 0px 0px;
        padding: 20px 15px 15px;
    }

    .isl-gold--purchase__title {
        font-size: 32px;
        margin: 0px;
    }

    .isl-gold--purchase__live {
        font-size: 16px;
        margin: 10px 0px 10px;
        width: fit-content;
        float: left;
        margin-right: 10px;
    }

    .isl-gold--purchase__price {
        font-size: 24px;
        margin: 4px 0px 10px;
    }

        .isl-gold--purchase__price .small {
            font-size: 13px;
            position: relative;
            top: -5px;
            padding: 3px 10px;
        }

    /*.isl-gold--purchase__alert,
    .isl-gold--purchase_content .position-relative.w-100,
    .isl-gold--purchase_content .mt-5.text-center.w-70 {
        display: none;
    }*/

    .isl-gold--purchase_content .mt-5.text-center.w-70 {
        display: none;
    }

    .isl-realGoldBox {
        padding: 10px 0px;
    }

    .slide-left .isl-gold--calculations {
        margin: 10px 0px !important;
    }

    .isl-gold--calculations .btn {
        margin-bottom: 3px;
    }

    .isl-gold--purchase .sip_buy_gold_item img {
        height: 25px;
    }

    .isl-gold--purchase .sip_buy_gold_item {
        padding: 5px 25px;
    }

        .isl-gold--purchase .sip_buy_gold_item .bold_black_text {
            font-size: 16px;
        }

        .isl-gold--purchase .sip_buy_gold_item .item_info span {
            color: #dddddd;
            font-size: 13px;
        }

    .isl-realGold .container .row {
        margin: 0px;
    }

    .isl-realGold .fs-36 {
        font-size: 26px !important;
        margin-bottom: 15px !important;
    }

    .isl-realGold .fs-20.mb-5 {
        margin-bottom: 1rem !important;
        font-size: 15px !important;
    }


    .isl-realGold {
        padding: 20px 0px;
        margin-bottom: 10px;
    }

        .isl-realGold img {
            max-height: 30px;
        }

        .isl-realGold .fs-16 {
            font-size: 14px !important;
        }

            .isl-realGold .fs-16.mb-4 {
                margin-bottom: 0.5rem !important;
            }

    .isl-gold--goals {
        margin: 0px !important;
    }

        .isl-gold--goals .col-md-12 {
            padding: 0px 15px !important;
        }

        .isl-gold--goals .gold-subTitle {
            font-size: 18px;
        }

        .isl-gold--goals .nav {
            flex-direction: row;
        }

        .isl-gold--goals .nav-item {
            padding: 0 2px;
            margin-bottom: 5px;
        }

    .isl-gold--howItWorks .nav-justified .nav-item .nav-link {
        padding: 6px 6px;
        font-size: 16px;
    }

    .isl-gold--goals .nav-item .nav-link img {
        max-height: 10px;
    }

    .isl-gold--goals .gold-subTitle.f-s-28 {
        font-size: 24px !important;
    }


    .isl-realGold--stepper .col-md-4:nth-child(2) .isl-realGold--stepper__list {
        margin-bottom: 45px;
    }

    .isl-gold--goals__list-item {
        margin-bottom: 10px;
    }

        .isl-gold--goals__list-item h5 {
            font-size: 20px;
        }

        .isl-gold--goals__list-item img {
            max-height: 40px;
            margin: 0 auto 10px;
            display: block;
        }

        .isl-gold--goals__list-item.mt-3 {
            margin: 0px !important;
        }

    .isl-gold--goals .d-flex.justify-content-center.mt-4 {
        margin: 10px 0px 15px !important;
    }

    .isl-gold--goals__list-item h5 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .isl-gold--goals__list-item p {
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin-bottom: 0px;
    }

    .isl-gold--dailySavings .d-flex {
        flex-direction: column-reverse;
    }

        .isl-gold--dailySavings .d-flex img {
            max-height: 100px;
            margin-bottom: 15px;
        }

        .isl-gold--dailySavings .d-flex p {
            font-size: 20px !important;
        }

    .isl-gold--introSlider h3 {
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .isl-gold--introSlider p {
        font-size: 18px;
    }

    .isl-gold--introSlider img {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .isl-gold--zeroInterestSlider {
        margin-bottom: 0px;
        padding: 40px 0px 20px;
    }

        .isl-gold--zeroInterestSlider h3 {
            max-width: 800px;
            margin: 0 auto;
            font-size: 18px !important;
            margin-bottom: 15px !important;
        }

    .isl-gold--zeroInterestSlider__list-item {
        min-height: 300px;
        border-radius: 8px;
        margin-bottom: 20px;
    }


    .isl-gold--zeroInterestSlider .mt-5 {
        margin-top: 0px !important;
    }

    .isl-gold--whyDigital .gold-titleBig {
        font-size: 30px !important;
    }

        .isl-gold--whyDigital .gold-titleBig.mb-5 {
            margin-bottom: 25px !important;
        }

    .isl-gold--features .img-fluid {
        height: 35px;
    }

    .isl-gold--features .ms-4 {
        margin-left: 0.5rem !important;
    }


    .isl-gold--jewellery .f-s-28.mt-5 {
        font-size: 22px !important;
        margin-top: 25px !important;
    }

    .isl-gold--jewellery__list {
        margin-top: 20px;
    }
    /* .isl-gold--jewellery__list .col-md-6:nth-child(2) .isl-gold--jewellery__list-item {
                margin-top: 40px;
            }*/
    .isl-gold--jewellery__list-pos {
        left: 38%;
        top: 36%;
    }

    .isl-gold--jewellery__list-item {
        margin-bottom: 30px;
    }

    .isl-gold--jewellery__list-item {
        padding: 30px 20px;
    }

    .isl-gold--bigGains .f-s-28 {
        font-size: 24px !important;
    }

    .isl-gold--landingLocker .f-s-24 {
        font-size: 20px !important;
    }

    .isl-gold--landingLocker .col-md-4 {
        width: 33.33% !important;
    }

    .isl-gold--landingLocker .isl-gold--features .fs-24 {
        font-size: 18px !important;
    }

    .isl-gold--landingLocker .d-flex.justify-content-end {
        justify-content: center !important;
    }

    .isl-gold--landingLocker img {
        max-height: 200px;
        margin-top: 15px;
    }

    .isl-gold--landingLocker .isl-gold--features .img-fluid {
        height: 40px;
    }

    .isl-gold--deliver {
        padding: 40px 0px 40px;
    }

        .isl-gold--deliver .fs-18 {
            font-size: 16px !important;
            margin-bottom: 15px !important;
        }

    .isl-gold--deliver__product-item {
        padding: 15px;
        min-height: 300px;
    }

    .delivery-banner.desktop {
        background-size: cover;
    }

    .isl-gold--deliver__product-item {
        margin-bottom: 15px;
    }

    .delivery-banner.desktop {
        height: -webkit-fill-available;
        display: block;
    }

        .delivery-banner.desktop div {
            width: 100%;
            text-align: center !important;
            /* margin-bottom: 15px; */
            padding-bottom: 20px;
        }

            .delivery-banner.desktop div:first-child {
                margin-right: 0%;
                display: inline-grid;
                padding-top: 20px;
                width: 100%;
                justify-content: center;
            }

                .delivery-banner.desktop div:first-child img {
                    margin: 0;
                    margin-bottom: 4%;
                }

    .isl-gold--jewelleryExchange {
        background: #fff !important;
        padding: 10px 0px 10px;
    }

        .isl-gold--jewelleryExchange .gold-titleBig {
            font-size: 22px;
            margin-bottom: 0.5rem;
        }

        .isl-gold--jewelleryExchange .live img {
            max-height: 40px;
        }

        .isl-gold--jewelleryExchange .sg-carousel-video-container iframe {
            height: 180px !important;
        }

    .isl-gold--works .nav-tabs-custom.nav-gold .nav-item {
        position: relative;
        max-width: 20%;
    }

    .isl-gold--works .nav-tabs-custom.card-header-tabs.nav-gold .nav-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        justify-content: center;
    }

    .isl-gold--works__faqCustom .accordion-button {
        font-size: 14px;
        padding: 10px 15px;
    }

    .isl-gold--partner .fs-26 {
        font-size: 22px !important;
    }

    .isl-gold--partner img {
        max-width: 100%;
        max-height: 40px !important;
    }

    .isl-gold--safe .gold-titleBig {
        font-size: 22px;
        margin-bottom: 0.5rem;
    }
    /*SIp Page STart*/
    .banner-section .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        padding: 0px 25px;
    }

    .banner-section .left-section {
        margin-right: 0px;
        width: 100%;
    }

    .isl-realGold--sipBanner .right-section .sip-banner-img {
        margin-right: 0;
    }

        .isl-realGold--sipBanner .right-section .sip-banner-img img {
            max-width: 100%;
            max-height: 180px;
        }

    .banner-section .left-section h1 {
        margin: 25px 0 10px 0;
        color: #fff;
        font-size: 24px;
        line-height: 1.3;
    }

    .banner-section .left-section p {
        margin-bottom: 30px;
        color: #fff;
        font-size: 18px;
        line-height: 1.4;
    }

    .banner-section .left-section ul li img {
        max-height: 17px;
    }

    .banner-section .left-section ul {
        margin-bottom: 10px;
    }

    .banner-section .left-section .enrolled-user-container p {
        font-size: 16px;
        margin-bottom: 0px;
    }

        .banner-section .left-section .enrolled-user-container p span {
            font-size: 21px;
        }

    .gold-sip-calculator-container .graph-number-container {
        align-items: flex-end;
        flex-direction: column;
    }

    .gold-sip-calculator-container .gold-appreciation {
        margin-bottom: 15px;
    }

        .gold-sip-calculator-container .gold-appreciation h3 {
            line-height: 1.5;
        }

    .gold-sip-calculator-container .graph-number-container .graph_main_wrapper {
        margin-top: -150px;
    }

    .gold-sip-calculator-container .graph-number-container, .gold-sip-calculator-container .total-number-container {
        margin: 0px;
    }

    .advantages-of-sip-container h4 {
        margin: 40px auto 20px;
        font-size: 22px;
    }
    /*SIp Page End*/

    /*BUY Page Start*/
    .isl-gold--accInfo {
        background-size: cover;
        background-position: center;
    }

        .isl-gold--accInfo h3 {
            margin-top: 5px;
            margin-bottom: 0px;
            font-size: 22px;
            margin-top: 15px;
            margin-bottom: 25px;
            text-align: center !important;
        }

    .isl-gold--accInfo__list {
        flex-flow: wrap;
        margin-top: 15px;
    }

        .isl-gold--accInfo__list .flex-shrink-0 {
            width: 50%;
            margin-bottom: 10px;
        }

    .isl-gold--accInfo__list-img {
        height: 25px;
        margin-bottom: 5px;
    }

    .isl-gold--accInfo__list .text-label {
        font-size: 14px;
    }

    .isl-gold--accInfo__list .text-value {
        font-size: 18px;
        margin-bottom: 10px !important;
    }

    .isl-gold--accInfo__list .flex-shrink-0:last-child img {
        display: none;
    }

    .isl-gold--accInfo__list {
        margin: 10px !important;
    }

    .border-left.isl-gold--accInfo__list {
        border: 0px;
        border-left: 0px !important;
        display: flex;
        padding: 0px !important;
    }

        .border-left.isl-gold--accInfo__list .d-flex.w-100 {
            width: 33.33% !important;
            padding: 0px !important;
            margin: 0px !important;
        }

            .border-left.isl-gold--accInfo__list .d-flex.w-100 .ms-3 {
                margin-left: 0rem !important;
            }

    .isl-gold--accInfo__list-imgRight {
        width: 15px;
    }

    .border-left.isl-gold--accInfo__list .d-flex.w-100 .flex-shrink-0 {
        width: 20px;
    }

    .page-SignedUser .isl-gold--purchase {
        padding: 20px 10px;
    }

    .page-SignedUser .mobile-responsiveFlex--col {
        flex-direction: row;
    }

        .page-SignedUser .mobile-responsiveFlex--col.row > * {
            width: 50% !important;
        }

    .page-SignedUser .isl-gold--purchase .form-check label {
        font-size: 15px;
    }

    .page-SignedUser .isl-shariahRealGold .text-gold-primary {
        font-size: 22px;
        text-align: center;
    }

    .page-SignedUser .isl-shariahRealGold h5.text-gold-primary {
        text-align: left;
    }

    .page-SignedUser .isl-shariahRealGold {
    }

    .page-SignedUser .isl-gold--dailySavings__realGold {
        padding: 0px 20px 20px;
        margin-bottom: 15px !important;
    }

    .page-SignedUser .isl-gold--goals__buy {
        padding: 20px 20px 20px
    }

        .page-SignedUser .isl-gold--goals__buy .gold-subTitle {
            font-size: 20px !important;
        }

        .page-SignedUser .isl-gold--goals__buy .isl-gold--goals__list {
            width: 33.33%;
        }

            .page-SignedUser .isl-gold--goals__buy .isl-gold--goals__list img {
                max-height: 30px !important;
            }

            .page-SignedUser .isl-gold--goals__buy .isl-gold--goals__list h5 {
                font-size: 13px;
            }

        .page-SignedUser .isl-gold--goals__buy .isl-gold--goals__list {
        }

    .isl-gold--blogSlider {
        padding: 30px 0px;
    }

        .isl-gold--blogSlider h3 {
            font-size: 20px !important;
            margin-bottom: 1rem !important;
        }

    .page-SignedUser .isl-gold--blogSlider {
    }

    .isl-gold--purchase1 {
        margin-top: 30px !important;
        margin: 0px;
    }

    .isl-gold--accInfo.isl-gold--accInfo__summary {
        padding: 0px;
    }

    .isl-gold--purchase1 .row.justify-content-center {
        margin: 0px;
    }

    .isl-gold--accInfo.isl-gold--accInfo__summary .isl-gold--accInfo__list .flex-shrink-0 {
        width: 50%;
        margin: 0px !important;
        margin-bottom: 10px;
    }

        .isl-gold--accInfo.isl-gold--accInfo__summary .isl-gold--accInfo__list .flex-shrink-0 .d-flex .flex-shrink-0 {
            width: 20px;
        }

    .next-goal-container {
        background: #ffffea;
    }

    .next-goal-container {
        padding: 20px;
    }

        .next-goal-container p {
            width: 100%;
        }

        .next-goal-container h3 {
            font-size: 18px;
        }

    .sip-container .sip-details-section {
    }

        .sip-container .sip-details-section .col-md-4 {
            width: 50% !important;
            margin-bottom: 20px !important;
        }

            .sip-container .sip-details-section .col-md-4 .text-right {
                text-align: left !important;
            }

    .sip-container .w-100.bg-success-subtle .d-flex .d-flex {
        width: 30%;
    }

    .sip-container .date .fs-16 {
        font-size: 14px !important;
    }

    .middle_content {
        padding: 10px 10px;
    }

    .lease_tenure_container .col {
        padding: 0px 5px !important;
    }

    .lease_tenure_container .btn {
        padding: 4px 7px 4px !important;
        height: auto !important;
        font-size: 12px;
    }

    .lease_tenure_container .popular-buy {
        bottom: -19px;
        padding: 2px 0px;
        border-radius: 0px 0px 10px 10px;
        font-size: 11px;
    }

    .lease_amt_container {
        width: 100%;
        margin: 0 0 0 0px;
    }

        .lease_amt_container label {
            padding-left: 30px;
            font-size: 18px;
            margin-bottom: 0px;
        }

        .lease_amt_container .checkmark {
            left: 10px;
            height: 15px;
            width: 15px;
            background-color: transparent;
            border-radius: 50%;
            border: 1px solid #00BBB4;
            margin-top: 0;
        }

        .lease_amt_container label .checkmark:after {
            top: 13.5%;
            left: 15%;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: white;
        }

    .upto_bal.active {
        height: 30px;
    }

    .lease_amt_container label .lbl_txt {
        font-size: 13px;
    }

    .isl-gold--SIPConfirm .card-header {
        padding: 0px;
    }

    .isl-gold--SIPConfirm .details_page-top .col-md-4 {
        width: 50%;
    }

    .isl-gold--SIPConfirm .details_page-top p {
        margin-bottom: 10px;
        font-size: 11px;
        margin-top: 5px;
    }

        .isl-gold--SIPConfirm .details_page-top p img {
            margin-right: 7px;
            width: 13px !important;
        }

    .isl-gold--SIPConfirm .details_page-top h4 {
        font-size: 13px;
        margin-bottom: 5px;
        margin-left: 22px;
    }

    .isl-gold--deliverMain {
    }

        .isl-gold--deliverMain .isl-gold--deliver h3 {
            font-size: 22px !important;
            margin: 0px !important;
        }

        .isl-gold--deliverMain .isl-gold--deliver p {
            margin: 10px 0px;
        }

    .isl-gold--deliver__img {
        max-height: 39px;
        max-width: 100%;
    }

    .isl-gold--deliver {
    }

    .isl-gold--deliver__info .fs-18 {
        font-size: 12px !important;
        margin-bottom: 0px !important;
    }

    .isl-gold--deliver__info img {
        max-height: 20px;
        max-width: 100%;
    }

    .isl-gold--deliver__info .d-flex.justify-content-between.align-items-center {
        margin: 0px;
    }

    .card.isl-gold--deliver__product-item {
        background: #fff;
        min-height: 300px;
    }

    .isl-gold--deliverMain .isl-gold--deliver__product-item p {
        margin: 0px 0px !important;
    }

    .isl-gold--deliverMain .isl-gold--deliver__product-item img {
        max-height: 175px;
        display: block;
        margin: 0 auto;
    }

    .isl-gold--deliverMain .isl-gold--invest .img-showcase img {
        max-width: 100%;
        max-height: 250px;
        min-width: -webkit-fill-available;
    }

    .isl-gold--deliverMain .isl-gold--invest h4 {
        font-size: 18px !important;
    }

    .isl-gold--deliverMain .isl-gold--invest .mt-5 {
        margin-top: 15px !important;
    }

    .isl-gold--deliverMain .isl-gold--invest p a.mt-3 {
        margin-top: 0px !important;
    }

    .isl-gold--deliverMain .isl-gold--invest .btn {
        padding: 4px 10px 4px !important;
        height: auto !important;
    }
    .isl-gold--deliverMain .product-content h6.fs-16 {
        font-size: 12px !important;
        margin-bottom: 0px !important;
    }

    .isl-gold--deliverMain .product-content img {
        max-height: 20px;
        max-width: 100%;
    }
        .isl-gold--deliverMain {}
        .isl-gold--deliverMain {}

    .isl-gold--invest .gold-titleBig {
        font-size: 22px;
        margin-bottom: 0.5rem;
    }
    .custom-tabs1 .table > thead > tr > th {
        position: sticky;
        top: 0;
        z-index: 0;
        background-color: #3e2700;
        z-index: 99;
    }
        /*BUY Page End*/
        






    }

.isl-table-bodyScroll {
    max-height: calc(100vh - 290px);
    overflow-y: auto;
}
.isl-gold--table {
}
.isl-gold--table {
    white-space: normal;
}
    .isl-gold--table.table > thead {
        border-color: var(--vz-border-color);
        background-color: #3e2700;
    }
.custom-tabs1 .isl-gold--table.table th {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid var(--vz-gold);
}
.isl-gold--table.table > tbody {
    background: #fff;
}
.custom-tabs1 .isl-gold--table.table td {
    font-size: 15px;
    vertical-align: middle;
    padding: 0.5rem 0.4rem;
    line-height: 1.5;
}

    .accordion-item {
        padding: 0px;
    }

/*.popular-buy {
    bottom: -23px;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
    background: #033A37;
    text-align: center;
    color: #fff;
    padding: 3px;
    border-radius: 0px 0px 10px 10px;
}*/

.isl-home-gold .navbar-nav .nav-item .nav-link {
    color: #d5d5d5;
}



.isl-gold--works__faqCustom .accordion-item:has(.show) {
    border: var(--vz-accordion-border-width) solid var(--vz-accordion-border-color) !important;
}

.isl-gold--works__faqCustom .accordion-item {
    margin-top: 0px;
    border: var(--vz-accordion-border-width) solid var(--vz-accordion-border-color);
    border: 0px !important;
    box-shadow: 0px 0px 4px #ededed;
    /* background: #ccc; */
}

.isl-gold--works__faqCustom .accordion .collapse {
    padding: 0px 0 0px;
    background: #fff9ee;
    color: #000;
}

.isl-gold--works__faqCustom .accordion-item .accordion-button[aria-expanded="true"] {
    -webkit-box-shadow: inset 0 calc(-1* var(--vz-accordion-border-width)) 0 var(--vz-accordion-border-color);
    box-shadow: inset 0 calc(-1* var(--vz-accordion-border-width)) 0 var(--vz-accordion-border-color);
    box-shadow: none;
}

.isl-gold--works__faqCustom .accordion-item .accordion-button[aria-expanded="false"] {
    box-shadow: none;
    color: #838181;
}

.modal .modal-header {
    background: #033A37;
}

    .modal .modal-header .modal-title {
    }
    .modal .modal-header .modal-title {
        font-size: 17px;
        font-weight: 600;
        color: #fff !important;
    }

.btn-close {
    background: white var(--vz-btn-close-bg) center / 1em auto no-repeat;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
    background-color: rgba(0, 0, 0, .05);
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 0px;
}

.custom-tabs1 .isl-gold--table.table td {
    color: #212529;
}



/*Gold Gift Stars*/
.isl-gold {}
.isl-gold-gift .isl-gold--banner {
    background: url('https://pic.islamicly.com/web/gold/giftbg.png');
    background-size: cover;
    padding: 80px 0px 120px;
    background-position: center;
}
    .isl-gold-gift .isl-gold--banner .gold-subTitle {
        color: #fff;
        font-size:32px;
        font-weight: 500 !important;
    }
    .isl-gold-gift .isl-gold--banner .gold-paraContent {
        color: #fff;
        font-size: 20px;
        font-weight: 500 !important;
        margin: 20px 0px 0px;
    }
.isl-gold-gift .isl-realGold {
    background: url('https://pic.islamicly.com/web/gold/how-gift-works.png') !important;
    padding: 50px 0px;
}
.isl-gold-gift .isl-gold--introSlider img {
    float: none;
    margin: 0 auto;
    display: block;
}
.isl-gold-gift .isl-gold--jewellery {
    background: linear-gradient(to top, #0333a3 7, #08a098);
    background: linear-gradient(to left, #033A37, #08A098);
    background: url('https://pic.islamicly.com/web/gold/gift-benifits.png') !important;
    padding-bottom: 50px;
}
.isl-gold-gift .isl-gold--jewellery__list-item {
    background: #395a58;
    padding: 30px 55px;
    border-radius: 8px;
    background: linear-gradient(to top, #0333a3 7, #08a098);
    background: linear-gradient(to left, #327a77, #6f9996);
    box-shadow: 1px 1px 0px 1px #bb8e08;
}
.isl-gold-gift .advantages-of-sip-container .isl-gold--invest {
    border-radius: 10px;
    border: 0px solid #FFB245 !important;
    background: linear-gradient(180deg, #7A6837 0%, #0C0C0C 104.39%);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.30) inset;
    position: relative;
    margin-bottom: 70px;
    height: 250px;
}

    .isl-gold-gift .advantages-of-sip-container .isl-gold--invest .isl-gold--invest-para {
        border-radius: 70px;
        border: 0px solid #FFB245 !important;
        background: linear-gradient(180deg, #7A6837 0%, #0C0C0C 104.39%);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.30) inset;
        position: relative;
        margin: 0 auto;
        margin-top: -80px;
        border: 10px solid #ecf9fd !important;
        width: fit-content;
        padding: 25px;
        margin-bottom: 40px;
    }
        .isl-gold-gift .advantages-of-sip-container .isl-gold--invest .isl-gold--invest-para .imgIcons {
        }
.isl-gold-gift .isl-gold--dailySavings {
    background: url('https://pic.islamicly.com/web/gold/gift-community.png') !important;
    padding: 40px 0px;
}
.isl-gold-gift .isl-gold--safe {
    background: #033A37;
    padding: 30px 0px;
    background: linear-gradient(45deg, #0b2920, #1d4b3e) !important;
}

.isl-gold-gift .isl-gold--dailySavings.isl-gold--dailySavings1 {
    background: url('https://pic.islamicly.com/web/gold/gift-creating-account.png') !important;
    padding: 100px 0px;
}

.pb-7 {
    padding-bottom: 5.1rem !important;
}

.pt-7 {
    padding-top: 5rem !important;
}

.isl-gold-gift .icon-effect::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: rgba(19, 197, 107, .2);
    border-radius: 50%;
    bottom: 0;
    left: 0;
    display: none;
}
.isl-gold-gift .process-card .process-arrow-img {
    position: absolute;
    left: 75%;
    top: 28%;
    width: 50%;
    opacity: 1;
}

    .isl-gold-gift .process-card .process-arrow-img.process-arrow-img1 {
        top: 15%;
    }
.isl-gold-gift {}
.isl-gold-gift {}
/*Gold Gift Ends*/




.modal .modal-content.giftNotifications-content {
    background-color: #3c3a81;
    background-image: url('https://pic.islamicly.com/web/gold/recep-gold-gift-popup-bg.png') !important;
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.modal .modal-header {
    background: var(--vz-gold-bg-nav);
}

.modal-content {
    border: 0px;
}

.isl-gold--purchase {
    background: linear-gradient(99.12deg, #C6C6C6 -76.52%, #F1F0F5 101.07%) !important;
}
.text-silver {
    color: var(--vz-gold-bg-nav) !important;
}
.text-silver-gradient {
    background: linear-gradient(90deg, #C4C4C4 0%, #B2B2B2 98.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 2px 1px 0px #00000063;
    text-shadow: 0px 0px 0px #ffffff;
}
.isl-gold--purchase__price span {
    background: linear-gradient(90deg, #F1F0F5 0%, #A8A8AA 100%) !important;
}
.isl-realGoldBox {
    background: #2D4359;
}
.isl-gold--purchase__price {
    color: #fff;
}
.popular-buy {
    background: #0E253C;
}
.isl-gold--purchase .form-check label {
    color: #ededed;
}
.form-radio-outline.form-radio-success .form-check-input:checked[type=radio] {
    color: #ffffff;
    background-color: transparent;
    border-color: #f9f9f9;
}
.isl-realGold {
    background: url(https://pic.islamicly.com/web/gold/ShariahRealGoldBG.png) !important;
    background: #2D4359 !important;
}
.isl-gold--howItWorks .nav-justified .nav-item .nav-link.active {
    background: linear-gradient(45deg, #ffe66a, #d8a85c) !important;
    color: #ededed !important;
    font-weight: 600;
    background: #2D4359 !important;
}
.isl-realGold--stepper__list-step {
    background: linear-gradient(45deg, #ffe66a, #d8a85c) !important;
    background: linear-gradient(90deg, #F1F0F5 0%, #A8A8AA 100%) !important;
}
.isl-gold--goals__list-item {
    background: #2D4359;
    box-shadow: 0px 0px 5px #2d4359;
    border-radius: 8px;
    padding: 30px 20px;
}
.isl-gold--dailySavings {
    background: #2D4359 !important;
}
.isl-gold--introSlider {
    background: #f2fcff;
}
.isl-gold--zeroInterestSlider {
    background: #2D4359;
}
.isl-gold--zeroInterestSlider__list-item {
    background: #325A81;
    box-shadow: 0px 0px 6px #7fa2c5;
}
.isl-gold--zeroInterestSlider__list-item--img {
    background: transparent;
    padding: 0px;
}
.isl-gold--deliver {
    background: #2D4359 !important;
}
.delivery-banner.desktop {
    background: url('https://pic.islamicly.com/web/silver/delivery-strip.png');
    color: #fff;
}
    .delivery-banner.desktop div p {
        color: #fbfbfb;
    }
.card-header-tabs.nav-gold .nav-link.active {
    background-color: #2D4359 !important;
}
.isl-gold--works__faqCustom .accordion .collapse {
    padding: 0px 0 0px;
    background: #f3f9ff;
}
.accordion-button:not(.collapsed) {
    color: #293d51;
    background-color: #f3f9ff;
    font-weight: 600 !important;
}
.isl-gold--works__faqCustom .accordion-item:has(.show) {
    border-color: #f3f9ff !important;
}
.nav-tabs-custom.nav-gold .nav-item {
    border-right: 1px solid #253749;
    background-color: #f3f9ff;
}
.isl-home-gold .navbar-nav .nav-item.isl-back-button {
    background: silver;
}
    .isl-home-gold .navbar-nav .nav-item.isl-back-button .nav-link {
        color: #000000;
    }
.isl-realGold--sipBanner {
    background: #2D4359;
}
    .isl-realGold--sipBanner .right-section .sip-banner-img {
        margin-bottom: 0px;
        margin-right: 0vw;
    }
.gold-sip-calculator-container .container {
    background: transparent;
}
.rangeslider__fill {
    background: #2D4359 !important;
    position: absolute;
}
.rangeslider__handle {
    background: linear-gradient(90deg, #F1F0F5 0%, #A8A8AA 100%) !important;
}
.isl-gold--accInfo, .isl-gold--accInfo.isl-gold--accInfo__summary {
    background: #2D4359 !important;
    border-radius: 20px;
    box-shadow: 0px 0px 10px silver;
}
    .isl-gold--accInfo h3, .isl-gold--accInfo__list .text-label, .isl-gold--accInfo__list .text-value {
        color: silver;
    }
.form-check-label {
    color: #fff !important;
}
.form-radio-outline.form-radio-success .form-check-input:checked[type=radio] {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff !important;
}
.entire_bal.active, .upto_bal.active {
    background: #2d4359;
}
.page-SignedUser .isl-gold--purchase {
    background: linear-gradient(99.12deg, #C6C6C6 -76.52%, #F1F0F5 101.07%) !important;
}
.card-header-tabs--purchase .nav-item .nav-link {
    color: #ffffff !important;
}
    .card-header-tabs--purchase .nav-item .nav-link.active {
        color: #ffffff !important;
        border-bottom: 2px solid #ffffff;
    }
.isl-gold--summary__header {
    background: #2D4359;
    border-radius: 10px;
    border-bottom: 5px solid silver;
    padding: 15px 10px;
}

.savings-zone {
    background: linear-gradient(to bottom, #ffedb3, #fff9e8);
    background: linear-gradient(99.12deg, #C6C6C6 -76.52%, #F1F0F5 101.07%) !important;
}
.signin-other-title:after {
    border-top: 1px dashed #363D48;
}
.bg-silver-subtle {
    background: rgb(45 67 89 / 80%);
}
.isl-gold--invest .img-display {
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 10px;
    border: 1px solid #2d4359 !important;
}
.isl-gold--table.table > thead {
    border-color: var(--vz-border-color);
    background-color: #3e2700;
}
.isl-gold--table.table > thead {
    border-color: #c0c0c0 !important;
    background-color: #2d4359;
}
.custom-tabs1 .isl-gold--table.table th {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #c0c0c0;
}
.next-goal-container, .next-goal-border {
    background: #2D4359;
}

.form-check-label.text-dark {
    color: rgb(54,61,72) !important;
}



























@media (max-width: 800px) {
    .navbar-brand img {
        height: 40px !important;
    }
    .navbar-toggler {
        background: #c92f2c;
    }

    .isl-gold--banner {
        padding: 50px 0px 100px;
    }

     /*   .isl-gold--banner .container {
            display: inline;
        }*/

        .isl-gold--banner .gold-subTitle {
            font-size: 26px !important;
        }

    .isl-gold--purchase_content img {
        max-height: 21px;
        margin-top: 10px;
    }

    .isl-realGoldBox {
        padding: 10px 0px;
        margin-top: 40px;
    }

    .isl-gold--purchase__price {
        font-size: 22px;
        margin: 4px 0px 10px;
    }

    .custom-tabs .row {
        margin: 0px !important;
    }

    .isl-gold--purchase .sip_buy_gold_item {
        padding: 5px 25px;
        margin-top: 35px;
    }

    .isl-realGold .fs-36 {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }

    .isl-realGold img {
        max-height: 22px;
    }

    .gold-titleBig {
        font-size: 24px;
        margin-bottom: 0.5rem;
    }

    .isl-realGold--stepper__list-step {
        font-size: 17px;
        padding-top: 17px;
    }

    .isl-realGold--stepper__list-title {
        font-size: 18px;
    }

    .isl-realGold--stepper__list {
        margin-bottom: 35px;
    }

    .isl-gold--goals .gold-subTitle.f-s-28 {
        font-size: 20px !important;
    }

    .isl-gold--goals__list-item {
        margin-bottom: 10px;
        min-height: 58px !important;
    }

    .isl-gold--dailySavings .d-flex p {
        font-size: 18px !important;
    }

    .isl-gold--introSlider h3 {
        font-size: 20px;
    }

    .isl-gold--introSlider p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .isl-gold--introSlider img {
        height: 130px;
    }

    .isl-gold--zeroInterestSlider__list-item--title {
        font-size: 18px;
    }

    .isl-gold--zeroInterestSlider__list-item--desc {
        font-size: 16px;
    }

    #goldDigital {
        height: 100px !important;
    }

    .isl-gold--whyDigital .gold-titleBig {
        font-size: 24px !important;
    }

    .isl-gold--deliver .w-100.text-center {
        display: flex;
        align-items: center;
    }

    .isl-gold--deliver__img {
        margin-right: 10px;
    }

    .isl-gold--safe .gold-titleBig {
        font-size: 20px;
        margin-bottom: 0.5rem;
        letter-spacing: 0px;
    }

    .userLogin-gold .form-control, .userLogin-gold .form-select {
        height: 36px;
    }

    .modal .isl-gold--summary {
        width: 110%;
        margin-left: -5% !important;
    }

    .new-checkout_form .nostyle li span.fs-24 {
        font-size: 18px !important;
    }

    .page-SignedUser {
        margin-top: 0px;
    }

    .isl-gold--banner .col-md-3 {
       max-width: 30%;
    }
        .isl-gold--banner .col-md-3 img {
            max-height: 115px !important;
            margin-left: 15px !important;
        }
        .isl-gold--banner .col-md-9 {
            max-width: 70%;
        }
    .isl-gold--banner__term {
        margin-top: 15px;
        flex-flow: wrap;
        padding: 0px 15px;
    }
        .isl-gold--banner__term .flex-shrink-0 {
            width: 46%;
            margin-bottom: 6px;
        }
        .isl-gold--banner__term .isl-gold--banner__term-item .flex-shrink-0 {
            width: auto;
        }
        .isl-gold--banner__term .flex-shrink-0.border-right {
            border-right: 0px solid #fff !important;
            margin-right: 0px;
        }
    .isl-gold--banner__term-item p {
        font-size: 13px;
        color: #fff;
        margin: 0px 11px;
    }
    .isl-gold--banner__strip {
        margin-top: 20px;
        width: 95%;
    }
    .isl-gold--banner__strip-text {
        color: #033A37;
        font-size: 13px;
        margin-left: 10px;
        margin-top: 3px;
    }
    .isl-gold--purchase {
        margin: -80px 0px 0px;
        padding: 10px 0px 10px;
    }
    .isl-gold--purchase_content .position-absolute img {
        max-height: 16px;
        margin-top: 0px;
    }
    .isl-gold--purchase .form-check label {
        font-size: 12px;
    }
    .isl-gold--whyDigital .gold-titleBig {
        font-size: 20px !important;
        letter-spacing: 0px;
    }
    .isl-gold--whyDigital .fs-20 {
        font-size: 14px !important;
        line-height: 1.5;
    }
    #goldDigital {
        height: 1000px !important;
    }
    .isl-gold--bigGains .f-s-28 {
        font-size: 20px !important;
    }
    .delivery-banner.desktop div:first-child img {
        height: 35px !important;
    }
    .delivery-banner.desktop div p {
        font-size: 20px;
        margin-top: -4px;
    }
    .delivery-banner.desktop {
        height: 100%;
        display: block;
        background-size: cover;
        margin-bottom: 20px;
    }
        .delivery-banner.desktop div {
            width: 47%;
            text-align: center !important;
            /* margin-bottom: 15px; */
            padding-bottom: 20px;
            float: left;
            font-size: 14px;
            line-height: 1.5;
        }
    .isl-gold--deliver .sip_buy_gold_item {
        border-radius: 10px;
        padding: 7px 15px;
        background: #2B2B2B;
        border-color: #2B2B2B;
    }
    .sip_buy_gold_item .item_info {
        margin-left: 20px;
    }
    .isl-gold--safe .secured-by-images img {
        height: 24px;
        margin: 0px 15px;
    }
    .gold-titleBig {
        font-size: 21px;
        margin-bottom: 0.5rem;
        letter-spacing: 0px;
    }
    .isl-gold--accInfo__list {
        margin: 0px !important;
    }
        .isl-gold--accInfo__list .text-value {
            font-size: 16px;
            margin-bottom: 10px !important;
        }
    .new-checkout_form .nostyle {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0px;
    }
        .new-checkout_form .nostyle li span {
            width: 100%;
        }
    .savings-zone {
        width: 104%;
        margin-left: -2%;
    }
    .new-checkout_form .nostyle li .purchas_amt span {
        width: 50%;
    }
    .new-checkout_form .nostyle li {
        padding: 0px 0px;
    }
    .registrationSlider-right .isl-form {
        max-width: 340px;
        display: block;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        margin-top: 0px;
    }
    .isl-form .fs-18 {
        font-size: 16px !important;
    }
    .registrationSlider-right .isl-form .form-control {
        height: 36px !important;
    }
    .isl-gold--accInfo h3 {
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 7px;
        text-align: center !important;
    }
    .isl-gold--accInfo__list .flex-shrink-0:last-child img.isl-gold--accInfo__list-img {
        display: block !important;
    }
    .isl-gold--accInfo.isl-gold--accInfo__summary .isl-gold--accInfo__list .flex-shrink-0 {
        width: 100%;
    }
        .isl-gold--accInfo.isl-gold--accInfo__summary .isl-gold--accInfo__list .flex-shrink-0 .d-flex.w-100.align-items-center.justify-content-end {
            margin-left: 34%;
        }
    .isl-gold--summary__header .flex-shrink-0 {
        width: 1%;
    }
    .isl-gold--accInfo {
        background: url(https://pic.islamicly.com/web/gold/ShariahGoldlockerBG.png);
        background-size: contain;
        margin-bottom: 20px;
        padding: 15px 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .isl-gold--accInfo__list .flex-shrink-0:last-child .text-center img.isl-gold--accInfo__list-img {
        display: block !important;
        margin: 0 auto;
    }
    .isl-gold--purchase__title {
        font-size: 26px;
        margin: 0px;
    }
    .mobile-responsiveFlex--col .col-md-7,
    .mobile-responsiveFlex--col .col-md-5 {
        padding: 0px;
    }
    .custom-tabs1 .isl-gold--table.table th {
        font-size: 12px;
        line-height: 1.3;
    }
    .custom-tabs1 .isl-gold--table.table td {
        font-size: 12px;
        line-height: 1.5;
    }
    .isl-gold--features .avatar-lg {
        width: 3rem;
    }
    .scholars p.fs-18 {
        font-size: 16px !important;
    }

    img, svg {
        vertical-align: middle;
        max-width: 100%;
    }
    .isl-realGoldBox .tab-content .tab-pane .col-12 {
        padding: 0px;
    }
    .isl-gold--howItWorks .nav-justified .nav-item .nav-link {
        padding: 6px 4px;
        font-size: 14px;
    }
    .btn.fs-20 {
        font-size: 16px !important;
    }
    .isl-gold--deliver .fs-18 {
        text-align: left;
    }
    .isl-gold--works .nav-tabs-custom.card-header-tabs.nav-gold .nav-link {
        font-size: 11px;
    }
    .modal .modal-header .modal-title {
        font-size: 15px;
    }
    .modal-body {
        padding: 10px 5px;
    }
    .isl-gold--purchase small.fs-16 {
        font-size: 15px !important;
    }
    .isl-gold--accInfo__list {
        padding: 0px;
    }
    .isl-gold--invest i.fs-30 {
        font-size: 19px;
    }
    .isl-gold--accInfo__list .text-value {
        font-size: 15px;
    }
    .new-checkout_form .nostyle li span, .savings-zone ul li span {
        font-size: 12px;
        line-height: 16px;
    }
    .savings-zone .amount_saved {
        padding: 8px 10px;
    }
    .new-checkout_form .nostyle li span.fs-24 {
        font-size: 15px !important;
    }
    .isl-gold--purchase__price span {
        font-size: 12px;
        padding: 5px 5px;
        margin-left: 5px !important;
    }
    .gold-sip-calculator-container .graph-number-container .graph_main_wrapper {
        margin-top: 0px;
    }
    .gold-sip-calculator-container .graph-number-container {
        align-items: center;
        flex-direction: column;
    }
    .fs-18 {
        font-size: 18px !important;
    } 
    .isl-gold--deliver .d-flex.justify-content-end {
        justify-content: center !important;
    }
    .isl-gold--deliver .sip_buy_gold_item {
        margin-top: 40px;
    }


}
/*Gold Gift Ends*/
