body {
    font-family: "Barlow", sans-serif !important;
}

a {
    text-decoration: none;
}

body {
    font-family: "Source Sans 3", sans-serif !important;
    background: #fcf1f1;
}

a {
    text-decoration: none;
}

.top-logo-w-back {
    /* height: 323px; */
    width: 100%;
    /* background-image: url('../images/login-top-b.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat; */
}

.top-bar {
    padding: 15px 0;
}

div#offcanvasBottom {
    background: #0D5BA4;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 50%;
}

.top-h-name {
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #b30000 !important;
    margin: 0 0 0 20px !important;
}

.main-h {
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 25px !important;
}

.customise-btn {
    background: #bb0000;
    color: #fff;
    border-radius: 100px;
    width: auto !important;
    padding: 5px 30px !important;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 30px;
}

.select-btn {
    background: #0D5BA4;
    color: #fff;
    border-radius: 100px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 0;
    margin-top: 7px;
}

section.checkbox-sec {
    padding: 15px;
}

a.paytm-option-section {
    color: #bf0000;
}

button#btnDeposit {
    background: #c50101;
    border: none;
}

.checkbox-sec input {
    width: 15px;
    height: 15px;
    background: #ffffff00 !important;
}

.checkbox-sec label {
    font-size: 14px;
}

    .checkbox-sec label span {
        position: relative;
        top: -2px;
    }

.space-card-box {
    padding: 15px;
}

    .space-card-box .col-6 {
        padding: 0 5px;
    }

    .space-card-box .card {
        border: none;
        border-radius: 10px;
        overflow: hidden;
    }

        .space-card-box .card span {
            font-size: 13px;
        }

    .space-card-box .card-title {
        margin-bottom: var(--bs-card-title-spacer-y);
        font-size: 14px;
        font-weight: 700;
    }

    .space-card-box .card .card-body {
        font-size: 14px;
        line-height: 17px;
        background: #DAF0FF;
        border-left: 1px solid #AFD7F1;
        border-right: 1px solid #AFD7F1;
        border-bottom: 1px solid #AFD7F1;
        border-radius: 0px 0px 10px 10px;
        padding: 8px;
    }


.top-logo-w-back {
    /* height: 323px; */
    width: 100%;
    /* background-image: url('../images/login-top-b.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat; */
}

