@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');

/* @font-face {
    font-family: 'Roboto';
    src: url(../fonts1/Roboto-v20-latin-regular.ttf);
} */
.Fsell {
    color: #f5b800;
}
.sell-buy-bar {
    display: flex;
    width: 100%;
    margin-top: 13px;
}



.left {
    background-color: #f5b800;
}

.right {
    background-color: #ededef;
    border-top: 1px solid #f5b800;
    border-bottom: 1px solid #f5b800;
}

.anroid-app-cover {
    display: inline-block;
    width: 20%;
    text-align: end;
    margin-left: 120px;
    margin-right: 20px;
}

table.table1001 td:nth-child(2) table.goldd {
    border-right: 1px solid #232325 !Important;
    border-left: 1px solid #232325 !Important;
}

.ios-app-cover {
    display: inline-block;
    width: 12%;
    text-align: end;
}

.ios-app-cover a {
    background-image: linear-gradient(to right, #f5b800, #f5b800) !important;
    /* background: #232325; */
    display: inline-block;
    border-radius: 20px;
    padding: 5px 0px;
    height: 40px;
    width: 40px;
    text-align: center;
}

.anroid-app-cover a {
    background-image: linear-gradient(to right, #f5b800, #f5b800) !important;
    /* background: #232325; */
    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: "Roboto",
}

.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: #FFF;
    border: solid 5px #EFAB0C;
}

.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: #232325; */
    /* 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: #EFAB0C; */
    padding: 5px 0;
    text-align: center;
    background-image: linear-gradient(to right, #f5b800, #f5b800);
    /* border-radius: 5px; */
    /* background: url(../img/appimages/Box_01.png);
background-size: 100% 100%;
background-repeat: no-repeat; */
}

.myfont {
    /*  */
}

table.Trending_Table_Root {
    /*  */
}

/* Swiper */
.swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet-active {
    /* font-weight: bold; */
    /* font-weight: bold; */
    /* background: #3c0121!important; */
    color: #FFF !important;
    font-weight: 600;
    border-bottom: 2px solid;
    /* border-radius: 15px; */
}

.swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet {
    /* background-color: #; */
    /* background-color: #e1aa81; */
    /* background-color: #011d28; */
    /* background-color: #011d28; */
    /* border-radius: 15px; */
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 1.0rem;
    /* font-size: 2rem; */
    font-weight: normal;
    height: 30px;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    /* 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.7rem !Important;
        /* border-bottom: 1px solid #4b4a4a; */
    }
}

