@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

/* 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: 280px;
    width: 100%;
}

.modal-content
{
    background: transparent;
    border: 0;
}

.close
{
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.close:focus, .close:hover
{
    color: #FFF;
    text-decoration: none;
    opacity: 1;
}
button:focus
{
    outline: 1px dotted;
    outline: none;
}


/* Start Marquee 2 */
.news
{
    background: #a88436;
    padding: 1px;
    margin-top: 6px;
    margin-bottom: 10px;
    border: 1px solid #a88436;
}
.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: 700;
    font-size: 14px;
    color: #232a34;
    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: 500px)
{
    .swiper-pagination1.swiper-pagination-clickable .active-mark {
        background: #a88436;
        /*width: 25%;*/
          width: 33.33%;
          height: 0px;
          position: absolute;
          left: 0;
          top: 27px;
        transition: left 0.2s ease-out;
      }
      
      .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet {
        /*background-color: #00D42B;*/
        /*background-color:#3b1800;*/
        border-radius: 0;
        box-sizing: border-box;
        color: gray;
        cursor: pointer;
        /*font-size: 1.6rem;*/
        font-size: 1rem;
        font-weight: normal;
        opacity: 1;
        height: 30px;
        /*width: 25%;*/
        width: 33.33%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: font-weight 0.22s ease;
        border: 1px solid #a88436;
      }
      
      .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active ~ .active-mark {
        left: 0%;
      }
      .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active ~ .active-mark {
        /*left: 25%;*/
        left: 33.33%;
      }
      .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active ~ .active-mark {
        /*left: 50%;*/
        left: 67%;
        /*left: 66.66%;*/
      }
      /*.swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet:nth-of-type(4).swiper-pagination-bullet-active ~ .active-mark {
        left: 75%;
      }*/
      .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet:first-of-type.swiper-pagination-bullet-active ~ .active-mark {
        left: 0;
      }
      
      .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet-active
      {
          /*font-weight: bold;*/
        color:#FFF;
        background: #a88436 !important;
      }

    .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 td
    {
        padding: 2px 3px;
        font-size: 12px;
        font-weight: 600;
    }

    table.goldd {
        line-height: 18px;
        /*box-shadow: 0px 0px 2px 1px #f7be08;
        box-shadow: 0 2px 6px 0px rgb(0 0 0 / 40%);*/
        box-shadow: 0 2px 4px 1px grey;
        margin: 10px 0 5px;
    }
    table.tt_33 {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 15px;
        box-shadow: 0 2px 4px 1px grey;
    }

    td.buy_sell_label
    {
        /*color: #d0ad6a;*/
        font-size: 13px !important;
        font-weight: 600;
    }

    td.buy_sell_label2
    {
        /*color: #d0ad6a;*/
        font-size: 11px !important;
        font-weight: 600;
    }
    .sell
    {
        font-size: 14px;
    }
    .sellRate
    {
        font-size: 17px!important;
    }
    




    table.res_mob_font_width
    {
        background: #FFF;
        /*margin-bottom: 10px;*/
        /*border-radius: 5px;*/
        /*box-shadow: 0px 0px 2px 1px #f7be08;*/
        border-bottom: 1px solid gray !important;
    }

    table.res_mob_font_width span
    {
        /* font-size: 12px !important; */
    }









    .col-md-8.col-xs-12.offset-md-2.div_spott
    {
        padding-left: 5px;
        padding-right: 5px;
    }


    span.top5span
    {
        font-size: 20px!important;
        font-weight: 700;
    }

    span.top6span
    {
        font-size: 18px!important;
        font-weight: 700;
    }

    span.top7span
    {
        font-size: 16px!important;
        font-weight: 700;
    }
    span.top8span
    {
        font-size: 13px!important;
        font-weight: 700;
    }

    span.bloc_GS
    {
        font-size: 11px;
    }

    .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;*/
    }
    .mylogo img
    {
        width: 70%;
    }

}






