@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/fontawesome.min.css");

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

button:focus {
    outline: 0;
}

*:focus {
    outline: 0 !important;
    box-shadow: none;
}

header {
    position: relative;
    background-color: #fff;
    padding: 10px 0;
}

.live-rate-text {
    display: inline-block;
}

.card_open_bottom {
    padding-top: 67px;

}

.slider-section {
    position: relative;
    margin-bottom: 10px;
}

.form-container-slider {
    position: absolute;
    top: 90px;
    right: 6%;
    z-index: 999;
    max-width: 455px;
    width: 100%;
}

.redeem_store {
    margin-top: 10px;
    padding: 20px 20px 5px 20px;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 0rem .375rem 0rem;
    line-height: 1.5;
    color: #000;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-color: rgb(255, 255, 255);
    background-size: auto;
    background-size: 8px 10px;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 15px;
}

.scroll-bar {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 245px;
}

.scroll-bar {
    scrollbar-width: thin;
    scrollbar-color: #ad6d00 #f5f5f5;
}

.scroll-bar::-webkit-scrollbar {
    width: 3px;
    height: 6px;
}

.scroll-bar::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 2px solid transparent;
}

.scroll-bar::-webkit-scrollbar-thumb {
    background-color: #b0b7c4;
}

.scroll-bar::-webkit-scrollbar-thumb:hover {
    background-color: #b0b7c4;
}

.scroll-bar::-webkit-scrollbar-corner,
.scroll-bar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

/* Slider */
.carousel-item {
    height: 535px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-size: 100% 100%;
}

.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.offer_message_heading {
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    font-weight: 600;
}

.offer_message_heading a {
    font-size: 20px;
    color: #f5f5f5;
}

.buy_gold_top {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    margin-right: 20px;
}

.sell_gold_top {
    display: inline-block;
}

.sell_gold_top {
    display: inline-block;
}

.redeem_rate {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}

/* .header_gold_rate_buy, .header_gold_rate_sell, .header_gold_rate_redeem{
    color: #ad6d00;
} */

.card_rate_gold_text b {
    animation: color-change 0.9s infinite;
    color: #ad6d00;
}

.live_rate_top {
    background-color: #79b13e;
    padding: 5px 10px;
    border-radius: 32px;
    color: #fff;
    font-weight: 600;
}

.text-gold {
    color: #ad6d00;
}

.header_right {
    display: flex;
    justify-content: flex-end;
}

.wallet-container,
.login-container {
    display: flex;
    align-items: center;
    color: #12214f;
}

.login-container ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.wallet-text {
    padding: 0 10px;
}

.login-container ul li {
    float: left;
    list-style: none;
    color: #12214f;
    padding: 0px 0px;
    position: relative;
}

.login-container ul li a {
    font-size: 15px;
    color: #12214f;
    text-decoration: none;
}

.login-container ul li:first-child::after {
    display: none;
}

.login-container ul li::after {
    display: none;
    position: absolute;
    left: -3px;
    top: 11px;
    content: "/";
    color: #12214f;
    width: 5px;
    height: 10px;
}

.login-container ul li a {
    float: left;
    list-style: none;
    color: #12214f;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #12214f;
}

.login-container ul li:first-child a {
    margin-right: 5px;
    background: #12214f;
    color: #fff;
    display: inline-block;
}

.bg_top {
    width: 100%;
    background-size: 100% 100%;
    padding-top: 90px;
}

.nav_bar_main {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
}

nav .navbar-nav li a {
    color: #12214f !important;
    font-size: 16px;
    padding: 10px 20px !important;
}

.card_buy_sell {
    max-width: 100%;
    padding: 15px 25px 25px 25px;
    background-color: #fff;
    float: right;
    width: 100%;
    line-height: 16px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card_buy_sell .form-check-label {
    font-size: 13px;
    font-weight: 600;
}

.nav_bar_main .navbar-expand-lg .navbar-nav li.active .nav-link {
    color: #fff !important;
}

.digigold-main {
    padding: 50px 0;
    background-image: url('../images/bg-bottom.png');
    background-position: 100% 80%;
    background-repeat: no-repeat;
}

.karigari_main_full_image_height100 {
    height: 100%;
}

.digigold-main-index {
    z-index: 2;
}

.heading {
    background: #00aac8;
    background: linear-gradient(to bottom, #00aac8 26%, #AD6D00 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 0;
}

.gold-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 80px 70px;
    width: 120%;
    font-weight: 600;
    margin-left: -20%;
    background: #fff;
    padding-left: 22%;
    border-radius: 17px;
}

.card-head {
    color: #12214f;
    font-size: 32px;
    list-style: 40px;
}

.card_digigold {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
    min-height: 340px;
    height: 90%;
    background-color: #fff;
}

.card_digigold .icon {
    max-width: 50px;
    height: 50px;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 10px;
}

.card_digigold .card_head {
    color: #12214f;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.card_digigold .line {
    width: 50px;
    height: 1px;
    margin: 15px 0;
    background-color: #AD6D00;
}

.card_digigold p {
    font-size: 15px;
}

.how_it_works {
    width: 100%;
    padding: 40px 0;
}

.how_it_works .heading {
    background: #00aac8;
    background: linear-gradient(to bottom, #00aac8 26%, #AD6D00 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
}

.how_it_works .accordion-item {
    border: 0;
}

.tab_main {
    border: 1px solid #ddd;
    border-radius: 10px 10px 0 0px;
}

.tab_main .accordion-button:not(.collapsed) {
    background-color: #00aac8;
    color: #fff;
    font-size: 16px;
}

.tab_main .accordion-button {
    background-color: #fff;
    color: #00aac8;
    font-size: 18px;
    font-weight: 600;
}

.tab_main .accordion-button:not(.collapsed) {
    background-color: #00aac8;
    color: #fff;

}

.how_it_works .nav-tabs {
    display: none;
    border: 0px;
}

.how_it_works .nav-item {
    width: 33.33%;
    text-align: center;
}

.how_it_works .nav-item button {
    background-color: #ebebeb;
    border-radius: 10px;
    width: 100%;
    color: #858585;
}

.how_it_works .nav-item button.active {
    background-color: #00aac8;
    border-radius: 10px;
    color: #fff;
}

.card_work {
    width: 100%;
}

.icon_card_work {
    width: 80px;
    background-color: #fff;
    height: 80px;
    margin: 15px auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_card_work img {
    width: 40px;
}

.icon_card_work_heading {
    color: #00aac8;
    font-size: 18px;
    text-align: center;
    padding-bottom: 7px;
    padding-top: 5px;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
}

.card_work p {
    font-family: 'Roboto Slab', serif;
    text-align: center;
    color: #858585;
    font-size: 14px;
    line-height: 20px;
}

.tab_how_it_works {
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 10px 10px 0 0px;
}

.banner_head {
    min-height: 32px;
    font-size: 18px;
    font-weight: 700;
    color: #12214f;
    text-align: center;
    padding-bottom: 5px;
}

.main_heading {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding: 60px 0 100px 0;
}

.sell_page_main {
    background-image: url('../images/bg-bottom.png');
    background-size: 100% 100%;
    padding: 60px 0;
}

.sell_card_main {
    padding: 25px 25px 35px 25px;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.gold_image_sell {
    max-width: 400px;
    margin: 0 auto;
}

.sell_gold_text {
    font-size: 25px;
    color: #12214f;
    line-height: 35px;
}

.sell_header {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 25px;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    padding-bottom: 15px;
    display: block;
    margin-bottom: 10px;
}

@media(min-width:768px) {

    .how_it_works .nav-tabs {
        display: flex;
        background-color: #ebebeb;

        border-radius: 10px;
    }

    .how_it_works .card {
        border: none;
    }

    .how_it_works .card .card-header {
        display: none;
    }

    .how_it_works .card .collapse {
        display: block;
    }
}

@media(max-width:767px) {
    .how_it_works .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }

    .tab_how_it_works {
        border: 0px;
    }

    .tab_how_it_works .card-header a {
        color: #858585;
        font-size: 18px;
        display: block;
    }

}

.karigari_main {
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}

.karigari_main .heading {
    background: #00aac8;
    background: linear-gradient(to bottom, #00aac8 26%, #AD6D00 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
}

.karigari_main_full {
    overflow: hidden;
    padding-top: 30px;
}

.karigari_main_full .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.sub-haed {
    color: #858585;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.karigari_main_full_image {
    position: relative;
    overflow: hidden;
}

.content_box {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 4;
    padding: 30px 30px 15px;

    z-index: 9;
}

.content_box .head {
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
    transition: all 0.5s ease-in-out;
    transform: translateY(0px);
}

.content_box p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    height: 0;
    transition: all 0.5s ease-in-out;
    transform: translateY(400px);

}

.karigari_main_full .overlay {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 82%) 10%, rgba(0, 0, 0, 0) 40%);
    transition: all 0.5s ease-in-out;
    left: 0;
    top: 0;
    transition: 0.5s;
}

.karigari_main_full_image:hover .overlay {
    background-color: rgb(0 0 0 / 52%);
}

.karigari_main_full_image:hover .head {
    transform: translateY(-130px);
}

.karigari_main_full_image:hover p {

    transform: translateY(-130px);

}

.video_container {
    width: 100%;
    padding-bottom: 40px;
}

.bottom_main {
    background-image: url('../images/bg_bottom_page.png');
    background-size: 100% 100%;
    padding: 40px 0;
}

.bottom_main .heading {
    width: 100%;
    padding: 40px 0;
    font-size: 40px;
}

.card_buy_sell .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 100%;
}

.gold-image-icon {
    width: 80px;
    margin-top: -63px;
    float: right;
    margin-right: -28px;
}

.live_rate_text i {
    color: #0dd64f;
}

.live_rate_text {
    color: #ad6d00;
    padding-top: 6px;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.sec_container {
    margin-top: 15px;
}

.card_rate_gold_text {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    margin-top: 19px;
    text-align: right;
}

.card_rate_gold_text_1 {
    font-size: 14px;
    font-weight: 500;
}

.card_rate_gold_text_1 span {
    color: #ad6d00;
}

.card_rate_gold_text_inc {
    color: #aaaaaa;
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
}

.card_buy_sell .nav-tabs .nav-item.show .nav-link,
.card_buy_sell .nav-tabs .nav-link.active {
    border: 1px solid transparent;
    position: relative;
}

.card_buy_sell .nav-tabs .nav-item.show .nav-link::after,
.card_buy_sell .nav-tabs .nav-link.active::after {
    position: absolute;
    bottom: -2px;
    height: 3px;
    background-color: #ad6d00;
    content: '';
    width: 100%;
    left: 0;
}

.card_buy_sell .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 1px solid transparent;

}

