:root {
  --titleFont: "Inter", sans-serif;
  --bodyFont: "Inter", sans-serif;
  --primaryColor: #537FE7 ;
  --secondaryColor: #5E5E5E ;
  --whiteColor: #ffffff;
  --titleColor: #181823;
  --hoverColor: #000;
  --bodyColor: #5E5E5E;
  --partialColor: #181823;
  --btnColor: #15171A;
  --button-bg: #537FE7;
  --button-bg-hover: #5E5E5E;
}

/* Followr Box CSS ----------------------
----------------------------------------*/
.echo-feature-area-right-site-follower {
  margin-top: 0px;
}
.echo-feature-area-right-site-follower ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.echo-feature-area-right-site-follower ul li {
  width: 50%;
  border-bottom: 1px solid rgba(94, 94, 94, 0.5);
  font-size: 16px;
  margin: 0;
  color: #5E5E5E;
}
.echo-feature-area-right-site-follower ul li a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}
.echo-feature-area-right-site-follower ul li:hover {
  color: var(--hoverColor);
}
.echo-feature-area-right-site-follower ul li:nth-child(odd) {
  border-right: 1px solid rgba(94, 94, 94, 0.5);
}
.echo-feature-area-right-site-follower ul li:nth-child(even) {
  padding-left: 10px;
}
.echo-feature-area-right-site-follower ul li:nth-last-child(2) {
  border-bottom: 0;
}
.echo-feature-area-right-site-follower ul li:nth-last-child(1) {
  border-bottom: 0;
}

.echo-feature-area-right-site-follower.style2 ul {
  gap: 15px;
}
.echo-feature-area-right-site-follower.style2 ul li {
  width: 47%;
  border: 1px solid rgba(94, 94, 94, 0.5);
  border-radius: 5px;
}
.echo-feature-area-right-site-follower.style2 ul li a {
  font-size: 14px;
  line-height: 22px;
  padding: 15px;
}/*# sourceMappingURL=rs-follow-us.css.map */