.back-regi {
    width: 100%;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.h-top-img {
    width: 130px;
    margin: 227px 0 0 0;
}

.main-cont {
    padding: 30px 20px 0 20px;
}

.log-in-f input {
    background: #2d303e00;
    border: none;
    color: #978C8C;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
}

.log-in-f span {
    background: transparent;
    border: none;
    color: #fff;
}

.log-in-f .form-control:focus {
    background-color: transparent;
    box-shadow: none;
}

.log-in-f .form-select {
    background: transparent;
    border: none;
}

.log-in-f .input-group {
    margin: 10px 0;
    height: 50px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #978C8C80;
    color: #978C8C;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    padding: 6px;
    font-size: 18px;
}

.log-in-f input::placeholder {
    color: #978C8C;
    font-size: 18px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
}

.log-in-f input[type=submit] {
    background: #0D5BA4;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 10px 0;
    width: 100%;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 40px;
}

.login input[type=submit] {
    margin-top: 35px;
}



.log-in-f input[type=checkbox] {
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.sign-up-btn a {
    text-decoration: none;
    color: #D7B56D;
    font-weight: 600;
}

.sign-up-btn {
    position: relative;
    top: 30px;
    color: #ffffffb5;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.h-top-logo {
    width: 100px;
}

.top-strip {
    width: 100%;
    background: #fff;
    padding: 12px 0;
    box-shadow: 0px 12px 14px -10px rgba(0, 0, 0, 0.15);
}

.image-back {
    background-image: url('../images/green-back.jpg');
    background-position: center;
    background-size: 100% 110%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px 20px 30px 20px;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    background-color: #16714E;
    overflow: visible;
    height: 216px;
}

.midil-row-border {
    border-top: 1px solid #4D9F80;
    border-bottom: 1px solid #4D9F80;
}

.green-back .row {
    padding: 18px 0;
}

.main-cont-home {
    padding: 25px 20px 10px 20px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin: 0px 0 0 0;
    z-index: 100;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

    .main-cont-home img {
        box-shadow: 0px 5.435897350311279px 18.119657516479492px -9.059828758239746px rgba(0, 0, 0, 0.25);
        width: 92px;
    }

.indx-img {
    width: 185px !important;
    margin: 0px 0 0 0;
}

.dash-img {
    border-radius: 50px !important;
    border: 1px solid #ED3237 !important;
    padding: 3px !important;
    width: 45px !important;
}

.dash-card .card-footer {
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    padding: 4px;
    border-radius: 0 0 13px 13px;
    border: none;
}

.dash-card .card-header {
    background-color: #fff;
    border: none;
    padding: 0;
}

.dash-card .card-body {
    background-color: #fff;
    border: none;
    padding: 0;
    border-radius: 9px;
}

.dash-card .card-title {
    background-color: #fff;
    border: none;
    padding: 9px 0 0 0;
    font-weight: 600;
    font-size: 11px;
    color: #000;
}

.dash-card-img {
    width: 66px;
    box-shadow: 0px 10px 24px -5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin: 0 0 15px 0;
}

.dash-card {
    border: none !important;
    padding: 10px 0 0 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.15);
}


.logo-c-name img {
    margin: 0 10px 0 0;
}

.logo-c-name span {
    font-weight: 600;
    font-size: 12px;
    color: #000;
    margin: 8px 0 0 0;
}

.top-cont {
    padding: 10px 15px;
}

.indx-card .card-footer {
    background: #ED3237;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 4px;
    border-radius: 0 0 13px 13px;
}

.indx-card .card-header {
    background-color: #fff;
    border: none;
    padding: 0;
}

.indx-card .card-body {
    background-color: #fff;
    border: none;
    padding: 0;
}

.indx-card .card-title {
    background-color: #fff;
    border: none;
    padding: 9px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.indx-card {
    border: 1px solid #ED3237 !important;
    padding: 10px 0 0 0;
    border-radius: 15px;
    box-shadow: 0px 4px 34px -10px rgba(139, 189, 255, 0.50);
}

.main-cont-home a {
    text-decoration: none;
}

.main-cont-home h6 {
    color: #5C5C5C;
    font-weight: 700;
    font-size: 17px;
    margin: 10px 0;
}

.gradiant-back {
    background: linear-gradient(180deg, #8FC74A 0%, #16714E 100%);
    color: #fff;
}

.ref-btn button {
    border: none;
    margin: 0px 7px;
}

.ref-btn {
    background: #fff;
    border: none;
    padding: 20px 15px;
    border-radius: 20px 20px 0 0;
    filter: drop-shadow(0px -2px 25px rgba(0, 0, 0, 0.15));
    position: relative;
    top: 84px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: #fff !important;
}

.btn:hover {
    color: #fff !important;
}

.ref-links {
    margin: 10px 0;
}

    .ref-links h6 {
        font-size: 13px;
    }

.links {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scroll-div {
    background: #FFFAA1;
    padding: 7px 12px 0 12px;
    font-size: 12px;
    font-weight: 600;
}

.banner-div {
    padding: 15px 20px;
}

.main-h {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 35px;
    font-weight: 400;
}

.main-h-login {
    color: #FDE494;
    font-family: "Barlow", sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}

.carousel-item p {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
}





.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    border: 1px solid #EAB92E;
    background: none;
    height: 18px;
    width: 18px;
    margin-top: -5px;
}

.btn-login {
    background: linear-gradient(180deg, #FDE494 0%, #EAB92E 100%);
    width: 100%;
    text-transform: uppercase;
    color: #000;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    border: none;
    margin-top: 135px;
}

.btn-sign {
    background: linear-gradient(180deg, #EE6310 0%, #872F2B 100%);
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    border: none;
    margin-top: 135px;
}

.well-text {
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
}

.for-checkbox {
    display: flex;
    justify-content: space-between;
}

    .for-checkbox label {
        color: #ffffff70;
        font-family: "Source Sans 3", sans-serif;
        font-size: 3px;
    }

.remember label {
    color: #000000B2;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.forget-pass {
    color: #000000B2;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 17px;
    cursor: pointer;
}

.back-btn-main {
    padding: 26px 0 0 8px;
}

    .back-btn-main img {
        width: 37px;
    }

.hr-cap {
    color: #ECECEC;
    top: 0px;
    left: 0;
    margin-top: 70px;
    z-index: 1000;
    opacity: 1;
}

    .hr-cap::before {
        content: 'Or continue with';
        position: absolute;
        color: #ECECEC;
        font-family: "Barlow", sans-serif;
        font-size: 17px;
        top: 67%;
        left: 31%;
        background: #212529;
        padding: 0px 20px;
    }

.social-login {
    padding: 50px 0 30px 0;
}

.carousel-item img {
    border-radius: 20px;
}

.desh-main-h {
    color: #FDE494;
    font-family: "Barlow", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

    .search input::placeholder {
        color: #fff;
    }

    .search input {
        background: #2d303e;
        height: 50px;
        text-indent: 10px;
        border: 1px solid #464957;
        border-radius: 30px;
    }

    .search .form-control {
        color: #fff;
        background: #2d303e;
        border: 1px solid #464957;
    }

    .search .fa-search {
        position: absolute;
        top: 10px;
        left: 11px;
        font-size: 22px;
        color: #2d303e;
    }

    .search button {
        position: absolute;
        top: 5px;
        right: 7px;
        height: 42px;
        width: 42px;
        border-radius: 50%;
        background: #f2cc5b;
        border: 0;
    }

    .search .btn:hover {
        background: #D7B56D !important;
    }

.view {
    color: #FDE494;
    font-size: 12px;
    text-decoration: none;
}

.popularbox {
    background: #D7B56D;
    border-radius: 10px;
    overflow: hidden;
}

.popularboxa {
    text-decoration: none;
}

.popularbox h4 {
    font-size: 16px;
    margin-top: 5px;
    color: #9A5A13;
    text-decoration: none;
}

.footer {
    background-color: #1E1E1E;
    width: 100%;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    padding: 6px 20px 0 20px;
    height: 83px;
    color: #ececec;
    box-shadow: 0px -14px 25px -5px #D7B56D;
    border-radius: 15px 15px 0 0;
}

    .footer ul li a {
        font-size: 13px;
        font-weight: normal;
        color: #ececec;
    }

    .footer i {
        font-size: 18px;
    }

    .footer .active {
        color: #fff;
    }

.for-bottom-gradi {
    height: 67px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 2%, rgba(215, 181, 109, 1) 100%);
}

.btn-dash {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    background: #5C5353;
    margin: 0 3px;
}

.for-three-card {
    padding: 0 20px;
}

    .for-three-card .col-4 {
        padding: 0 3px;
    }

    .for-three-card .col-6 {
        padding: 0 3px;
    }

.slotBox h4 {
    color: #fff;
    font-size: 19px;
    margin-top: -32px;
    text-decoration: none;
}

.active svg path {
    fill: #D7B56D !important;
}

.top-icon-tab .card {
    background: none !important;
    width: 100%;
    color: #fff;
}

    .top-icon-tab .card img {
        width: 66px;
        align-self: center;
    }

    .top-icon-tab .card h4 {
        font-size: 13px;
        font-weight: 400;
        margin: 8px 0 0 0;
    }

.gift-card {
    background: #353131;
    border-radius: 10px;
    padding: 0 6px 0 0;
    border: 1px solid #9A5A13;
}

    .gift-card p {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
    }

    .gift-card h4 {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

.memberbox {
    background: #353131;
    border-radius: 14px;
    overflow: hidden;
    border-bottom: 2px solid #D7B56D;
}

    .memberbox h4 {
        font-size: 16px;
        margin-top: 5px;
        color: #D7B56D;
        text-decoration: none;
    }

i.fa.fa-filter {
    color: #D7B56D;
    font-size: 24px;
}

.agency-top {
    background: linear-gradient(90deg, rgba(215, 181, 109, 1) 0%, rgba(154, 90, 19, 1) 100%);
    padding: 10px;
    border-bottom-left-radius: 50px;
    height: 250px;
}

.top-cont h6 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.top-cont p {
    color: #fff;
    font-size: 13px;
    margin-top: 15px;
}

.top-cont span {
    /* background: #fff;
    padding: 8px 17px 10px 17px; */
    color: #9A5A13;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    box-shadow: 0 5px 5px 0 #00000036;
}

.top-cont-span {
    background: #fff;
    padding: 8px 17px 10px 17px;
    color: #9A5A13;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    box-shadow: 0 5px 5px 0 #00000036;
}

.gift-card-agency {
    background: #353131;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #9A5A13;
}


.tab-cont h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 5px;
}

.tab-cont p {
    color: #D7B56D;
    font-size: 13px;
    margin-top: 6px;
}

.tab-cont span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.invitation-link {
    background: linear-gradient(90deg, rgba(215, 181, 109, 1) 0%, rgba(154, 90, 19, 1) 100%);
    color: #fff;
    align-self: center;
    padding: 17px 37px;
    border-radius: 100px;
    margin: -52px 22px 0 22px;
}


.promotion-card {
    background: #D7B56D;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #9A5A13;
    height: 100px;
}

    .promotion-card p {
        color: #9A5A13;
        font-size: 18px;
        font-weight: 600;
    }

    .promotion-card h4 {
        color: #353131;
        font-size: 15px;
        font-weight: 600;
    }

.promo-card {
    background: #353131;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #9A5A13;
}

.bottom-sec-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.bottom-sec-ul li {
    padding: 10px 0;
    border-bottom: 1px solid #555555;
}

    ul.bottom-sec-ul li a {
        display: flex;
        justify-content: space-between;
        text-decoration: none;
        color: #fff;
    }

        ul.bottom-sec-ul li a img {
            margin: 0 10px 0 0;
        }

        ul.bottom-sec-ul li a i {
            align-self: center;
        }

.card .circle:hover .box {
    transform: translate(-50%, -50%) scale(0.91);
}

.card .circle .box span,
.wrapper .card .text {
    color: #D7B56D;
}

.circle {
    width: 42%;
    height: 68px;
    margin: 0 10px 0 0;
}

    .circle .box span {
        font-size: 20px;
        font-family: sans-serif;
        font-weight: 600;
        transform: translate(-45%, -45%);
        transition: all 0.1s;
        color: #D7B56D;
    }

.card .circle:hover .box span {
    transform: translate(-45%, -45%) scale(1.09);
}

.card .text {
    font-size: 20px;
    font-weight: 600;
}

.box {
    width: 100%;
    position: relative;
    top: -52px;
    right: -14px;
}

.card-progress {
    background: #D7B56D50;
    padding: 5px;
    border-radius: 5px;
}

.top-icon-tab-wallet .card img {
    width: 28px;
    height: 40px;
    align-self: center;
}

.top-icon-tab-wallet .card {
    background: none !important;
    width: 100%;
    color: #D7B56D;
}

    .top-icon-tab-wallet .card h4 {
        font-size: 12px;
        font-weight: 400;
        margin: 8px 0 0 0;
    }

section.top-icon-tab-wallet {
    margin: -38px 0 0 0;
}

.promo-card-wallet {
    background: #353131;
    border-radius: 6px;
    padding: 25px 0;
    border: 1px solid #9A5A13;
}

.account-page .top-cont span {
    background: #D7B56D;
    padding: 5px 18px;
    color: #9A5A13;
    font-size: 12px;
    font-weight: 600;
    border-radius: 100px;
    box-shadow: 0 5px 5px 0 #00000036;
}

.promotion-card-account {
    background: #000;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #D7B56D50;
    height: 100px;
    color: #fff;
}

.tradeca-slider h3 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #03314B;
    text-align: center;
    margin-top: 40px;
}

.tradeca-slider p {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #06060680;
    text-align: center;
}

.tradeca-slider-section .carousel-indicators {
    align-items: center;
}

    .tradeca-slider-section .carousel-indicators .active {
        background: #0D5BA4;
        border-radius: 5px;
        height: 6px;
        width: 24px;
        border: 1px solid #0D5BA4;
        margin-top: 0;
    }

    .tradeca-slider-section .carousel-indicators [data-bs-target] {
        background: #0D5BA4;
    }

.tradeca-slider-section {
    text-align: center;
}

.tradeca-slider img {
    width: 300px;
    margin: auto;
    margin-top: 80px;
}

.signup-button {
    border-radius: 20px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #a10303;
    border: none;
    margin-bottom: 15px;
}

.login-button {
    border-radius: 20px;
    color: #b50101;
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    display: block;
    width: 100%;
    padding: 10px 0;
    background: transparent;
    border: 1px solid #b50000;
    margin-bottom: 15px;
}

.signup-button a {
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.login-button a {
    color: #b50101;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.buttons {
    margin-top: 30px;
    text-align: center;
}

    .buttons p {
        font-size: 16px;
        font-weight: 600;
        font-family: "Source Sans 3", sans-serif;
        color: #000000CC;
    }

img.assets-top {
    position: absolute;
    top: 0;
    right: 0;
}

img.welcome-assets-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sign-up-section h3 {
    color: #000000B2;
    font-size: 14px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    background: #F1F8FC;
    margin-bottom: 0;
    width: 150px;
    text-align: center;
    margin-top: -25px;
    z-index: 9;
    position: absolute;
    left: 29%;
}

.sign-up-section hr {
    opacity: 1;
    color: #0D5BA4;
}

.sign-up-section {
    text-align: center;
    position: relative;
}

.sign-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 15px;
    margin-top: 40px
}

.forget-password {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0D5BA4;
}

.sign-box a {
    background: #DAF0FF;
    border-radius: 5px;
    box-shadow: 0px 2.2px 2.2px 0px #00000040;
    width: 100%;
    padding: 10px 0;
    height: 61px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sign-box a img {
        width: auto;
    }

h6.do-have {
    color: #0D5BA4;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}

.log-in-f input[type=radio] {
    width: 18px;
    height: 18px;
}

.yes-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

    .yes-radio .form-group {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .yes-radio label {
        font-size: 18px;
        font-weight: 400;
        font-family: "Source Sans 3", sans-serif;
        color: #978C8C;
    }

.main-head {
    text-align: left;
}

    .main-head h1 {
        font-size: 24px;
        font-weight: 600;
        font-family: "Source Sans 3", sans-serif;
        color: #a40d0d;
        margin: 10px 0;
    }

    .main-head p {
        font-size: 16px;
        font-weight: 400;
        font-family: "Source Sans 3", sans-serif;
        color: #000000;
    }

.menu-side-head {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 15px;
    margin-bottom: 15px;
}

    .menu-side-head h1 {
        margin: 0;
    }

.welcome-tradeca {
    background-color: #ffdada;
    border: 1px solid #cd0000;
    border-radius: 15px;
    padding: 12px;
}

.trdeca-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcome-head h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    color: #970000;
}

.welcome-tradeca p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    color: #000000CC;
    margin-top: 20px;
}

.platform-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #B9D7EB;
}

    .platform-box:last-child {
        border: none;
    }

.currency img {
    width: 100px;
}

.currency span {
    font-weight: 600;
    color: #000000CC;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
}

.platform p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    color: #000000CC;
    margin: 5px 0;
}

.amount-card {
    background-color: #ffdada;
    border: 1px solid #a90000;
    border-radius: 15px;
    padding: 20px;
    position: relative;
}

.card-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-wallet p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    color: #000000CC;
    margin: 0;
}

.wallet-dropdown .form-select {
    background: #a40d0d;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    color: white;
    padding: .115rem 2.25rem .175rem .75rem;
    height: 24px;
    border: none;
}

.main-ruppes {
    text-align: center;
}

    .main-ruppes h2 {
        font-size: 32px;
        font-weight: 700;
        font-family: "Source Sans 3", sans-serif;
        color: #a40d0d;
        margin: 15px 0;
    }

.swap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.transfer a {
    color: white !important;
    font-size: 14px;
    font-weight: 400;
}

    .transfer a svg path {
        fill: white !important;
    }

.transfer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    padding: 8px 12px;
    border-radius: 12px;
}

.deposit {
    background: #a40d0d;
}

img.card-assets {
    position: absolute;
    bottom: 0;
    left: 0;
}

.recomended {
    padding: 20px 0;
}

.recomemnded-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recomended-head h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    color: black;
    margin: 0;
}

.view-all p {
    margin: 0;
}

.view-all a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    color: #4F4F4F;
    margin: 0;
}

