.main {
    padding: 0 15px;
}

table.res_mob_font_width {
    /* border: 1px solid #0B3333; */
    /* border-radius: 10px; */
    border-collapse: separate;
    border-spacing: 0px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: all .3s ease;
    border: 1.33px solid #f2f0f0;
    /* box-shadow: 0 3px 10px rgb(0 0 0 / 25%); */
}

@media (max-width: 1500px) {
  footer.footer img {
    height: 25px;
    margin: 8px 0 0;
  }

  span.d-block.font_footer {
    font-size: 12px;
    font-weight: 500;
    color: #FFF !important;
    line-height: 2;
    display: block;
    margin: 5px 0;
  }

  .col-xs-3 {
    width: 24%;
    text-align: center;
  }

  .thumbnail {
    /* background: #a70000; */
  }

  .logo1 {
    height: 85px ! Important;
    max-width: 100%;
    padding: 0px 40px;
  }

}



.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  /* padding: revert !important; */
  padding-left: 14px;
}

.menu-item a {
  color: #4f0c78 !important;
  text-decoration: none;
}

.menu-item li {
  display: inline-block !important;
  list-style: none !important;
  margin-right: 0px !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: #4f0c78 !important;
  text-decoration: none;
}

.menu-item .item2menu {
  padding-right: 20px;
}