*, html, body {
    margin: 0;
    padding: 0;
}

p{
	margin: 0px;
	padding: 0px;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

.green {
    color: #0D9E64 !important;
}

.red {
    color: #BF0008 !important;
}

.white {
    color: #fff;
}

.color-333 {
    color: #333
}

.bold-700 {
    font-weight: 700;
}

.inline {
    display: inline-block;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.fs-14 {
    font-size: 14px;
}

.fs-36 {
    font-size: 36px;
}

.fs-28 {
    font-size: 28px;
}

.fs-26 {
    font-size: 26px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.position-relative {
    position: relative;
}

.triangle-down {
    border-top: 5px solid #1D2088;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.triangle-up {
    border-bottom: 5px solid #1D2088;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: none;
}