.currency-double-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.currency-box {
    background: white;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0px 0px 12px 0px #3F7DCC1F;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.currency-name span {
    font-size: 14px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    color: black;
}

.currency-name {
    width: 45%;
}

.currency-chart {
    width: 45%;
    text-align: right;
}

.bnb-rs {
    width: 45%;
}

.chart-rs {
    width: 45%;
    text-align: right;
}

.bnb-rs span {
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    color: #39A798;
}

.chart-rs span {
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
    color: #5D6166;
}

.btn-plus {
    background: #0D5BA4;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    padding: 11px;
    position: fixed;
    z-index: 1000;
    bottom: 100px;
    right: 20px;
    box-shadow: 0 5px 8px 0 #00000069;
}

/* ===========Code for Bottom Navigation============ */
.footer-sec .navigation {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #DAF0FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 100;
}

    .footer-sec .navigation ul {
        display: flex;
        width: 350px;
        align-items:center;
        justify-content:space-between;
        padding-left:0;
    }

        .footer-sec .navigation ul li {
            position: relative;
            width: 70px;
            height: 70px;
            list-style: none;
            z-index: 1;
        }

            .footer-sec .navigation ul li a {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                width: 100%;
                text-align: center;
                font-weight: 500;
            }

                .footer-sec .navigation ul li a .icon {
                    position: relative;
                    display: block;
                    line-height: 90px;
                    font-size: 1.5em;
                    text-align: center;
                    color: #9DB2CE;
                    transition: .5s;
                }

            .footer-sec .navigation ul li.active a .icon {
                transform: translateY(-32px);
                color: #0D5BA4 !important;
            }

            .footer-sec .navigation ul li a .text {
                position: absolute;
                color: #0D5BA4;
                font-weight: 400;
                font-size: .75em;
                letter-spacing: .05em;
                opacity: 1;
                transform: translateY(20px);
                transition: .5s;
            }

            .footer-sec .navigation ul li.active a .text {
                opacity: 1;
                transform: translateY(10px);
                font-weight: 700;
                font-size: 15px;
            }

            .footer-sec .navigation ul li a .circle {
                position: absolute;
                display: block;
                width: 50px;
                height: 50px;
                background: transparent;
                border-radius: 50%;
                border: 1.8px solid #fff;
                transform: translateY(-37px) scale(0);
            }

            .footer-sec .navigation ul li.active a .circle {
                transition: .5s;
                transition-delay: .5s;
                transform: translateY(-37px) scale(1);
            }



