@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url("../fonts2/Montserrat.css");
@import url("../fonts6/roboto.css");

@font-face {
    font-family: "Popinse";
    src: url(../fonts1/poppins-v20-latin-regular.ttf);
}

:root {
    --lalji-accent: #f0c274;
    --lalji-accent-dark: #b8964f;
    --lalji-accent-text: #3f3213;
    --lalji-accent-soft: rgba(213, 179, 105, 0.14);
}

html,
body,
.body,
.section,
.section.section-no-background {
    background: #fff !important;
    background-image: none !important;
}

html.lalji-dark-mode,
body.lalji-dark-mode,
body.lalji-dark-mode .body,
body.lalji-dark-mode .section,
body.lalji-dark-mode .section.section-no-background {
    background: #000 !important;
    background-image: none !important;
    color: #fff !important;
}

html.lalji-dark-mode [style*="background: #fff"],
html.lalji-dark-mode [style*="background:#fff"],
html.lalji-dark-mode [style*="background: #FFF"],
html.lalji-dark-mode [style*="background:#FFF"],
html.lalji-dark-mode [style*="background: white"],
html.lalji-dark-mode [style*="background:white"],
html.lalji-dark-mode [style*="background: White"],
html.lalji-dark-mode [style*="background:White"],
html.lalji-dark-mode [style*="background-color: #fff"],
html.lalji-dark-mode [style*="background-color:#fff"],
html.lalji-dark-mode [style*="background-color: #FFF"],
html.lalji-dark-mode [style*="background-color:#FFF"],
html.lalji-dark-mode [style*="background-color: white"],
html.lalji-dark-mode [style*="background-color:white"],
html.lalji-dark-mode [style*="background-color: White"],
html.lalji-dark-mode [style*="background-color:White"],
body.lalji-dark-mode .bg-white,
body.lalji-dark-mode .background-color-light,
body.lalji-dark-mode .section-no-background,
body.lalji-dark-mode .white {
    background: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
}

body.lalji-dark-mode p,
body.lalji-dark-mode span,
body.lalji-dark-mode li,
body.lalji-dark-mode td,
body.lalji-dark-mode th,
body.lalji-dark-mode label,
body.lalji-dark-mode div,
body.lalji-dark-mode a {
    color: var(--text-color1) !important;
}

body.lalji-dark-mode input,
body.lalji-dark-mode select,
body.lalji-dark-mode textarea {
    background-color: #111 !important;
    color: #fff !important;
    border-color: var(--lalji-accent) !important;
}

html .text-color-primary,
html .text-primary,
html a:hover,
html a:focus,
h1,
h2,
h3,
h4,
h5,
h6,
.fa,
.fab,
.far,
.fas,
.lnr,
.color-primary {
    color: var(--lalji-accent) !important;
}

html a {
    color: var(--lalji-accent-dark) !important;
}

html .bg-primary,
html .background-color-primary,
html .btn-primary,
html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary:active,
html .btn-primary.active,
html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary:focus,
.header-btn-collapse-nav,
.back_fore_color_td,
.naviRow {
    background-color: var(--lalji-accent) !important;
    border-color: var(--lalji-accent) !important;
    color: var(--lalji-accent-text) !important;
}

html .border-color-primary,
html .btn-outline.btn-primary,
.header-btn-collapse-nav,
hr,
.highlight,
mark {
    border-color: var(--lalji-accent) !important;
}

#footer .section,
#footer .footer-copyright {
    border-top-color: var(--lalji-accent) !important;
}

#footer {
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.18);
}

::selection {
    background: var(--lalji-accent);
    color: var(--lalji-accent-text);
}

mark,
.highlight {
    background: var(--lalji-accent-soft) !important;
    color: var(--lalji-accent-text) !important;
}

