*{
    margin: 0;
    padding: 0;
}
body{
      font-family: "Poppins", sans-serif;
}
li {
   list-style: none !important;
}

a {
   text-decoration: none !important;
}

:root{
    --primary-color: #315a97;
    --text-color:#2f2f2f;
    --textpara-color:#282828;
    --text-font:17px;

}
p{
    font-size: var(--text-font);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}