.footer-sec .indicator {
    position: absolute;
    top: -50%;
    /* left: 44px; */
    width: 70px;
    height: 70px;
    background: #fff;
    border: 10px solid #F1F8FC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

    .footer-sec .indicator::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -28px;
        width: 20px;
        height: 20px;
        background: #DAF0FF;
        border-top-right-radius: 20px;
        box-shadow: 1px -10px 0 #F1F8FC;
    }

    .footer-sec .indicator::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -28px;
        width: 20px;
        height: 20px;
        background: #DAF0FF;
        border-top-left-radius: 20px;
        box-shadow: -1px -10px 0 #F1F8FC;
    }

.footer-sec .navigation ul li:nth-child(1).active ~ .indicator {
    transform: translateX(calc(70px * 0));
}

.footer-sec .navigation ul li:nth-child(2).active ~ .indicator {
    transform: translateX(calc(94px * 1));
}

.footer-sec .navigation ul li:nth-child(3).active ~ .indicator {
    transform: translateX(calc(94px * 2));
}

.footer-sec .navigation ul li:nth-child(4).active ~ .indicator {
    transform: translateX(calc(94px * 3));
}

.footer-sec .navigation ul li:nth-child(5).active ~ .indicator {
    transform: translateX(calc(70px * 4));
}