/* 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: #000;
    text-shadow: 0 1px 0 #fff;
    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=dark] {
        /* background: #232325 !important; */
        border-bottom: 2px solid #EEB300 !important;
    }
    .left, .right {
        flex: 1;
        text-align: center;
        height: 34px;           
        line-height: 34px; 
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #3f2d15;
    }

    body {
        background: linear-gradient(135deg, #303034 40%, #303034);
        /* background: #232325; */
    }

    .card .card-body,
    .card-light .card-body {
        padding: 0px !important;
    }

    .logoDark {
        display: none;
    }

    .logo-header .logo .navbar-brand {
        min-height: 40px;
    }

    td.bod-right.text-left {
        padding: 6px 0;
        font-weight: 600;
    }

    .mjdma {
        /*background: #232325;*/
        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 {
        border-collapse: separate;
        width: 100%;
        border-spacing: 0px 0px;
        border: 2px solid #f5b800;
        border-radius: 8px;
    }

    .table1001 td {
        width: 33%;
    }

    .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) 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-image: linear-gradient(to right, #f5b800, #f5b800); */
        line-height: 1;
        font-size: 13px !important;
        font-weight: 400;
        font-family: 'Roboto' !important;
        color: #fff !important;
        padding-top: 8px;
        padding-bottom: 8px;
        background: url(../img/appimages/Strock.png);
        background-size: 90% 5%;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    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-image: linear-gradient(to right, #f5b800, #f5b800); */
        line-height: 1.4;
        font-size: 13px !important;
        font-weight: 600;
        font-family: 'Roboto' !important;
        color: #000 !important;
        padding-top: 3px !important;
    }

    table.goldd tr:nth-child(2) td {
        /* line-height: 2; */
        padding-top: 5px !important;

    }

    table.goldd1 tr:nth-child(2) td {
        /* line-height: 2; */
        padding-top: 10px !important;
        /* padding-bottom: 8px!important; */

    }

    table.table1001 td:nth-child(1) table.goldd {
        /* border-bottom-right-radius: 10px !Important; */
    }

    table.table1001 td:nth-child(3) table.goldd {
        /* border-bottom-left-radius: 0px !Important; */
    }



    table.goldd tr td {
        text-align: center !important;
        line-height: 1.6;

    }

    table.goldd {
        /* box-shadow: 0px 1px 0px 0px #c9a155,1px -1px 0px 0px #c9a155, 0px -1px 0px 0px #c9a155, -1px 0px 0px 0px #c9a155; */
        /* border-radius: 5px ; */
        /* background-image: linear-gradient(to bottom, #FAE875, #AD8430); */
        /* border-collapse: separate; */
        /* border-spacing: 0px 4px!important; */
        /* background-image: url(../img/appimages/Box_02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    }

    table.goldd1 {
        background-image: url(../img/appimages/Box_03.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: 13px;
    }

    /* 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: 16px;
        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: 12px !important;
        font-size: 600;
        color: #fff;
        margin-bottom: 4px;
    }

    .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 {
        /* padding: 5px 3px !important; */
        /* font-size: 20px; */
        /* font-weight: 600; */

    }


    .buy_sell_label {
        /* color: #000; */
        font-weight: 600;
        font-size: 14px !important;
        padding: 15px 0px 15px 0px !important;
        color: #232325 !important;
        font-family: 'Roboto' !important;
        text-align: center;
        /* font-family: "Montserrat", sans-serif !important; */
        /* border-right:  1px solid #d4d4d4!important; */
    }

    .label1 {
        font-size: 11.5px !important;
        font-weight: 500 !important;
        background-image: linear-gradient(to right, #f5b800, #f5b800) !important;
    }

    td.buy_sell_label1 {
        /* color: #000; */
        font-weight: 500;
        font-size: 14px !important;
        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 {
        border-collapse: collapse;
    background-image: url(../img/appimages/Box_01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 10px;
        line-height: 2;

        /* border-radius: 10px;
        background: #fff;
       box-shadow: 0px 1px 3px 1px #b7b7b7;
        margin-bottom: 5px; */

    }

    table.res_mob_font_width:last-child {
        /* border-bottom-left-radius: 10px; */
        /* border: 0px solid #fff; */
    }

    .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 {
        line-height: 1.6;
        /* 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%; */
    }









    .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: #232325; */
        /* 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: 18px;
        font-weight: 600;
        font-family: 'Roboto' !important;
        padding: 2px 10px !important;
        border-radius: 5px;

    }

    span.top55span {
        font-size: 18px;
        font-weight: 600;
        padding: 1px 10px 1px !important;
    }

    .topMar {
        margin-bottom: 4%;
        font-size: 15px;

    }

    .goldd1Buysell {
        font-size: 13px;
        color: #c6972c;
    }


    span.bloc_GS {
        font-size: 10px !Important;
        font-weight: 400;
        line-height: 1.6;
        /* 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) {
    .logoDark {
        width: 20%;
        padding: 15px 0;
        margin-left: 45%;
    }
    .left, .right {
        flex: 1;
        text-align: center;
        height: 36px;           
        line-height: 36px; 
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #3f2d15;
    }

    .heading {

        background-image: linear-gradient(to right, #f5b800, #f5b800);
        padding: 5px 0;
        /* background-image: linear-gradient(to right, #f5b800, #f5b800); */
        /* background: url(../img/appimages/Box_01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat; */
    }

    td.bod-right.text-left {
        padding: 8px 0;
        font-weight: 600;
    }

    .mjpad {
        padding: 6px 0 !important;
    }

    .mjdma {
        /*background: #232325;*/
        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) 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-image: linear-gradient(to right, #f5b800, #f5b800); */
        line-height: 1;
        font-size: 16px !important;
        font-family: 'Roboto' !important;
        color: #fff !important;
        background: url(../img/appimages/Strock.png);
        background-size: 90% 5%;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    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-image: linear-gradient(to right, #f5b800, #f5b800); */
        line-height: 2.6;
        font-size: 16px !important;
        font-family: 'Roboto' !important;
        color: #000 !important;
    }

    table.goldd tr:nth-child(2) td {
        /* line-height: 2; */
        padding-top: 5px !important;

    }

    table.goldd1 tr:nth-child(2) td {
        /* line-height: 2; */
        padding-top: 8px !important;
        padding-bottom: 8px !important;

    }

    table.table1001 td:nth-child(1) table.goldd {
        /* border-bottom-right-radius: 10px !Important; */
    }

    table.table1001 td:nth-child(3) table.goldd {
        /* border-bottom-left-radius: 0px !Important; */
    }

    .social_icons img {
        width: 100px;
        /* padding: 1px; */
        border-radius: 5px;
        /* height: 40px; */
        /* background-color: #ECAF4C; */
        transition: 0.5s;
        background-image: linear-gradient(to right, #c6972c, #b57e10, #e0bb54, #fef1a1, #e8c660, #ba8618);

    }

    .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 {
        border-collapse: separate;
        width: 100%;
        border-spacing: 0px 0px;
        border: 2px solid #f5b800;
        border-radius: 8px;
    }

    .table1001 td {
        width: 33%;
    }

    .table1002 {
        width: 100%;
        line-height: 1.4;
        margin-top: 8px;
        /* border-spacing: 6px 6px; */

    }

    .table1002 td {
        width: 50%;
        font-weight: 600 !important;
    }

    table.table1002 tr td {
        padding: 2px 6px 0 !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 {
        /* box-shadow: 0px 2px 0px 0px #c9a155, 1px -1px 0px 0px #c9a155, 0px -1px 0px 0px #c9a155, -1px 0px 0px 0px #c9a155; */
        /* border-radius: 7px; */
        /* background-image: linear-gradient(to bottom,#FBEE7D, #A07527); */
        /* border-collapse: separate; */
        border-spacing: 5px 0px;
        /* 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/Box_03.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;
    }

    .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: 18px;
        /* 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: #232325; */
        /* 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: 22px;
        font-weight: 600;
        font-family: 'Roboto' !important;
        padding: 5px 15px !important;
        border-radius: 5px;
    }

    span.top55span {
        font-size: 22px;
        font-weight: 600;
        padding: 1px 12px 1px !important;
    }

    .topMar {
        margin-bottom: 2%;
        font-size: 18px;
        /* padding: 10px; */

    }

    .top6span {
        font-size: 15px;
        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: 13px !important;
        font-size: 600 !important;
        color: #fff;
        margin-bottom: 10px;
    }

    .imgWidth {
        width: 25%;
    }

    .LogoImgWidth1 {
        width: 25%;
        /* max-height: 90px; */
        margin-left: 30%;
        padding: 5px 0px;
    }

    .dwnld {
        width: 100px;
        border-radius: 5px;
    }

    span.bloc_GS {
        font-size: 12px;
        /* font-weight: 600; */
        line-height: 1.6;
        /* padding-right:7px;
        padding-left: 7px; */
    }

    span.bloc_GS1 {
        font-size: 14px;
        font-weight: 400;
        /* 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_label {
        /* color: #000; */
        padding: 15px 0px 15px 0px !important;
        font-size: 16px !important;
        font-weight: 600;
        color: #232325 !important;
        font-family: 'Roboto' !important;
        text-align: center;
        /* font-family: "Montserrat", sans-serif !important; */

        /* border-right:  1px solid #d4d4d4; */
    }

    .label1 {
        font-size: 13.5px !important;
        font-weight: 500 !important;
        background-image: linear-gradient(to right, #f5b800, #f5b800) !important;
    }

    td.buy_sell_label1 {
        color: #000;
        padding: 11px 0px 11px 15px !important;
        font-size: 15px !important;
        font-weight: 600;
        font-family: 'Roboto' !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; */
    }

    table.res_mob_font_width {
        border-collapse: collapse;
    background-image: url(../img/appimages/Box_01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 15px!important;
        line-height: 1.9;
    }

    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 {
        /* 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 #232325;
     border-radius: 10px; */
        /* border-collapse: separate; */
        /* background-image: url(../img/arihanthjewellers/Box_01.png);
     background-repeat: no-repeat;
     background-size: 100% 100%; */
    }




    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) {
    .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) {
    .logo-header .logo .navbar-brand {
        max-height: 40px;
        /* 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: #232325;
        padding: 18px 0px 18px 25px !important;
        font-size: 16px !important;
        font-weight: 600;
        font-family: 'Roboto' !important;
        /* border-right:  1px solid #fff; */
    }

    .top1 {
        font-size: 22px !important;
    }

    .sell {
        font-size: 14px !important;
        font-size: 600 !important;
        color: #fff;
        margin-bottom: 8px;
    }

    .top56span {
        font-size: 25px;
        font-weight: 600;
        /* padding: 10px; */
    }

    span.top5span {
        font-size: 24px;
        font-weight: 600;
        font-family: 'Roboto' !important;
        padding: 2px 15px !important;
        border-radius: 5px;
    }

    span.top55span {
        font-size: 26px;
        font-weight: 600;
        padding: 1px 15px 1px !important;
    }

    span.bloc_GS {
        font-size: 13px;
        font-weight: 400;
    }

    .span3 {
        /* padding: 3px 0px; */
        font-size: 14px;
        font-weight: 600 !important;
    }

    .top6span {
        font-size: 20px;
        font-weight: 600 !Important;
        padding: 2px 12px !Important;
        border-radius: 3px;
        /* font-size: 22px; */
    }

    .buy_sell_label {
        /* color: #000; */
        padding: 18px 0px 18px 0px !important;
        font-size: 18px !important;
        font-weight: 600;
        color: #232325 !important;
        font-family: 'Roboto' !important;
        text-align: center;        /* font-family: "Montserrat", sans-serif !important; */

        /* border-right:  1px solid #d4d4d4; */
    }

    .headImg {

        background: rgba(255, 255, 255, 0.80);
        /* 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 right, #232325, #232325) 1;
        /* border-image: linear-gradient(to right, #f5b800, #f5b800) 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: 1200px) {

    .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 right, #232325, #232325) 1;
        /* border-image: linear-gradient(to right, #f5b800, #f5b800) 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) {

    #header>.header-body {
        top: -194px !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;
}