html, body {
    overflow-x: hidden;
}
.primary-color {
    color: #006646;
}
.secondary-color {
    color: #a3ff68;
}

.primary-bg-color {
    /*background-color: #5f9ea0b8;*/
    background-color: #006646;
}
.secondary-bg-color {
    background-color: #a3ff68;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
button,
li,
a {
    font-family: "Poppins", sans-serif;
}

.f-10p {
    font-size: 10px;
}
.f-12p {
    font-size: 12px;
}
.f-14p {
    font-size: 14px;
}
.f-16p {
    font-size: 16px;
}
.f-18p {
    font-size: 18px;
}
.f-20p {
    font-size: 20px;
}
.f-22p {
    font-size: 22px;
}
.f-24p {
    font-size: 24px;
}
.f-26p {
    font-size: 26px;
}
.f-28p {
    font-size: 28px;
}
.f-30p {
    font-size: 30px;
}
.lh-1 {
    line-height: 1;
}
.lh-1-5 {
    line-height: 1.5;
}
.lh-2 {
    line-height: 2;
}
.fw-100 {
    font-weight: 100;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.m-tb-30 {
    margin: 30px 0px;
}
.m-tb-40 {
    margin: 40px 0px;
}
.m-tb-50 {
    margin: 50px 0px;
}
.p-tb-10 {
    padding: 10px 0px;
}
.p-tb-20 {
    padding: 20px 0px;
}
.p-tb-30 {
    padding: 30px 0px;
}
.p-tb-40 {
    padding: 40px 0px;
}
.p-tb-50 {
    padding: 50px 0px;
}

.pad-l-r-5 {
    padding: 0px 5px;
}

.txt-justify {
    text-align: justify;
}

.txt-black {
    color: black;
}

.txt-light-grey {
    color: black;
}

.txt-bold {
    font-weight: bolder;
}
.bg-w-color{
    background-color: white;
}
.box-shadow-w {
    box-shadow: -3px 3px white;
}
.c-light-grey{
    background-color: #efefef;
}
.box-shadow-1 {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.r-ul {
    text-decoration: none;
}
.remove-ul {
    text-decoration: none;
}

.vis-hidden {
    visibility: hidden;
}
.error {
    color: red;
}
.success {
    color: green;
}

/* Media Queries */
@media only screen and (min-width: 992px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 520px) {

}