.demo-label {
    background: #AFD7F1;
    color: #000;
    padding: 0 12px;
    border-radius: 100px;
}

.choose-account-page .carousel-item .card {
    padding: 20px;
    background: #DAF0FF;
}

.choose-account-page .carousel-item.active .card {
    padding: 20px;
    background: #ffdada;
}

.choose-account-page .carousel-item li {
    padding: 13px 0;
    background: #DAF0FF;
}

.choose-account-page .carousel-item.active .card li {
    padding: 13px 0;
    background: #ffdada;
    text-align: start;
}

.choose-account-page .carousel-item .card-header img {
    width: 110px;
    height: 25px;
}

.choose-account-page .carousel-item .card-header {
    display: flex;
    justify-content: space-between;
    background-color: #fff0;
}

    .choose-account-page .carousel-item .card-header h5 {
        color: #b50000;
    }

.choose-account-page .carousel-indicators {
    bottom: -57px !important;
}


.offcanvas-body span {
    color: #fff;
}

.for-list-view .btn {
    background: #a40d0d;
    color: #fff;
    border-radius: 100px;
    padding: 3px 24px;
    height: 32px;
    align-self: center;
}

.participate {
    background: url('../images/off-canva-parti.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 127%;
    padding: 28px 12px;
    border-radius: 10px;
    margin: -18px 0 0 0;
    line-height: 15px;
}

    .participate a {
        color: #000;
    }

        .participate a h6 {
            font-size: 20px;
            margin: 0;
        }

.account-select {
    height: 50px;
    background: #ffdada;
}

.lable-select {
    color: #000 !important;
    background: #ffdada;
    padding: 2px 5px;
    font-size: 12px;
    position: relative;
    left: 7px;
    top: 11px;
    border-radius: 100px;
}

.btn-offcanva {
    width: 100%;
    background: #0d5ba400;
    color: #000;
    border-radius: 100px;
    border: 1px solid #afafaf;
    margin: 10px 10px 10px 0px;
}

.btn-offcanva-top-up {
    width: 100%;
    background: #a40d0d;
    color: #fff;
    border-radius: 100px;
    margin: 10px 0px;
}

.off-ul {
    list-style-type: none;
    padding: 0;
}

    .off-ul li {
        padding: 17px 0;
        border-bottom: 1px solid #afafaf61;
    }

        .off-ul li a {
            color: #5f5f5f;
        }

            .off-ul li a i {
                margin: 0 10px 0 0;
            }

            .off-ul li a ion-icon {
                margin: 0 10px -2px 0;
            }

.ai-bot-img {
    width: 100%;
    margin: auto;
    text-align: center;
}

    .ai-bot-img img {
        width: 45%;
        margin: 0 auto;
        text-align: center;
    }

    .ai-bot-img h3 {
        margin: 10px 0;
        color: #a40d14;
        font-size: 25px;
        font-weight: 700;
    }

.robot-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 15px 0;
}