@media (min-width: 501px)
{
    .swiper-pagination1.swiper-pagination-clickable .active-mark {
        background: #a88436;
        /*width: 25%;*/
          width: 33.33%;
          height: 0px;
          position: absolute;
          left: 0;
          top: 27px;
        transition: left 0.2s ease-out;
      }
      
      .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet {
        /*background-color: #00D42B;*/
        /*background-color:#3b1800;*/
        border-radius: 0;
        box-sizing: border-box;
        color: gray;
        cursor: pointer;
        /*font-size: 1.6rem;*/
        font-size: 1rem;
        font-weight: normal;
        opacity: 1;
        height: 30px;
        /*width: 25%;*/
        width: 33.33%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: font-weight 0.22s ease;
        border: 1px solid #a88436;
      }
      
      .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active ~ .active-mark {
        left: 0%;
      }
      .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active ~ .active-mark {
        /*left: 25%;*/
        left: 33.33%;
      }
      .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active ~ .active-mark {
        /*left: 50%;*/
        left: 67%;
        /*left: 66.66%;*/
      }
      /*.swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet:nth-of-type(4).swiper-pagination-bullet-active ~ .active-mark {
        left: 75%;
      }*/
      .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet:first-of-type.swiper-pagination-bullet-active ~ .active-mark {
        left: 0;
      }
      
      .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet-active
      {
          /*font-weight: bold;*/
        color:#FFF;
        background: #a88436 !important;
      }

    .desktop-show
    {
        display: none;
    }
    .mobile-hide
    {
        display: initial;
    }

    .after1_black:after
    {
        content: "";
        position: absolute;
        left: 2%;
        top: 16px;
        height: 50px;
        width: 33%;
        border-right: 1px solid #000;
    }


    .after2_black:after
    {
        content: "";
        position: absolute;
        left: 0%;
        top: 16px;
        height: 50px;
        width: 66%;
        border-right: 1px solid #000;
    }


    table.Trending_Table_Root tr td
    {
        padding: 5px 3px;
        font-size: 12px;
        font-weight: 600;
    }

    .vis
    {
        /* display: none; */
        display: block;
    }





    span.top5span
    {
        font-size: 24px!important;
        font-weight: 700;
    }
    span.top6span
    {
        font-size: 24px!important;
        font-weight: 700;
    }

    span.top7span
    {
        font-size: 20px!important;
        font-weight: 700;
    }
    span.top8span
    {
        font-size: 17px!important;
        font-weight: 700;
    }

    span.bloc_GS
    {
        font-size: 12px;
    }

    span.bloc
    {
        font-size: 14px !important;
    }
    table.goldd {
        line-height: 18px;
        /*box-shadow: 0px 0px 2px 1px #f7be08;
        box-shadow: 0 2px 6px 0px rgb(0 0 0 / 40%);*/
        box-shadow: 0 2px 4px 1px grey;
        margin: 10px 0 5px;
    }
    table.tt_33 {
        width: 97%;
        margin-left: 2%;
        margin-bottom: 15px;
        box-shadow: 0 2px 4px 1px grey;
    }

    td.buy_sell_label
    {
        /*color: #d0ad6a;*/
        font-size: 20px !important;
        font-weight: 700;
    }
    td.buy_sell_label2
    {
        /*color: #d0ad6a;*/
        font-size: 17px !important;
        font-weight: 700;
    }
    .sell
    {
        font-size: 17px!important;
    }
    .sellRate
    {
        font-size: 21px!important;
    }


    table.res_mob_font_width
    {
        background: #FFF;
        /*margin-bottom: 10px;*/
        /*border-radius: 5px;*/
        /*box-shadow: 0px 0px 2px 1px #f7be08;*/
        border-bottom: 1px solid gray !important;
    }




    table.res_mob_font_width span
    {
        /* font-size: 12px !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;
    }
    .mylogo img
    {
        width: 65%;
        max-height: 85px;
    }



}





@media (min-width: 501px)
{

}

@media (max-width: 900px)
{

    #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: 15px;
    }
    .social_icons img
    {
        max-height: 45px;
    }

    html.sticky-header-active .scroll-logo
    {
        display: initial !important;
    }
    /* .mylogo img
    {
        width: 80%;
    } */

}