html .btn,
html .btn:hover,
html .btn:focus,
html .btn:active {
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

html .btn-primary,
html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary:active,
html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary:focus {
    color: var(--lalji-accent-text) !important;
}

html .btn-outline.btn-primary {
    color: var(--lalji-accent) !important;
    background: #fff !important;
}

/* img[src*="img/logo/LOGO.png"], */
img[src*="img/logo/favicon.png"],
img[src*="img/logo/watermark.png"] {
    filter: sepia(1) saturate(1.5) hue-rotate(357deg) brightness(1.02) contrast(0.96);
}

img[src*="img/appimages/d1.png"],
img[src*="img/appimages/d2.png"] {
    filter: sepia(0.25) saturate(1.1) hue-rotate(350deg) brightness(1.02) contrast(0.98);
}

img[src*="img/logo/LOGO.png"],
.scroll-logo {
    max-width: 100%;
    height: auto;
}

.scroll-logo {
    width: min(100%, 320px);
}

.section,
.card,
.thumb-info,
.feature-box,
.owl-item .item {
    border-color: var(--lalji-accent-soft);
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
    border-color: var(--lalji-accent) !important;
    box-shadow: 0 0 0 0.2rem rgba(213, 179, 105, 0.2) !important;
}

.naviRow {
    /* box-shadow: 0px 1px 0px 0px #c9a155, 1px -1px 0px 0px #c9a155, 0px -1px 0px 0px #c9a155, -1px 0px 0px 0px #c9a155; */
    /* background: url(../img/appimages/Box_01.png);
     background-size: 100% 100%;
     background-repeat: no-repeat; */
    /* border-image: linear-gradient(to bottom, #C29125,#B68012, #DDB850,#F8DE7A,#FDEC98,#FDEC98, #FDEB95, #EFD06B, #D3A93F) 1; */
    background: var(--lalji-accent);
    /* background-image: linear-gradient(to bottom, #c29125, #b68012, #ddb850, #f8de7a, #fdec98, #fdec98, #fdeb95, #efd06b, #d3a93f); */
    /* border-top: 2px solid; */
    /* border-bottom: 2px solid; */
    /* background-image: linear-gradient(to bottom, #C29125,#B68012, #DDB850,#F8DE7A,#FDEC98,#FDEC98, #FDEB95, #EFD06B, #D3A93F); */
    /*    background: #000; */
    /* background-image: linear-gradient(to bottom, #C29125,#B68012, #DDB850,#F8DE7A,#FDEC98,#FDEC98, #FDEB95, #EFD06B, #D3A93F); */
}

/* Swiper */

.swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet {
    /* background-color: #; */
    /* background-color: #eea125; */
    /* border-radius: 10px; */
    /* margin: 0 3px; */
    box-sizing: border-box;
    color: var(--lalji-accent-dark) !important;
    cursor: pointer;
    /* font-size: 1.6rem; */
    font-size: 1rem;
    font-weight: normal;
    opacity: 1;
    height: 32.5px;
    width: 33.33%;
    margin: 1% 0%;
    /* font-weight: bold; */
    /* background: #000 !important; */
    /* width: 50%; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: font-weight 0.22s ease;
    font-weight: 500;
    /* border: 0.5px solid #e8c660 !important; */
    /* background-image: linear-gradient(to bottom, #c29125, #b68012, #ddb850, #f8de7a, #fdec98, #fdec98, #fdeb95, #efd06b, #d3a93f); */
}
.swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet-active {
    /* font-weight: bold; */
    /* font-weight: bold; */
    /* background: #000 !important; */
    font-weight: 600;
    color: var(--lalji-accent-dark) !important;
    /* background-image: linear-gradient(to bottom, #ffffff, #ffffff) !important; */
    /* color: #fff !important; */
    background: url(../img/appimages/Box9.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;

    /* border-bottom: 2px solid #fff; */
}

@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: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: relative;
    top: -6px;
}
.close:focus,
.close:hover {
    color: #232325;
    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: 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: #fff !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: 700;
    font-size: 14px;
    color: #000;
    margin: 5px; /* 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: 767px) {
    /* span.top55span { */
    /* font-size: 18px; */
    /* display: block; */
    /* width: 50%; */
    /* margin: 0 auto; */
    /* } */
}

@media (max-width: 500px) {
    .LogoImgWidth1 + span {
        font-size: 40px !important;
    }
    .price-info {
        margin-right: 27.5px !important;
        color: #fff;
    }
    #DateAndtime {
        font-size: 0.9rem;
    }
    .Delete_Ac {
        /* position: fixed;
        right: 30px;
        top: 160px;
        z-index: 999; */
        padding: 5px;
        /* border: 1px solid #fff;
           background: #000; 
        border-radius: 10px; */
    }
    .Delete_Ac a {
        font-size: 14px;
    }

    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; */
    }
    .headertable1 {
        /*background:#e4a40a;
	color:#2a1a0d;*/
        /*background-image: linear-gradient(to right, #646ffc, #726bfc, #8664fc, #8e62fd, #9372f0);*/
        /*background: #696969;*/
        color: #fff;
        background: #000;
        line-height: 0.5;
    }
    .headertable1 th {
        text-align: center;
    }
    .ratevalue1 {
        text-align: left;
    }
    table#liveratetable_2 .table1,
    table#liveratetable_3 .table1 {
        background: #000;
    }

    table#liveratetable_2 .table1 td.ratevalue1,
    table#liveratetable_3 .table1 td.ratevalue1 {
        color: #000 !important;
        font-weight: 700;
        padding: 10px 5px !important;
    }
    .ratevalue4,
    .ratevalue3 {
        font-weight: 700;
    }

    .buylive {
        background: url(../img/swastik/Buy.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 1.6;
    }
    /* 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;
    }

    .imgWidth {
        width: 50%;
    }

    .LogoImgWidth {
        width: 60%;
        /* max-height: 90px; */
        margin-left: 0%;
        padding: 20px 10px;
    }
    .LogoImgWidth1 {
        /* width: 18%; */
        /* max-height: 90px; */
        /* margin-left: 20%; */
        padding: 3px 0px;
        width: 58%;
        align-items: inherit;
        text-align: -webkit-center;
    }

    .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;
    }

    .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.tt_33 {
        /* margin-top: 10px; */
        /* 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;
    }

    .mjdma {
        background-image: linear-gradient(to bottom, #c29125, #b68012, #ddb850, #f8de7a, #fdec98, #fdec98, #fdeb95, #efd06b, #d3a93f);
        font-weight: 700;
        font-size: 14px !important;
        padding: 5px 0 5px 10px !important;
    }

    .bog_Gc1 {
        font-size: 12px !important;
        font-weight: 400 !important;
    }
    .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) {
    .price-info {
        margin-right: 27.5px !important;
        color: #fff;
    }
    #DateAndtime {
        font-size: 1.2rem;
    }
    .Delete_Ac {
        /* position: fixed;
        right: 85px;
        top: 78px;
        z-index: 999; */
        padding: 0px 20px;
        /* border: 1px solid #fff;
           background: #000; */
        /* border-radius: 5px;  */
    }
    .social_icons img {
        width: 100px;
        /* padding: 1px; */
        border-radius: 5px;
        /* height: 40px; */
        /* background-color: #ECAF4C; */
        transition: 0.5s;
        background-image: linear-gradient(to bottom, #c29125, #b68012, #ddb850, #f8de7a, #fdec98, #fdec98, #fdeb95, #efd06b, #d3a93f);
    }
    .social_icons img:hover {
        background-position: right center;
        background-image: linear-gradient(to right, #f0c2740%, #c4a15b 51%, #f0c274100%);
    }

    .imgbnk {
        width: 100%;
    }
    /* .{
    padding-top: 100px;
} */

    .bgblue {
        padding-top: 8px;
        /* background:#fff; */
    }
    .headertable1 {
        /*background:#e4a40a;
        color:#2a1a0d;*/
        /*background-image: linear-gradient(to right, #646ffc, #726bfc, #8664fc, #8e62fd, #9372f0);*/
        /*background: #696969;*/
        color: #fff;
        background: #000;

        line-height: 2;
    }
    .headertable1 th {
        text-align: center;
    }
    .ratevalue1 {
        text-align: left;
        font-size: 18px;
        font-weight: 700;
    }

    table#liveratetable_2 .table1,
    table#liveratetable_3 .table1 {
        background: #000;
    }

    table#liveratetable_2 .table1 td.ratevalue1,
    table#liveratetable_3 .table1 td.ratevalue1 {
        color: #000 !important;
        font-weight: 700;
        font-size: 18px;
        /* padding: 10px 5px !important; */
    }
    .ratevalue4,
    .ratevalue3 {
        font-weight: 700;
        font-size: 22px;
        /* padding: 10px 5px !important; */
    }
    .toptable_ratesFont {
        font-weight: 700;
        font-size: 32px !important;
    }
    .buylive {
        background: url(../img/swastik/Buy.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        line-height: 1.6;
    }
    .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; */
    }

    .span2 {
        /* padding: 0px 5px 2px; */
        font-size: 25px;
        font-weight: 600;
    }
    .span3 {
        /* padding: 3px 0px; */
        font-size: 13px;
        font-weight: 600;
    }
    .vis {
        /* display: none; */
        display: block;
    }

    .mjdma {
        background-image: linear-gradient(to bottom, #c29125, #b68012, #ddb850, #f8de7a, #fdec98, #fdec98, #fdeb95, #efd06b, #d3a93f);
        font-weight: 700;
        font-size: 15px !important;
        padding: 5px 0 5px 10px !important;
    }
    .bog_Gc1 {
        font-size: 13px !important;
        font-weight: 400 !important;
    }
    .imgWidth {
        width: 25%;
    }
    .LogoImgWidth {
        display: none;
        width: 56%;
        /* max-height: 90px; */
        margin-left: 22%;
        padding: 10px 10px;
    }
    .LogoImgWidth1 {
        /* width: 18%; */
        /* max-height: 90px; */
        /* margin-left: 20%; */
        padding: 3px 0px;
        width: 62%;

        align-items: inherit;
        text-align: -webkit-center;
    }
    span.bloc {
        font-size: 14px !important;
    }
    table.tt_33 {
        /* margin-top: 8px; */
        /* 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%; */
    }

    .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;
    }
}