.robot-panel {
    width: 50%;
}

    .robot-panel h4 {
        font-size: 15px;
        margin: 10px;
        color: black;
    }

        .robot-panel h4 span {
            color: #0D5BA4;
        }

.bot-panel-container {
    background: white;
    border: 1px solid #cd0202;
    padding: 15px;
    border-radius: 15px;
}

.panel-form label {
    font-size: 14px;
    font-weight: 600;
    color: #b50000;
}

.panel-form .form-group {
    margin: 10px 0;
}

.history-accordian ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-left: 0;
    list-style: none;
}

    .history-accordian ul.accordion-list li.active {
        color: black !important;
    }

    .history-accordian ul.accordion-list li {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        background-color: #FFF;
        padding: 10px;
        margin: 0 auto 15px auto;
        border: 1px solid #eee;
        border-radius: 5px;
        cursor: pointer;
    }

        .history-accordian ul.accordion-list li.active h3:after {
            transform: rotate(45deg);
        }

        .history-accordian ul.accordion-list li h3 {
            font-weight: 600;
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            padding: 0 0 0 0;
            margin: 0;
            font-size: 14px;
            letter-spacing: 0.01em;
            cursor: pointer;
            float: left;
            width: 50%;
        }

        .history-accordian ul.accordion-list li h6 {
            position: relative;
            float: right;
            width: 40%;
            margin: 0;
        }

            .history-accordian ul.accordion-list li h6:after {
                content: "+";
                font-family: "font-awesome";
                position: absolute;
                right: 0;
                top: -5px;
                color: #0D5BA4;
                transition: all 0.3s ease-in-out;
                font-size: 24px;
                font-weight: bold;
            }

        .history-accordian ul.accordion-list li div.answer {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            cursor: pointer;
            margin-top: 12px;
        }

            .history-accordian ul.accordion-list li div.answer p {
                position: relative;
                display: block;
                font-weight: 400;
                padding: 10px 0 0 0;
                cursor: pointer;
                line-height: 150%;
                margin: 0 0 15px 0;
                font-size: 15px;
                color: black;
            }

