h1,h2,h3,h4,h5,h6,p,li,a,span{
    line-height: 1;
    margin: 0;
}
.mt-0{
    margin-top: 0 !important;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-30{
    margin-top: 30px;
}
.mt-35{
    margin-top: 35px;
}
.mt-40{
    margin-top: 40px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-35{
    margin-bottom: 35px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-80{
    margin-bottom: 80px;
}
.mt-88{
    margin-top: 88px;
}
.m-10{
    margin: 0 10px;
}

.m-15{
    margin: 0 15px;
}

.ml-10{
    margin-left: 10px;
}

.pb-0{
    padding-bottom: 0;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-0{
    padding-top: 0;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pt-20{
    padding-top: 20px;
}
.pt-25{
    padding-top: 25px;
}
.pt-30{
    padding-top: 30px;
}
.pt-40{
    padding-top: 40px;
}
.pt-50{
    padding-top: 50px;
}

.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-24{
    font-size: 24px;
}
.fs-26{
    font-size: 26px;
}
.fs-30{
    font-size: 30px;
}
.fs-32{
    font-size: 32px;
}
.fs-36{
    font-size: 36px;
}
.fs-40{
    font-size: 40px;
}
.font-weight{
    font-weight:bold !important;
}

.lh{
    line-height: 1.5;
}
.txt-center{
    text-align: center !important;
}
.txt-left{
    text-align: left;
}
.txt-right{
    text-align: right;
}
.parent{
    position: relative;
}

.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.overflow-hidden{
    overflow: hidden;
}