.bd-placeholder-img {
  font-size: 1.125rem !important;
  text-anchor: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem !important;
  }
}

.social-icons li b {
  visibility: hidden !important;
}

.social-icons i {
  color: #180052 !important;
  font-size: 18px !important;
}

.wrapper {
  max-width: 100% !important;
  overflow: hidden !important;
  height: 600px !important;
}

.marquee {
  display: block !important;
  animation: marquee 15s linear infinite !important;
}

.marquee div {
  display: inline-block !important;
}

@media (max-width: 767px) {
  #ecom .mob-hide {
    display: none !important;
  }
}

@keyframes marquee {
  from {
    transform: translateY(0) !important;
  }
  to {
    transform: translateY(-80%) !important;
  }
}

.arw-img {
  transform: rotate(90deg) !important;
}

.blg-head {
  font-size: 32px !important;
}

.img-fluid1 {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
}

table {
  font-family: 'Open Sans', sans-serif !important;
  border-collapse: collapse !important;
  width: 100% !important;
}

td, th {
  border: 1px solid black !important;
  text-align: left !important;
  padding: 8px !important;
}

tr:nth-child(even) {
  background-color: #dddddd !important;
}
