:root {
  /* Theme Colors */
  --av-color-black: #000000;
  --av-color-headings: #141b34;
  --av-color-text: #555555;
  --av-color-white: #ffffff;
  --av-color-border: #e6e6e6;
  --av-color-blue: #05aba7;

  /* Theme Font Size */
  --av-font-size-12: 12px;
  --av-font-size-14: 14px;
  --av-font-size-16: 16px;
  --av-font-size-18: 18px;
  --av-font-size-20: 20px;
  --av-font-size-22: 22px;
  --av-font-size-24: 24px;
  --av-font-size-26: 26px;
  --av-font-size-28: 28px;
  --av-font-size-30: 30px;
  --av-font-size-32: 32px;
  --av-font-size-34: 34px;
  --av-font-size-36: 36px;
  --av-font-size-38: 38px;
  --av-font-size-40: 40px;
  --av-font-size-42: 42px;
  /* Theme Font Weight */
  --av-font-weight-400: 400;
  --av-font-weight-500: 500;
  --av-font-weight-600: 600;
  --av-font-weight-700: 700;
  /* Theme Radius */
  --av-radius-500: 500px;
  --av-radius-22: 22px;
}
body {
  font-family: "Roboto", sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
ul {
  margin-bottom: 0px;
}

.hero-btns .testimonial-explore {
  background: var(--av-color-headings);
  box-shadow: none;
  transition: 0.4s all;
}
.hero-btns .testimonial-explore:hover {
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.2);
}
.hero-btns .whatsapp {
  background: var(--av-color-blue);
}
.hero-btns .whatsapp:hover {
  box-shadow: 0px 20px 25px -5px #05aba74d;
}
.success-rate {
  margin-bottom: 100px;
}
.success-rate .partner-content {
  gap: unset;
  justify-content: space-between;
  padding: 0px;
}
.success-rate .pass-rate span {
  font-size: 46px;
}
.success-rate .pass-rate p {
  font-size: 16px;
}
.contact-hero .hero-content {
  max-width: 781px;
}
.contact-hero {
  justify-content: space-between;
}
.contact-hero .social-icons {
  padding-right: 0px;
}
@media (max-width: 459.98px) {
  .success-rate .partner-content {
    gap: 30px !important;
  }
}
