.main {
    padding: 0 15px;
}

table.res_mob_font_width {
    background: #f8e8df;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0px;
}

@media (max-width: 1500px) {
  footer.footer img {
    height: 18px;
    margin: 12px 0 2px;
  }

  span.d-block.font_footer {
    font-size: 10px;
    font-weight: 500;
    color: #FFF !important;
    line-height: 1;
    display: block;
    margin: 5px 0;
  }

  .col-xs-3 {
    width: 25%;
    text-align: center;
  }

  .thumbnail {
    /* background: #a70000; */
  }

  .logo1 {
    height: 70px !important;
    padding: 5px 0;
  }

}



.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;
}