.nav-tabs .nav-link {
    color: #aaaaaa;
    font-weight: 600;
    padding: 11px 0;
    min-width: 80px;
    font-size: 18px;

}

.card_buy_sell .nav {
    justify-content: space-between;
}

.proceed {
    background-color: rgb(173, 109, 0);
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    padding: 12px 38px;
    border: 0px;
    border-radius: 18px;
    font-size: 14px;
}

.sec_container fieldset {
    border: 1px solid #ad6d00;
    margin: 10px 0;
    padding: 0px;
    width: 100%;
    position: relative;

    border-radius: 25px;
}

.sec_container legend {
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    width: auto;
    background-color: #ebebeb;
    margin: 0 auto;
    float: none;
}

.sec_container .hide {
    display: none;
}

.sec_container [data-tab-content] {
    display: none;
}

.sec_container .active[data-tab-content] {
    display: block;
}



.tabs-sec-button.tabs {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #ebebeb;
    font-family: 'Open Sans', sans-serif;
    border-radius: 14px;
    overflow: hidden;
}

.tabs-sec-button.tabs li {
    padding: 9px 35px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 14px;
    overflow: hidden;
    color: #939292;

}

.tabs-sec-button.tabs li.active {
    background-color: #12214f;
    color: #fff;
}

.sec_container .tab {
    cursor: pointer;
    padding: 10px;
}

.price_main_container {
    padding: 19px 5px;
}

.price_input_container {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.price_input_container input[value="₹ 18000"] {
    color: #12214f;
    font-size: 18px;
    font-weight: 600;
}

.price_input_container input {
    color: #12214f;
    font-size: 18px;
    font-weight: 600;
}

.price_input_container ::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #12214f;
    font-size: 18px;
    font-weight: 600;
}

.price_input_container ::placeholder {
    color: #12214f;
    font-size: 18px;
    font-weight: 600;
    ;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.price_input_container input {
    border: 0;
    font-size: 18px;
    color: #12214f;
    font-weight: 500;
}

.value {
    color: #8e99a8;
    font-size: 16px;
    font-weight: 500;
}

.price_button_container {
    width: 100%;
    margin: 10px 0;
}

.price_button_container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.price_button_container ul li {
    display: inline-block;
    padding: 5px;
    min-width: 22%;
}

.price_button_container ul li button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #12214f;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 6px;
    border: 1px solid #12214f;
    width: 100%;
    display: block;
}

.price_button_container ul li button.active,
.price_button_container ul li button:hover {

    background-color: #12214f;
    color: #fff;
}

.sec_container .tab-content {
    margin-left: 20px;
    margin-right: 20px;
}

.text_pro {
    width: 100%;
    color: #aaaaaa;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 7px;
}

footer {
    background-color: #12214f;
    padding-top: 40px;
    margin: 0;
}

.logo-footer {
    margin: 0 auto;
    width: 280px;
}

.logo-footer img {
    width: 100%;
}

