/* Live Rates CSS */
table.tt_33 {
    background: var(--bg-color02);
    border-collapse: separate;
    margin-bottom: 10px;
}


    





@media (max-width: 1500px){
    footer.footer img {
        height: 35px;
        margin: 10px 0 0;
    }

    span.d-block.font_footer {
        font-size: 13px;
        font-weight: 500;
        color: var(--fore-color01) !important;
        line-height: 1.5;
        display: block;
        margin: 0px 0 10px;
    }

    .col-xs-3 {
        width: 24%;
        text-align: center;
    }

    .thumbnail {
        /*background: #A50000;*/
    }
}

@media (min-width: 500px){
    /*footer.footer img {
        height: 50px;
        margin: 15px 0 0;
    }

    span.d-block.font_footer {
        font-size: 25px;
        font-weight: 600;
        color: #e1c463 !important;
        line-height: 2.5;
        display: block !important;
    }

    .col-xs-3 {
        width: 33%;
        text-align: center;
    }

    .thumbnail {
        background-color: transparent;
    }*/

    /* .menuarrow1 {
        margin-left: 540px !important;
    } */
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    /* padding: revert !important; */
    padding-left: 10px !important;
    /* background-color: #f2e6d6; */
    border-bottom: 1px solid var(--bg-color05);
    margin: 10px;
  }
  
ul.menu.mobile-side-menu .menu-item:nth-child(1) {
    border: 0px;
}

  .menu-item a {
    color: #af825d !important;
    text-decoration: none;
  }
  
  span.menu_imgg img {
        height: 25px;
        margin-right: 15px;
    }

.menu-item li {
    display: inline-block !important;
    list-style: none !important;
    margin-right: 10px !important; 
  }
 
  ul.menu-item li:nth-child(1) {
    width: 100%;
}

  .menu-item li a {
    display: inline-block !important;
    list-style: none !important;
    margin-right: 10px !important; 
    width:100%;
  }

  .menu-item a {
    color: #af825d !important;
    text-decoration: none;
  }

  .menu-item .item2menu {
    padding-right: 15px; 
    display: none !important;
  }
  
  li.item2menu img {
    width: 10px !Important;
  }