/*================================
Template Name: EFI Bullion
Author: EFI
Author website: 
Version: 1.0
================================== */

@media (max-width: 575.98px) {}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 992px) {}

@media (min-width: 1440px) {}

@media (max-width: 1199.98px) {
.logo{
   margin-left: 0;
   height: 4em;
}
.sm-padding {
    padding: 3em 0;
}
.navbar-brand{
    margin-right: 1em;
}
.header-nav-center .navbar .nav-item .nav-link {
    font-size: 0.9em;
}
.header-nav-center .navbar{
    justify-content: end;
}
 .resp-mrg-btm-xs{
        margin-bottom: 2em;
    }
}

@media (max-width: 991.98px) {
    .resp-mrg-btm-md{
        margin-bottom: 2em;
    }
}


@media (max-width: 767.98px) {
    .table_responstive1 thead th{
        font-size: 0.85em!important;
    }
      .table_responstive1 tbody td{
        font-size: 0.9em!important;
      }
      
    .header-nav-center .ms-auto{
        margin:auto!important;
    }
    .flog1 .london{
        margin-left: 0!important;
    }
    .flog1 .newyork{
        margin-left: 0!important;
    }
    .flog1 .india{
        margin-left: 0!important;
    }
    .flog1{
        gap: 1em;
    }
    .navbar-toggler{
        margin-left: auto;
    }
    .header-nav-center .navbar .navbar-nav {
        gap: 0.5em;
    }
    .copyright-cotent p{
        text-align: center;
        margin-bottom: 0.5em;
    }
    .footer-link{
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 0.5em;
    }
    .footer-link li{
        border-right: 0;
        border-bottom: 1px solid var(--secondary-color);
    }
    .resp-mrg-btm-xs{
        margin-bottom: 2em;
    }
    .table_responstive1 tbody td, .table_responstive1 thead th{
        white-space: nowrap;
    }
    .header-nav-center .navbar-brand{
        margin-right: 0!important;
    }
    .site-name-title-sec{
        margin: 0.5em auto!important;
    }
    .table-grid-header-sec .ratevalue1{
        font-size:0.85em;
    }
    .table-grid-item p{
          font-size:0.95em;
    }
    .table-grid-item h3{
        font-size:0.85em;
    }
}

@media (max-width: 575.98px) {}


/* Large Device CSS */

@media screen and (min-width: 1400px) {
    .container {
      width: 1320px;
      max-width: 100%;
    }
  }
  @media screen and (min-width: 1600px) {
    .container {
      width: 1520px;
      max-width: 100%;
    }
  }
  @media screen and (min-width: 1900px) {
    .container {
      width: 1820px;
      max-width: 100%;
    }
  }