.social_icon_main {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.social_icon_main ul {
    margin: 0;
    padding: 0;
}

.social_icon_main {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

.social_icon_main li {
    display: inline-block;
    list-style: none;
}

.social_icon_main li a {
    color: #fff;
    font-size: 22px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin: 0px 5px !important;
    text-decoration: none;

}

.social_icon_main li a i {
    color: #fff;
}

.quick_link {
    position: relative;
    width: 100%;
}

.quick_link ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    list-style: none;
    display: block;
}

.quick_link ul li {
    width: 100%;
}

.quick_link ul li a {
    width: 100%;
    padding: 7px 0;
    display: block;
    color: #fff !important;
    font-size: 16px;
}

.quick_link_head {
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.quick_link_head::after {
    position: absolute;
    width: 60px;
    content: '';
    left: 0px;
    bottom: -8px;
    background-color: #00aac8;
    height: 3px;

}

.footer-great img {
    width: 100%;
}

.copy-r {
    border-top: 1px solid #ddd;
    margin-top: 30px;
}

.copy-r p {
    text-align: center;
    color: #fff;
    padding: 25px 0;
    margin: 0;
}

.card_open_mydigigold {
    max-width: 455px;
    float: right;
    width: 100%;
}

.contact-box {
    padding: 20px 15px 10px 15px;
    height: 90%;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    margin: 15px 0;
}

.contact-box p {
    font-size: 14px;
}

.contact-box p a {
    line-break: anywhere;
    line-height: 15px;
    font-weight: 600;
}

.head_contact {
    color: #00a9c8;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0px;
    margin-bottom: 0px;

}

.blog .sidebar .recent-posts .blog_subhead {
    font-size: 15px;
    margin-left: 95px;
    font-weight: 600;
    line-height: 20px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts .blog_subhead a {
    color: #3c4133;
    transition: 0.3s;
    font-family: "Roboto Slab", serif;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #3c4133;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    height: 95%;
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.blog .entry .entry-title a {
    font-family: "Roboto Slab", serif;
    background: #ad6d00;
    /* background: -webkit-linear-gradient(to bottom, #AF6F01 0%, #11A4B5 100%);
    background: -moz-linear-gradient(to bottom, #AF6F01 0%, #11A4B5 100%);
    background: linear-gradient(to bottom, #AF6F01 0%, #11A4B5 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
    font-size: 18px;

}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #a3ab95;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li a {
    color: #888;
    text-decoration: none;
}

.blog .entry .entry-content p {
    line-height: 24px;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background-color: #ad6d00;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

.blog {
    padding: 40px 0;
}

.about-us h2,
.about-us h3,
.about-us h4 {
    font-size: 20px !important;
    font-weight: 600;
    color: #ad6d00;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
}

.about-us p {
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
}

.height-auto {
    height: auto !important;
}

.blog-details a {
    text-decoration: underline;
    color: #ad6d00;
}

.blog-details p {
    font-size: 15px;
}

.login_card_main {
    padding: 25px 35px 35px 35px;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.login_card_main .tabs-sec-button.tabs li {
    padding: 10px 20px;
}

.login_card_main .tabs-sec-button.tabs li.active {
    color: #fff;
}

.login_main_container {
    padding: 60px 20px 80px 20px;
}

.login_input_container {
    margin-bottom: 20px;
}

.login_input_container input {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    width: 100%;
}

.login-password {
    width: 100%;
    padding-top: 40px;
}

.login-password a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #12214f;
    text-decoration: none;
}

.login-password a img {
    margin-right: 5px;
}

.login_input_otp {
    font-size: 14px;
    font-weight: 600;
    color: #12214f;
}

.login_input_otp a {
    color: #AD6D00 !important;
}

.gold_image_login {
    width: 100%;
}

.gold_image_login {
    width: 86%;
}

.bg-img-login {
    padding-top: 70px;
    padding-bottom: 18px;
    background: rgb(14, 136, 170);
    background: linear-gradient(90deg, rgba(14, 136, 170, 1) 0%, rgba(167, 112, 16, 1) 60%);
}

.signup-main {
    padding: 20px;
}

.signup-group {
    padding: 10px 0;
}

.signup-group label {
    margin-bottom: 0;
    /* color: #aaaaaa; */
    font-size: 15px;
    font-weight: 600;
}

.signup-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaaaaa;
}

.signup-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaaaaa;
}

.signup-group :-ms-input-placeholder {
    /* IE 10+ */
    color: #aaaaaa;
}

.signup-group :-moz-placeholder {
    /* Firefox 18- */
    color: #aaaaaa;
}

.signup-group label sup {
    color: red;
}

.signup-group input {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    width: 100%;
    font-size: 15px;
    color: #aaa;
}

.signin-btn {
    background-color: rgb(173, 109, 0);
    color: rgb(255, 255, 255) !important;
    padding: 1px 15px;
    border: 0px;
    border-radius: 14px;
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
    text-decoration: none;
}

.signup-group .form-select {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 7px 0;
    width: 100%;
    color: #aaa;
}

.signup-text-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.signup-text-form input {
    width: auto;
    max-width: 40px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    height: 35px;
    border: 1px solid #ddd;
}

.signup-group-check {
    width: 100%;
}

.signup-group-check label {
    font-weight: 600;
    color: #a0a0a0;
    font-size: 15px;
}

.signup-group-check label a {
    color: #12214f;
}

.samriddhi-padding {
    padding: 5px 20px;
}

.samriddhi-padding .input-group-append button {
    color: #ad6d00 !important;
}

.samriddhi-padding .datepicker {
    border-radius: 0;
}

.samriddhi-padding .form-control {
    display: block;
    width: 100%;
    padding: 4px .75rem;
}

@media only screen and (min-width: 1700px) and (max-width: 1920px) {
    .form-container-slider {
        position: absolute;
        right: 11%;
        max-width: 557px;
        width: 100%;
        top: 96px;

    }

    .card_open_mydigigold {
        max-width: 557px;
    }

    .card_buy_sell {
        max-width: 557px;
    }

    .samriddhi-padding {
        padding: 35px 20px;
    }

    .samriddhi-padding .form-label {
        font-size: 15px;
        color: #000;
        padding-top: 10px;
    }

    .scroll-bar {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 290px;
    }

    .login_main_container {
        padding: 130px 20px 150px 20px;
    }

    .container {
        max-width: 1500px;
    }

    .sell_card_main .live_rate_text {
        margin-bottom: 11px !important;
        padding-top: 28px !important;
    }

    .sell_gold_text {
        font-size: 30px;
        color: #12214f;
        line-height: 35px;
        font-weight: 600;
    }

    .video_container iframe {
        height: 650px;
    }

    .gold-image-icon {
        width: 115px;
        margin-top: -79px;
        float: right;
        margin-right: -44px;
    }

    .banner_head {
        font-size: 20px;
    }

    .price_input_container ::-ms-input-placeholder {
        /* Edge 12-18 */
        color: #12214f;
        font-size: 25px;
        font-weight: 600;
    }

    .card_open_mydigigold .nav-tabs .nav-link {
        color: #aaaaaa;
        font-weight: 600;
        padding: 15px 0;
        min-width: 100px;
        font-size: 25px;
        padding: 30px 0;
        display: inline-block;
    }

    .live_rate_text {
        font-size: 18px;
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .login_card_main .tabs-sec-button.tabs li {
        padding: 15px 30px;
        line-height: 20px;
        font-size: 15px;
        font-weight: 500;
        border-radius: 14px;
        overflow: hidden;
        color: #939292;
    }

    .tabs-sec-button.tabs li {
        padding: 15px 30px;
    }

    .sec_container {
        margin-top: 30px;
    }

    .sell_card_main .card_rate_gold_text {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .sell_card_main {
        width: 100%;
    }

    .sell_card_main .text_pro {
        margin-bottom: 40px;
    }

    .gold_image_sell {
        max-width: 545px;
        margin: 0 auto;
        /* float: left; */
    }

    .sell_card_main .price_main_container {
        padding: 47px 19px;
    }

    .card_rate_gold_text {
        margin-top: 35px;
        font-size: 20px;
    }

    .card_rate_gold_text_inc {
        color: #aaaaaa;
        font-size: 13px;
        text-align: right;
    }

    .gold_image img {
        width: 90%;
    }

    .gold-card {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 105px 70px;
        width: 130%;
        font-weight: 600;
        margin-left: -30%;
        background: #fff;
        padding-left: 22%;
        border-radius: 17px;
    }

    .price_button_container ul li button {
        background-color: transparent;
        border: 0;
        cursor: pointer;
        color: #12214f;
        font-size: 20px;
        font-weight: 600;
    }

    .price_button_container ul li {
        display: inline-block;
        padding: 10px 7px;
        min-width: 22%;
    }

    .price_main_container {
        padding: 20px 13px;
    }

    .text_pro {
        width: 100%;
        color: rgb(170, 170, 170);
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .card_buy_sell .form-check-label {
        font-size: 14px;
        font-weight: 600;
    }

    .card-head {
        color: #12214f;
        font-size: 48px;
        line-height: 60px;
    }

    .digigold-main-index .heading {
        background: linear-gradient(rgb(0, 170, 200) 26%, rgb(173, 109, 0) 77%) text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        padding-left: 0px;
        margin-left: -52px;
    }

    .how_it_works .heading,
    .karigari_main .heading {
        font-size: 30px;
    }

    .card_digigold .card_head {
        color: #12214f;
        font-size: 22px;
    }

    .card_digigold p {
        font-size: 16px;
    }

    .card_work p,
    .sub-haed {
        font-size: 16px;
        line-height: 23px;
    }

    .content_box .head,
    .icon_card_work_heading {
        font-size: 22px;
    }

    .bottom_main .heading {
        width: 100%;
        padding: 40px 0;
        font-size: 54px;
    }

    .value {
        color: #8e99a8;
        font-size: 19px;
        font-weight: 500;
    }

    .price_input_container ::placeholder {
        color: #12214f;
        font-size: 25px;
        font-weight: 600;
        ;
    }

    .carousel-item {
        height: 720px;
    }

    .card_open_bottom {
        width: 100%;
        max-width: 83%;
    }

    .card_buy_sell {
        max-width: 557px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .form-container-slider {
        position: absolute;
        top: 90px;
        right: 9%;
        z-index: 999;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .form-container-slider {
        position: absolute;
        top: 90px;
        right: 6%;
        z-index: 999;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .form-container-slider {
        position: absolute;
        top: 90px;
        right: 3%;
        z-index: 999;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand {
        max-width: 250px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .bottom_main .heading {
        width: 100%;
        padding: 40px 0;
        font-size: 27px;
    }

    .signup-text-form input {
        width: auto;
        max-width: 32px;
    }

    .price_button_container ul li {
        display: inline-block;
        padding: 5px 7px;
    }

    .carousel-item {
        height: 445px;
    }

    .form-container-slider {
        position: relative;
        left: 0;
        top: 0px;
        right: 0;
        z-index: 999;
        margin: 0 auto;
    }

    .banner_head {
        margin-left: -20px;
    }

    .gold-card {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 70px 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav_bar_main .navbar-expand-lg .navbar-nav li.active .nav-link {
        color: rgb(173, 109, 0) !important;
    }

    .gold_image_sell {
        margin-top: 20px;
    }

    .bottom_main .heading {
        width: 100%;
        padding: 40px 0;
        font-size: 27px;
    }

    .bg-img-login {
        padding-top: 51px;
    }

    .carousel-item {
        height: 290px;
        background-position: left;
        background-size: cover;
    }

    .navbar-brand {
        width: 200px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-toggler {
        background-color: #fff;
        padding: 4px 10px;
    }

    .login-container ul li {
        padding-left: 3px;
    }

    .login-container ul li {
        padding-right: 3px;
    }

    .buy_gold_top {
        display: inline-block;
        margin-left: 0px;
        font-size: 15px;
        margin-right: 0px;
    }

    .redeem_rate {
        display: inline-block;
        margin-left: 1px;
    }

    .navbar-collapse {
        background-color: #fff;
        border-radius: 10px;
    }

    .navbar-collapse a {
        border-bottom: 1px solid #ddd;
    }

    .bg_top {
        background-size: cover;
        background-position: center;
    }

    .banner_head {
        padding-top: 35px;
        margin-left: -25px;
        text-align: center;
        padding-bottom: 5px;
    }

    .card_buy_sell {

        float: none;
        margin: 0 auto;
    }

    .price_main_container {
        padding: 20px 10px;
    }

    .price_input_container input {

        width: 190px;
    }

    .price_button_container ul li {
        display: inline-block;
        padding: 5px 4px;
    }

    .price_button_container {
        margin-top: 5px;
    }

    .price_button_container ul {
        margin-left: -8px;
        margin-right: -8px;
    }

    .form-check-label {
        font-size: 15px;
        font-weight: 600;
    }

    .gold-card {

        padding: 40px 70px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .digigold-main {

        padding-bottom: 0;

    }

    .quick_link_head {
        position: relative;
        margin-top: 15px;
    }

    .footer-great {
        max-width: 280px;
        margin: 15px auto;
    }

    .bottom_main {
        padding-top: 0px;
    }

    .card-head {
        font-size: 20px;

    }
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/down-arrow-svgrepo-com.svg');
    transform: rotate(-180deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gold_image_login {
        margin-top: 20px;
    }

    .login-password a {
        display: flex;
        align-items: center;
        font-size: 15px;
    }

    .mobile-logo {
        display: block !important;
    }

    .desktop-logo {
        display: none !important;
    }

    .card_open_mydigigold {
        max-width: 500px;
        float: none;
        width: 100%;
        margin: 0 auto;
        top: 0;
        position: relative;
    }

    .form-container-slider {
        position: relative;
        left: 0;
        top: 0px;
        right: 0;
        z-index: 999;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 640px) and (max-width:767px) {
    .carousel-item {
        height: 300px;
        background-position: left;
        background-size: cover;
    }
}

@media only screen and (min-width: 220px) and (max-width: 639px) {
    .carousel-item {
        height: 234px;
        background-position: left;
        background-size: cover;
    }
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .tab_main .accordion-item {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .125);
    }

    .tab_main {
        border: 0;
    }

    .signup-text-form input {
        width: auto;
        min-width: 24px;
        border-radius: 5px;
        text-align: center;
        padding: 5px;
        height: 30px;
        border: 1px solid #ddd;
        margin: 1px;
    }

    .login-container ul li::after {
        display: none;
    }

    .login_main_container {
        padding: 30px 20px 50px 20px;
    }

    .login_card_main {
        padding: 15px;
    }

    .login_card_main .tabs-sec-button.tabs li {
        padding: 10px 6px;
        font-size: 12px;
    }

    .gold_image_login {
        margin-top: 25px;
    }

    .login-password a {
        display: flex;
        align-items: center;
        font-size: 9px;
        font-weight: 600;
        font-size: 13px;
        justify-content: center;
    }

    .login-password a img {
        width: 20px;
    }

    .bottom_main .heading {
        width: 100%;
        padding: 40px 0;
        font-size: 20px;
    }

    .karigari_main_full_image .head {
        transform: translateY(-145px);
    }

    .karigari_main_full_image .overlay {
        background-color: rgb(0 0 0 / 52%);
    }

    .karigari_main_full_image p {
        transform: translateY(-145px);
    }

    .blog .entry {
        height: auto;
        margin-bottom: 20px;
    }

    .form-container-slider {
        top: 28px;
        position: relative;
        left: 0;
        right: 0;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .offer_message_heading {
        font-size: 25px;
        line-height: 35px;
    }

    .card_open_bottom {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .blog .sidebar {
        padding: 15px;
    }

    .sell_card_main {
        padding: 10px;
        padding-bottom: 25px;
    }

    .sell_page_main {
        background-size: cover;
        padding: 40px 0;
    }

    .contact-box {

        background-color: rgba(255, 255, 255, 0.7);
        margin: 15px 0;
    }

    .main_heading {
        padding: 30px 0 50px 0;
    }

    .bg_top {
        padding-top: 49px;
    }

    .navbar-brand {
        width: 200px;
    }

    .live-rate-text {

        text-align: center;
    }

    .buy_gold_top {
        margin-left: 0;
    }

    .wallet-icon {
        width: 30px;
    }

    .wallet-text {
        font-size: 14px;
    }

    /* .login-container ul li {
        float: left;
        list-style: none;
        color: #12214f;
        padding: 3px 6px;
        border:1px solid #12214f;
    } */
    header {
        padding-top: 5px;
    }

    .live_rate_top {
        background-color: #79b13e;
        padding: 2px 10px;
        border-radius: 32px;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
    }

    .header_right {
        display: flex;
        padding-top: 7px;
        justify-content: flex-end;
    }

    .login-container ul li:first-child {
        margin-right: 5px;
        background: #12214f;
        color: #fff;
        border-radius: 5px
    }

    .login-container ul li:first-child a {
        color: #fff;
    }

    .login-container ul li {
        border-radius: 5px;
        font-size: 14px;
    }

    .text_pro {
        width: 100%;
        color: #aaaaaa;
        font-size: 13px;
        line-height: 17px;
    }

    .wallet-container {
        justify-content: flex-start;
    }

    .wallet-icon img {
        width: 100%;
    }

    .buy_gold_top,
    .sell_gold_top,
    .redeem_rate {
        font-size: 12px;
        margin-top: 10px;
        margin-left: 2px;
        margin-right: 2px;
    }

    .nav_bar_main .navbar-expand-lg .navbar-nav li.active .nav-link {
        color: #ad6d00 !important;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-toggler {
        background-color: #fff;
        padding: 4px 10px;
    }

    .navbar-collapse {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: rgba(100, 100, 111, 0.8) 0px 7px 29px 0px;
    }

    .nav_bar_main {
        z-index: 99;
    }

    .navbar-collapse a {
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse li:last-child a {
        border-bottom: 0;
    }

    .bg_top {
        background-size: cover;
        background-position: center;
    }

    .banner_head {
        padding-top: 20px;

        text-align: left;
        padding-bottom: 5px;
    }

    .card_open_mydigigold .nav-tabs .nav-link {
        color: #aaaaaa;
        font-weight: 600;
        padding: 15px 0;
        min-width: 65px;
        font-size: 18px;
    }

    .card_buy_sell {
        padding: 10px;
        padding-bottom: 25px;
        float: none;
        margin: 0 auto;
    }

    .price_main_container {
        padding: 20px 0px;
    }

    .price_input_container input {

        width: 190px;
    }

    .price_button_container ul li {
        display: inline-block;
        padding: 5px 0px;

    }

    .card_open_mydigigold {
        margin-bottom: 30px;
    }

    .price_button_container ul li button {
        padding: 5px 7px;
    }

    .price_button_container {
        margin-top: 5px;
    }

    .price_button_container ul {
        margin-left: 0px;
        margin-right: 0px;
        justify-content: space-between;
    }

    .form-check-label {
        font-size: 15px;
        font-weight: 600;
    }

    .card_open_bottom {
        max-width: 100%;
    }

    .gold-card {
        margin: 0;
        width: 100%;
        padding: 45px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .digigold-main {
        padding-top: 0px;
        padding-bottom: 0;

    }

    .quick_link {
        text-align: center;
    }

    .quick_link_head {
        position: relative;
        margin-top: 15px;
    }

    .footer-great {
        max-width: 280px;
        margin: 15px auto;
    }

    .quick_link_head:after {
        position: absolute;
        content: '';
        color: white;
        bottom: -7px;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .bottom_main {
        padding-top: 0px;
    }

    .heading {
        text-align: center;
    }

    .card-head {
        font-size: 20px;

    }
}

.account-main-banner {
    width: 100%;
    padding: 40px 0;
}

.card-img-top {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.widget-user-image {
    left: 9%;
    position: absolute;
    bottom: 148px;
}

.widget-user-image>img {
    border: 3px solid #fff;
    height: auto;
    width: 90px;
    background-color: blanchedalmond;
}

.img-circle {
    border-radius: 50%;
}

.scrolling-wrapper {
    overflow-x: scroll;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.scroll-arrow {
    position: absolute;
    top: 65%;
    transform: translate(0px, 50px);
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.left-arrow {
    left: 5px;
}

.right-arrow {
    right: 5px;
}

.box-card {
    background-color: #fff !important;
    box-shadow: 5px 0 7px -6px rgba(0, 0, 0, .1), -5px 0 2px -6px rgba(0, 0, 0, .1);
    padding: 10px;
    border: 0px !important;
}

.btn-cus {
    background-color: #8d021f;
    color: #fff;
    width: 150px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 18px;
}

.btn-cus:hover {
    color: #fff
}

.box-card a {
    color: #111;
    font-size: 15px;
}

.box-card a.active {
    border-radius: 0px;
}

.c-nav {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: rgb(249 244 237 / 15%);
}

.c-nav a i {
    width: 20px;
}

.c-nav h4 {
    border-bottom: 1px dashed #ad6d00;
    border-top: 1px dashed #ad6d00;
    padding: 7px;
    color: #ad6d00;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ad6d00 !important;
    background-color: rgb(232 208 166 / 65%) !important;
}

.card_account_new .col-md-8 .card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 0;
}

.font-size {
    font-size: 1.5rem;
}

.card_account_new h1 {
    font-family: 'Roboto Slab', serif;
    margin: 0;
}

.card_account_new code {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
}

.card_account_new .form-control {
    background-color: #f2f2f2;
    border: 0;
    border-radius: 5;
    font-family: 'Open Sans', sans-serif;
}

.card_account_new label {
    font-family: 'Roboto Slab', serif;
}

.submit-btn {
    background-color: rgb(173, 109, 0);
    color: rgb(255, 255, 255);

    padding: 7px 20px;
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}

.deny-btn {
    background-color: rgb(173, 0, 29);
    color: rgb(255, 255, 255);

    padding: 7px 20px;
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}

.custom-date .form-control,
.custom-date .input-group-text {
    border: 0;
    background-color: transparent;
    padding-left: 0;
    color: #000;
    font-size: 15px;

}

.custom-date .input-group-text {
    padding-right: 0;
    padding-top: 10px;
}

.custom-date {
    border-radius: 0;
}

.input-group input {
    border: 0;
    border-radius: 0;
}

.input-group {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.form-label {
    font-size: 15px;
    color: #000;
}

.subbutton {
    background-color: rgb(173, 109, 0);
    color: rgb(255, 255, 255);
    width: 138px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    padding: 12px 38px;
    border: 0px;
    border-radius: 18px;
    font-size: 14px;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    background: transparent;
    color: #ad6d00;
    border: 0;
    border: 1px solid #ad6d00;
}

.scroll-2 {
    max-height: 450px;
    margin: 10px 6px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.stapcontainer {
    background-color: #fff;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.whydigisipsechead {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    color: #12214f;
    line-height: 40px;
    margin-bottom: 0px;
}

.whydigisipsechead-sip {
    background-color: #12214f;
    height: 3px;
    width: 100px;
    margin: 15px auto 30px auto;
    display: block;
}

.oval {
    float: left;
    border: 2px solid #b97e15;
    background-color: #fff;
    width: 443px;
    height: 443px;
    border-radius: 50%;
    position: relative;
    padding: 120px 0;
    list-style-type: none;
}

.description {
    float: left;
    width: 660px;
    position: relative;
    margin-left: -70px;
}

.oval .oval-container {
    padding: 40px;
    padding-left: 80px;
    margin-left: -10px;
    position: absolute;
    background: #fff;
    width: 96%;
}

.oval .oval-container:before,
.oval .oval-container:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #b97e15;
    display: inline-block;
    position: absolute;
    left: 28px;
}

.oval .oval-container .oval-text {
    font-size: 45px;
    line-height: 51px;
    font-family: Domine, serif;
    color: #001e38;
    font-weight: bold;
    padding-bottom: 5px;
}

.oval .oval-container .oval-content {
    font-size: 26px;
    line-height: 32px;
    color: #000;
}

.description .outer-wrapper {
    position: relative;
    padding: 23px 0;
    width: 100%;
    display: inline-table;
}

.step-bar {
    position: static;
    width: 26px;
    height: 26px;
    border: 2px solid #b97e15;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    z-index: 1;
    top: 50%;
    display: inline-block;
    color: #002c5c;
    font-size: 16px;
    line-height: 22px;
    line-height: 21px;
}

.step-lines {
    display: inline-block;
    width: 150px;
    height: 100px;
    position: relative;
    vertical-align: middle;
}

.outer {
    border: 1px dashed #b97e15;
    width: 98px;
    height: 98px;
    border-radius: 98px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    clear: right;
}

.description .outer .inner {
    border: 1px solid #b97e15;
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 88px;
    position: relative;
    left: 4px;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.description .outer .inner .pay-monthly {
    margin: 21px;
    width: 45px;
    height: 42px;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
}

.description .text-content {
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}

.description .Discount-add {
    padding-left: 56px;
}

.step-lines::after {
    content: "";
    height: 1px;
    border-bottom: 1px dashed #da931a;
    position: absolute;
    top: 50%;
    width: 100%;
}

.oval .oval-container:after {
    top: 193px;
}

.oval .oval-container::before {
    top: -1px;
}

.mobile-view-digi {
    display: none;
}

.bs-time-line {
    position: relative;
}

.bs-time-line .btl-item {
    position: relative;
}

.bs-time-line .btl-item:before {
    content: '';
    display: block;
    width: 1px;
    border-left: 1px dashed #bf8710;
    position: absolute;
    left: 37px;
    top: 80px;
    height: 100px;
}

.btl-item:last-child::before {
    display: none;
}

.bs-time-line .btl-icon {
    display: inline-block;
    width: 72px;
    height: 72px;
    position: relative;
    border: 1px dashed #b37404;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    z-index: 0;
}

.bs-time-line .btl-icon:after {
    content: '';
    width: 64px;
    height: 64px;
    position: absolute;
    top: 51%;
    left: 51%;
    margin-left: -33px;
    margin-top: -33px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #b37404;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    z-index: 1;
}

.bs-time-line .btl-icon .icon {
    display: inline-block;
    width: 42px;
    height: 42px;

    margin-top: 5px;
    position: relative;
    z-index: 2;
    background-size: 124px;
}

.bs-time-line .btl-text {
    margin-left: 20px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 18px 10px;
    position: relative;
    width: 60%;
}

.bs-time-line .btl-text strong.title {
    color: #001e38;
    font-size: .875em;
    font-weight: bold;
    text-transform: initial;
    display: block;
    padding-bottom: 3px;
}

.bs-time-line .btl-text p.subline-1 {
    font-size: .75em;
    color: #4a4a4a;
}

@media only screen and (min-width: 220px) and (max-width: 1199px) {
    .mobile-view-digi {
        display: block;
    }

    .desktop-view-digi {
        display: none;
    }

    .how_it_works .card-body {
        padding: 0;
    }
}

.account-main-banner {
    width: 100%;
    padding: 40px 0;
}

.card-img-top {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.widget-user-image {
    left: 9%;
    position: absolute;
    bottom: 148px;
}

.widget-user-image>img {
    border: 3px solid #fff;
    height: auto;
    width: 90px;
    background-color: blanchedalmond;
}

.img-circle {
    border-radius: 50%;
}

.scrolling-wrapper {
    overflow-x: scroll;
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.scroll-arrow {
    position: absolute;
    top: 65%;
    transform: translate(0px, 50px);
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.left-arrow {
    left: 5px;
}

.right-arrow {
    right: 5px;
}

.box-card {
    background-color: #fff !important;
    box-shadow: 5px 0 7px -6px rgba(0, 0, 0, .1), -5px 0 2px -6px rgba(0, 0, 0, .1);
    padding: 10px;
    border: 0px !important;
}

.btn-cus {
    background-color: #8d021f;
    color: #fff;
    width: 150px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 18px;
}

.btn-cus:hover {
    color: #fff
}

.box-card a {
    color: #111;
    font-size: 15px;
}

.box-card a.active {
    border-radius: 0px;
}

.c-nav {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: rgb(249 244 237 / 15%);
}

.c-nav h4 {
    border-bottom: 1px dashed #ad6d00;
    border-top: 1px dashed #ad6d00;
    padding: 7px;
    color: #ad6d00;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ad6d00 !important;
    background-color: rgb(232 208 166 / 65%) !important;
}

.nav-pills .nav-link:hover {
    color: #ad6d00 !important;
}

.card_account_new .col-md-8 .card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 0;
}

.font-size {
    font-size: 1.5rem;
}

.card_account_new h1 {
    font-family: 'Roboto Slab', serif;
    margin: 0;
    display: inline-block;
}

.card_account_new code {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
}

.card_account_new .form-control {
    background-color: #f2f2f2;
    border: 0;
    border-radius: 5;
    font-family: 'Open Sans', sans-serif;
}

.card_account_new label {
    font-family: 'Roboto Slab', serif;
}

.submit-btn {
    background-color: rgb(173, 109, 0);
    color: rgb(255, 255, 255);

    padding: 7px 20px;
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}

.custom-date .form-control,
.custom-date .input-group-text {
    border: 0;
    background-color: transparent;
    padding-left: 0;
    color: #000;
    font-size: 15px;

}

.custom-date .input-group-text {
    padding-right: 0;
    padding-top: 10px;
}

.custom-date {
    border-radius: 0;
}

.input-group input {
    border: 0;
    border-radius: 0;
}

.input-group {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.form-label {
    font-size: 15px;
    color: #000;
}

.subbutton {
    background-color: rgb(173, 109, 0);
    color: rgb(255, 255, 255);
    width: 138px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    padding: 12px 38px;
    border: 0px;
    border-radius: 18px;
    font-size: 14px;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    background: transparent;
    color: #000;
    border: 0;
}

.scroll-2 {
    max-height: 450px;
    margin: 10px 6px;
}

.icon-card svg {
    width: 30px;
    height: 30px;
    color: #fff;
    fill: #fff;
}

.scrolling-wrapper .card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid #fff;
}

.widget-user-image .progress {
    display: flex;
    height: 5px;
}

.header__menu-toggle {
    background: #f5f5f5;
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    margin: 0;
    color: #000;
    margin-bottom: 15px;
}

.header__menu-toggle svg {
    fill: #000;
    width: 24px;
    height: 24px;
    text-align: left;
    float: left;
}

.side-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    pointer-events: none;
}

.side-nav--visible {
    pointer-events: auto;
}

.side-nav::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.side-nav__container {
    position: relative;
    width: 90%;
    max-width: 400px;
    background: #fff;
    height: 100%;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
    transform: translateX(-102%);
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.side-nav--animatable .side-nav__container {
    transition: transform 0.13s cubic-bezier(0, 0, 0.3, 1);
}

.side-nav--visible.side-nav--animatable .side-nav__container {
    transition: transform 0.33s cubic-bezier(0, 0, 0.3, 1);
}

.side-nav--visible::before {
    opacity: 1;
}

.side-nav--visible .side-nav__container {
    transform: none;
}

.side-nav__hide {
    position: absolute;
    right: 22px;
    top: 2px;
    background: none;
    border: none;
    color: #fff;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
}

.side-nav__header {
    height: 200px;
    background: #ea2663;
    color: #fff;
    display: flex;
    padding: 16px;
    align-items: flex-end;
    font-size: 24px;
}

.side-nav__content {
    padding-top: 32px;
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
}

.side-nav__content li {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
}

.side-nav__content a {
    color: #000;
}

.side-nav__content li:hover {
    background: #ccc;
}

.header__menu-toggle {
    display: none;
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .account-main-banner {
        padding-top: 10px;
    }

    .header__menu-toggle {
        display: block;
    }

    .signup-group-check .custom-control-input {
        margin-top: 5px;
        margin-right: 5px;
    }

    .page-link {
        padding: .375rem .50rem;
        font-size: 13px;
    }

}

.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:focus {
    font-size: 16px;
    color: #ad6d00;
    text-decoration: none;
    font-weight: 500;
}

.mobile-logo {
    display: none;
}

.desktop-logo {
    max-width: 200px;
    display: inline-block;
}

.signup-group-check .custom-control-input {
    margin-top: 5px;
    margin-right: 5px;
}

@media only screen and (min-width: 220px) and (max-width: 991px) {
    .mobile-logo {
        display: inline-block;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo,
    .navbar-brand {
        display: inline-block;
        width: 130px;
    }
}

.medium-password {
    color: #222;
    font-weight: 600;
    border-bottom: 3px solid #ccc;
    width: 100%;
    display: block;
    line-height: 30px;
    position: relative;
    font-size: 14px;
}

.medium-password:before {
    content: '';
    width: 72%;
    position: absolute;
    left: 0;
    background: #ffc107;
    bottom: -3px;
    height: 3px;

}

.weak-password {
    color: #222;
    font-weight: 600;
    border-bottom: 3px solid #ccc;
    width: 100%;
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 14px;
}

.weak-password:before {
    content: '';
    width: 72%;
    position: absolute;
    left: 0;
    background: red;
    bottom: -3px;
    height: 3px;

}

.strong-password {
    color: #222;
    font-weight: 600;
    border-bottom: 2px solid green;
    width: 100%;
    display: block;
    line-height: 30px;
    font-size: 14px;
}

.medium-password span {
    color: #000;
}

.weak-password span {
    color: red;
}

.strong-password span {
    color: green;
}

.new-p #new_password-error {
    margin-bottom: 0px;
}

.new-p .weak-password,
.new-p .medium-password,
.new-p .strong-password {
    margin-bottom: 10px;
}

.medium-password {
    background-color: #fd0;
}

.weak-password {
    background-color: #FBE1E1;
}

.strong-password {
    background-color: #D5F9D5;
}

/* Toast color css */

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

/* Modal */

.bg-pop-modal {
    background-image: url('../images/bg_bottom_page.png');
    background-size: 100% 100%;
}

.bg-pop-body {
    background-color: rgba(255, 253, 243, 0.62);
    width: 100%;
    padding: 20px;
}

.bg-pop-padding {
    padding: 0px;
    border: 1px dashed #da931a;
}

.close-pop {
    float: right;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #999;
    margin-top: 0px !important;
    margin-right: 0px !important;
    position: absolute;
    right: -18px;
    margin: 0 !important;
    top: -18px;
}

.modal-header {
    margin: 0;
    padding: 0;
    border: 0;
}

.bg-pop-modal .signup-group label {
    color: #545454;
    font-weight: 600;
}

.bg-pop-modal .signup-group input {
    color: #545454;
}

.bg-pop-modal ::placeholder {
    color: #545454;
}

.bg-pop-modal .signup-group-check label {
    color: #545454;
}

.bg-pop-modal .signup-group-check a {
    color: #ad6d00;
}

.modal-line {
    width: 100px;
    margin: 10px auto;
    background-color: #ad6d00;
    height: 3px;
    display: block;
}


.bg-pop-modal input,
.bg-pop-modal textarea {
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    width: 100%;
    font-size: 15px;
    color: #aaa;
    background: transparent;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(19px + .75rem + 2px);
    padding: 5px 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border-bottom: 1px solid #ced4da;
    border-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-footer {
    border: 0px;
    justify-content: center;
}

.modal-footer-text {
    color: #9d8458;
}

.input-file {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    height: 33px;
    width: 100%;
    color: #565A90;
}

.input-file::file-selector-button {
    border: none;
    border-radius: 0px;
    color: rgb(173, 109, 0);
    background-color: transparent;
    border: 0px;
    height: 30px;
    cursor: pointer;
    transition: all .25s ease-in;
    cursor: pointer;
    line-height: 30px;
}

.input-file::file-selector-button:hover {
    background-color: transparent;
    color: rgb(173, 109, 0);
    transition: all .25s ease-in;
}

.logo_pop {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 10px auto;
    background-color: #0aa6bd;
    display: block;
    padding: 7px;
    width: 100%;
    border-radius: 5px;
}

.logo_pop img {
    width: 100%;
}

/* referal button */

.uiverse {

    position: relative;
    background: #e4cfcf;
    color: #000;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    width: 150px;
    height: 50px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #e4cfcf;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.uiverse:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

svg:hover span,
svg:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.uiverse:hover,
.uiverse:hover .tooltip,
.uiverse:hover .tooltip::before {
    background: linear-gradient(320deg, rgb(173, 109, 0), rgb(173, 109, 0));
    color: #ffffff;
}

/* Status page */

.bonus_message {
    font-size: 17px;
    font-weight: 600;
    color: #8d021f;
    border: 1px solid #8d021f;
    padding: 15px;
}

.loyalty_message {
    font-size: 15px;
    font-weight: 500;
    color: #11ea76;
    border: 1px solid #588d02;
    padding: 15px;
}

.congratulation-main {
    width: 100%;
}

.congratulation-main-image {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.congratulation-text {
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#08a7c0, #a77008);
    background: -webkit-linear-gradient(#08a7c0, #a77008);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 3px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
}

.congratulation-main p {
    color: #333366;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.congratulation-main .p {
    font-weight: 500;
}

.congratulation-main .p strong {
    font-weight: 700;
}

.congratulation-main .text {
    font-size: 16px;

    font-family: "Open Sans", sans-serif;
}

.congratulation-main .lable-first {
    font-size: 16px;
    color: #222;
}

.congratulation-main .lable-sec {
    font-size: 16px;
    color: #d1a321;
}

.congratulation-main .line {
    max-width: 250px;
    width: 100%;
    height: 2px;
    background-color: #d1a321;
    margin: 15px auto;
    display: block;
}

.congratulation-main .price-c {
    font-size: 18px;
    text-align: center;
}

.congratulation-main .price-c span {
    font-weight: 700;
    font-size: 25px;
}

.congratulation-main .thank {
    font-size: 20px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#08a7c0, #a77008);
    background: -webkit-linear-gradient(#08a7c0, #a77008);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 3px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-align: center;
}

.congratulation-main .panel {
    margin: 0 auto;
    padding: 0px;
    max-width: 300px;
    margin-bottom: 70px;
}

.congratulation-main .panel form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0 !important;
}

.congratulation-main .panel .rating {
    border: none;
    float: left;
}

.congratulation-main .rating>input {
    display: none;
}

.congratulation-main .rating>label:before {
    margin: 5px;
    font-size: 30px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.congratulation-main .rating>.half:before {
    content: "\f089";
    position: absolute;
}

.congratulation-main .rating>label {
    color: #ddd;
    float: right;
}

.congratulation-main .rating>input:checked~label,
/* show gold star when clicked */
.congratulation-main .rating:not(:checked)>label:hover,
/* hover current star */
.congratulation-main .rating:not(:checked)>label:hover~label {
    color: #ffd700;
}

/* hover previous stars in list */

.congratulation-main .rating>input:checked+label:hover,
/* hover current star when changing rating */
.congratulation-main .rating>input:checked~label:hover,
.congratulation-main .rating>label:hover~input:checked~label,
/* lighten current selection */
.congratulation-main .rating>input:checked~label:hover~label {
    color: #ffed85;
}

.congratulation-main input,
.congratulation-main label {
    cursor: pointer;
}

.congratulation-main input[type="submit"] {
    margin-top: 5px;
    background-color: #302d2b;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 12px 30px;
}

.congratulation-main input[type="submit"]:focus {
    outline: 0;
}

.congratulation-main input[type="submit"]:active {
    transform: scale(0.98);
}

.congratulation-main input[type="submit"]:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}

.congratulation-main .fa-heart {
    color: red;
    font-size: 30px;
    margin-bottom: 10px;
}

.congratulation-main .fa-heart:before {
    content: "\f004";
    font-family: FontAwesome;
    float: left;
}

.modal-footer {
    display: block;
}

/* Style the label to look like a button */
label.checkbox-button {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff !important;
}

/* Style the label when the checkbox is checked */
input[type="checkbox"]:checked+label.checkbox-button {
    background-color: #c38d14 !important;
    color: #fff;
}

.custom-toast-height {
    height: 60px !important;
}

/* END STATUS PAGE */

.custom-profile-header-drop {
    display: flex;
    align-items: center;
    min-width: 100px;
    background-color: transparent;
    border: 0
}

.custom-profile-header-drop img {
    width: 20px;
}

.custom-profile-header-drop .avatar {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    z-index: 100;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    color: #555;
    font-size: 21px;
    padding: 0px;
}

.dropdown-menu li::after {
    display: none;
}

.login-container-user .dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.login-container-user .dropdown-menu li a {
    color: #222;
    text-decoration: none;
    font-size: 16px;
    padding: 7px 14px;
    display: block;
}

.login-container-user .dropdown-menu {
    transform: translate(0px, 51px) !important;
    padding: 0;
}

.login-container-user .dropdown-menu li:last-child {
    border-bottom: 0px solid #ddd;
}

.avatar-container {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0 5px;
    border: none;
    background: #efefef;
    cursor: pointer;
    float: left;
}

.bp-1 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(93.6deg, #e69407ba 50%, #efefef 50%, #efefef);
}

.bp-20 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(162deg, #e69407ba 50%, #efefef 50%, #efefef);
}

.bp-30 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(198deg, #e69407ba 50%, #efefef 50%, #efefef);
}

.bp-40 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(234deg, #e69407ba 50%, #efefef 50%, #efefef);
}

.bp-50 {
    background-image: linear-gradient(-90deg, #e69407ba 50%, transparent 50%, transparent), linear-gradient(270deg, #e69407ba 50%, #efefef 50%, #efefef);
}

.bp-60 {
    background-image: linear-gradient(-54deg, #e69407ba 50%, transparent 50%, transparent), linear-gradient(270deg, #e69407ba 50%, #efefef 50%, #efefef);
}

.bp-70 {
    background-image: linear-gradient(-18deg, #e69407ba 50%, transparent 50%, transparent), linear-gradient(270deg, #e69407ba 50%, #efefef 50%, #efefef);
}

.bp-80 {
    background-image: linear-gradient(18deg, #e69407ba 50%, transparent 50%, transparent), linear-gradient(270deg, #e69407ba 50%, #efefef 50%, #efefef);
}

.bp-90 {
    background-image: linear-gradient(54deg, #e69407ba 50%, transparent 50%, transparent), linear-gradient(270deg, #e69407ba 50%, #efefef 50%, #efefef);
}

.bp-100 {
    background-image: linear-gradient(90deg, #e69407ba 50%, transparent 50%, transparent), linear-gradient(270deg, #e69407ba 50%, #efefef 50%, #efefef);
}


.stamp {
    transform: rotate(12deg);
    color: #555;
    font-size: 1.5rem;
    font-weight: 700;
    border: 0.25rem solid #555;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    font-family: 'Courier';
    mask-image: url('../images/stamp_image.png');
    mask-size: 944px 604px;
    mix-blend-mode: multiply;
}

.is-nope {
    color: #D23;
    border: 0.5rem double #D23;
    transform: rotate(3deg);
    mask-position: 2rem 3rem;
    font-size: 1.5rem;
}

.is-approved {
    color: #0A9928;
    border: 0.5rem solid #0A9928;
    mask-position: 13rem 6rem;
    transform: rotate(-14deg);
    border-radius: 0;
    z-index: 1;
    position: absolute;
}

.is-draft {
    color: #C4C4C4;
    border: 1rem double #C4C4C4;
    transform: rotate(-5deg);
    font-size: 1.5rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    border-radius: 0;
    padding: 0.5rem;
}

.clearfix {
    clear: both;
}

@media only screen and (min-width: 220px) and (max-width: 767px) {

    .is-draft,
    .is-approved {
        transform: rotate(0deg);
        position: relative;
    }
}

/* SPP */

.rangeContainer {
    flex-direction: column;
    align-items: center;
}

#rangeScaleAmount {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#rangeScaleDuration {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.scaleLabel {
    font-size: 0.8rem;
    color: #333;
    padding-bottom: 0px;
}

.rangeInput {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 5px auto;
    border-radius: 20px;
}

.rangeInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 14px;
    border-radius: 20%;
    background: #04AA6D;
    cursor: pointer;
}

.rangeInput:hover {
    opacity: 1;
}

.rangeInput::-moz-range-thumb {
    width: 16px;
    height: 16px;
    /* border-radius: 50%; */
    background: #04AA6D;
    cursor: pointer;
}

.range-wrap {
    padding: 5px 0px 0px 0px;
    position: relative;
}

.range-value {
    position: absolute;
    top: -50%;
    visibility: hidden;
}

.range-value span {
    /* width: 40px; */
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #191919;
    color: #ffffff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
    white-space: nowrap;
    padding: 0 8px;
}

.range-value span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #d5ad72;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}

.range-wrap:hover .range-value {
    opacity: 1;
    visibility: visible;
}

.amountRange {
    font-size: 1rem;
    color: #bf8710;
}

.amountRange span {
    display: inline-block !important;
    margin-right: 10px;
}

.durationRange {
    font-size: 0.9rem;
    color: #bf8710;
}

.durationRange span {
    display: inline-block !important;
    margin-right: 10px;
}

#startDate-error {
    color: red !important;
    display: block;
}

.error {
    color: red !important;
}

.custom-swal-background {
    background-image: url('../images/bg_bottom_page.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}


/* Scratch card Design */

.bank-icon {
    height: 40px;
    margin-left: 10px;
}


.custom-cross .close {
    z-index: 999;
    right: -17px;
    top: -18px;
    padding: 0 !important;
}

.custom_bg {
    background-color: #fffae5;
    /* background-image: url('bg-popup.png'); */
    background-size: 100% 100%;

}

.card_custom_scr {
    width: 100%;
    box-shadow: 5px 0 7px -6px rgb(0 0 0 / 10%), -5px 0 2px -6px rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 20px;
}

.c_card1 {
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0;
}

.c_card1 p {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #666;
}

.c_card1 h2 {
    font-size: 30px;
    text-align: center;
    color: green;
    font-weight: 600;
    width: 100%;
    display: block;
}

.c_card {
    padding: 0px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    background-size: 100% 100%;
}

.overlay_scr1 p {
    text-align: center;
    color: #666;
    text-align: center;
    font-size: 14px;
    padding: 0 19px;
    font-weight: 600;
}

.overlay_scr1 h2 {
    font-size: 20px;
    text-align: center;
    color: green;
    font-weight: 600;
}

.c_card h3 {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.overlay_scr {

    /* background: linear-gradient(0deg, rgba(175,111,1,1) 0%, rgba(3,169,198,1) 100%); */
    background-color: rgb(253 225 168 / 31%);
    width: 100%;
    position: absolute;
    bottom: 17px;
    left: 0;
    content: '';
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.overlay_scr1 {

    /* background: linear-gradient(0deg, rgba(175,111,1,1) 0%, rgba(3,169,198,1) 100%); */
    /* background-color: rgb(253 225 168 / 31%); */
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.overlay_scr button {
    background-color: transparent;
    font-size: 16px;
    color: #111;
    border: 0;
    padding: 2px 10px 7px 10px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    font-size: 15px;
}

.icon {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 32px;
    position: relative;
}

.confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 2px dashed #cf9a60;
}

.confetti-piece {
    position: absolute;
    width: 8px;
    height: 16px;
    background: #ffd300;
    top: 0;
    opacity: 0;
}

.confetti-piece:nth-child(1) {
    left: 7%;
    transform: rotate(59deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 346ms;
    animation-delay: 346ms;
    -webkit-animation-duration: 977ms;
    animation-duration: 977ms;
}

.confetti-piece:nth-child(2) {
    left: 14%;
    transform: rotate(-33deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 433ms;
    animation-delay: 433ms;
    -webkit-animation-duration: 1082ms;
    animation-duration: 1082ms;
}

.confetti-piece:nth-child(3) {
    left: 21%;
    transform: rotate(-41deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 460ms;
    animation-delay: 460ms;
    -webkit-animation-duration: 716ms;
    animation-duration: 716ms;
}

.confetti-piece:nth-child(4) {
    left: 28%;
    transform: rotate(-11deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 115ms;
    animation-delay: 115ms;
    -webkit-animation-duration: 1132ms;
    animation-duration: 1132ms;
}

.confetti-piece:nth-child(5) {
    left: 35%;
    transform: rotate(-1deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 28ms;
    animation-delay: 28ms;
    -webkit-animation-duration: 777ms;
    animation-duration: 777ms;
}

.confetti-piece:nth-child(6) {
    left: 42%;
    transform: rotate(-10deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 137ms;
    animation-delay: 137ms;
    -webkit-animation-duration: 895ms;
    animation-duration: 895ms;
}

.confetti-piece:nth-child(7) {
    left: 49%;
    transform: rotate(35deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 65ms;
    animation-delay: 65ms;
    -webkit-animation-duration: 1064ms;
    animation-duration: 1064ms;
}

.confetti-piece:nth-child(8) {
    left: 56%;
    transform: rotate(33deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 458ms;
    animation-delay: 458ms;
    -webkit-animation-duration: 1125ms;
    animation-duration: 1125ms;
}

.confetti-piece:nth-child(9) {
    left: 63%;
    transform: rotate(70deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 290ms;
    animation-delay: 290ms;
    -webkit-animation-duration: 1092ms;
    animation-duration: 1092ms;
}

.confetti-piece:nth-child(10) {
    left: 70%;
    transform: rotate(43deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 377ms;
    animation-delay: 377ms;
    -webkit-animation-duration: 1158ms;
    animation-duration: 1158ms;
}

.confetti-piece:nth-child(11) {
    left: 77%;
    transform: rotate(-12deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 265ms;
    animation-delay: 265ms;
    -webkit-animation-duration: 815ms;
    animation-duration: 815ms;
}

.confetti-piece:nth-child(12) {
    left: 84%;
    transform: rotate(56deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 499ms;
    animation-delay: 499ms;
    -webkit-animation-duration: 881ms;
    animation-duration: 881ms;
}

.confetti-piece:nth-child(13) {
    left: 91%;
    transform: rotate(-7deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-duration: 1109ms;
    animation-duration: 1109ms;
}

.confetti-piece:nth-child(odd) {
    background: #17d3ff;
}

.confetti-piece:nth-child(even) {
    z-index: 1;
}

.confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
}

.confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px;
    -webkit-animation-duration: 2500ms;
    animation-duration: 2500ms;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.confetti-piece:nth-child(4n-7) {
    background: #ff4e91;
}

@-webkit-keyframes makeItRain {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        transform: translateY(200px);
    }
}

@keyframes makeItRain {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        transform: translateY(200px);
    }
}

.td-key-icon {
    float: right;
    text-align: center;
}

.tab-pane {
    font-family: 'Roboto Slab', serif;
}

.tab-pane th strong {
    font-weight: 700;
}

.bold {
    color: #ad6d00;
}

.carousel-inner {
    position: relative;
}

.carousel-inner::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgb(0 0 0 / 17%);
}

.carousel-caption {
    z-index: 99;
}

.buy_gold_top b,
.redeem_rate b,
.sell_gold_top b {
    animation: color-change 0.9s infinite;
}

@keyframes color-change {
    0% {
        color: #ad6d00;
    }

    50% {
        color: rgb(249 170 35);
    }

    100% {
        color: #ad6d00;
    }
}

.gold-box-live-rate-m b {
    animation: color-change-gold-box 0.9s infinite;
}

@keyframes color-change-gold-box {
    0% {
        color: #4169e1;
    }

    50% {
        color: rgb(249 170 35);
    }

    100% {
        color: #4169e1;
    }
}


/* Refer & Earn */


.banner_refer {
    width: 100%;
    position: relative;
}

.banner_over_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: flex;
    align-items: center;
}

.card_banner {}

.card_ref_banner {
    background-color: #fff;
    max-width: 410px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ad6d00;
}

.card_banner_name {
    font-weight: 700;
    font-size: 26px;
    line-height: 22px;
    background: #00aac8;
    background: linear-gradient(to bottom, #07a1bd 30%, #AD6D00 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.banner_img_ref {
    max-width: 400px;
    float: right;
}

.card_banner_text {
    font-weight: 700;
    font-size: 26px;
    color: #00aac8;
}

.card_banner fieldset {
    border: 1px solid #ad6d00;
    margin: 10px 0;
    padding: 0px;
    width: 100%;
    position: relative;
    border-radius: 25px;
}

.filedset_head {
    font-size: 16px;
}

.refer_page_main {
    padding: 60px 0;
}

.refer_page_main_bg {

    background-image: url('../images/bg-bottom.png');
    background-position: bottom;
    background-size: cover;
}

.banner_refer p small {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 18px;
    display: inline-block;
}

.refer_bg_in {
    background-color: #ebebeb;
    border-radius: 5px;
    color: #11214f;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.refer_bg_in img {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.refer_bg_out {
    background-color: #ebebeb;
    border-radius: 5px;
    color: #11214f;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.refer_bg_out img {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.social_icon_name {
    text-align: center;
    padding: 20px 0px 10px 0;
}

.refer-icon {
    width: 90px;
    margin: 0 auto 20px auto;
    display: block;
}

.refer-icon img {
    width: auto;
    max-width: 90px;
}

.social_icon_name svg {
    width: 18px;
    height: 18px;
    color: #11214f;
}

.social_icon_name a {
    display: block;
    font-weight: 600;
    padding: 10px;
    color: #11214f;
    text-decoration: none;
}

.refer_card {
    box-shadow: 0 0 14px rgb(51 51 51 / 30%);
    border-radius: 15px;
    padding: 35px 20px;
    height: 95%;
}

.refer_card_head {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #12214f;
    margin-top: 25px;
    margin-bottom: 10px;
}

.ref-line {
    width: 60px;
    height: 1px;
    background-color: #ad6d00;
    margin: 10px auto;
}

.refer_card p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    color: #12214f;
}

.refer_main .accordion-button {
    font-weight: 600;
    font-size: 15px;
    color: #111;
}

.refer_main .accordion-body {
    font-size: 15px;
}

.refer_main .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.refer_main .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.refer_main .accordion-button::after {
    transition: all 0.5s;
}

.refer_main .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    border-radius: 0;
    border-bottom: 0;
}

.refer_main .accordion-button {

    color: #111;
}

.refer_main .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.refer_main {
    padding-bottom: 50px;
    padding-top: 20px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.headeing_refer {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

.refer_main .accordion {
    box-shadow: 0 0 14px rgb(51 51 51 / 30%);
}

@media only screen and (min-width: 1700px) and (max-width: 1920px) {
    .refer_card {

        border-radius: 40px;
    }
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .banner_over_top {
        position: relative;
        top: -35px;
    }

    .card_banner {
        padding: 30px 15px;
        border-radius: 10px;
        top: -100px;
        position: relative;
    }

    .headeing_refer {
        padding-bottom: 20px;
    }
}

/* chatbot */
#prime {

    display: flex;

    align-items: center;

    justify-content: center;

}

#prime img {

    width: 40px;

    height: 40px;

}

#heading {

    font-size: 16px;

    background: #ad6d00;

    padding: 10px;

    color: #fff;

    font-family: 'Open Sans', sans-serif;

    font-weight: 500;

    line-height: 1.2;

    display: flex;

    align-items: center;

    width: 100%;

    justify-content: space-between;

}

#webchat {

    height: 89% !important;

}

.webchat__send-box-text-box {

    font-family: 'Open Sans', sans-serif !important;

    font-size: 14px;

    padding: 10px 10px !important;

    height: 42px;

}

.webchat__send-box-text-box__input:focus {

    border: 0 !important;

    outline: none;

    box-shadow: none !important;

}

.markdown,
.plain {

    padding: 7px 10px !important;

    font-family: 'Open Sans', sans-serif !important;

    font-weight: 600;

}

.webchat__bubble__content {

    border-color: transparent !important;

    border-radius: 2px;

    border-style: solid;

    border-width: 1px;

    color: black;

    min-height: 30px !important;

    background: #f5f5f5 !important;

}

.fabs {
    bottom: 0;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 999;
}

.fab {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
    background: #ad6d00;
}

.fab>i {
    font-size: 2em;
    line-height: 55px;
    -webkit-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
}

.fab i {
    color: #fff;
}

.fab:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
    line-height: 40px;
}

.fab:not(:last-child)>i {
    font-size: 1.4em;
    line-height: 40px;
}

.fab:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
}

.fab:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

.fab(:last-child):active,
.fab(:last-child):focus,
.fab(:last-child):hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

/*Chatbox*/

.chat {
    display: none;
    position: fixed;
    right: 85px;
    bottom: 20px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    font-family: "Roboto";
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.chat.is-visible {
    display: block;
    opacity: 1;
    -webkit-animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.is-hide {
    opacity: 0;
}

.chat_body {
    background: #fff;
    width: 100%;
    height: 400px;
    display: inline-block;
    text-align: center;
}

#chat_body {
    height: 400px;
}

.chat_login p,
.chat_body li,
p,
a {
    -webkit-animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

/*Chatbox scrollbar*/

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    margin: 2px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

/*Element state*/

.is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

.is-loading {
    display: block;
    -webkit-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
    animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
}

/*Animation*/

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes load {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
    .chat {
        width: 250px;
    }
}

/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
    .chat {
        width: 300px;
    }

    .chat_field {
        width: 65%;
    }
}

/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
    .chat {
        width: 300px;
    }

    .chat_field {
        width: 65%;
    }
}

/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
    .chat {
        width: 300px;
    }

    .chat_field {
        width: 65%;
    }
}

/*Color Options*/

.blue .fab {
    background: #42a5f5;
    color: #fff;
}

.blue .chat {
    background: #42a5f5;
    color: #999;
}

/* Ripple */

.ink {
    display: block;
    position: absolute;
    background: rgba(38, 50, 56, 0.4);
    border-radius: 100%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    webkit-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*animation effect*/

.ink.animate {
    -webkit-animation: ripple 0.5s ease-in-out;
    animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/

    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/

    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

#rasaWebchatPro {
    display: none;
}

/* Refer and earn for homepage */


.referandearn {
    width: 100%;
    position: relative;
    margin: 50px 0;
}

.referandearn_bg {
    position: relative;
    background-image: url('../images/refer/bg-rrefer.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 40px;
}

.referandearn_bg_head {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.referandearn_bg_line {
    background-color: #00aac8;
    width: 80px;
    height: 5px;
}

.referandearn_bg_text {
    padding: 30px 0;
    color: #fff;
    max-width: 500px;
}

.referandearn_bg a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.referandearn_bg_img {
    max-width: 100%;
}

.referandearn_bg_img img {
    margin-top: 0;
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .referandearn_bg {
        padding: 30px 15px 0 15px;
    }

    .referandearn_bg_img img {
        margin-top: 20px;
    }
}

.main-breadcrumb {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-breadcrumb .breadcrumb {
    margin-bottom: 0px !important;
}

.price_input_container_otp input {
    border: 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

.play-store-container {
    display: flex;
    justify-content: space-between;
    max-width: 330px;
}

.play-store-button,
.app-store-button {
    width: 156px;
    margin-bottom: 10px;
    display: flex;

}

@media only screen and (min-width:220px) and (max-width:767px) {
    .play-store-container {
        display: flex;
        justify-content: center;
        max-width: 100%;
    }

    .play-store-button {
        margin-right: 10px;
    }
}

.card_tc_bottom {
    position: absolute;
    padding-top: 0px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-60%);
}

.card_tc_bottom a {
    color: #fff;
    background-color: #12214f;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 25px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0.5, 0.5, 0.5, 0.5);
}

@media only screen and (min-width:220px) and (max-width:767px) {
    .card-img-top {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    .widget-user-image {
        right: 9%;
    }

    .card_tc_bottom {
        position: absolute;
        padding-top: 0px;
        bottom: 10px;
        left: 56%;
    }
}

/* Scheme Page Style Start */

.digigold-main-my {
    background-image: url('../images/scheme-assets/bg-new.jpg');
    background-size: 100%;
    padding: 50px 0;
}

.digilogo {
    width: 300px;
    margin-bottom: 15px;
}

.digigold-main-my p {
    color: #4e4e4e;
    font-size: 16px;
}

.star-list {
    width: 100%;
    padding: 10px 0;
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}

.star-list li {
    position: relative;
    background-image: url('../images/scheme-assets/star.png');
    padding: 0px 5px 5px 25px;
    background-repeat: no-repeat;
    font-weight: 600;
    font-size: 15px;
    background-position: left center;
}

.star-list-more {
    color: #bc831d;
    border: 1px solid #bc831d;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 7px;
    font-size: 15px;
    text-decoration: none;
}

.star-list-more:hover {
    background-color: #bc831d;
    color: #fff;
}

.my-reg {
    width: 200px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -22px;
}

.my-reg img {
    width: 100%;
}

.image-digi-my figure {
    margin-bottom: 0;
}

.refer_earn_main_my {
    padding: 0px;
    width: 100%;
    position: relative;
}

.refer_earn_main_my_bg {
    background-image: url('../images/scheme-assets/ref.png');
    background-size: 100% 100%;
    padding: 50px 50px 0px 50px;
    overflow: hidden;
    margin-bottom: 50px;
    background-repeat: no-repeat;
}

.heading_my {
    color: #ffcf5e;
    font-weight: 600;
    margin-bottom: 15px;
}

.heading_my_line {
    width: 150px;
    height: 1px;
    background-color: #ffcf5e;
    margin-bottom: 15px;
}

.refer_earn_main_my_bg p {
    color: #fff;
}

.image-top-left img {
    width: 115.5%;
    margin-top: -50px;
}

.refer_earn_main_my_bg {
    overflow: hidden;
}

.refer_earn_main_my_bg .star-list-more {
    color: #ffcf5e;
    border: 1px solid #ffcf5e;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 7px;
    margin: 10px 0 50px 0;
    font-size: 15px;
    text-decoration: none;
}

.image-top-left {
    position: relative;
    left: -66px;
}

.digigold-main-my-sliver {

    background-size: 100%;
    padding: 50px 0;
}

.digilogo {
    width: 300px;
    margin-bottom: 15px;
}

.digigold-main-my-sliver p {
    color: #4e4e4e;
    font-size: 16px;
}

.star-list-sliver {
    width: 100%;
    padding: 10px 0;
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}

.star-list-sliver li {
    position: relative;
    background-image: url('../images/scheme-assets/starsliver.png');
    padding: 0px 5px 5px 25px;
    background-repeat: no-repeat;
    font-weight: 600;
    font-size: 15px;
    background-position: left center;
}

.star-list-sliver-more {
    color: #222;
    border: 1px solid #222;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 7px;
    font-size: 15px;
    text-decoration: none;
}

.star-list-sliver-more:hover {
    background-color: #222;
    color: #fff;
}

.my-reg {
    width: 200px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: -22px;
}

.my-reg img {
    width: 100%;
}

.image-digi-my figure {
    margin-bottom: 0;
}

.marigold-main {
    background-image: url('../images/scheme-assets/bg-new-1.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #ebd89d;
    padding: 50px 0;
}

.card_mini_mari {
    background-color: #fff9eb;
    border: 1px solid #a55205;
    padding: 25px 50px;
    border-radius: 20px;
}

.card_mini_mari .swa-logo {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.heading-textt-card {
    color: #ee3623;
    font-size: 40px;
    text-align: center;
}

.red-n-text {
    color: #ee3623;
    text-align: center;
}

.image-card-gol {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.image-card-gol img {
    width: 100%;
}

.marigold-head {
    font-size: 24px;
    color: #bc831d;
    margin-bottom: 15px;
    font-weight: 600;
}

.marigold-head-line {
    width: 200px;
    height: 2px;
    background-color: #bc831d;
    margin-bottom: 15px;
}

.marigold-main-container {
    padding-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .image-top-left {
        position: relative;
        left: -222px;
    }

    .refer_earn_main_my_bg .star-list-more {
        margin-bottom: 15px;
    }

    .image-top-left img {
        width: 195%;
        margin-top: -50px;
    }
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .slider-section-digi img {
        min-height: 162px;
        object-fit: cover;
    }

    .digigold-main-my {
        padding: 30px 0;
        background-image: none;
    }

    .my-reg {
        width: 156px;
    }

    .image-top-left {
        position: relative;
        left: auto;
    }

    .refer_earn_main_my_bg {
        padding: 25px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .refer_earn_main_my_bg .star-list-more {
        margin-bottom: 25px;
    }

    .digigold-main-my-sliver {
        padding: 25px 0;
    }

    .marigold-main {
        padding: 25px 0;
        background-image: none;
    }

    .marigold-main-container {
        padding-top: 0;
    }
}

/* Scheme Page Style End */

.p-relative {
    position: relative;
}

.widget-user-image {
    max-width: 420px;
    width: 100%;
}

.description-block {
    float: left;
}

.img-circle {
    max-width: 70px;
}

.widget-user-image {
    bottom: auto;
    top: 41px;
    display: flex;
    align-items: center;
}

.image-circle {
    max-width: 70px;
    margin-right: 15px;
}

.card_full_overlay {

    background: #fff;
    position: absolute;
    bottom: 11px;
    left: 9%;
    box-shadow: 0 0 15px rgb(0 0 0 / 44%);
    border-radius: 5px;
}

.card_full_main {
    display: flex;
}

.card_full {
    border-right: 1px solid #ddd;
    display: flex;
    padding: 10px 20px 10px 10px;

}

.min-w-210 {
    min-width: 210px;
}

.card_full span {
    font-weight: 700;
    font-size: 15px;
}

.card_full p {
    margin-bottom: 0;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.card_full p a {
    text-decoration: none;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    margin-left: 20px;
}

.image_icon {
    width: 30px;
    margin-right: 10px;
}

.full_text {
    margin-top: -4px;
}

.current_bal {
    margin-bottom: 0;
    color: #666;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.scroll-arrow {
    position: absolute;
    top: 22%;
}

@media only screen and (min-width:220px) and (max-width: 767px) {
    .card_full_main {
        flex-wrap: wrap;
    }

    .card_full_overlay {
        position: relative;
        left: 0px;
        width: 90%;
        margin: -130px auto 0 auto;
        display: block;
    }

    .card_full {
        border-right: 0px solid #ddd;
        border-bottom: 1px solid #ddd;
        display: flex;
        padding: 10px 20px 10px 10px;
        width: 100%;
    }
}

/* 21-05-2025-for gifting page */
.gifting_work {
    width: 100%;
    padding: 40px 0;
}

.gifting_work_heading {
    background: #00aac8;
    background: linear-gradient(to bottom, #00aac8 26%, #ad6d00 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: center;
}

.gifting_work_card_icon {
    width: 80px;
    background-color: #fff;
    height: 80px;
    margin: 15px auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gifting_work_card_icon img {
    max-width: 65px;
    max-height: 65px;
    object-fit: fill;
}

.gifting_work_card {
    margin: 15px 0;
}

.gifting_work_card p {
    color: #00aac8;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.gifting_work p a {
    color: #ba8030;
    text-align: center;
    margin-top: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}

.gift_gold_send {
    width: 100%;
    margin-bottom: 40px;
}

.gift_gold_send_card {
    background-color: #fffcf7;
    border: 1px solid #ad6d00;
    padding: 15px;
    border-radius: 10px;
}

.hrading_gift_h {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #000;
    margin-bottom: 30px;
}

.gift_gold_send_card_form {
    padding-left: 15px;
}

.button_gift {
    background-color: #bb810b;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    border: 1px solid #bb810b;
    border-radius: 10px;
    display: inline-block;
}

.hrading_gift_h1 {
    display: none;
}

.mobile-gift-banner {
    display: none;
}

@media only screen and (min-width: 1600px) and (max-width: 200000px) {
    .gift_gold_send_card_form .row.align-items-center.mb-3.g-2 {
        margin-bottom: 30px !important;
    }

    .gift_gold_send_card_form .row.align-items-center.mb-3.g-2 textarea {
        min-height: 100px;
    }

}

@media only screen and (min-width: 1600px) and (max-width: 200000px) {
    .gift_gold_send_card_form .row.align-items-center.mb-3.g-2 {
        margin-bottom: 30px !important;
    }

    .gift_gold_send_card_form .row.align-items-center.mb-3.g-2 textarea {
        min-height: 100px;
    }

}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gift_gold_send_card_form .row.align-items-center.mb-3.g-2 {
        margin-bottom: 20px !important;
    }

    .gift_gold_send_card_form .row.align-items-center.mb-3.g-2 textarea {
        min-height: 80px;
    }

}

.gift-number-cross{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
    font-size: 18px;
    height: 37px;
    width: 37px;
    border-radius: 0px 3px 3px 0px;
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
    .gift-number-cross{
        height: 34px;
    width: 34px;
    }
    .desktop-gift-banner {
        display: none;
    }

    .mobile-gift-banner {
        display: block;
    }

    .gifting_work_heading {
        font-size: 22px;
    }

    .gifting_work_card {
        margin: 7px 0 15px 0 !important;
    }

    .gifting_work_card p {
        font-size: 15px;
    }

    .gift_gold_send_card_form {
        padding: 0;
    }

    .gifting_work p {
        font-size: 14px;
    }

    .hrading_gift_h {
        display: none;
    }

    .hrading_gift_h1 {
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
        color: #000;
        margin-bottom: 20px;
        display: block;
        margin-top: 5px;
        text-align: center;
    }

    .gift_gold_send_card_img {
        margin-bottom: 20px;
    }

    .gift_gold_send_card_form label,
    .gift_gold_send_card_form .form-control {
        font-size: 14px;
    }

    .gifting_work_main {
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 10px;
    }

    .gift_gold_send_card {
        padding: 10px;
    }

    .gifting_work-more {
        margin-top: 5px;
        text-align: right !important;
    }

    .gifting_work-more a {
        margin-top: 5px !important;
        font-style: italic;
        font-size: 16px !important;
    }

    .gifting_work_card_icon {
        box-shadow: none;
        margin: 0 auto !important;
        height: 60px !important;
        width: 60px !important;
    }
}

.auth-screen {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.authentication-login {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: block;

}

.title-auth h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #000;
    margin-top: 10px;
    text-align: center;
}

.authentication-login .form-group {
    width: 100%;
    margin-top: 40px;
}

.authentication-login .form-group input.form-text {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: block;
    margin-bottom: 16px;
    height: 48px;
}

.authentication-login .btn-gift {
    max-width: 400px;
    width: 100%;
    margin-top: 16px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #bb810b;
    border: 1px solid #bb810b;
    font-size: 1rem;
    padding: 10px 18px;
    border-radius: 40px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Otp css */
.otp-form .otp-field {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1rem;
    line-height: 3rem;
    text-align: center;
    border: 1px solid #d9d9d9;
    outline: none;
    padding: 5px;
    border-radius: 10px;
    margin: 0 6px;
}

.otp-form {
    margin: 24px 0;
}

.otp-form .otp-field:focus {
    border-color: #101010;
}

.auth-footer {
    width: 100%;
    text-align: center;
}

.auth-footer p {
    padding-top: 16px;
    color: #bb810b;
}

.auth-footer .resend-btn {
    cursor: pointer;
    color: #bb810b;
    border: 0;
    background-color: transparent;
    text-decoration: underline;
}

.otp-form {
    margin: 24px 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 540px) {
    .otp-form {
        transform: scale(0.9);
        flex-wrap: unset;
        width: 100%;
    }
}

.gift-resent-otp{
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    max-width: 90%;
    font-weight: 500;
    margin: 25px auto;
}
.emoje-info{
color: #7b7b7b !important
}

.howitwork-refercontainer{
    max-width: 1036px;
    margin: 0 auto;
}
/* 21-05-2025-for gifting page end*/