@media (min-width: 1601px) {
}

@media (min-width: 901px) and(max-width: 1600px) {
    .bog_Gc1 {
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    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) {
    #stablelogo {
        padding: 10px 0;
    }

    #header > .header-body {
        top: -194px !important;
    }

    .big_ps_as {
        width: 50% !important;
        display: initial !important;
    }

    .mob-none {
        /* display: none !important; */
    }
    .social_icons {
        text-align: center !important;

        /* border-top: 1px solid; */
        padding-top: 10px;
    }
    .social_icons img {
        width: 80px;
    }
    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;
}
#footer .section * {
    color: #000 !important;
}

body.lalji-dark-mode #footer,
body.lalji-dark-mode #footer .section,
body.lalji-dark-mode #footer .footer-copyright {
    background: #000 !important;
    background-color: #000 !important;
    border-top-color: var(--lalji-accent) !important;
    color: #fff !important;
}

body.lalji-dark-mode #footer *,
body.lalji-dark-mode #footer .section *,
body.lalji-dark-mode #footer .footer-copyright * {
    color: #fff !important;
}

body.lalji-dark-mode #footer a:hover,
body.lalji-dark-mode #footer a:focus {
    color: var(--lalji-accent) !important;
}

body.lalji-dark-mode #footer img {
    filter: none;
}

