.abc-contact-info-widget ul {
  padding: 0 !important;
  margin: 0 !important;
}

.abc-contact-info-widget ul li {
  padding: 0 !important;
}

.abc-contact-info-widget ul li:before {
  display: none;
}

ul.abc-foot-social-icons {
  margin-top: 20px !important;
}

ul.abc-foot-social-icons li {
  display: inline;
  margin: 0 7px 7px 0 !important;
}

ul.abc-foot-social-icons li a {
  font-size: 16px;
  color: #fff;
  background-color: #59a818;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
}

ul.abc-foot-social-icons li a:hover {
  background-color: #5d5aed;
  color: #fff;
}

.abc-var-tabs .e-n-tabs-heading > button[aria-selected="true"]:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #2b35ff;
  transform: rotate(0deg);
  position: absolute;
  right: -20px;
}