.equity {
    background: #a40d0d;
    border-radius: 15px;
    padding: 2px 15px;
}

    .equity p {
        color: white;
        padding: 0;
        margin: 0;
    }

.fund-amount h2 {
    margin: 0;
}

.fund-card {
    padding: 15px;
}

.button-box {
    background: #a40d0d !important;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 10px 0;
    width: 30%;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 40px;
}
.button-login {
    background: #a40d0d !important;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 12px 0;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 20px;
    cursor: pointer;
}
.button-signup {
    background: #f3b5b5 !important;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 12px 0;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 20px;
}

.sub-info {
    background: #008000;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
}

.sub-info-danger {
    background: #ff0000;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    font-size:15px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0D5BA4;
    --bs-btn-border-color: #0D5BA4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0D5BA4;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0D5BA4;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0D5BA4;
    --bs-btn-disabled-border-color: #0D5BA4;
}


.btn-outline-primary {
    --bs-btn-color: #0D5BA4;
    --bs-btn-border-color: #0D5BA4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0D5BA4;
    --bs-btn-hover-border-color: #0D5BA4;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0D5BA4;
    --bs-btn-active-border-color: #0D5BA4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0D5BA4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0D5BA4;
    --bs-gradient: none;
}

.btn {
    .instraction-ul {
}

    .instraction-ul li {
        font-size: 13px;
    }

.details-info {
    font-size: 13px;
}

.bank-details-ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .bank-details-ul li {
        display: flex;
        justify-content: space-between;
        padding: 5px 10px;
        border-bottom: 1px solid #b9b6b6;
    }

        .bank-details-ul li i {
            color: dodgerblue;
            font-weight: 700;
        }

#progressBar {
    border-radius: 100px;
    width: 100%;
    margin: 5px auto;
    height: 19px;
    background-color: #b5b5b5;
}

    #progressBar div {
        height: 100%;
        text-align: right;
        padding: 0 10px;
        line-height: 22px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: red;
        box-sizing: border-box;
        border-radius: 100px;
        color: #fff;
        font-weight: 700;
    }


a.solink {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    background: #f3f5f6;
    color: #cfd6d9;
    border: 1px solid #cfd6d9;
    line-height: 30px;
    text-decoration: none;
    transition: all .3s;
    z-index: 999
}

    a.solink::first-letter {
        text-transform: capitalize
    }

    a.solink:hover {
        color: #428bca
    }

.main-img {
    width: 150px;
    margin: 0 20px 0 0;
}

.upi-head {
    background: #0093ff;
    display: flex;
    justify-content: center;
    padding: 5px 15px;
}

    .upi-head h5 {
        color: #fff;
        font-weight: 700;
        font-size: 27px;
    }

.amt-top {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.use-mobile {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.amnt {
    color: #0093ff;
    font-weight: 700;
    font-size: 45px;
}

.qr-img {
    width: 250px;
}

.app-logo a {
    margin: 0 15px;
}

.app-logo img {
    width: 100px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    overflow: hidden;
}