.timeee {
    background: #000000 !important;
    color: #fff !important;
}
.paddingg {
    color: #000 !important;
}
.heading {
    position: relative;
    font-weight: 700;
    font-size: 18px !important;
    margin-bottom: 5px;
    /* margin-top: 10px; */
    line-height: 1.6;
    background: url(../img/appimages/Box01.png);
    background-size: 100% 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    /* background: #ffffff; */
}

#iconimage .row {
    justify-content: center;
}

.mobile-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 2;
}

.mobile-logo .theme-img {
    cursor: pointer;
    pointer-events: auto;
}

.mobile-logo img:nth-child(1) {
    height: auto;
    max-height: 118px;
    max-width: min(100%, 560px);
    max-width: 100%;
    /* padding: 10px 0 0; */
    object-fit: contain;
}

.mobile-logo img:nth-child(2) {
    position: absolute;
    right: 15px;
    top: 44%;
    width: 40px;
    height: 40px;
    padding: 8px;
    cursor: pointer;
    background: #000;
    border: none;
    border-radius: 50%;
    color: #fff;
    object-fit: contain;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .mobile-logo img:nth-child(1) {
        height: 80px;
    }

    .mobile-logo img:nth-child(2) {
        right: 8px;
        width: 34px;
        height: 34px;
        padding: 7px;
    }
}

/* Hide only the Terms & Conditions link in the footer */
#footer a[href*="TermsAndCondition.html"] {
    display: none !important;
}
/* Hide KYC and Calculator links in navigation */
#mainNav li:has(a[href="KYC.html"]),
#mainNav li:has(a[href="../KYC.html"]),
#mainNav li:has(a[href="Calculator.html"]),
#mainNav li:has(a[href="../Calculator.html"]) {
    display: none !important;
}

#mainNav a[href="KYC.html"],
#mainNav a[href="../KYC.html"],
#mainNav a[href="Calculator.html"],
#mainNav a[href="../Calculator.html"] {
    display: none !important;
}

/* Hide comment sections on BuySell page */
table:has(#txtComment_Market),
table:has(#txtComment_Pending_TicTak) {
    display: none !important;
}

#txtComment_Market,
#txtComment_Pending_TicTak {
    display: none !important;
}
#footer .section {
    padding: 4rem;
    padding-left: 5rem !important;
}
.LogoImgWidth1 + span {
    display: none !important;
}
@media (max-width: 500px) {
    .LogoImgWidth1 + span {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .LogoImgWidth1 + span {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .LogoImgWidth1 + span {
        display: none !important;
        font-size: 18px !important;
        /* color: #000 !important; */
    }
}
#marketSellButton {
    display: inline-table !important;
}
.live-rates-page .res_mob_font_width tr td {
    font-size: 20px !important;
    font-weight: 600;
}
