@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url("../icomoon/dist/css/style.css");
@import url(../fonts3/roboto.css);
@import url("../fonts8/Inter.css");
@import url("../fonts8/Inter.css");
@font-face {
    font-family: "JosefinSans";
    src: url(../fonts/static/JosefinSans-Regular.ttf);
}
@font-face {
    font-family: "Poorich";
    src: url(../fonts/POORICH.TTF);
}
:root {
    --silver-img: url("../img/appimages/Silver.png");
}
html,
body {
    margin: 0;
    padding: 0;
}

body {
    visibility: hidden;
    opacity: 0;
}

body[data-loaded="1"] {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.animat {
    /* width: 50px;
    height: 50px; */
    /* background-color: #0CB1C4; */
    animation: spin 5s infinite linear;
    transform-origin: center;
}

@keyframes spin {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
table.table1001 td:nth-child(2) table.goldd {
    background-image: var(--silver-img);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px !important;
}
table.table1001 td:nth-child(2) table.goldd tr:nth-child(1) td {
    color: var(--text-color1) !important;
}
.silverday {
    background: url(../img/appimages/Silver101.png) center no-repeat;
    background-size: contain;
}
.silvernight {
    background: url(../img/appimages/Silver101_Black.png) center no-repeat;
    background-size: contain;
}
table.goldd tr:nth-child(1) td {
    color: #202020;
}

span.bloc_GS {
    color: #343434;
}
span.bloc_GS2 {
    color: #343434;
}
table.res_mob_font_width2 {
    /* border: 0.5px solid #fff !important; */
    border: 0.5px solid #b7914a;
    border-collapse: separate;
    margin-top: 5px;
    border-radius: 10px;
    background: #fff;

    /* line-height: 1.6; */

    /* border-radius: 10px;
        background: #fff;
       box-shadow: 0px 1px 3px 1px #b7b7b7;
        margin-bottom: 5px; */
}
.heading2 {
    /* background-color: #fff; */
    font-weight: 600;
    padding: 8px 0;
    text-align: center;
    color: var(--text-color);
    /*background-color: var(--bg-color3); */
    /* color: var(--text-color4)!important; */
    /* border-radius: 5px!Important; */
    line-height: 1;
    border-collapse: separate;
    /* border-radius: 5px; */
    /* background: url(../img/appimages/Box_01.png);
        background-size: 100% 100%;
        background-repeat: no-repeat; */
}

/* table.table1001 td:nth-child(1) table.goldd {
    background-image: url(../img/appimages/BOX_02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px !Important;
}


table.table1001 td:nth-child(3) table.goldd {
    background-image: url(../img/appimages/BOX_02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px !Important;
} */

table.goldd td {
    font-family: "Roboto" !important;
}
.Fsell {
    color: var(--text-color) !important;
}
/* .buy_sell_label1 {
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
} */

.anroid-app-cover {
    display: inline-block;
    width: 20%;
    text-align: end;
    margin-left: 120px;
    margin-right: 20px;
}

.ios-app-cover {
    display: inline-block;
    width: 12%;
    text-align: end;
}
.ios-app-cover a {
    background-color: var(--bg-color3);
    /* background: #fff; */
    display: inline-block;
    border-radius: 20px;
    padding: 5px 0px;
    height: 40px;
    width: 40px;
    text-align: center;
}

.anroid-app-cover a {
    background-color: var(--bg-color3);
    /* background: #fff; */
    display: inline-block;
    border-radius: 20px;
    padding: 5px 0px;
    height: 40px;
    width: 40px;
    text-align: center;
}
.img-thumbnail-small {
    max-width: 25px;
}

.img-thumbnail-medium {
    max-width: 80px;
}

.img-thumbnail-big {
    max-width: 125px;
}

/* Image Frames */
.image-frame {
    position: relative;
    display: block;
    text-decoration: none;
    max-width: 100%;
    z-index: 0;
    /* Image Frames Styles */
}

.image-frame img {
    position: relative;
    z-index: 1;
}

.image-frame .image-frame-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

.image-frame .image-frame-wrapper > img {
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
}

.image-frame .image-frame-wrapper .image-frame-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.image-frame .image-frame-wrapper .image-frame-inner-border {
    position: absolute;
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
    border: solid rgba(255, 255, 255, 0.1);
    border-width: 0;
    z-index: 2;
    -webkit-transition: ease border-width 300ms 200ms;
    transition: ease border-width 300ms 200ms;
}

.image-frame .image-frame-wrapper .image-frame-action {
    position: absolute;
    opacity: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: ease opacity 300ms 100ms;
    transition: ease opacity 300ms 100ms;
}

.image-frame .image-frame-wrapper .image-frame-action .image-frame-action-icon {
    display: block;
    color: #fff;
    font-size: 1.2307692308em;
    line-height: 2.9230769231em;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 100%;
    width: 2.9230769231em;
    height: 2.9230769231em;
    text-align: center;
    margin: 3.2px;
    margin: 0.2rem;
}

.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-absolute-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-style-2 .image-frame-action-icon {
    border: 0;
    background: rgba(28, 31, 33, 0.95);
    border-radius: 0;
}

.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-effect-1 .image-frame-action-icon {
    -webkit-transition: ease transform 200ms;
    transition: ease transform 200ms;
}

.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-effect-1 .image-frame-action-icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-sm .image-frame-action-icon {
    font-size: 0.9230769231em;
}

.image-frame .image-frame-wrapper .image-frame-action.image-frame-action-md .image-frame-action-icon {
    font-size: 1.0769230769em;
}

.image-frame .image-frame-wrapper .image-frame-info {
    position: absolute;
    width: 100%;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: ease opacity 300ms 100ms;
    transition: ease opacity 300ms 100ms;
}

.image-frame .image-frame-wrapper .image-frame-info.image-frame-info-show {
    opacity: 1;
}

.image-frame .image-frame-wrapper .image-frame-info-box-style-1 {
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    display: block;
    /* font-family: 'Revival'; */
    font-family: "Inter";
}

.image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
    max-width: 70%;
    margin: 0 auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

.image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title > span {
    position: relative;
    font-size: 56px;
    font-size: 3.5rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    left: -4px;
    top: -4px;
}

.image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title > span:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 65%;
    background: #fff;
}

.image-frame .image-frame-wrapper .image-frame-info-box-style-2 > p {
    padding: 32px 41.6px 32px;
    padding: 2rem 2.6rem 2rem;
    margin-top: -35.2px;
    margin-top: -2.2rem;
}

@media (min-width: 992px) and (max-width: 1300px) {
    .image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
        max-width: 95%;
    }
}

@media (max-width: 1199px) {
    .image-frame .image-frame-wrapper .image-frame-info-box-style-2 > p {
        padding: 2rem 0.8rem 1rem;
    }
}

.image-frame .image-frame-wrapper .image-frame-bottom-bar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #2e3237;
    z-index: 2;
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: 0;
    -webkit-transition: ease opacity 300ms 300ms;
    transition: ease opacity 300ms 300ms;
}

.image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-action {
    display: block;
    color: #fff;
    font-size: 1.2307692308em;
    line-height: 2.4615384615em;
    border: 1px solid rgba(72, 72, 72, 0.85);
    border-radius: 100%;
    width: 2.4615384615em;
    height: 2.4615384615em;
    text-align: center;
    margin: 3.2px;
    margin: 0.2rem;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease opacity 300ms 300ms, ease transform 300ms;
    transition: ease opacity 300ms 300ms, ease transform 300ms;
}

.image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-action:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image-frame .image-frame-wrapper .image-frame-bottom-bar.image-frame-bottom-bar-style-2 {
    background: -webkit-gradient(linear, left bottom, left top, from(#2e3237), to(rgba(241, 243, 247, 0)));
    background: linear-gradient(to top, #2e3237, rgba(241, 243, 247, 0));
}

.image-frame:hover .image-frame-info {
    opacity: 1;
}

.image-frame:hover .image-frame-bottom-bar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.image-frame:hover .image-frame-bottom-bar .image-frame-bottom-bar-info,
.image-frame:hover .image-frame-bottom-bar .image-frame-bottom-bar-action {
    opacity: 1;
}

.image-frame.image-frame-border {
    border: 1px solid rgba(28, 31, 33, 0.1);
}

.image-frame.image-frame-style-1 {
    background-color: #f1f1f1;
    border: solid 5px #f1f1f1;
}

.image-frame.image-frame-style-1 .image-frame-wrapper:after {
    content: "";
    position: absolute;
    display: block;
    /*background: rgba(28, 31, 33, 0.8);*/
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    bottom: -4px;
    color: #fff;
    left: -4px;
    right: -4px;
    top: -4px;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom:after {
    top: auto;
    height: 30%;
}

.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-light:after {
    background: rgba(255, 255, 255, 0.8);
}

.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-justify-left {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end .image-frame-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 30%;
    margin-bottom: -4px;
}

.image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper:after {
    opacity: 1;
}

.image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper .image-frame-inner-border {
    border-width: 10px;
    -webkit-transition: ease border-width 300ms 200ms;
    transition: ease border-width 300ms 200ms;
}

.image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper .image-frame-action {
    opacity: 1;
}

.image-frame.image-frame-style-1.image-frame-effect-2 .image-frame-wrapper:after {
    -webkit-transition: ease all 100ms;
    transition: ease all 100ms;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
}

.image-frame.image-frame-style-1.image-frame-effect-2 .image-frame-wrapper .image-frame-action {
    opacity: 0;
    -webkit-transition: ease all 300ms;
    transition: ease all 300ms;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
}

.image-frame.image-frame-style-1.image-frame-effect-2:hover .image-frame-wrapper:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.image-frame.image-frame-style-1.image-frame-effect-2:hover .image-frame-wrapper .image-frame-action {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.image-frame.image-frame-style-2:after,
.image-frame.image-frame-style-3:after,
.image-frame.image-frame-style-4:after {
    content: " ";
    position: absolute;
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
    border: 5px solid #fff;
    z-index: 3;
}

.image-frame.image-frame-style-3 {
    overflow: hidden;
}

.image-frame.image-frame-style-3:after {
    bottom: -15px;
}

.image-frame.image-frame-style-3 .image-frame-wrapper .image-frame-info {
    padding-top: 15px;
}

.image-frame.image-frame-style-4 {
    overflow: hidden;
}

.image-frame.image-frame-style-4:after {
    top: -15px;
}

.image-frame.image-frame-style-4 .image-frame-wrapper .image-frame-info {
    padding-bottom: 15px;
}

.image-frame.image-frame-style-5 {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}

.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper:after {
    opacity: 1;
}

.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper .image-frame-inner-border {
    border-width: 10px;
    -webkit-transition: ease border-width 300ms 200ms;
    transition: ease border-width 300ms 200ms;
}

.image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper .image-frame-action {
    opacity: 1;
}

.image-frame.image-frame-style-6 img {
    position: relative;
    z-index: 2;
    border: 4px solid #fff;
}

.image-frame.image-frame-style-6:before {
    background: #252a2c none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -5px;
    content: " ";
    -webkit-filter: blur(2px);
    filter: blur(2px);
    height: 10px;
    left: -10px;
    opacity: 0.1;
    position: absolute;
    right: -10px;
    z-index: 1;
}

.image-frame.image-frame-style-7 {
    padding: 4px;
    border: 5px solid #777;
    border-radius: 50%;
}

.image-frame.image-frame-style-8 .image-frame-action-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
}

.image-frame.image-frame-style-8:hover .image-frame-action,
.image-frame.image-frame-style-8.show .image-frame-action {
    opacity: 1;
}

.image-frame.image-frame-style-8:hover .image-frame-action-bottom,
.image-frame.image-frame-style-8.show .image-frame-action-bottom {
    -webkit-transform: none;
    transform: none;
}

/* Hover Effect 3d */
.hover-effect-3d .image-frame-style-1 {
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow 300ms;
    transition: -webkit-box-shadow 300ms;
    transition: box-shadow 300ms;
    transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.hover-effect-3d .image-frame-style-1:hover {
    -webkit-box-shadow: 0px 17px 20px -15px rgba(28, 31, 33, 0.6);
    box-shadow: 0px 17px 20px -15px rgba(28, 31, 33, 0.6);
}

.hover-effect-3d .image-frame-style-1 .image-frame-action .image-frame-action-icon {
    pointer-events: none;
}
.tt_div {
    /* border: 0.5px solid #fff;
    background: #fff; */
    /* border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important; */
    margin-top: 0px !important;
    overflow: hidden;
    /* box-shadow: 0px 0px 4px 0px rgb(87, 86, 86); */
}

.timing2 {
    font-weight: 600;
}
.silverrate2 {
    font-weight: 600;
}
.heading {
    /* background-color: #fff; */
    font-weight: 600;
    padding: 5px 0;
    text-align: center;
    color: var(--text-color5);
    /*background-color: var(--bg-color3); */
    /* color: var(--text-color4)!important; */
    /* border-radius: 5px!Important; */
    line-height: 1;
    border-collapse: separate;
    /* border-radius: 5px; */
    /* background: url(../img/appimages/Box_01.png);
background-size: 100% 100%;
background-repeat: no-repeat; */
}

.myfont {
    /*  */
}
table.Trending_Table_Root {
    font-family: "Roboto" !important;
    /*  */
}

/* Swiper */
.swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet-active {
    /* font-weight: bold; */
    /* font-weight: bold; */
    /* background: #3c0121!important; */
    color: #d29d44 !important;
    font-weight: 600;
    /* border-bottom: 2px solid; */
    /* border-radius: 15px; */
}
.swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet-active img {
    background: #c3922e !important;
}
.swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet span {
    position: relative;
    top: -35px;
}
.swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet {
    /* background-color: #; */
    /* background-color: #e1aa81; */
    /* background-color: #011d28; */
    /* background-color: #011d28; */
    /* border-radius: 15px; */
    background: var(--bg-color4);
    box-sizing: border-box;
    color: var(--text-color);
    /* color: #000; */
    cursor: pointer;
    font-size: 1rem;
    /* font-size: 2rem; */
    font-weight: normal;
    height: 180px;
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    /* border: 0px solid #000; */
    /* width: 50%; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: font-weight 0.22s ease;
    font-weight: 500;
}

@media screen and (max-width: 500px) {
    .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet {
        font-size: 0.9rem !important;
        height: auto;
        /* border-bottom: 1px solid #4b4a4a; */
    }
    .swiper-pagination1 .swiper-pagination-bullet img {
        width: 45px;
        height: 45px;
        margin-bottom: 5px;
        border-radius: 40px;
        background: var(--bg-color9);
    }
}

/* Add here all your CSS customizations */
.header-container.container .pb-4,
.header-container.container .py-4 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}

span.align-items-center.font-weight-semibold img {
    max-width: 160px;
    width: 100%;
}

.modal-content {
    background: transparent;
    border: 0;
}

.close {
    color: #f1f1f1;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 1;
}
button:focus {
    outline: 1px dotted;
    outline: none;
}

/* Start Marquee 2 */
.news {
    background: #ecaf4c;
    padding: 1px;
    margin-top: 6px;
    margin-bottom: 10px;
    border: 1px solid #ecaf4c;
}
.onlinetrading {
    margin-top: 8px;
}
.news_head h4 {
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    color: #000;
}
.news_content {
    background-image: url(../img/newsbg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.comm_bg {
    /* background: #dfdfdf; */
}
.enquiry h3 {
    color: #000;
    font-weight: bold;
    margin-left: 7%;
}
.contact h3 {
    color: #000;
    font-weight: 600;
}
.info p {
    text-align: center;
    color: #999;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
    margin-top: 2px;
}
.collapse.in {
    display: block;
    visibility: visible;
}
.info i {
    color: #f6aa93;
}
form h1 {
    font-size: 18px;
    background: #f6aa93 none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 22px 25px;
    border-radius: 5px 5px 0px 0px;
    margin: auto;
    text-shadow: none;
    text-align: left;
}

/* End Marquee 2 */

.color-white {
    color: #fff !important;
}
.color-black {
    color: #000 !important;
}

.font-weight-semiboldd {
    font-weight: 500;
}

.whitee-border-font {
    transform-origin: 50% 50% 0px;
    -webkit-text-stroke: 1px #fff;
}

span#date_time,
span#date_time_us,
span#date_time_eng {
    /* font-weight: 600 !important; */ /* display: inline-block; */

    /* font-weight: 600 !important; */ /* display: inline-block; */
    /* font-weight: 600; */
    font-size: 13px;
    color: #000;
    margin: 0px; /* margin: 15px 0 0 0; */
    vertical-align: -2px;
}

.heading_underline {
    font-weight: 300;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}
.heading_underline:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    bottom: 0;
    left: 30%;
    border-bottom: 2px solid;
}

@media (max-width: 500px) {
    .logo-header[data-background-color] .btn-toggle,
    .logo-header[data-background-color] .more {
        color: #fff !important;
    }

    .Boxcoin1 {
        width: 18px;
        padding-right: 4px;
    }
    .Moon_Sun {
        position: fixed;
        left: 200px;
        top: 20px;
        z-index: 1000;
        /* margin-bottom: 10px; */
    }
    .Moon_Sun img {
        max-width: 50%;
    }
    .LiveRates_img {
        width: 12.5px;
        margin: 0 4px 0;
    }
    .img_width {
        width: 25px;
    }
    .heading span {
        font-size: 13px;
        font-weight: 500;
        color: var(--text-color5);
        /* color: #000; */
        /* font-family: 'Times New Roman', Times, serif; */
    }
    .logo-header[data-background-color="dark"] {
        /* background: #fff !important; */
        /* border-bottom: 2px solid #B7914A!important; */
    }
    body {
        /* background: linear-gradient(135deg, #fff  40%, #fff); */
        /* background: #FFFFCC; 
        */
        background: var(--bg-color4);
    }
    .card .card-body,
    .card-light .card-body {
        padding: 0px !important;
    }
    .logoDark {
        /* display: none; */
    }
    .logoDarkLive {
        /* display: none; */
    }
    .logo-header .logo .navbar-brand {
        min-height: 80px;
    }

    td.bod-right.text-left {
        padding: 6px 0;
        font-weight: 600;
    }

    .mjdma {
        /*background: #fff;*/
        color: #fff;
        background-image: url(../img/appimages/Box_07.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .mjdma strong {
        font-weight: bold;
        font-size: 16px;
    }

    .mjdma th {
        text-align: center;
    }
    .cjarate {
        width: 87px;
    }
    .mjdmarate {
        /*  font-weight: bold; */
        font-weight: 500;
        font-size: 16px;
    }

    td.bg_white {
        background: linear-gradient(to right, #000, #000);
        box-shadow: 0px 1px 2px 0px #353131;
    }
    /* .min_h{
        padding-top: 10%;
        height: 50px;

    } */

    .Trending_Table_Child1 {
        /* margin-top: -13.5%; */
    }

    .bgblue {
        padding-top: 3px;
        /* background:#0d1539; */
    }
    .table1001 {
        width: 100%;
        line-height: 28px;
        /* background:#B7914A; */
        /* border-radius: 7px; */
        border-spacing: 6px 6px;
        border-collapse: separate;
        /* padding: 5px 5px; */
    }
    .table1001 td {
        width: 33%;
        font-weight: 600;
    }
    table.table1001 tr td {
        /* padding: 5px 5px 5px!Important; */
    }
    .table1002 {
        width: 100%;
        line-height: 30px;
        margin-top: 8px;
    }
    .table1002 td {
        width: 50%;
        font-weight: 600;
    }
    table.table1002 tr td {
        padding: 0px 2px !important;
    }

    .newFont {
        font-size: 12px;
    }
    table.goldd tr:nth-child(1) div {
        /* background-color: #fff; */
        /* padding: 5px 10px;
        border-radius: 20px; */
        /* min-width: 40px!important; */
    }

    table.goldd tr:nth-child(1) td {
        /* border-bottom: 1px solid #e0b034; */
        /* font-weight: 600;
        background: #bc9c3f;
        color: #000 !important;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; */
        /* background-image: linear-gradient(to bottom, #F6DB77, #E2BE56, #D0A53B ); */
        border-radius: 5px !important;
        /*background-color: var(--bg-color3); */
        line-height: 2;
        font-size: 11.5px !important;
        font-weight: 400;
        font-family: "Inter";
        /* color: var(--text-color4)!important; */
        padding-top: 4px;
        font-family: "Roboto" !important;
        /* padding-left: 10px;
        padding-right: 10px; */
    }
    table.goldd1 tr:nth-child(1) td {
        /* border-bottom: 1px solid #e0b034; */
        /* font-weight: 600;
        background: #bc9c3f;
        color: #000 !important;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; */
        /* background-image: linear-gradient(to bottom, #F6DB77, #E2BE56, #D0A53B ); */
        /* border-radius: 5px; */
        /*background-color: var(--bg-color3); */
        line-height: 1.4;
        font-size: 13px !important;
        font-weight: 600;
        font-family: "Inter";
        color: #fff !important;
        padding-top: 3px !important;
    }
    table.goldd tr:nth-child(2) td {
        line-height: 2;
        /* padding-top: 5px!important; */
    }
    table.goldd tr:nth-child(3) td {
        /* padding-bottom: 2px; */
        /* line-height: 2; */
        /* padding-top: 10px!important; */
    }

    table.goldd1 tr:nth-child(2) td {
        /* line-height: 2; */
        padding-top: 10px !important;
        /* padding-bottom: 8px!important; */
    }

    table.goldd tr td {
        /* text-align: center !important; */
        line-height: 1.3;
    }

    table.goldd {
        background-image: url(../img/appimages/Goldbox.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-collapse: separate;
        /* padding: 20px; */
    }

    table.goldd1 {
        background-image: url(../img/appimages/BOX6.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 1.6;
    }

    table.goldd2 {
        background: url(../img/swastik/Silver.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 1.6;
    }

    table.goldd3 {
        background: url(../img/swastik/Inr.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 1.6;
    }
    table {
        /* margin-bottom: 0px;
    border-collapse: separate; */
        /* border-spacing: 0 7px; */
    }
    .headertable1 {
        /*background:#e4a40a;
	color:#2a1a0d;*/
        /*background-image: linear-gradient(to right, #646ffc, #726bfc, #8664fc, #8e62fd, #9372f0);*/
        /*background: #696969;*/
        color: #fff;
        background: #3c0121;
        line-height: 0.5;
    }
    .headertable1 th {
        text-align: center;
    }
    .ratevalue1 {
        text-align: left;
    }
    table#liveratetable_2 .table1,
    table#liveratetable_3 .table1 {
        background: #fff;
    }

    table#liveratetable_2 .table1 td.ratevalue1,
    table#liveratetable_3 .table1 td.ratevalue1 {
        color: #3c0121 !important;
        font-weight: 600;
        padding: 10px 5px !important;
    }
    .ratevalue4,
    .ratevalue3 {
        font-weight: 600;
    }

    .buylive {
        background: url(../img/swastik/Buy.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 1.6;
    }
    table.Trending_Table_Root tr td {
        padding: 0px 0px;
        font-size: 12px;
    }
    /* table#gold{ */
    /* background:#ffd438; */
    /* } */
    /* table#silver{ */
    /* background:#ffd438 */
    /* ; */
    /* } */
    /* table#inr{ */
    /* background:#ffd438; */
    /* } */
    .col-md-8.col-xs-12.div_spott {
        padding-right: 5px;
        padding-left: 5px;
    }

    .top61span {
        font-size: 20px;
        font-weight: 600 !important;
        padding: 2px 13px;
        border-radius: 5px;
        line-height: 1.2;

        /* padding: 3px; */
        /* font-size: 22px; */
    }
    .top6span {
        font-size: 26px;
        font-weight: 600 !important;
        padding: 2px 5px !important;
        border-radius: 3px;
        /* padding: 3px; */
        /* font-size: 22px; */
    }
    .top4span {
        font-size: 13px;
        font-weight: 700 !important;
        /* padding: 3px; */
        /* font-size: 22px; */
    }
    .top41span {
        font-size: 14px;
        font-weight: 700 !important;
        /* padding: 3px; */
        /* font-size: 22px; */
    }
    .top42span {
        font-size: 15px;
        font-weight: 600 !important;
        /* padding: 3px; */
        /* font-size: 22px; */
    }
    .top2span {
        font-size: 10px;
        font-weight: 600 !important;
    }
    .sell {
        font-size: 10px !important;
        font-weight: 400 !important;
        /* color: #000; */
        color: var(--text-color5);
        padding-bottom: 3px;
        letter-spacing: 0.3px;
    }
    span.sell1 {
        font-size: 16px !important;
        font-size: 600 !important;
        color: #b7914a;
        padding: 7px 15px !important;
        border-radius: 10px !important;
        border: 2px solid #b7914a;
    }
    .imgWidth {
        width: 50%;
    }
    .LogoImgWidth {
        width: 100%;
        /* margin-left: 14%; */
        padding: 15px 25px;
    }
    .LogoImgWidth1 {
        width: 70%;
        /* margin-left: 20%; */
        padding: 10px 8px 4px 8px;
    }

    .desktop-show {
        /* display: initial; */
    }
    .mobile-hide {
        display: none;
    }

    .after1_black:after {
        content: "";
        position: absolute;
        left: 2%;
        top: 10px;
        height: 40px;
        width: 33%;
        border-right: 1px solid #000;
    }

    .after2_black:after {
        content: "";
        position: absolute;
        left: 0%;
        top: 10px;
        height: 40px;
        width: 66%;
        border-right: 1px solid #000;
    }

    table.Trending_Table_Root tr {
        font-family: "Roboto" !important;
        /* padding: 5px 3px !important; */
        /* font-size: 20px; */
        /* font-weight: 600; */
    }

    .sell2 {
        color: var(--text-color5) !important;
        font-size: 20px !important;
        font-weight: 600 !important;
    }
    .buy_sell_label {
        /* color: #000; */
        font-weight: 500;
        font-size: 13px !important;
        padding: 5px 5px 5px 0px !important;
        color: var(--text-color5) !important;
        font-family: "Inter";
        /* font-family: "Montserrat", sans-serif !important; */
        /* border-right:  1px solid #d4d4d4!important; */
    }
    .buy_sell_label3 {
        border: 2px solid #b0b0b0;
        border-radius: 5px !important;
        /* line-height: 2; */
    }
    .buy_sell_label2 {
        color: #000;
        font-size: 10px !important;
        font-weight: 500;
        font-family: "Roboto" !important;
    }
    .label1 {
        font-size: 11.5px !important;
        font-weight: 500 !important;
        background-color: var(--bg-color3);
    }

    td.buy_sell_label1 {
        /* color: #000; */
        font-weight: 600 !important;
        font-size: 12px !important;
        font-family: "Inter";
        /* padding: 15px 5px 15px 15px!important; */
        /* border-right:  1px solid #fff!important; */
        /* line-height: 2; */
        /* text-align: center!important; */
        /* border-right:  1px solid #d4d4d4!important; */
    }

    table.res_mob_font_width {
        margin-top: 10px;
        border-bottom: 1px solid var(--text-color7);
        /* background-image: url(../img/appimages/Box_05.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 1.3; */
        /* line-height: 2; */
        /* background-image: url(../img/appimages/Box_05.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: 1.3; */
        line-height: 1.6;
        padding-bottom: 10px;

        /* border-radius: 10px;
        background: #fff;
       box-shadow: 0px 1px 3px 1px #b7b7b7;
        margin-bottom: 5px; */
    }
    td.res_mob_font_width {
        /* background-color: #fff;
        border-radius: 7px!important;
        line-height: 1.3; */
    }
    table.res_mob_font_width1 {
        /* border: 0.5px solid #fff !important; */
        background-color: #fff;
        border: 1px solid #d4d2d2;
        border-collapse: collapse;
        margin-top: 6px;
        line-height: 1.7;

        /* border-radius: 10px;
        background: #fff;
       box-shadow: 0px 1px 3px 1px #b7b7b7;
        margin-bottom: 5px; */
    }
    table.res_mob_font_width1:last-child {
        /* background-image: url(../img/appimages/Strock.png);
        background-position: center bottom;
        background-size: 100% 0%;
        background-repeat: no-repeat; */
        border-bottom: 0px solid #fff;
        /* border-collapse: collapse; */
    }
    table.res_mob_font_width:last-child {
        /* border-bottom-left-radius: 10px; */
        border: 0px solid #fff !important;
    }
    .imgbnk {
        width: 100%;
    }
    /* .{
        padding-top: 65px;
    } */
    .span2 {
        /* padding: 0px 5px 2px; */
        font-size: 18px;
        font-weight: 600;
    }
    .span3 {
        /* padding: 3px 0px; */
        font-size: 11px;
        font-weight: 600;
    }
    table.res_mob_font_width span#mainspan {
        /* font-size: 13px !important; */
    }
    table.res_mob_font_width td {
        /* border: 1px solid #bc8b0b; */
        /* border-bottom: 1px solid #d4d4d4 !important;s */
        /* background-image: linear-gradient(#000,#000) ; */
    }
    table.tt_33 {
        /* background-color: #fff;
    border: 1px solid #fff; */
        /* border-radius: 20px; */
        border-collapse: separate !important;
        border-spacing: 0px;
        /* background-color: #E1C87D; */

        background: var(--bg-color2);
        border-radius: 10px;
        padding: 10px;
        /* background-image: url(../img/arihanthjewellers/Box_02.png);
        background-repeat: no-repeat;
        background-size: 100%; */
        /* font-family: 'lato'!important; */
        /* background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)), url(../img/logo/logo7.jpeg) top no-repeat;
     background-size: 90%; */
    }
    table.tt_333 {
        border-collapse: separate !important;
    }

    .col-md-8.col-xs-12.offset-md-2.div_spott {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tt_div2 {
        /* border: 0.5px solid #fff;
        background: #fff; */
        /* border-top-left-radius: 10px!important;
        border-top-right-radius: 10px!important; */
        margin-top: 0px !important;
        overflow: hidden;
        /* box-shadow: 0px 0px 4px 0px rgb(87, 86, 86); */
    }

    .top1 {
        font-size: 18px !important;
    }
    .top56span {
        font-size: 21px;
        font-weight: 600;
        /* padding: 10px!important; */
    }
    span.top5span {
        font-size: 17px;
        font-weight: 600;
        /* font-family: 'Inter'!important; */
        padding: 2px 5px !important;
        border-radius: 5px;
    }
    span.top55span {
        font-size: 18px;
        font-weight: 500;
        /* padding: 2px 10px 2px!important; */
        font-family: "Roboto";
    }
    div.top556span {
        font-size: 22px;
        font-weight: 500;
        /* padding: 1px 7px 1px!important; */
        font-family: "Roboto" !important;
        width: 100%;
        height: 100%;

        /* font-family: 'JosefinSans'; */
    }
    .topMar {
        margin-bottom: 4%;
        font-size: 15px;
    }
    .goldd1Buysell {
        font-size: 13px;
        color: #c6972c;
    }
    .Headtd {
        padding-left: 20px !important;
    }
    .Headtd1 {
        padding-right: 10px !important;
        /* font-weight: 600; */
    }

    span.bloc_GS {
        font-size: 10px !important;
        font-weight: 400;
        margin-left: 10%;
        /* line-height: 2.6; */
        /* padding-bottom: 10px; */
        /* padding-right: 20px;
        padding-left: 20px; */
    }
    span.bloc_GS2 {
        font-size: 10px !important;
        font-weight: 400;
        margin-right: 10% !important;
        /* line-height: 2.6; */
        /* padding-bottom: 10px; */
        /* padding-right: 20px;
        padding-left: 20px; */
    }
    span.bloc_GS1 {
        font-size: 10px !important;
        /* font-family: 'lato'!important; */
    }
    span.BuySell {
        font-size: 14px !important;
        /* font-family: 'lato'!important; */
        margin-right: 12%;
        margin-left: 12%;
    }

    .liverates_sec {
        /*background: #101010;*/
        background: url(../img/bg/5.png) center;
    }

    .main_logoo {
        width: 90%; /*border-radius:15px;*/
    }

    html.svg.history.video.supports.boxshadow.csstransforms3d.csstransitions.webkit.chrome.linux.js.mobile.touch.sticky-header-enabled.sticky-header-active img.main_logoo {
        max-height: 60px;
        display: none;
    }

    .hide-Mobile {
        display: none;
    }

    .page-header {
        background-color: #f1f3f7;
        margin: 0 0 50px 0;
        min-height: 50px; /* padding: 55px 0; */ /* padding: 170px 0 55px 0; */ /* padding: 275px 0 55px 0; */
        padding: 55px 0 55px 0;
        position: relative;
        text-align: center;
    }

    .logo_img {
        /*width:71%;*/
        height: auto !important;
    }

    .pad-5px-tb {
        /*padding: 2px 0 0 !Important;*/
    }
}

@media (min-width: 501px) {
    .Moon_Sun {
        position: fixed;
        left: 22%;
        top: 4%;
        z-index: 1000 !important;
        /* transform: translate(-50%, -50%); */
        /* margin-bottom: 10px; */
    }
    .Moon_Sun img {
        max-width: 10%;
        z-index: 1000 !important;
    }
    .Boxcoin1 {
        width: 18px;
        padding-right: 4px;
    }
    .LiveRates_img {
        width: 14.5px;
        margin: 0 4px 0;
    }

    .swiper-pagination1 .swiper-pagination-bullet img {
        width: 150px;
        height: 150px;
        margin-bottom: 5px;
        border-radius: 28px;
        background: var(--bg-color9);
    }

    .img_width {
        width: 45px;
    }

    .logo-header[data-background-color="dark"] {
        background: transparent !important;
        /* border-bottom: 2px solid #B7914A!important; */
        /* border-bottom: 2px solid #fff!important; */
    }
    .logoDark {
        width: 17%;
        padding: 7px 0;
        margin-left: 13% !important;
    }
    .logoDarkLive {
        width: 17%;
        padding: 7px 0;
        margin-left: 30%;
    }
    .heading {
        /*background-color: var(--bg-color3); */
        padding: 5px 0;

        /*background-color: var(--bg-color3); */
        /* background: url(../img/appimages/Box_01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    }
    .heading span {
        font-size: 15px;
        font-weight: 500;
        color: var(--text-color5);
        /* color: #FFF; */
        /* font-family: 'Times New Roman', Times, serif; */
    }
    #gvData_coins .heading span {
        font-size: 15px;
        font-weight: 500;
        color: var(--text-color5);
        text-transform: uppercase;
        /* color: #FFF; */
        /* font-family: 'Times New Roman', Times, serif; */
    }
    td.bod-right.text-left {
        padding: 8px 0;
        font-weight: 600;
    }
    .mjpad {
        padding: 6px 0 !important;
    }
    .mjdma {
        /*background: #fff;*/
        color: #fff;
        background-image: url(../img/appimages/Box_07.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .mjdma th:nth-child(2) {
        background: #ffffff;
        color: #000000;
        border-right: 1px solid #5f3615;
    }
    .mjdma strong {
        font-weight: bold;
        font-size: 16px;
    }
    .mjdma th:nth-child(3) {
        background: #ffffff;
        color: #000000;
        border-right: 4px solid #5f3615;
    }
    .mjdma th {
        text-align: center;
    }
    .cjarate {
        width: 87px;
    }
    .mjdmarate {
        /*  font-weight: bold; */
        font-weight: 500;
        font-size: 16px;
    }
    .LogoImgWidth {
        width: 50%;
        /* max-height: 90px; */
        margin-left: 25%;
        /* padding: 10px 0px 10px; */
    }
    table.goldd tr:nth-child(1) div {
        /* background-color: #fff;
            padding: 5px 10px;
            border-radius: 20px; */
        /* min-width: 40px!important; */
    }
    table.goldd tr:nth-child(1) td {
        /* border-bottom: 1px solid #e0b034; */
        /* font-weight: 600;
            background: #bc9c3f;
            color: #000 !important;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px; */
        /* background-image: linear-gradient(to bottom, #F6DB77, #E2BE56, #D0A53B ); */
        /* border-radius: 5px; */
        /*background-color: var(--bg-color3); */
        line-height: 1.6;
        font-size: 16px !important;
        font-weight: 500 !important;
        font-family: "Inter";
        /* color: var(--text-color4)!important; */
        padding-top: 2%;
        padding-left: 5%;
        padding-right: 5%;
        font-family: "Roboto" !important;
    }
    table.goldd1 tr:nth-child(1) td {
        /* border-bottom: 1px solid #e0b034; */
        /* font-weight: 600;
            background: #bc9c3f;
            color: #000 !important;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px; */
        /* background-image: linear-gradient(to bottom, #F6DB77, #E2BE56, #D0A53B ); */
        /* border-radius: 5px; */
        /*background-color: var(--bg-color3); */
        line-height: 1.6;
        font-size: 16px !important;
        font-family: "Inter" !important;
        color: var(--text-color4) !important;
    }
    table.goldd tr:nth-child(2) td {
        line-height: 2;
        /* padding-top: 5px!important; */
    }
    table.goldd tr:nth-child(3) td {
        /* line-height: 2; */
        padding-bottom: 2px !important;
    }
    table.goldd1 tr:nth-child(2) td {
        line-height: 2;
        /* padding-top: 8px!important;
            padding-bottom: 8px!important; */
    }

    .social_icons img {
        width: 100px;
        /* padding: 1px; */
        border-radius: 5px;
        /* height: 40px; */
        /* background-color: #ECAF4C; */
        transition: 0.5s;
        background-color: var(--bg-color3);
    }
    .social_icons img:hover {
        background-position: right center;
        background-image: linear-gradient(to right, #e6c35d 0%, #b57e10 51%, #e6c35d 100%);
    }

    table.goldd tr td {
        /* text-align: center !important; */
        /* padding: 10px !important; */
    }
    table.goldd1 tr td {
        text-align: center !important;
        padding: 10px !important;
    }
    table.goldd1 tr td {
        text-align: center !important;
        padding: 10px !important;
    }

    .imgbnk {
        width: 100%;
    }
    /* .{
            padding-top: 100px;
        } */

    .bgblue {
        padding-top: 8px;
        /* background:#fff; */
    }
    /* table.table1001 td:nth-child(2) table {
                border-radius: 5px;
            } */
    .table1001 {
        width: 100%;
        line-height: 1;
        /* background:#B7914A; */
        /* border-radius: 7px; */
        /* border-spacing: 15px 6px; */
        border-collapse: separate;

        /* padding: 10px 10px; */
    }
    #gvData_top3 td[align="center"]:not(:last-child) {
        padding-right: 10px;
    }

    .table1001 td {
        width: 33%;
        font-weight: 600 !important;
    }
    table.table1001 tr td {
        /* padding: 6px 6px 0 !Important; */
    }
    .table1002 {
        width: 100%;
        line-height: 1;
        margin-top: 8px;
        border-spacing: 6px 6px;
    }
    .table1002 td {
        width: 50%;
        font-weight: 600 !important;
    }
    table.table1002 tr td {
        padding: 6px 6px 6px !important;
    }
    table.goldd tr:nth-child(1) td {
        /* border-bottom: 1px solid #e0b034; */
        /* font-weight: 600;
                background: #bc9c3f;
                color: #000 !important;
                border-top-left-radius: 20px;
                border-top-right-radius: 20px; */
    }
    table.goldd tr td {
        /* border-radius:10px;
                padding:10px !important; */
    }
    table.goldd {
        background-image: url(../img/appimages/gold1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-collapse: separate;
        /* background-image: url(../img/appimages/Box_02.png);
            background-size: 100% 100%;
            background-repeat: no-repeat; */
    }

    table.goldd1 {
        border-spacing: 5px 0px;
        background-image: url(../img/appimages/BOX6.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 1.6;
    }

    table.goldd2 {
        background: url(../img/swastik/Silver.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 1.6;
    }

    table.goldd3 {
        background: url(../img/swastik/Inr.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 1.6;
    }
    table {
        /* margin-bottom: 0px; */
        /* border-collapse: separate; */
        /* border-spacing: 0 7px; */
    }

    .headertable1 {
        /*background:#e4a40a;
        color:#2a1a0d;*/
        /*background-image: linear-gradient(to right, #646ffc, #726bfc, #8664fc, #8e62fd, #9372f0);*/
        /*background: #696969;*/
        color: #fff;
        background: #3c0121;

        line-height: 2;
    }
    .headertable1 th {
        text-align: center;
    }
    .ratevalue1 {
        text-align: left;
        font-size: 18px;
        font-weight: 600;
    }

    table#liveratetable_2 .table1,
    table#liveratetable_3 .table1 {
        background: #fff;
    }

    table#liveratetable_2 .table1 td.ratevalue1,
    table#liveratetable_3 .table1 td.ratevalue1 {
        color: #3c0121 !important;
        font-weight: 600;
        font-size: 18px;
        /* padding: 10px 5px !important; */
    }
    .ratevalue4,
    .ratevalue3 {
        font-weight: 600;
        font-size: 22px;
        /* padding: 10px 5px !important; */
    }
    .toptable_ratesFont {
        font-weight: 600;
        font-size: 32px !important;
    }
    .buylive {
        background: url(../img/swastik/Buy.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 1.6;
    }
    .sell2 {
        color: var(--text-color5) !important;
        font-size: 24px !important;
        font-weight: 600 !important;
    }
    .newFont {
        font-size: 15px;
    }

    .table1001 {
    }
    .desktop-show {
        display: none;
    }
    .mobile-hide {
        display: initial;
    }

    .after1_black:after {
        content: "";
        position: absolute;
        top: 16px;
        height: 50px;
        width: 33%;
        /* border-right: 2px solid #e3c070; */
    }

    .after2_black:after {
        content: "";
        position: absolute;
        left: 0%;
        top: 16px;
        height: 50px;
        width: 66%;
        /* border-right: 2px solid #e3c070; */
    }

    table.Trending_Table_Root tr td {
        padding: 0px 0px;
        font-size: 14px;
        /* font-weight: 600; */
    }

    .span2 {
        /* padding: 0px 5px 2px; */
        font-size: 25px;
        font-weight: 600;
    }
    .span3 {
        /* padding: 3px 0px; */
        font-size: 11px;
        font-weight: 600 !important;
    }
    .vis {
        /* display: none; */
        display: block;
    }

    .tt_div2 {
        /* border: 0.5px solid #fff;
        background: #fff; */
        /* border-top-left-radius: 10px!important;
        border-top-right-radius: 10px!important; */
        margin-top: 0px !important;
        overflow: hidden;
        /* box-shadow: 0px 0px 4px 0px rgb(87, 86, 86); */
    }

    .top1 {
        font-size: 20px !important;
    }
    .top56span {
        font-size: 23px;
        font-weight: 600;
    }
    .goldd1Buysell {
        font-size: 18px;
        color: #c6972c;
    }

    span.top5span {
        font-size: 21px;
        font-weight: 600;
        /* font-family: 'Inter'!important; */
        padding: 5px 15px !important;
        border-radius: 5px;
    }
    span.top55span {
        font-size: 22px;
        font-weight: 600;
        /* padding: 2px 12px 2px!important; */
        font-family: "Roboto";
    }
    div.top556span {
        font-size: 30px;
        font-weight: 600;
        padding: 1px 12px 1px !important;
        font-family: "Roboto" !important;
        width: 100%;
        height: 100%;
        /* font-family: 'JosefinSans'; */
    }

    .topMar {
        margin-bottom: 2%;
        font-size: 18px;
        /* padding: 10px; */
    }
    .top6span {
        font-size: 28px;
        font-weight: 600 !important;
        padding: 2px 13px !important;
        border-radius: 3px;
        /* font-size: 22px; */
    }
    .top61span {
        font-size: 22px;
        font-weight: 600 !important;
        padding: 2px 10px;
        border-radius: 5px;
        line-height: 1.2;
        /* font-size: 22px; */
    }
    .top4span {
        font-size: 14px;
        font-weight: 600 !important;
        /* padding: 3px; */
        /* font-size: 22px; */
    }
    .top41span {
        font-size: 14px;
        font-weight: 700 !important;
        /* padding: 3px; */
        /* font-size: 22px; */
    }
    .top42span {
        font-size: 16px;
        font-weight: 600 !important;
        /* padding: 3px; */
        /* font-size: 22px; */
    }
    .top2span {
        font-size: 13px;
        font-weight: 600 !important;
    }

    .sell {
        font-size: 10px !important;
        font-weight: 500 !important;
        /* color: #000; */
        color: var(--text-color5);
        padding-bottom: 3px;
        letter-spacing: 0.2px;
    }
    span.sell1 {
        font-size: 20 !important;
        font-size: 600 !important;
        color: #b7914a;
        padding: 7px 25px !important;
        border-radius: 10px !important;
        border: 2px solid #b7914a;
    }
    .imgWidth {
        width: 25%;
    }

    .LogoImgWidth1 {
        width: 25%;
        /* max-height: 90px; */
        margin-left: 30%;
        padding: 5px 0px;
    }
    .dwnld {
        width: 100px;
        border-radius: 5px;
    }
    .Headtd {
        padding-left: 23px !important;
    }
    .Headtd1 {
        padding-right: 23px !important;
    }
    span.bloc_GS {
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6;
        margin-left: 6% !important;
        /* padding-right:7px;
        padding-left: 7px; */
    }
    span.bloc_GS2 {
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6;
        margin-right: 6% !important;

        /* padding-right:7px;
        padding-left: 7px; */
    }
    span.bloc_GS1 {
        font-size: 14px;
        font-weight: 500;
        /* font-family: 'lato'!important; */
    }

    span.bloc {
        font-size: 14px !important;
    }
    span.BuySell {
        font-size: 20px !important;
        /* font-family: 'lato'!important; */
        margin-right: 10%;
        margin-left: 10%;
    }
    .buy_sell_label3 {
        border: 2px solid #b0b0b0;
        border-radius: 5px !important;
        /* line-height: 2; */
    }
    .buy_sell_label2 {
        color: #000;
        font-size: 13px !important;
        font-weight: 600;
        font-family: "Roboto" !important;
    }

    .buy_sell_label {
        /* color: #000; */
        padding: 11px 0px 11px 0px !important;
        font-size: 18px !important;
        font-weight: 500;
        color: var(--text-color5) !important;
        /* font-family: 'Inter'!important; */
        /* font-family: "Montserrat", sans-serif !important; */

        /* border-right:  1px solid #d4d4d4; */
    }
    .label1 {
        font-size: 13.5px !important;
        font-weight: 500 !important;
        background-color: var(--bg-color3);
    }
    td.buy_sell_label1 {
        color: #000;
        padding: 10px 0px 10px 15px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        /* font-family: 'Inter'!important; */
        /* border-right:  1px solid #fff; */
        /* line-height: 2; */
        /* text-align: center; */

        /* border-right:  1px solid #d4d4d4; */
    }
    table.res_mob_font_width:last-child {
        /* border-bottom-left-radius: 10px; */
        border: 0px solid #fff !important;
    }

    table.res_mob_font_width {
        margin-top: 6px;
        border-bottom: 1px solid var(--text-color7);
        /* background-image: url(../img/appimages/Box_05.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 1.3; */
        line-height: 1.6;
    }
    td.res_mob_font_width {
        /* background-color: #fff; */
        border-radius: 7px !important;
        line-height: 1.3;
        margin: 5px 0;
    }

    table.res_mob_font_width1 {
        border-collapse: collapse;
        margin-top: 8px;
        line-height: 1.6;
        background-color: #fff;
        border: 1px solid #d4d2d2;
    }
    table.res_mob_font_width1:last-child {
        /* background-image: url(../img/appimages/Strock.png);
        background-position: center bottom;
        background-size: 100% 0%;
        background-repeat: no-repeat; */
        border-bottom: 0px solid #fff;
        /* border-collapse: collapse; */
    }
    table.res_mob_font_width span#mainspan {
        font-size: 28px !important;
        font-weight: 600 !important;
    }
    table.res_mob_font_width td {
        /* border: 1px solid #bc8b0b; */
        /* border-bottom: 1px solid #d4d4d4 !important; */
        /* background-image: linear-gradient(#000,#000) ; */
    }
    table.tt_33 {
        /* background-color: #fff;
        border: 1px solid #fff;
        border-radius: 20px; */
        border-collapse: separate !important;
        border-spacing: 0px;
        background: var(--bg-color2);
        /* background-color: #E1C87D; */
        border-radius: 15px;
        padding: 15px;
        /* border-spacing: 0px; */
        /* font-family: 'lato'!important; */
        /* background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)), url(../img/logo/logo7.jpeg) top no-repeat;
     background-size: 55%; */
        /* line-height: 1.6; */
        /* border: 2px solid #fff;
     border-radius: 10px; */
        /* border-collapse: separate; */
        /* background-image: url(../img/arihanthjewellers/Box_01.png);
     background-repeat: no-repeat;
     background-size: 100% 100%; */
    }
    table.tt_333 {
        border-collapse: separate !important;
    }

    table.res_mob_font_width.span {
        font-size: 24px !important;
    }

    .main_logoo {
        /*max-height:95px;*/
        max-height: 150px; /*border-radius:15px;*/
    }

    html.svg.history.video.supports.boxshadow.csstransforms3d.csstransitions.webkit.chrome.win.js.sticky-header-enabled.sticky-header-active .pad-5px-tb {
        display: none;
    }

    .liverates_sec {
        /*background: #101010;*/
        background: url(../img/bg/5.png) center;
    }
}

@media (max-width: 991px) {
    .LH2 {
    }
    .LH1 {
        display: none;
    }
    .mob-none {
        display: none !important;
    }
    .headImg {
        background: #fff;
        /* background: url(../img/dd/Header.png);
		background-repeat: no-repeat;
		background-size: 100% 100%; */
    }
}

@media (min-width: 992px) {
    .desktopNon {
        display: none !important;
    }

    .LH2 {
        display: none;
    }
    .LH1 {
        /* max-height 100px !important; */
    }
    .logo-header .logo .navbar-brand {
        max-height: 70px;
        margin-left: 20%;
        /* display: none; */
    }
    td.bod-right.text-left {
        padding: 10px 10px;
        font-weight: 600;
    }
    .top61span {
        font-size: 24px;
        font-weight: 600 !important;
        padding: 2px 13px;
        border-radius: 5px;
        line-height: 1.2;
        /* font-size: 22px; */
    }
    td.buy_sell_label1 {
        color: #000;
        padding: 10px 0px 10px 15px !important;
        font-size: 18px !important;
        font-weight: 500;
        /* font-family: 'Inter'!important; */
        /* border-right:  1px solid #fff; */
    }
    .top1 {
        font-size: 22px !important;
    }
    .sell {
        font-size: 11px !important;
        font-size: 500 !important;
        /* color: #000; */
        color: var(--text-color5);
    }
    .top56span {
        font-size: 25px;
        font-weight: 500;
        /* padding: 10px; */
    }
    span.top5span {
        font-size: 25px;
        font-weight: 600;
        /* font-family: 'Inter'!important; */
        padding: 2px 15px !important;
        border-radius: 5px;
    }
    span.top55span {
        font-size: 25px;
        font-weight: 600;
        /* padding: 2px 15px 2px!important; */
        font-family: "Roboto";
    }
    div.top556span {
        font-size: 30px;
        font-weight: 500;
        padding: 1px 15px 1px !important;
        font-family: "Roboto" !important;
        width: 100%;
        height: 100%;
        /* font-family: 'JosefinSans'; */
    }
    .Headtd {
        padding-left: 30px !important;
    }
    .Headtd1 {
        padding-right: 23px !important;
    }
    span.bloc_GS {
        font-size: 14px;
        font-weight: 500;
        margin-left: 10% !important;
    }
    span.bloc_GS2 {
        font-size: 14px;
        font-weight: 500;
        margin-right: 10% !important;
    }
    .span3 {
        /* padding: 3px 0px; */
        font-size: 14px;
        font-weight: 600 !important;
    }
    .top6span {
        font-size: 30px;
        font-weight: 600 !important;
        padding: 2px 12px !important;
        border-radius: 3px;
        /* font-size: 22px; */
    }
    .buy_sell_label {
        /* color: #000; */
        padding: 10px 0px 10px 10px !important;
        font-size: 18px !important;
        font-weight: 500;
        color: var(--text-color5) !important;
        /* font-family: 'Inter'!important; */
        /* font-family: "Montserrat", sans-serif !important; */

        /* border-right:  1px solid #d4d4d4; */
    }

    .headImg {
        background: rgba(255, 255, 255, 0.8);
        /* background: url(../img/dd/Header.png);
		background-repeat: no-repeat;
		background-size: 100% 100%; */
    }
    .LogoImgWidth {
        width: 88%;
        /* max-height: 90px; */
        margin-left: 0%;
        /* padding: 10px 0px 10px; */
    }
    .hLeftholder::before {
        content: "";
        background-color: #fff;
        position: absolute;
        right: 70px;
        top: 0;
        bottom: 0;
        display: block;
        width: 1000%;
        transform: skewX(-45deg);
        z-index: 99;
        border-bottom: 10px solid;
        border-right: 16px solid;
        border-image: linear-gradient(to top, #c3922e, #c3922e) 1;
        /* border-image: linear-gradient(to top, #c3922e, #c3922e) 1; */
        height: 140px;
    }
    .hLeftholder {
        height: 115px;
        width: 280px;
        float: left;
        position: relative;
    }
    .site-logo {
        position: absolute;
        top: 20%;
        right: 10%;
        margin-left: 0px;
        z-index: 999;
    }
    .flg {
        width: 20%;
    }
    #header .header-nav-main nav > ul > li > a {
        padding: 10px 1.6em !important;
    }
}

@media (min-width: 1201px) {
    .logoDark {
        width: 17%;
        padding: 7px 0;
        margin-left: 30%;
    }
    .logoDarkLive {
        width: 17%;
        padding: 7px 0;
        margin-left: 30%;
    }
    .hLeftholder::before {
        content: "";
        background-color: #fff;
        position: absolute;
        right: 70px;
        top: 0;
        bottom: 0;
        display: block;
        width: 1000%;
        transform: skewX(-45deg);
        z-index: 99;
        border-bottom: 10px solid;
        border-right: 16px solid;
        border-image: linear-gradient(to top, #c3922e, #c3922e) 1;
        /* border-image: linear-gradient(to top, #c3922e, #c3922e) 1; */
        height: 140px;
    }
    .hLeftholder {
        height: 115px;
        width: 450px;
        float: left;
        position: relative;
    }
    .site-logo {
        position: absolute;
        top: 25%;
        left: 0;
        margin-left: 0px;
        z-index: 999;
    }
}
@media (min-width: 1401px) {
    .logoDark {
        width: 17%;
        padding: 21px 0;
        margin-left: 13% !important;
    }
    .logoDarkLive {
        width: 17%;
        padding: 21px 0;
        margin-left: 15%;
    }

    .hLeftholder::before {
        content: "";
        background-color: #fff;
        position: absolute;
        right: 70px;
        top: 0;
        bottom: 0;
        display: block;
        width: 1000%;
        transform: skewX(-45deg);
        z-index: 99;
        border-bottom: 10px solid;
        border-right: 16px solid;
        border-image: linear-gradient(to top, #c3922e, #c3922e) 1;
        /* border-image: linear-gradient(to top, #c3922e, #c3922e) 1; */
        height: 140px;
    }
    .hLeftholder {
        height: 115px;
        width: 450px;
        float: left;
        position: relative;
    }
    .site-logo {
        position: absolute;
        top: 25%;
        left: 0;
        margin-left: 0px;
        z-index: 999;
    }
}
@media ((min-width: 1262px) and (min-height: 912px)) {
    .logoDark {
        width: 17%;
        padding: 7px 0;
        margin-left: 13%;
    }
    .logoDarkLive {
        width: 17%;
        padding: 7px 0;
        margin-left: 13% !important;
    }
    .hLeftholder::before {
        content: "";
        background-color: #fff;
        position: absolute;
        right: 70px;
        top: 0;
        bottom: 0;
        display: block;
        width: 1000%;
        transform: skewX(-45deg);
        z-index: 99;
        border-bottom: 10px solid;
        border-right: 16px solid;
        border-image: linear-gradient(to top, #c3922e, #c3922e) 1;
        /* border-image: linear-gradient(to top, #c3922e, #c3922e) 1; */
        height: 140px;
    }
    .hLeftholder {
        height: 115px;
        width: 450px;
        float: left;
        position: relative;
    }
    .site-logo {
        position: absolute;
        top: 25%;
        left: 0;
        margin-left: 0px;
        z-index: 999;
    }
}

@media (min-width: 901px) {
    td.bg_white {
        background: linear-gradient(to right, #000, #000);
        box-shadow: 0px 1px 2px 0px #353131;
    }
    /* .min_h{
        background: repeating-linear-gradient(#74ABDD, #74ABDD 49.9%, #498DCB 50.1%, #498DCB 100%);
        padding-top: 10%;
    } */
    .Trending_Table_Child1 {
        /* margin-top: -10%; */
    }
    #stablelogo {
        padding: 25px 0;
    }

    #iconimage img {
        /* min-width: 300px !important; */
        /* min-height: 100px !important; */
        /* margin-left: 25px; */
    }
    .mar_gin {
        margin-top: 5%;
    }
}

@media (max-width: 900px) {
    .buy_sell_label + span {
        display: block !important;
    }
    .buy_sell_label1 + span {
        display: block !important;
    }
    #header > .header-body {
        top: -194px !important;
    }
    .scroll-to-top {
        display: none !important;
    }

    .big_ps_as {
        width: 50% !important;
        display: initial !important;
    }

    .social_icons {
        text-align: center !important;
        /* border-top: 1px solid; */
        padding-top: 10px;
    }
    .social_icons img {
        max-height: 35px;
    }
    td.bg_white {
        background: linear-gradient(to right, #000, #000);
        box-shadow: 0px 1px 2px 0px #353131;
    }
    .min_h {
        height: 50px;
        /* margin: 0px; */
    }

    .mar_gin {
        margin-top: 10%;
    }
    .Trending_Table_Child1 {
        /* margin-top: -16%; */
    }

    #iconimage img {
        /* min-width: 300px !important; */
        /* min-height: 50px !important; */
        /* margin-left: 20px !important; */
    }

    html.sticky-header-active .scroll-logo {
        display: initial !important;
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.share-rates-badge {
    display: none;
    align-items: center;
    /* gap: 14px; */
    margin: 0 auto;
    background: url(../img/appimages/box01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    padding: 5px 30px;
    border-radius: 60px;
    width: fit-content;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
    transition: all 0.25s ease;
    vertical-align: middle;
}

.share-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-icon img {
    width: 34px;
    height: 34px;
}

/* Text */
.share-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
@media (max-width: 575px) {
    #snackbar {
        width: 90% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
    }
    h3.fw-bold.mb-3.Fsell {
        text-align: center;
    }
    .bullet-item {
        width: 100px;
        height: 100px;
        font-size: 12px;
    }
    .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet {
        display: inline-block !important;
        width: 24% !important;
    }
    .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet > div {
        /* display: inline-block !important; */
        width: 82px !important;
        height: 82px !important;
        font-size: 12px !important;
    }
    .swiper-pagination-bullet > div {
        margin: 0 auto !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    #snackbar {
        width: 90% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
    }
    .logo-header[data-background-color] .btn-toggle,
    .logo-header[data-background-color] .more {
        color: var(--text-color) !important;
    }

    .bullet-item {
        width: 120px;
        height: 120px;
        font-size: 13px;
    }
    .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet {
        font-size: 0.9rem !important;
        height: auto;
        /* border-bottom: 1px solid #4b4a4a; */
    }
    .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet {
        display: inline-block !important;
        width: 24% !important;
    }
    .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet > div {
        /* display: inline-block !important; */
        width: 100px !important;
        height: 100px !important;
        font-size: 14px !important;
    }
    .swiper-pagination-bullet > div {
        margin: 0 auto !important;
    }
}
/* 
@media (min-width: 992px) {
    .bullet-item {
        width: 150px;
        height: 150px;
        font-size: 14px;
    }
    .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet {
        display: inline-block !important;
        width: 49% !important;
    }
    .swiper-pagination-bullet > div {
        margin: 0 auto !important;
    }
} */

#snackbar {
    visibility: hidden;
    z-index: 99999;
    position: fixed;
    bottom: 30px;
    left: 40%;
    width: 35%;
    background-color: #f5dda1;
    border: 2px solid #bfa45a;
    color: #000;
    text-align: center;
    font-size: 17px;
    line-height: 1.4;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

/* Message text */
#Float_Message {
    margin: 0;
    text-align: left;
    font-weight: 600;
}

/* Show animation */
#snackbar.show {
    visibility: visible;
    animation: fadein 0.4s ease, fadeout 0.4s ease 2.6s;
}

/* Animations */
@keyframes fadein {
    from {
        opacity: 0;
        bottom: 10px;
    }
    to {
        opacity: 1;
        bottom: 30px;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.profile-username {
    pointer-events: none;
}
.dropdown-toggle.profile-pic {
    pointer-events: none;
}

.scrollbar-inner > .scroll-element div {
    cursor: pointer;
}
.scroll-element_outer {
    background: var(--bg-color3);
    cursor: pointer;
}
